HomeSort by relevance Sort by last modified time
    Searched defs:getEditorCommandsForKeyEvent (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/gtk/
WebPageProxyGtk.cpp 42 void WebPageProxy::getEditorCommandsForKeyEvent(Vector<WTF::String>& commandsList)
44 m_pageClient->getEditorCommandsForKeyEvent(m_keyEventQueue.first(), commandsList);
WebView.cpp 300 void WebView::getEditorCommandsForKeyEvent(const NativeWebKeyboardEvent& event, Vector<WTF::String>& commandList)
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/gtk/
WebEditorClientGtk.cpp 35 void WebEditorClient::getEditorCommandsForKeyEvent(const KeyboardEvent* event, Vector<WTF::String>& pendingEditorCommands)
40 WebProcess::shared().connection()->sendSync(Messages::WebPageProxy::GetEditorCommandsForKeyEvent(),
41 Messages::WebPageProxy::GetEditorCommandsForKeyEvent::Reply(pendingEditorCommands),
76 getEditorCommandsForKeyEvent(event, pendingEditorCommands);

Completed in 116 milliseconds