HomeSort by relevance Sort by last modified time
    Searched defs:command_ (Results 1 - 12 of 12) sorted by null

  /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
  /external/chromium_org/chrome/test/chromedriver/chrome/
chrome_desktop_impl.h 58 CommandLine command_; member in class:ChromeDesktopImpl
  /external/chromium_org/chrome/browser/devtools/adb/
android_usb_socket.h 75 std::string command_; member in class:AndroidUsbSocket
  /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_org/content/browser/media/
webrtc_internals_unittest.cc 25 command_ = command;
30 return command_;
38 std::string command_; member in class:content::__anon10496::MockWebRTCInternalsProxy
  /art/runtime/jdwp/
jdwp.h 399 uint8_t GetCommand() { return command_; }
420 uint8_t command_; member in class:art::JDWP::Request
  /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
  /external/chromium_org/chrome/browser/devtools/
devtools_adb_bridge.cc 681 const std::string command_; member in class:__anon7263::AdbProtocolCommand
694 command_(command) {
700 web_socket_->SendFrame(command_);
    [all...]

Completed in 2062 milliseconds