Home
last modified time | relevance | path

Searched refs:handleKeyPress (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebKit/wince/
DWebView.cpp369 bool WebView::handleKeyPress(WPARAM charCode, LPARAM keyData, bool systemKeyDown) in handleKeyPress() function in WebView
437 handled = handleKeyPress(wParam, lParam, true); in wndProc()
441 handled = handleKeyPress(wParam, lParam, false); in wndProc()
DWebView.h86 bool handleKeyPress(WPARAM charCode, LPARAM keyData, bool systemKeyDown);
/external/webkit/Source/WebKit/win/
DChangeLog-2009-06-1615748 …es the keypress event to be dispatched, which calls WebEditorClient::handleKeyPress to do all the …
15759 …w done from WM_KEYDOWN by dispatching the keydown event, which will eventually call handleKeyPress.
15875 (WebEditorClient::handleKeypress): Changed handleKeyPress to handleKeypress.
16544 (WebEditorClient::handleKeyPress): Call doTextFieldCommandFromEvent if we get a tab keypress
17074 (WebEditorClient::handleKeyPress): Removed EventTargetNode paramenter.
17577 * WebEditorClient.cpp: (WebEditorClient::handleKeyPress): Added.
/external/webkit/Source/WebKit/mac/
DChangeLog-2007-10-146271 …(WebEditorClient::handleKeypress): Changed handleKeyPress to handleKeypress. Call _interceptEditi…
7491 …* WebCoreSupport/WebEditorClient.mm: (WebEditorClient::handleKeyPress): Instead of using the selec…
7704 * WebCoreSupport/WebEditorClient.mm: (WebEditorClient::handleKeyPress): ditto.
8008 …* WebCoreSupport/WebEditorClient.mm: (WebEditorClient::handleKeyPress): Use the selected frame to …
8023 * WebCoreSupport/WebEditorClient.h: Added handleKeyPress method.
8025 (WebEditorClient::handleKeyPress): Added. Code moved from WebHTMLView keyDown method.
8029 (-[WebHTMLView keyDown:]): Moved _interceptEditingKeyEvent call to handleKeyPress.
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1450808 (WebCore::Editor::handleKeypress): Changed handleKeyPress to handleKeypress.
50813 (WebCore::SVGEmptyEditorClient::handleKeypress): Changed handleKeyPress to handleKeypress.
56522 (WebCore::Editor::handleKeyPress): Removed unneeded check of isCaretOrRange, since
56570 … handling in handleKeyPress comes before special tab event handling. In cases where the tab turns
57092 …This was causing handleKeyPress to fail because it kept getting a selection for the wrong frame (w…
57213 (WebCore::EditorClientGdk::handleKeyPress):
59163 For non-editable selections, handleKeyPress doesn't need to call _interceptEditingKeyEvent.
59167 …(WebCore::Editor::handleKeyPress): Do the equivalent of the _canEdit check that used to be in WebK…
59803 …* bridge/EditorClient.h: Removed EventTargetNode parameter from handleKeyPress since we can just g…
59807 …atform/graphics/svg/SVGImageEmptyClients.h: (WebCore::SVGEmptyEditorClient::handleKeyPress): ditto.
[all …]
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-1628539 (WebCore::EditorClientQt::handleKeypress): Changed handleKeyPress to handleKeypress.
28696 (WebCore::EditorClientQt::handleKeyPress):
28880 (WebCore::EditorClientQt::handleKeyPress):
28931 Change the signature of handleKeyPress
28935 (WebCore::EditorClientQt::handleKeyPress):
29202 (WebCore::EditorClientQt::handleKeyPress):