HomeSort by relevance Sort by last modified time
    Searched refs:interpretKeyEvent (Results 1 - 25 of 27) sorted by null

1 2

  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
WebTextInputWindowController.h 40 - (BOOL)interpretKeyEvent:(NSEvent *)event string:(NSString **)string;
WebTextInputWindowController.m 160 - (BOOL)interpretKeyEvent:(NSEvent *)event string:(NSString **)string
WebHostedNetscapePluginView.mm 371 if ([[WebTextInputWindowController sharedTextInputWindowController] interpretKeyEvent:event string:&string]) {
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKTextInputWindowController.h 38 - (BOOL)interpretKeyEvent:(NSEvent *)event string:(NSString **)string;
PageClientImpl.h 74 virtual bool interpretKeyEvent(const NativeWebKeyboardEvent&, Vector<WebCore::KeypressCommand>&);
WKTextInputWindowController.mm 154 - (BOOL)interpretKeyEvent:(NSEvent *)event string:(NSString **)string
PageClientImpl.mm 242 bool PageClientImpl::interpretKeyEvent(const NativeWebKeyboardEvent& event, Vector<WebCore::KeypressCommand>& commands)
  /external/webkit/Source/WebKit/chromium/tests/
KeyboardTest.cpp 53 const char* interpretKeyEvent(
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(keyboardEvent, PlatformKeyboardEvent::Char)
    [all...]
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
EditorClientEfl.h 93 virtual const char* interpretKeyEvent(const KeyboardEvent* event);
EditorClientEfl.cpp 299 const char* EditorClientEfl::interpretKeyEvent(const KeyboardEvent* event)
375 Editor::Command command = frame->editor()->command(interpretKeyEvent(event));
  /external/webkit/Source/WebKit/wx/WebKitSupport/
EditorClientWx.h 92 virtual const char* interpretKeyEvent(const KeyboardEvent*);
EditorClientWx.cpp 391 Editor::Command command = frame->editor()->command(interpretKeyEvent(event));
410 const char* EditorClientWx::interpretKeyEvent(const KeyboardEvent* evt)
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
EditorClientWinCE.h 80 virtual const char* interpretKeyEvent(const WebCore::KeyboardEvent*);
EditorClientWinCE.cpp 309 const char* EditorClientWinCE::interpretKeyEvent(const KeyboardEvent* event)
385 Editor::Command command = frame->editor()->command(interpretKeyEvent(event));
  /external/webkit/Source/WebKit2/UIProcess/
PageClient.h 103 virtual bool interpretKeyEvent(const NativeWebKeyboardEvent&, Vector<WebCore::KeypressCommand>&) = 0;
  /external/webkit/Source/WebKit/android/WebCoreSupport/
EditorClientAndroid.cpp 140 static const char* interpretKeyEvent(const KeyboardEvent* evt)
185 Editor::Command command = frame->editor()->command(interpretKeyEvent(event));
  /external/webkit/Source/WebKit/chromium/src/
EditorClientImpl.h 88 virtual const char* interpretKeyEvent(const WebCore::KeyboardEvent*);
EditorClientImpl.cpp 521 const char* EditorClientImpl::interpretKeyEvent(const KeyboardEvent* evt)
575 String commandName = interpretKeyEvent(evt);
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/qt/
WebPageQt.cpp 177 const char* WebPage::interpretKeyEvent(const KeyboardEvent* evt)
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebPageProxyMac.mm 233 handled = m_pageClient->interpretKeyEvent(m_keyEventQueue.first(), commands);
  /external/webkit/Source/WebKit2/WebProcess/WebPage/win/
WebPageWin.cpp 165 const char* WebPage::interpretKeyEvent(const KeyboardEvent* evt)
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebEditorClient.cpp 376 String command = m_webView->interpretKeyEvent(ke);
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.h 427 static const char* interpretKeyEvent(const WebCore::KeyboardEvent*);
WebPage.cpp     [all...]
  /external/webkit/Source/WebKit/win/
WebView.h     [all...]

Completed in 5027 milliseconds

1 2