Searched refs:sendCommand (Results 1 – 5 of 5) sorted by relevance
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/ |
D | irc.js | 33 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/v8/test/mjsunit/regress/ |
D | regress-1639-2.js | 32 function sendCommand(state, cmd) { function 58 sendCommand(exec_state, { 69 sendCommand(exec_state, {
|
D | regress-94873.js | 32 function sendCommand(state, cmd) { function 46 var frame = sendCommand(exec_state, { 52 sendCommand(exec_state, {
|
D | regress-1853.js | 39 function sendCommand(state, cmd) { function 48 sendCommand(state, { 61 sendCommand(state, {
|
D | regress-1639.js | 33 function sendCommand(state, cmd) { function 50 sendCommand(exec_state, {
|