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

  /external/webkit/Source/WebKit2/UIProcess/gtk/
WebView.cpp 68 client->addPendingEditorCommand("DeleteBackward");
74 client->addPendingEditorCommand(select ? "SelectAll" : "Unselect");
80 client->addPendingEditorCommand("Cut");
86 client->addPendingEditorCommand("Copy");
92 client->addPendingEditorCommand("Paste");
135 client->addPendingEditorCommand("MoveWordForward");
136 client->addPendingEditorCommand("MoveWordBackward");
138 client->addPendingEditorCommand("MoveWordBackward");
139 client->addPendingEditorCommand("MoveWordForward");
143 client->addPendingEditorCommand("MoveToBeginningOfLine")
    [all...]
WebView.h 68 void addPendingEditorCommand(const char* command) { m_pendingEditorCommands.append(WTF::String(command)); }
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
EditorClientGtk.cpp 105 client->addPendingEditorCommand("DeleteBackward");
111 client->addPendingEditorCommand(select ? "SelectAll" : "Unselect");
117 client->addPendingEditorCommand("Cut");
123 client->addPendingEditorCommand("Copy");
129 client->addPendingEditorCommand("Paste");
172 client->addPendingEditorCommand("MoveWordForward");
173 client->addPendingEditorCommand("MoveWordBackward");
175 client->addPendingEditorCommand("MoveWordBackward");
176 client->addPendingEditorCommand("MoveWordForward");
180 client->addPendingEditorCommand("MoveToBeginningOfLine")
    [all...]
EditorClientGtk.h 72 void addPendingEditorCommand(const char* command) { m_pendingEditorCommands.append(command); }

Completed in 36 milliseconds