HomeSort by relevance Sort by last modified time
    Searched refs:shouldPropagateKey (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ContentViewClient.java 57 if (!shouldPropagateKey(keyCode)) return true;
195 public static boolean shouldPropagateKey(int keyCode) {
  /frameworks/webview/chromium/java/com/android/webview/chromium/
WebViewContentsClientAdapter.java 176 return !ContentViewClient.shouldPropagateKey(keyCode);
570 if (!ContentViewClient.shouldPropagateKey(event.getKeyCode())) return true;
    [all...]

Completed in 3582 milliseconds