Home
last modified time | relevance | path

Searched refs:doneWithKeyEvent (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/gtk/
DWebView.h102 virtual void doneWithKeyEvent(const NativeWebKeyboardEvent&, bool wasEventHandled);
DWebView.cpp485 void WebView::doneWithKeyEvent(const NativeWebKeyboardEvent&, bool wasEventHandled) in doneWithKeyEvent() function in WebKit::WebView
/external/webkit/Source/WebKit2/UIProcess/API/mac/
DPageClientImpl.h83 virtual void doneWithKeyEvent(const NativeWebKeyboardEvent&, bool wasEventHandled);
DPageClientImpl.mm278 void PageClientImpl::doneWithKeyEvent(const NativeWebKeyboardEvent& event, bool wasEventHandled)
/external/webkit/Source/WebKit2/UIProcess/API/qt/
Dqwkpage_p.h83 virtual void doneWithKeyEvent(const WebKit::NativeWebKeyboardEvent&, bool wasEventHandled);
Dqwkpage.cpp244 void QWKPagePrivate::doneWithKeyEvent(const NativeWebKeyboardEvent&, bool) in doneWithKeyEvent() function in QWKPagePrivate
/external/webkit/Source/WebKit2/UIProcess/
DPageClient.h118 virtual void doneWithKeyEvent(const NativeWebKeyboardEvent&, bool wasEventHandled) = 0;
DWebPageProxy.cpp2600 m_pageClient->doneWithKeyEvent(event, handled); in didReceiveEvent()
/external/webkit/Source/WebKit2/UIProcess/win/
DWebView.h170 virtual void doneWithKeyEvent(const NativeWebKeyboardEvent&, bool wasEventHandled);
DWebView.cpp1372 void WebView::doneWithKeyEvent(const NativeWebKeyboardEvent& event, bool wasEventHandled) in doneWithKeyEvent() function in WebKit::WebView
/external/webkit/Source/WebKit2/
DChangeLog7461 * UIProcess/API/mac/PageClientImpl.mm: (WebKit::PageClientImpl::doneWithKeyEvent):
8238 * UIProcess/API/mac/PageClientImpl.mm: (WebKit::PageClientImpl::doneWithKeyEvent):
DChangeLog-2011-02-162907 doneWithKeyEvent and added a bool wasEventHandled argument.
2910 doneWithKeyEvent and call even if event was handled.
2914 (WebKit::PageClientImpl::doneWithKeyEvent): Ditto. But also
2918 (QWKPagePrivate::doneWithKeyEvent): Ditto.
2921 (WebKit::WebView::doneWithKeyEvent): Ditto.