Home
last modified time | relevance | path

Searched refs:interpretKeyEvent (Results 1 – 25 of 39) sorted by relevance

12

/external/webkit/Source/WebKit/chromium/tests/
DKeyboardTest.cpp53 const char* interpretKeyEvent( in interpretKeyEvent() function in __anon967513b80111::KeyboardTest
61 return editorImpl.interpretKeyEvent(keyboardEvent.get()); in interpretKeyEvent()
88 return interpretKeyEvent(keyboardEvent, PlatformKeyboardEvent::RawKeyDown); in interpretOSModifierKeyPress()
96 return interpretKeyEvent(keyboardEvent, PlatformKeyboardEvent::RawKeyDown); in interpretCtrlKeyPress()
104 return interpretKeyEvent(keyboardEvent, PlatformKeyboardEvent::Char); in interpretTab()
112 return interpretKeyEvent(keyboardEvent, PlatformKeyboardEvent::Char); in interpretNewLine()
171 const char* result = interpretKeyEvent(keyboardEvent, in TEST_F()
/external/webkit/Source/WebKit2/UIProcess/API/mac/
DWKTextInputWindowController.h38 - (BOOL)interpretKeyEvent:(NSEvent *)event string:(NSString **)string;
DPageClientImpl.h74 … virtual bool interpretKeyEvent(const NativeWebKeyboardEvent&, Vector<WebCore::KeypressCommand>&);
DWKTextInputWindowController.mm154 - (BOOL)interpretKeyEvent:(NSEvent *)event string:(NSString **)string
DPageClientImpl.mm242 bool PageClientImpl::interpretKeyEvent(const NativeWebKeyboardEvent& event, Vector<WebCore::Keypres…
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
DWebTextInputWindowController.h40 - (BOOL)interpretKeyEvent:(NSEvent *)event string:(NSString **)string;
DWebTextInputWindowController.m160 - (BOOL)interpretKeyEvent:(NSEvent *)event string:(NSString **)string
DWebHostedNetscapePluginView.mm371 …if ([[WebTextInputWindowController sharedTextInputWindowController] interpretKeyEvent:event string…
/external/webkit/Source/WebKit/android/WebCoreSupport/
DEditorClientAndroid.cpp140 static const char* interpretKeyEvent(const KeyboardEvent* evt) in interpretKeyEvent() function
185 Editor::Command command = frame->editor()->command(interpretKeyEvent(event)); in handleKeyboardEvent()
/external/webkit/Source/WebKit/efl/WebCoreSupport/
DEditorClientEfl.cpp299 const char* EditorClientEfl::interpretKeyEvent(const KeyboardEvent* event) in interpretKeyEvent() function in WebCore::EditorClientEfl
375 Editor::Command command = frame->editor()->command(interpretKeyEvent(event)); in handleEditingKeyboardEvent()
DEditorClientEfl.h93 virtual const char* interpretKeyEvent(const KeyboardEvent* event);
/external/webkit/Source/WebKit/wince/WebCoreSupport/
DEditorClientWinCE.cpp309 const char* EditorClientWinCE::interpretKeyEvent(const KeyboardEvent* event) in interpretKeyEvent() function in WebKit::EditorClientWinCE
385 Editor::Command command = frame->editor()->command(interpretKeyEvent(event)); in handleEditingKeyboardEvent()
DEditorClientWinCE.h80 virtual const char* interpretKeyEvent(const WebCore::KeyboardEvent*);
/external/webkit/Source/WebKit/wx/WebKitSupport/
DEditorClientWx.cpp391 Editor::Command command = frame->editor()->command(interpretKeyEvent(event)); in handleEditingKeyboardEvent()
410 const char* EditorClientWx::interpretKeyEvent(const KeyboardEvent* evt) in interpretKeyEvent() function in WebCore::EditorClientWx
DEditorClientWx.h92 virtual const char* interpretKeyEvent(const KeyboardEvent*);
/external/webkit/Source/WebKit2/UIProcess/
DPageClient.h103 …virtual bool interpretKeyEvent(const NativeWebKeyboardEvent&, Vector<WebCore::KeypressCommand>&) =…
/external/webkit/Source/WebKit/chromium/src/
DEditorClientImpl.h88 virtual const char* interpretKeyEvent(const WebCore::KeyboardEvent*);
DEditorClientImpl.cpp521 const char* EditorClientImpl::interpretKeyEvent(const KeyboardEvent* evt) in interpretKeyEvent() function in WebKit::EditorClientImpl
575 String commandName = interpretKeyEvent(evt); in handleEditingKeyboardEvent()
/external/webkit/Source/WebKit2/WebProcess/WebPage/qt/
DWebPageQt.cpp177 const char* WebPage::interpretKeyEvent(const KeyboardEvent* evt) in interpretKeyEvent() function in WebKit::WebPage
/external/webkit/Source/WebKit2/WebProcess/WebPage/win/
DWebPageWin.cpp165 const char* WebPage::interpretKeyEvent(const KeyboardEvent* evt) in interpretKeyEvent() function in WebKit::WebPage
/external/webkit/Source/WebKit/wince/
DChangeLog485 (WebKit::EditorClientWinCE::interpretKeyEvent):
512 (WebKit::EditorClientWinCE::interpretKeyEvent):
/external/webkit/Source/WebKit2/UIProcess/mac/
DWebPageProxyMac.mm233 handled = m_pageClient->interpretKeyEvent(m_keyEventQueue.first(), commands);
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebEditorClient.cpp376 String command = m_webView->interpretKeyEvent(ke); in doTextFieldCommandFromEvent()
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebPage.h427 static const char* interpretKeyEvent(const WebCore::KeyboardEvent*);
/external/webkit/Source/WebKit/win/
DWebView.h889 const char* interpretKeyEvent(const WebCore::KeyboardEvent*);

12