Home
last modified time | relevance | path

Searched refs:sendCommand (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/chrome/browser/resources/security_warnings/
Dinterstitial_v2.js15 function sendCommand(cmd) { function
29 sendCommand(CMD_PROCEED);
80 sendCommand(SB_CMD_TAKE_ME_BACK);
82 sendCommand(CMD_DONT_PROCEED);
84 sendCommand(CMD_RELOAD);
89 sendCommand(ssl ? CMD_PROCEED : SB_CMD_PROCEED);
101 sendCommand(CMD_HELP);
103 sendCommand(SB_CMD_LEARN_MORE_2);
105 sendCommand(SB_CMD_SHOW_DIAGNOSTIC);
111 sendCommand(CMD_CLOCK);
[all …]
Dsafe_browsing.js31 sendCommand(
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/
Dirc.js33 sendCommand(commands.JOIN, [channel], "");
37 sendCommand(commands.PRIVMSG, [recipient], message);
41 sendCommand(commands.PART, [channel], "");
45 sendCommand(commands.QUIT, [], message);
56 sendCommand(commands.NICK, [this.nick], "");
57 sendCommand(commands.USER,
72 sendCommand(commands.PONG, [], parsed.body);
175 function sendCommand(command, params, message) { function in IRCConnection
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
Dbraille_integration_test.unitjs63 sendCommand: function(command, content) {
162 this.sendCommand(this.command1, null);
171 this.sendCommand(this.command1, this.displayManager.content);
178 this.sendCommand(this.command1, savedContent1);
181 this.sendCommand(this.command2, this.displayManager.content);
191 this.sendCommand(this.command1, this.displayManager.content);
197 this.sendCommand(this.command2, this.displayManager.content);
211 this.sendCommand(this.command1, this.displayManager.content);
215 this.sendCommand(this.command2, this.displayManager.content);
/external/chromium_org/v8/test/mjsunit/regress/
Dregress-1639-2.js33 function sendCommand(state, cmd) { function
59 sendCommand(exec_state, {
70 sendCommand(exec_state, {
Dregress-94873.js32 function sendCommand(state, cmd) { function
46 var frame = sendCommand(exec_state, {
52 sendCommand(exec_state, {
Dregress-1853.js39 function sendCommand(state, cmd) { function
48 sendCommand(state, {
61 sendCommand(state, {
Dregress-1639.js34 function sendCommand(state, cmd) { function
52 sendCommand(exec_state, {
/external/chromium_org/chrome/browser/resources/
Dsupervised_user_block_interstitial.js5 function sendCommand(cmd) { function
18 sendCommand('request');
42 sendCommand('back');
/external/chromium_org/chrome/common/extensions/docs/examples/api/debugger/pause-resume/
Dbackground.js34 chrome.debugger.sendCommand(
40 chrome.debugger.sendCommand(debuggeeId, "Debugger.pause");
/external/chromium_org/chrome/browser/resources/inspect/
Dinspect.js24 function sendCommand(command, args) { function
29 sendCommand(command, target.source, target.id);
53 sendCommand('init-ui');
268 sendCommand(
302 sendCommand.bind(null, 'inspect-browser', browser.source,
574 sendCommand('set-discover-usb-devices-enabled', event.target.checked);
578 sendCommand('set-port-forwarding-enabled', event.target.checked);
692 sendCommand('set-port-forwarding-config', config);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DPacketDispatcher.java342 public int sendCommand(CommandPacket command) throws IOException { in sendCommand() method in PacketDispatcher.CommandsSynchronyzer
699 public int sendCommand(CommandPacket command) throws IOException { in sendCommand() method in PacketDispatcher
700 return commandsSynchronyzer.sendCommand(command); in sendCommand()
DVmMirror.java1900 public int sendCommand(CommandPacket command) throws IOException { in sendCommand() method in VmMirror
1901 return packetDispatcher.sendCommand(command); in sendCommand()
/external/chromium_org/content/browser/resources/service_worker/
Dserviceworker_internals.js50 sendCommand(command, link.cmdArgs, (function(status) {
58 function sendCommand(command, args, callback) { function
/external/chromium_org/chrome/common/extensions/docs/examples/api/debugger/live-headers/
Dheaders.js8 chrome.debugger.sendCommand({tabId:tabId}, "Network.enable");
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
DPopFrames002Test.java381 .sendCommand(invokeCommand); in testPopFramesWithInvokeMethods()