Searched refs:PlatformKeyboardEventBuilder (Results 1 – 7 of 7) sorted by relevance
78 class PlatformKeyboardEventBuilder : public WebCore::PlatformKeyboardEvent {80 PlatformKeyboardEventBuilder(const WebKeyboardEvent&);
279 PlatformKeyboardEventBuilder::PlatformKeyboardEventBuilder(const WebKeyboardEvent& e) in PlatformKeyboardEventBuilder() function in blink::PlatformKeyboardEventBuilder323 void PlatformKeyboardEventBuilder::setKeyType(Type type) in setKeyType()344 bool PlatformKeyboardEventBuilder::isCharacterKey() const in isCharacterKey()
143 return m_widget->handleKeyEvent(PlatformKeyboardEventBuilder(event)); in handleKeyEvent()
925 return m_selectPopup->handleKeyEvent(PlatformKeyboardEventBuilder(event)); in handleKeyEvent()927 m_pagePopup->handleKeyEvent(PlatformKeyboardEventBuilder(event)); in handleKeyEvent()959 PlatformKeyboardEventBuilder evt(event); in handleKeyEvent()1014 if (m_autofillPopup->handleKeyEvent(PlatformKeyboardEventBuilder(event))) { in autocompleteHandleKeyEvent()1040 return m_selectPopup->handleKeyEvent(PlatformKeyboardEventBuilder(event)); in handleCharEvent()1042 return m_pagePopup->handleKeyEvent(PlatformKeyboardEventBuilder(event)); in handleCharEvent()1050 PlatformKeyboardEventBuilder evt(event); in handleCharEvent()
315 …PlatformKeyboardEvent keyboardEvent = PlatformKeyboardEventBuilder(*static_cast<const WebKeyboardE… in handleInputEvent()
57 PlatformKeyboardEventBuilder evt(webKeyboardEvent); in interpretKeyEvent()
195 blink::PlatformKeyboardEventBuilder platformBuilder(webEvent); in TEST()