Searched refs:execCommand (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/remoting/webapp/
H A Dclipboard.js171 document.execCommand("paste");
186 document.execCommand("copy");
H A Djscompiler_hacks.js16 Document.prototype.execCommand = function(command) {};
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
H A DSession.java227 public void execCommand(String cmd) throws IOException method in class:Session
229 this.execCommand(cmd, null);
239 public void execCommand(String cmd, String charsetName) throws IOException method in class:Session
H A DSCPClient.java201 sess.execCommand(cmd, charsetName);
228 sess.execCommand(cmd, charsetName);
/external/ganymed-ssh2/examples/
H A DBasic.java47 sess.execCommand("uname -a && date && uptime && who");
H A DBasicWithHTTPProxy.java58 sess.execCommand("uname -a && date && uptime && who");
H A DPublicKeyAuthentication.java46 sess.execCommand("uname -a && date && uptime && who");
H A DSingleThreadStdoutStderr.java41 sess.execCommand("echo \"Huge amounts of text on STDOUT\"; echo \"Huge amounts of text on STDERR\" >&2");
H A DStdoutAndStderr.java43 sess.execCommand("echo \"Text on STDOUT\"; echo \"Text on STDERR\" >&2");
H A DUsingKnownHosts.java54 sess.execCommand("uname -a && date && uptime && who");
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DCodeMirrorTextEditor.js202 codeMirror.execCommand("newlineAndIndent");
209 codemirror.execCommand("undo");
217 codemirror.execCommand("redo");
1385 codeMirror.execCommand("newlineAndIndent");
1387 codeMirror.execCommand("newlineAndIndent");
1388 codeMirror.execCommand("indentMore");
1390 codeMirror.execCommand("newlineAndIndent");
1391 codeMirror.execCommand("indentMore");
1430 codeMirror.execCommand("goLineUp");
1431 codeMirror.execCommand("goLineEn
[all...]
H A DInspectorFrontendHostStub.js124 if (!document.execCommand("copy")) {
H A Dexterns.js409 execCommand: function(cmd) { },
/external/chromium_org/chrome/browser/resources/file_manager/js/
H A Dfile_manager_pyauto.js105 fileManager.document_.execCommand(command);
H A Dtest_util.js665 test.util.sync.execCommand = function(contentWindow, command) {
666 return contentWindow.document.execCommand(command);
H A Dfile_transfer_controller.js700 doc.execCommand(command);
H A Dfile_manager_commands.js161 document.execCommand(event.command.id);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dclosebrackets.js49 else cm.execCommand("goCharRight");
/external/chromium_org/chrome_frame/test/
H A Dcom_message_event_unittest.cc190 STDMETHODNOTIMP(execCommand, (BSTR, VARIANT_BOOL, VARIANT, VARIANT_BOOL*));
/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DTestRunner.h217 // Executes an internal command (superset of document.execCommand() commands).
218 void execCommand(const CppArgumentList&, CppVariant*);
H A DTestRunner.cpp185 bindMethod("execCommand", &TestRunner::execCommand);
1128 void TestRunner::execCommand(const CppArgumentList& arguments, CppVariant* result) function in class:WebTestRunner::TestRunner
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.idl102 boolean execCommand([Default=Undefined] optional DOMString command,
H A DDocument.h813 bool execCommand(const String& command, bool userInterface = false, const String& value = String());
/external/oprofile/libpopt/
H A Dpopt.c379 static int execCommand(poptContext con) function
729 if (con->doExec) return execCommand(con);
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebFrameTest.cpp3425 document->execCommand("InsertText", false, "_wellcome_.");
3458 document->execCommand("InsertText", false, "_wellcome_.");
3490 document->execCommand("InsertText", false, "wellcome.");
3549 document->execCommand("InsertText", false, "wellcome ");
3551 document->execCommand("InsertText", false, "he");

Completed in 377 milliseconds

12