HomeSort by relevance Sort by last modified time
    Searched defs:interpretKeyEvent (Results 1 - 4 of 4) sorted by null

  /external/webkit/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/WebKit/android/WebCoreSupport/
EditorClientAndroid.cpp 137 static const char* interpretKeyEvent(const KeyboardEvent* evt)
182 Editor::Command command = frame->editor()->command(interpretKeyEvent(event));
  /external/webkit/WebKit/wx/WebKitSupport/
EditorClientWx.cpp 386 Editor::Command command = frame->editor()->command(interpretKeyEvent(event));
405 const char* EditorClientWx::interpretKeyEvent(const KeyboardEvent* evt)
  /external/webkit/WebKit/chromium/src/
EditorClientImpl.cpp 500 const char* EditorClientImpl::interpretKeyEvent(const KeyboardEvent* evt)
554 String commandName = interpretKeyEvent(evt);
    [all...]

Completed in 78 milliseconds