Searched refs:icon_name (Results 1 – 7 of 7) sorted by relevance
/device/google/cuttlefish/host/frontend/webrtc/libdevice/ |
D | streamer.cpp | 104 std::string icon_name; member 347 const std::string& icon_name) { in AddCustomControlPanelButton() argument 349 .command = command, .title = title, .icon_name = icon_name}; in AddCustomControlPanelButton() 355 const std::string& icon_name, const std::string& shell_command) { in AddCustomControlPanelButtonWithShellCommand() argument 357 .command = command, .title = title, .icon_name = icon_name}; in AddCustomControlPanelButtonWithShellCommand() 364 const std::string& icon_name, in AddCustomControlPanelButtonWithDeviceStates() argument 367 .command = command, .title = title, .icon_name = icon_name}; in AddCustomControlPanelButtonWithDeviceStates() 462 button_entry[kControlPanelButtonIconName] = button.icon_name; in OnOpen()
|
D | streamer.h | 112 const std::string& icon_name); 115 const std::string& icon_name, const std::string& shell_command); 118 const std::string& icon_name,
|
/device/google/cuttlefish/host/frontend/webrtc/ |
D | main.cpp | 299 button.command, button.title, button.icon_name, in main() 321 button.icon_name); in main() 336 button.command, button.title, button.icon_name, in main()
|
/device/google/cuttlefish/host/libs/config/ |
D | custom_actions.cpp | 125 custom_action.button.icon_name; in ToJson() 138 button_entry[kCustomActionButtonIconName] = button.icon_name; in ToJson() 166 custom_action.button.icon_name; in ToJson()
|
D | custom_actions.h | 32 std::string icon_name; member
|
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/ |
D | controls.js | 235 title, icon_name, listener, parent_id = 'control-panel-default-buttons') { argument 245 button.innerHTML = icon_name;
|
D | app.js | 310 button.title, button.icon_name, 317 button.title, button.icon_name, 330 button.title, button.icon_name,
|