Home
last modified time | relevance | path

Searched defs:command (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/external/chromium/chrome/browser/resources/shared/js/cr/ui/
Dmenu_item.js47 get command() { getter in MenuItem
50 set command(command) { setter in MenuItem
Dcommand.js185 function dispatchCanExecuteEvent(command, target) { argument
232 commands.forEach(function(command) { argument
264 function CanExecuteEvent(command) { argument
279 command: null, property in CanExecuteEvent
/external/chromium-trace/src/shared/js/cr/ui/
Dmenu_item.js51 get command() { getter in MenuItem
54 set command(command) { argument
Dcommand.js185 function dispatchCanExecuteEvent(command, target) { argument
232 commands.forEach(function(command) { argument
264 function CanExecuteEvent(command) { argument
279 command: null, property in CanExecuteEvent
/external/webkit/Source/WebCore/inspector/front-end/
DExtensionAPI.js53 extensionServer.sendRequest({ command: "subscribe", type: this._type }); property
69 extensionServer.sendRequest({ command: "unsubscribe", type: this._type }); property
101 extensionServer.sendRequest({ command: "log", message: message }); property
129 return extensionServer.sendRequest({ command: "getHAR" }, callback && callbackWrapper); property
134 …return extensionServer.sendRequest({ command: "addRequestHeaders", headers: headers, extensionId: … property
150 …extensionServer.sendRequest({ command: "getResourceContent", id: this._id }, callback && callbackW… property
173 command: "createPanel", property
200 command: "createSidebarPane", property
237 extensionServer.sendRequest({ command: "setSidebarHeight", id: this._id, height: height }); property
242 …extensionServer.sendRequest({ command: "setSidebarContent", id: this._id, expression: expression, … property
[all …]
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebEditCommand.h39 WebCore::EditCommand* command() const { return m_command.get(); } in command() function
43 WebEditCommand(PassRefPtr<WebCore::EditCommand> command, uint64_t commandID) in WebEditCommand()
DWebEditCommand.cpp37 PassRefPtr<WebEditCommand> WebEditCommand::create(PassRefPtr<WebCore::EditCommand> command) in create()
/external/chromium/chrome/browser/
Dcommand_updater.cc33 const CommandMap::const_iterator command(commands_.find(id)); in IsCommandEnabled() local
52 Command* command = GetCommand(id, true); in UpdateCommandEnabled() local
65 Command* command = new Command; in GetCommand() local
82 Command* command = it->second; in RemoveCommandObserver() local
/external/chromium/chrome/browser/sync/engine/
Dcleanup_disabled_types_command_unittest.cc46 CleanupDisabledTypesCommand command; in TEST_F() local
54 CleanupDisabledTypesCommand command; in TEST_F() local
67 CleanupDisabledTypesCommand command; in TEST_F() local
/external/clang/test/CodeGen/
Dpragma-pack-3.c9 typedef union command { union
15 } command; typedef
/external/chromium/net/ftp/
Dftp_network_transaction.cc411 int FtpNetworkTransaction::SendFtpCommand(const std::string& command, in SendFtpCommand()
696 std::string command = "USER " + UTF16ToUTF8(username_); in DoCtrlWriteUSER() local
728 std::string command = "PASS " + UTF16ToUTF8(password_); in DoCtrlWritePASS() local
759 std::string command = "SYST"; in DoCtrlWriteSYST() local
812 std::string command = "PWD"; in DoCtrlWritePWD() local
857 std::string command = "TYPE "; in DoCtrlWriteTYPE() local
893 const std::string command = "EPSV"; in DoCtrlWriteEPSV() local
927 std::string command = "PASV"; in DoCtrlWritePASV() local
960 std::string command = "RETR " + GetRequestPathForFtpCommand(false); in DoCtrlWriteRETR() local
1011 std::string command = "SIZE " + GetRequestPathForFtpCommand(false); in DoCtrlWriteSIZE() local
[all …]
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/packets/
DPacketSessionExecCommand.java22 public String command; field in PacketSessionExecCommand
24 public PacketSessionExecCommand(int recipientChannelID, boolean wantReply, String command) in PacketSessionExecCommand()
/external/webkit/Tools/Scripts/webkitpy/tool/
Dmain.py71 def should_show_in_main_help(self, command): argument
93 def should_execute_command(self, command): argument
/external/bluetooth/bluez/attrib/
Dgattrib.c58 struct command { struct
59 guint id;
60 guint8 opcode;
61 guint8 *pdu;
62 guint16 len;
63 guint8 expected;
64 gboolean sent;
65 GAttribResultFunc func;
66 gpointer user_data;
67 GDestroyNotify notify;
/external/guava/guava/src/com/google/common/util/concurrent/
DMoreExecutors.java250 public void execute(Runnable command) { in execute()
439 public void execute(Runnable command) { in execute()
455 Runnable command, long delay, TimeUnit unit) { in schedule()
467 Runnable command, long initialDelay, long period, TimeUnit unit) { in scheduleAtFixedRate()
473 Runnable command, long initialDelay, long delay, TimeUnit unit) { in scheduleWithFixedDelay()
/external/webkit/Source/WebKit2/UIProcess/API/mac/
DPageClientImpl.mm62 - (WebEditCommandProxy*)command; method
83 {
/external/v8/test/mjsunit/regress/
Dregress-1639-2.js61 command : "evaluate", property
72 command : "continue", property
Dregress-94873.js49 command: "frame" property
55 command: "evaluate", property
Dregress-1853.js51 command: "setbreakpoint", property
64 command: "setbreakpoint", property
/external/tcpdump/
Dprint-ipx.c135 int command, i; in ipx_sap_print() local
187 int command, i; in ipx_rip_print() local
/external/emma/core/java12/
Demmarun.java26 final Command command = Command.create ("run", emmarun.class.getName (), args); in main() local
/external/qemu/
Dmigration-exec.c65 MigrationState *exec_start_outgoing_migration(const char *command, in exec_start_outgoing_migration()
138 int exec_start_incoming_migration(const char *command) in exec_start_incoming_migration()
/external/kernel-headers/original/linux/usb/
Df_mtp.h29 uint16_t command; member
46 uint16_t command; member
/external/webkit/Source/WebKit/wx/WebKitSupport/
DEditCommandWx.h42 EditCommandWx(WTF::PassRefPtr<WebCore::EditCommand> command) in EditCommandWx()
/external/v8/src/
Dd8-debug.cc103 char command[kBufferSize]; in HandleDebugEvent() local
232 void RemoteDebugger::KeyboardCommand(i::SmartArrayPointer<char> command) { in KeyboardCommand()
304 void RemoteDebugger::HandleKeyboardCommand(char* command) { in HandleKeyboardCommand()
355 char command[kBufferSize]; in Run() local

12345678910>>...12