Home
last modified time | relevance | path

Searched refs:icon_name (Results 1 – 7 of 7) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dstreamer.cpp104 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()
Dstreamer.h112 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/
Dmain.cpp299 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/
Dcustom_actions.cpp125 custom_action.button.icon_name; in ToJson()
138 button_entry[kCustomActionButtonIconName] = button.icon_name; in ToJson()
166 custom_action.button.icon_name; in ToJson()
Dcustom_actions.h32 std::string icon_name; member
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dcontrols.js235 title, icon_name, listener, parent_id = 'control-panel-default-buttons') { argument
245 button.innerHTML = icon_name;
Dapp.js310 button.title, button.icon_name,
317 button.title, button.icon_name,
330 button.title, button.icon_name,