Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/UIProcess/API/gtk/
H A DPageClientImpl.h78 virtual void doneWithKeyEvent(const NativeWebKeyboardEvent&, bool wasEventHandled);
H A DPageClientImpl.cpp419 void PageClientImpl::doneWithKeyEvent(const NativeWebKeyboardEvent&, bool wasEventHandled) in doneWithKeyEvent() function in WebKit::PageClientImpl
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/UIProcess/API/mac/
H A DPageClientImpl.h84 virtual void doneWithKeyEvent(const NativeWebKeyboardEvent&, bool wasEventHandled);
H A DPageClientImpl.mm285 void PageClientImpl::doneWithKeyEvent(const NativeWebKeyboardEvent& event, bool wasEventHandled)
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqwkpage_p.h83 virtual void doneWithKeyEvent(const WebKit::NativeWebKeyboardEvent&, bool wasEventHandled);
H A Dqwkpage.cpp248 void QWKPagePrivate::doneWithKeyEvent(const NativeWebKeyboardEvent&, bool) in doneWithKeyEvent() function in QWKPagePrivate
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/UIProcess/
H A DPageClient.h127 virtual void doneWithKeyEvent(const NativeWebKeyboardEvent&, bool wasEventHandled) = 0;
H A DWebPageProxy.cpp2652 m_pageClient->doneWithKeyEvent(event, handled); in didReceiveEvent()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/UIProcess/win/
H A DWebView.h192 virtual void doneWithKeyEvent(const NativeWebKeyboardEvent&, bool wasEventHandled);
H A DWebView.cpp1394 void WebView::doneWithKeyEvent(const NativeWebKeyboardEvent& event, bool wasEventHandled) in doneWithKeyEvent() function in WebKit::WebView
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/
H A DChangeLog1638 (WebKit::PageClientImpl::doneWithKeyEvent):
10359 * UIProcess/API/mac/PageClientImpl.mm: (WebKit::PageClientImpl::doneWithKeyEvent):
11136 * UIProcess/API/mac/PageClientImpl.mm: (WebKit::PageClientImpl::doneWithKeyEvent):
H A 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.