HomeSort by relevance Sort by last modified time
    Searched refs:commandName (Results 1 - 12 of 12) sorted by null

  /external/webkit/WebCore/dom/
KeyboardEvent.h 36 KeypressCommand(const String& commandName) : commandName(commandName) {}
37 KeypressCommand(const String& commandName, const String& text) : commandName(commandName), text(text) { ASSERT(commandName == "insertText:"); }
39 String commandName;
Document.cpp     [all...]
  /external/emma/core/java12/
emma.java 35 final String commandName = args [0];
39 final Command command = Command.create (commandName, "emma ".concat (commandName), commandArgs);
  /external/webkit/WebKit/chromium/public/
WebViewClient.h 127 virtual void didExecuteCommand(const WebString& commandName) { }
  /frameworks/base/core/java/android/bluetooth/
AtParser.java 300 String commandName = input.substring(index, i);
301 if (!mExtHandlers.containsKey(commandName)) {
307 AtCommandHandler handler = mExtHandlers.get(commandName);
  /external/webkit/WebCore/editing/
Editor.h 179 Command command(const String& commandName); // Default is CommandFromMenuOrKeyBinding.
180 Command command(const String& commandName, EditorCommandSource);
EditorCommand.cpp     [all...]
  /external/webkit/WebKit/chromium/src/
EditorClientImpl.cpp 554 String commandName = interpretKeyEvent(evt);
555 Editor::Command command = frame->editor()->command(commandName);
563 if (command.isTextInsertion() || commandName.isEmpty())
567 m_webView->client()->didExecuteCommand(WebString(commandName));
575 m_webView->client()->didExecuteCommand(WebString(commandName));
    [all...]
  /external/webkit/WebKit/qt/Api/
qwebpage.cpp 619 const char* commandName = editorCommandForWebActions(action);
622 if (commandName) {
623 Editor::Command command = editor->command(commandName);
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebHTMLView.mm     [all...]
  /external/emma/lib/
emma.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 166 milliseconds