Searched refs:interpretKeyEvent (Results 1 - 25 of 27) sorted by relevance

12

/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DWebTextInputWindowController.h40 - (BOOL)interpretKeyEvent:(NSEvent *)event string:(NSString **)string;
H A DWebTextInputWindowController.m160 - (BOOL)interpretKeyEvent:(NSEvent *)event string:(NSString **)string
H A DWebHostedNetscapePluginView.mm371 if ([[WebTextInputWindowController sharedTextInputWindowController] interpretKeyEvent:event string:&string]) {
/external/webkit/Source/WebKit2/UIProcess/API/mac/
H A DWKTextInputWindowController.h38 - (BOOL)interpretKeyEvent:(NSEvent *)event string:(NSString **)string;
H A DWKTextInputWindowController.mm154 - (BOOL)interpretKeyEvent:(NSEvent *)event string:(NSString **)string
H A DPageClientImpl.h74 virtual bool interpretKeyEvent(const NativeWebKeyboardEvent&, Vector<WebCore::KeypressCommand>&);
H A DPageClientImpl.mm242 bool PageClientImpl::interpretKeyEvent(const NativeWebKeyboardEvent& event, Vector<WebCore::KeypressCommand>& commands)
/external/webkit/Source/WebKit/chromium/tests/
H A DKeyboardTest.cpp53 const char* interpretKeyEvent( function in class:__anon14784::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/WebKit/efl/WebCoreSupport/
H A DEditorClientEfl.h93 virtual const char* interpretKeyEvent(const KeyboardEvent* event);
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/wx/WebKitSupport/
H A DEditorClientWx.h92 virtual const char* interpretKeyEvent(const KeyboardEvent*);
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/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/WebKit/chromium/src/
H A DEditorClientImpl.h88 virtual const char* interpretKeyEvent(const WebCore::KeyboardEvent*);
H A DEditorClientImpl.cpp521 const char* EditorClientImpl::interpretKeyEvent(const KeyboardEvent* evt) function in class:WebKit::EditorClientImpl
575 String commandName = interpretKeyEvent(evt);
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DEditorClientWinCE.h80 virtual const char* interpretKeyEvent(const WebCore::KeyboardEvent*);
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/WebKit2/UIProcess/
H A DPageClient.h103 virtual bool interpretKeyEvent(const NativeWebKeyboardEvent&, Vector<WebCore::KeypressCommand>&) = 0;
/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/WebKit2/UIProcess/mac/
H A DWebPageProxyMac.mm233 handled = m_pageClient->interpretKeyEvent(m_keyEventQueue.first(), commands);
/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/win/WebCoreSupport/
H A DWebEditorClient.cpp376 String command = m_webView->interpretKeyEvent(ke);
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebPage.h427 static const char* interpretKeyEvent(const WebCore::KeyboardEvent*);
H A DWebPage.cpp1496 Editor::Command command = frame->editor()->command(interpretKeyEvent(evt));
/external/webkit/Source/WebKit/win/
H A DWebView.h889 const char* interpretKeyEvent(const WebCore::KeyboardEvent*);

Completed in 1267 milliseconds

12