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)