Searched defs:command_ (Results 1 - 11 of 11) sorted by relevance

/external/chromium/chrome/browser/sync/engine/
H A Ddownload_updates_command_unittest.cc39 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));
H A Dclear_data_command_unittest.cc25 ClearDataCommand command_; member in class:browser_sync::ClearDataCommandTest
76 command_.Execute(session());
113 command_.Execute(session());
H A Dverify_updates_command_unittest.cc71 VerifyUpdatesCommand command_; member in class:browser_sync::VerifyUpdatesCommandTest
90 command_.ExecuteImpl(session());
H A Dprocess_commit_response_command_unittest.cc196 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/
H A Dterminal_private_api.h48 const char* command_; member in class:extensions::TerminalPrivateOpenTerminalProcessFunction
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dchrome_desktop_impl.h58 CommandLine command_; member in class:ChromeDesktopImpl
/external/chromium_org/chrome/browser/devtools/adb/
H A Dandroid_usb_socket.h75 std::string command_; member in class:AndroidUsbSocket
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
H A Dcommandbutton.js27 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_
[all...]
/external/chromium_org/content/browser/media/
H A Dwebrtc_internals_unittest.cc25 command_ = command;
30 return command_;
38 std::string command_; member in class:content::__anon8090::MockWebRTCInternalsProxy
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_item_view.h271 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/
H A Ddevtools_adb_bridge.cc681 const std::string command_; member in class:__anon4857::AdbProtocolCommand
694 command_(command) {
700 web_socket_->SendFrame(command_);

Completed in 477 milliseconds