Searched refs:handleKeyEvent (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPagePopupImpl.h62 bool handleKeyEvent(const PlatformKeyboardEvent&);
84 virtual bool handleKeyEvent(const WebKeyboardEvent&) OVERRIDE;
H A DPageWidgetDelegate.h57 virtual bool handleKeyEvent(const WebKeyboardEvent&) = 0;
H A DWebPopupMenuImpl.cpp159 bool WebPopupMenuImpl::handleKeyEvent(const WebKeyboardEvent& event) function in class:blink::WebPopupMenuImpl
161 return m_widget->handleKeyEvent(PlatformKeyboardEventBuilder(event));
282 return handleKeyEvent(static_cast<const WebKeyboardEvent&>(inputEvent));
H A DPopupContainer.h71 bool handleKeyEvent(const PlatformKeyboardEvent&);
H A DWebPopupMenuImpl.h105 bool handleKeyEvent(const WebKeyboardEvent&);
H A DWebPagePopupImpl.cpp356 bool WebPagePopupImpl::handleKeyEvent(const WebKeyboardEvent&) function in class:blink::WebPagePopupImpl
358 // The main WebView receives key events and forward them to this via handleKeyEvent().
365 // The main WebView receives key events and forward them to this via handleKeyEvent().
385 bool WebPagePopupImpl::handleKeyEvent(const PlatformKeyboardEvent& event) function in class:blink::WebPagePopupImpl
H A DPageWidgetDelegate.cpp145 return handler.handleKeyEvent(static_cast<const WebKeyboardEvent&>(event));
H A DPopupListBox.h127 bool handleKeyEvent(const PlatformKeyboardEvent&);
H A DPopupContainer.cpp337 bool PopupContainer::handleKeyEvent(const PlatformKeyboardEvent& event) function in class:blink::PopupContainer
340 return m_listBox->handleKeyEvent(event);
H A DWebViewImpl.h594 virtual bool handleKeyEvent(const WebKeyboardEvent&) OVERRIDE;
H A DWebViewImpl.cpp963 bool WebViewImpl::handleKeyEvent(const WebKeyboardEvent& event) function in class:blink::WebViewImpl
983 return m_selectPopup->handleKeyEvent(PlatformKeyboardEventBuilder(event));
985 m_pagePopup->handleKeyEvent(PlatformKeyboardEventBuilder(event));
1052 return m_selectPopup->handleKeyEvent(PlatformKeyboardEventBuilder(event));
1054 return m_pagePopup->handleKeyEvent(PlatformKeyboardEventBuilder(event));
H A DPopupListBox.cpp169 // Should be kept in sync with handleKeyEvent().
207 bool PopupListBox::handleKeyEvent(const PlatformKeyboardEvent& event) function in class:blink::PopupListBox
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DGamepadDevice.java126 public boolean handleKeyEvent(KeyEvent event) { method in class:GamepadDevice
H A DGamepadList.java186 return getInstance().handleKeyEvent(event);
189 private boolean handleKeyEvent(KeyEvent event) { method in class:GamepadList
194 return gamepad.handleKeyEvent(event);

Completed in 705 milliseconds