Home
last modified time | relevance | path

Searched refs:PlatformKeyboardEventBuilder (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DWebInputEventConversion.h75 class PlatformKeyboardEventBuilder : public PlatformKeyboardEvent {
77 PlatformKeyboardEventBuilder(const WebKeyboardEvent&);
DWebInputEventConversion.cpp299 PlatformKeyboardEventBuilder::PlatformKeyboardEventBuilder(const WebKeyboardEvent& e) in PlatformKeyboardEventBuilder() function in blink::PlatformKeyboardEventBuilder
343 void PlatformKeyboardEventBuilder::setKeyType(Type type) in setKeyType()
364 bool PlatformKeyboardEventBuilder::isCharacterKey() const in isCharacterKey()
DWebPopupMenuImpl.cpp161 return m_widget->handleKeyEvent(PlatformKeyboardEventBuilder(event)); in handleKeyEvent()
DWebDevToolsAgentImpl.cpp359 …PlatformKeyboardEvent keyboardEvent = PlatformKeyboardEventBuilder(static_cast<const WebKeyboardEv… in handleInputEvent()
DWebViewImpl.cpp983 return m_selectPopup->handleKeyEvent(PlatformKeyboardEventBuilder(event)); in handleKeyEvent()
985 m_pagePopup->handleKeyEvent(PlatformKeyboardEventBuilder(event)); in handleKeyEvent()
1005 PlatformKeyboardEventBuilder evt(event); in handleKeyEvent()
1052 return m_selectPopup->handleKeyEvent(PlatformKeyboardEventBuilder(event)); in handleCharEvent()
1054 return m_pagePopup->handleKeyEvent(PlatformKeyboardEventBuilder(event)); in handleCharEvent()
1062 PlatformKeyboardEventBuilder evt(event); in handleCharEvent()
/external/chromium_org/third_party/WebKit/Source/web/tests/
DKeyboardTest.cpp58 PlatformKeyboardEventBuilder evt(webKeyboardEvent); in interpretKeyEvent()