Searched defs:command_ (Results 1 - 12 of 12) 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.h47 const char* command_; member in class:TerminalPrivateOpenTerminalProcessFunction
/external/chromium_org/sync/engine/
H A Dmodel_changing_syncer_command_unittest.cc72 FakeModelChangingSyncerCommand command_; member in class:syncer::__anon9979::ModelChangingSyncerCommandTest
79 ExpectGroupsToChange(command_, GROUP_UI, GROUP_PASSWORD, GROUP_PASSIVE);
80 EXPECT_TRUE(command_.changed_groups().empty());
81 command_.ExecuteImpl(session());
82 EXPECT_EQ(command_.GetGroupsToChangeForTest(*session()),
83 command_.changed_groups());
H A Dprocess_updates_command_unittest.cc77 ProcessUpdatesCommand command_; member in class:syncer::__anon9985::ProcessUpdatesCommandTest
90 ExpectNoGroupsToChange(command_);
98 ExpectGroupsToChange(command_, GROUP_UI, GROUP_DB);
100 command_.ExecuteImpl(session());
121 command_.ExecuteImpl(session());
153 command_.ExecuteImpl(session());
178 command_.ExecuteImpl(session());
/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/js/
H A Dcommandbutton.js27 CommandButton.prototype.command_ = null;
46 return this.command_;
55 if (this.command_) {
56 this.command_.removeEventListener('labelChange', this);
57 this.command_.removeEventListener('disabledChange', this);
58 this.command_.removeEventListener('hiddenChange', this);
66 this.command_ = command;
75 this.command_.addEventListener('labelChange', this);
76 this.command_.addEventListener('disabledChange', this);
77 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::__anon7673::MockWebRTCInternalsProxy
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_item_view.h277 void SetCommand(int command) { command_ = command; }
280 int GetCommand() const { return command_; }
467 int command_; member in class:views::MenuItemView
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_adb_bridge.cc420 const std::string command_; member in class:__anon4699::AdbProtocolCommand
433 command_(command) {
439 web_socket_->SendFrame(command_);

Completed in 216 milliseconds