Searched defs:interpretKeyEvent (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebKit/chromium/tests/
H A DKeyboardTest.cpp53 const char* interpretKeyEvent( function in class:__anon16010::KeyboardTest
61 return editorImpl.interpretKeyEvent(keyboardEvent.get());
76 // Like interpretKeyEvent, but with pressing down OSModifier+|keyCode|.
88 return interpretKeyEvent(keyboardEvent, PlatformKeyboardEvent::RawKeyDown);
91 // Like interpretKeyEvent, but with pressing down ctrl+|keyCode|.
96 return interpretKeyEvent(keyboardEvent, PlatformKeyboardEvent::RawKeyDown);
99 // Like interpretKeyEvent, but with typing a tab.
104 return interpretKeyEvent(keyboardEvent, PlatformKeyboardEvent::Char);
107 // Like interpretKeyEvent, but with typing a newline.
112 return interpretKeyEvent(keyboardEven
[all...]
/external/webkit/Source/WebKit2/WebProcess/WebPage/win/
H A DWebPageWin.cpp165 const char* WebPage::interpretKeyEvent(const KeyboardEvent* evt) function in class:WebKit::WebPage
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DEditorClientAndroid.cpp140 static const char* interpretKeyEvent(const KeyboardEvent* evt) function in namespace:android
185 Editor::Command command = frame->editor()->command(interpretKeyEvent(event));
/external/webkit/Source/WebKit2/WebProcess/WebPage/qt/
H A DWebPageQt.cpp177 const char* WebPage::interpretKeyEvent(const KeyboardEvent* evt) function in class:WebKit::WebPage
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DEditorClientEfl.cpp299 const char* EditorClientEfl::interpretKeyEvent(const KeyboardEvent* event) function in class:WebCore::EditorClientEfl
375 Editor::Command command = frame->editor()->command(interpretKeyEvent(event));
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DEditorClientWinCE.cpp309 const char* EditorClientWinCE::interpretKeyEvent(const KeyboardEvent* event) function in class:WebKit::EditorClientWinCE
385 Editor::Command command = frame->editor()->command(interpretKeyEvent(event));
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DEditorClientWx.cpp391 Editor::Command command = frame->editor()->command(interpretKeyEvent(event));
410 const char* EditorClientWx::interpretKeyEvent(const KeyboardEvent* evt) function in class:WebCore::EditorClientWx
/external/webkit/Source/WebKit/chromium/src/
H A DEditorClientImpl.cpp521 const char* EditorClientImpl::interpretKeyEvent(const KeyboardEvent* evt) function in class:WebKit::EditorClientImpl
575 String commandName = interpretKeyEvent(evt);

Completed in 93 milliseconds