Searched refs:dispatchKeyEvent (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorClient.h67 virtual void dispatchKeyEvent(const PlatformKeyboardEvent&) { } function in class:WebCore::InspectorClient
H A DInspectorInputAgent.h56 virtual void dispatchKeyEvent(ErrorString*, const String& type, const int* modifiers, const double* timestamp, const String* text, const String* unmodifiedText, const String* keyIdentifier, const int* windowsVirtualKeyCode, const int* nativeVirtualKeyCode, const int* macCharCode, const bool* autoRepeat, const bool* isKeypad, const bool* isSystemKey);
H A DInspectorInputAgent.cpp104 void InspectorInputAgent::dispatchKeyEvent(ErrorString* error, const String& type, const int* modifiers, const double* timestamp, const String* text, const String* unmodifiedText, const String* keyIdentifier, const int* windowsVirtualKeyCode, const int* nativeVirtualKeyCode, const int* macCharCode, const bool* autoRepeat, const bool* isKeypad, const bool* isSystemKey) function in class:WebCore::InspectorInputAgent
133 m_client->dispatchKeyEvent(event);
/external/chromium_org/third_party/WebKit/Source/web/
H A DInspectorClientImpl.h75 virtual void dispatchKeyEvent(const WebCore::PlatformKeyboardEvent&);
H A DInspectorClientImpl.cpp153 void InspectorClientImpl::dispatchKeyEvent(const PlatformKeyboardEvent& event) function in class:WebKit::InspectorClientImpl
156 agent->dispatchKeyEvent(event);
H A DWebDevToolsAgentImpl.h116 virtual void dispatchKeyEvent(const WebCore::PlatformKeyboardEvent&);
H A DWebDevToolsAgentImpl.cpp618 void WebDevToolsAgentImpl::dispatchKeyEvent(const PlatformKeyboardEvent& event) function in class:WebKit::WebDevToolsAgentImpl
H A DPopupListBox.cpp233 m_focusedElement->dispatchKeyEvent(event);
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
H A DDesktop.java76 public boolean dispatchKeyEvent(KeyEvent event) { method in class:Desktop
101 return super.dispatchKeyEvent(event);
/external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/
H A DAwTestContainerView.java93 public boolean dispatchKeyEvent(KeyEvent event) { method in class:AwTestContainerView
94 return mAwContents.dispatchKeyEvent(event);
171 return AwTestContainerView.super.dispatchKeyEvent(event);
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DContentView.java463 public boolean dispatchKeyEvent(KeyEvent event) { method in class:ContentView
465 return mContentViewCore.dispatchKeyEvent(event);
467 return super.dispatchKeyEvent(event);
748 return super.dispatchKeyEvent(event);
H A DContentViewCore.java153 * @see View#dispatchKeyEvent(KeyEvent)
1715 * @see View#dispatchKeyEvent(KeyEvent)
1717 public boolean dispatchKeyEvent(KeyEvent event) { method in class:ContentViewCore
1722 if (mImeAdapter.dispatchKeyEvent(event)) return true;
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DWebKitHitTestTest.java82 mAwContents.getContentViewCore().dispatchKeyEvent(
84 mAwContents.getContentViewCore().dispatchKeyEvent(
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DImeAdapter.java31 * 2. Intercept dispatchKeyEvent() method for key events not handled by IME, we
309 public boolean dispatchKeyEvent(KeyEvent event) { method in class:ImeAdapter
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowView.java586 public boolean dispatchKeyEvent(KeyEvent event) { method in class:ShadowView
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwContents.java1187 * @see android.webkit.WebView#dispatchKeyEvent(KeyEvent)
1189 public boolean dispatchKeyEvent(KeyEvent event) { method in class:AwContents
1190 return mContentViewCore.dispatchKeyEvent(event);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNode.h673 bool dispatchKeyEvent(const PlatformKeyboardEvent&);
H A DNode.cpp2385 bool Node::dispatchKeyEvent(const PlatformKeyboardEvent& event) function in class:WebCore::Node
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DEventHandler.cpp3002 return !node->dispatchKeyEvent(initialKeyEvent);
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...

Completed in 353 milliseconds