/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
commandbutton.js | 27 CommandButton.prototype.command_ = null; 45 return this.command_; 54 if (this.command_) { 55 this.command_.removeEventListener('labelChange', this); 56 this.command_.removeEventListener('disabledChange', this); 57 this.command_.removeEventListener('hiddenChange', this); 65 this.command_ = command; 74 this.command_.addEventListener('labelChange', this); 75 this.command_.addEventListener('disabledChange', this); 76 this.command_.addEventListener('hiddenChange', this) [all...] |
/external/chromium/chrome/browser/sync/engine/ |
download_updates_command_unittest.cc | 39 DownloadUpdatesCommand command_; member in class:browser_sync::DownloadUpdatesCommandTest 52 command_.SetRequestedTypes(enabled_types, &get_updates_filter); 66 command_.SetRequestedTypes(enabled_types, &get_updates_filter); 77 command_.SetRequestedTypes(enabled_types, &get_updates_filter); 88 command_.SetRequestedTypes(enabled_types, &get_updates_filter); 99 command_.SetRequestedTypes(enabled_types, &get_updates_filter); 115 command_.ExecuteImpl(session()); 132 command_.ExecuteImpl(session(source));
|
clear_data_command_unittest.cc | 25 ClearDataCommand command_; member in class:browser_sync::ClearDataCommandTest 76 command_.Execute(session()); 113 command_.Execute(session());
|
verify_updates_command_unittest.cc | 71 VerifyUpdatesCommand command_; member in class:browser_sync::VerifyUpdatesCommandTest 90 command_.ExecuteImpl(session());
|
process_commit_response_command_unittest.cc | 196 ProcessCommitResponseCommand command_; member in class:browser_sync::ProcessCommitResponseCommandTestWithParam 231 command_.ExecuteImpl(session()); 318 command_.ExecuteImpl(session()); 419 command_.ExecuteImpl(session());
|
/external/chromium_org/chrome/browser/extensions/api/terminal/ |
terminal_private_api.h | 48 const char* command_; member in class:extensions::TerminalPrivateOpenTerminalProcessFunction
|
terminal_private_api.cc | 87 TerminalPrivateOpenTerminalProcessFunction() : command_(NULL) {} 97 command_ = GetProcessCommandForName(params->process_name); 98 if (!command_) { 111 DCHECK(command_); 117 command_,
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
chrome_desktop_impl.h | 58 CommandLine command_; member in class:ChromeDesktopImpl
|
chrome_desktop_impl.cc | 76 command_(command) { 163 return command_;
|
/external/chromium_org/content/browser/media/ |
webrtc_internals_unittest.cc | 25 command_ = command; 30 return command_; 38 std::string command_; member in class:content::__anon7780::MockWebRTCInternalsProxy
|
/external/chromium_org/chrome/browser/devtools/adb/ |
android_usb_socket.h | 75 std::string command_; member in class:AndroidUsbSocket
|
android_usb_socket.cc | 32 command_(command), 155 device_->Send(AdbMessage::kCommandOPEN, local_id_, 0, command_);
|
/external/chromium_org/ui/views/controls/menu/ |
menu_item_view.h | 271 void SetCommand(int command) { command_ = command; } 274 int GetCommand() const { return command_; } 461 int command_; member in class:views::MenuItemView
|
menu_item_view.cc | 95 command_(0), 146 *tooltip = delegate->GetTooltipText(command_, location); 567 command_(command), 634 command_ = command; 969 delegate->GetHorizontalIconMargins(command_, [all...] |
/art/runtime/jdwp/ |
jdwp_request.cc | 38 command_ = Read1();
|
jdwp.h | 399 uint8_t GetCommand() { return command_; } 420 uint8_t command_; member in class:art::JDWP::Request
|
/external/chromium_org/chrome/browser/devtools/ |
devtools_adb_bridge.cc | 681 const std::string command_; member in class:__anon4547::AdbProtocolCommand 694 command_(command) { 700 web_socket_->SendFrame(command_); [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/ |
image_editor.js | 385 this.command_ = command; 394 return this.command_;
|