Searched refs:PlatformKeyboardEventBuilder (Results 1 – 6 of 6) sorted by relevance
75 class PlatformKeyboardEventBuilder : public PlatformKeyboardEvent {77 PlatformKeyboardEventBuilder(const WebKeyboardEvent&);
299 PlatformKeyboardEventBuilder::PlatformKeyboardEventBuilder(const WebKeyboardEvent& e) in PlatformKeyboardEventBuilder() function in blink::PlatformKeyboardEventBuilder343 void PlatformKeyboardEventBuilder::setKeyType(Type type) in setKeyType()364 bool PlatformKeyboardEventBuilder::isCharacterKey() const in isCharacterKey()
161 return m_widget->handleKeyEvent(PlatformKeyboardEventBuilder(event)); in handleKeyEvent()
359 …PlatformKeyboardEvent keyboardEvent = PlatformKeyboardEventBuilder(static_cast<const WebKeyboardEv… in handleInputEvent()
983 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()
58 PlatformKeyboardEventBuilder evt(webKeyboardEvent); in interpretKeyEvent()