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

  /external/webkit/Source/WebKit2/UIProcess/
WebUIClient.cpp 168 return m_client.didNotHandleKeyEvent;
171 void WebUIClient::didNotHandleKeyEvent(WebPageProxy* page, const NativeWebKeyboardEvent& event)
173 if (!m_client.didNotHandleKeyEvent)
175 m_client.didNotHandleKeyEvent(toAPI(page), event.nativeEvent(), m_client.clientInfo);
  /external/webkit/Source/WebKit2/UIProcess/gtk/
WebView.cpp 490 void WebView::didNotHandleKeyEvent(const NativeWebKeyboardEvent& event)
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKPage.h 202 WKPageDidNotHandleKeyEventCallback didNotHandleKeyEvent;

Completed in 145 milliseconds