Home
last modified time | relevance | path

Searched refs:handleAccessKey (Results 1 – 9 of 9) sorted by relevance

/dports/www/kf5-khtml/khtml-5.89.0/src/
H A Dkhtmlview.h475 bool handleAccessKey(const QKeyEvent *ev);
H A Dkhtmlview.cpp1740 handleAccessKey(_ke); in keyPressEvent()
2616 bool KHTMLView::handleAccessKey(const QKeyEvent *ev) in handleAccessKey() function in KHTMLView
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DEventHandler.h179 bool handleAccessKey(const PlatformKeyboardEvent&);
H A DEventHandler.cpp2398 bool EventHandler::handleAccessKey(const PlatformKeyboardEvent& evt) in handleAccessKey() function in WebCore::EventHandler
2464 matchedAnAccessKey = handleAccessKey(initialKeyEvent); in keyEvent()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit/wince/
H A DWebView.cpp376 return frame->eventHandler()->handleAccessKey(keyEvent); in handleKeyPress()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebPage.cpp1061 …return page->focusController()->focusedOrMainFrame()->eventHandler()->handleAccessKey(platform(key… in handleKeyEvent()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2008-08-1016038 (WebCore::EventHandler::handleAccessKey): Use Ctrl+Option for access keys on Mac OS X.
27438 (WebCore::EventHandler::handleAccessKey): Bitwise and the event's
64692 (WebCore::EventHandler::handleAccessKey):
64695 Make handleAccessKey a class method; rely on WebKit to call it on Windows and wxWidgets.
66622 (WebCore::handleAccessKey): Moved from Document, as access keys are processed outside normal
H A DChangeLog-2009-06-1671632 * page/EventHandler.cpp: (WebCore::EventHandler::handleAccessKey):
71695 * page/EventHandler.cpp: (WebCore::EventHandler::handleAccessKey):
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/
H A DChangeLog-2011-02-1614409 the event handler's for handleAccessKey function for