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

  /external/chromium_org/sync/engine/
model_changing_syncer_command_unittest.cc 72 FakeModelChangingSyncerCommand command_; member in class:syncer::__anon12385::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());
process_updates_command_unittest.cc 77 ProcessUpdatesCommand command_; member in class:syncer::__anon12391::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/resources/file_manager/js/
commandbutton.js 27 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_.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 47 const char* command_; member in class:TerminalPrivateOpenTerminalProcessFunction
terminal_private_api.cc 85 TerminalPrivateOpenTerminalProcessFunction() : command_(NULL) {}
95 command_ = GetProcessCommandForName(params->process_name);
96 if (!command_) {
109 DCHECK(command_);
115 command_, &pid,
  /external/chromium_org/content/browser/media/
webrtc_internals_unittest.cc 25 command_ = command;
30 return command_;
38 std::string command_; member in class:content::__anon10079::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 277 void SetCommand(int command) { command_ = command; }
280 int GetCommand() const { return command_; }
467 int command_; member in class:views::MenuItemView
menu_item_view.cc 95 command_(0),
146 *tooltip = delegate->GetTooltipText(command_, location);
608 command_(command),
675 command_ = command;
996 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 420 const std::string command_; member in class:__anon7105::AdbProtocolCommand
433 command_(command) {
439 web_socket_->SendFrame(command_);
  /external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
image_editor.js 380 this.command_ = command;
389 return this.command_;

Completed in 381 milliseconds