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

  /external/chromium_org/ui/file_manager/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/ui/webui/resources/js/cr/ui/
menu_item.js 59 command_: null,
61 return this.command_;
64 if (this.command_) {
65 this.command_.removeEventListener('labelChange', this);
66 this.command_.removeEventListener('disabledChange', this);
67 this.command_.removeEventListener('hiddenChange', this);
68 this.command_.removeEventListener('checkedChange', this);
76 this.command_ = command;
86 this.command_.addEventListener('labelChange', this);
87 this.command_.addEventListener('disabledChange', this)
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/terminal/
terminal_private_api.cc 85 TerminalPrivateOpenTerminalProcessFunction() : command_(NULL) {}
95 command_ = GetProcessCommandForName(params->process_name);
96 if (!command_) {
109 DCHECK(command_);
115 command_,
terminal_private_api.h 48 const char* command_; member in class:extensions::TerminalPrivateOpenTerminalProcessFunction
  /external/chromium_org/chrome/test/chromedriver/chrome/
chrome_desktop_impl.h 59 base::CommandLine command_; member in class:ChromeDesktopImpl
chrome_desktop_impl.cc 76 command_(command) {
170 return command_;
  /external/chromium_org/content/browser/media/
webrtc_internals_unittest.cc 25 command_ = command;
31 return command_;
39 std::string command_; member in class:content::__anon11579::MockWebRTCInternalsProxy
  /external/chromium_org/chrome/browser/devtools/device/usb/
android_usb_socket.h 75 std::string command_; member in class:AndroidUsbSocket
android_usb_socket.cc 32 command_(command),
162 device_->Send(AdbMessage::kCommandOPEN, local_id_, 0, command_);
  /art/runtime/jdwp/
jdwp_request.cc 40 command_ = Read1();
jdwp.h 442 uint8_t GetCommand() { return command_; }
463 uint8_t command_; member in class:art::JDWP::Request
  /external/chromium_org/ui/views/controls/menu/
menu_item_view.cc 98 command_(0),
149 *tooltip = delegate->GetTooltipText(command_, location);
573 command_(command),
640 command_ = command;
970 delegate->GetHorizontalIconMargins(command_,
    [all...]
menu_item_view.h 257 void SetCommand(int command) { command_ = command; }
260 int GetCommand() const { return command_; }
447 int command_; member in class:views::MenuItemView
  /external/chromium_org/chrome/browser/devtools/device/
devtools_android_bridge.cc 191 const std::string command_; member in class:__anon8056::ProtocolCommand
203 : command_(command),
210 web_socket_->SendFrame(command_);
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/
image_editor.js 385 this.command_ = command;
394 return this.command_;
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
image_editor.js 385 this.command_ = command;
394 return this.command_;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
smtplib.py 210 This is a True value _after you do an EHLO command_, if the
215 will _after you do an EHLO command_, contain the names of the
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
smtplib.py 210 This is a True value _after you do an EHLO command_, if the
215 will _after you do an EHLO command_, contain the names of the

Completed in 1399 milliseconds