Searched refs:handleKeyPress (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/WebKit/wince/ |
D | WebView.cpp | 369 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()
|
D | WebView.h | 86 bool handleKeyPress(WPARAM charCode, LPARAM keyData, bool systemKeyDown);
|
/external/webkit/Source/WebKit/win/ |
D | ChangeLog-2009-06-16 | 15748 …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/ |
D | ChangeLog-2007-10-14 | 6271 …(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/ |
D | ChangeLog-2007-10-14 | 50808 (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/ |
D | ChangeLog-2011-02-16 | 28539 (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):
|