hasFocus          169 android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellActivity.java             public void onFocusChange(View v, boolean hasFocus) {
hasFocus          170 android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellActivity.java                 setKeyboardVisibilityForUrl(hasFocus);
hasFocus          171 android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellActivity.java                 mNextButton.setVisibility(hasFocus ? View.GONE : View.VISIBLE);
hasFocus          172 android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellActivity.java                 mPrevButton.setVisibility(hasFocus ? View.GONE : View.VISIBLE);
hasFocus          173 android_webview/test/shell/src/org/chromium/android_webview/shell/AwShellActivity.java                 if (!hasFocus) {
hasFocus          117 base/android/java/src/org/chromium/base/ApplicationStatus.java             public void onWindowFocusChanged(Activity activity, boolean hasFocus) {
hasFocus          118 base/android/java/src/org/chromium/base/ApplicationStatus.java                 if (!hasFocus || activity == sActivity) return;
hasFocus           25 base/android/java/src/org/chromium/base/BaseChromiumApplication.java         public void onWindowFocusChanged(Activity activity, boolean hasFocus);
hasFocus           42 base/android/java/src/org/chromium/base/BaseChromiumApplication.java                     public void onWindowFocusChanged(boolean hasFocus) {
hasFocus           43 base/android/java/src/org/chromium/base/BaseChromiumApplication.java                         super.onWindowFocusChanged(hasFocus);
hasFocus           46 base/android/java/src/org/chromium/base/BaseChromiumApplication.java                             listener.onWindowFocusChanged(activity, hasFocus);
hasFocus          127 base/android/java/src/org/chromium/base/WindowCallbackWrapper.java     public void onWindowFocusChanged(boolean hasFocus) {
hasFocus          128 base/android/java/src/org/chromium/base/WindowCallbackWrapper.java         mCallback.onWindowFocusChanged(hasFocus);
hasFocus          113 chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellToolbar.java             public void onFocusChange(View v, boolean hasFocus) {
hasFocus          114 chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellToolbar.java                 setKeyboardVisibilityForUrl(hasFocus);
hasFocus          115 chrome/android/shell/java/src/org/chromium/chrome/shell/ChromeShellToolbar.java                 if (!hasFocus) {
hasFocus         2595 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java         return mContainerView.hasFocus();
hasFocus          157 content/shell/android/java/src/org/chromium/content_shell/Shell.java             public void onFocusChange(View v, boolean hasFocus) {
hasFocus          158 content/shell/android/java/src/org/chromium/content_shell/Shell.java                 setKeyboardVisibilityForUrl(hasFocus);
hasFocus          159 content/shell/android/java/src/org/chromium/content_shell/Shell.java                 mNextButton.setVisibility(hasFocus ? GONE : VISIBLE);
hasFocus          160 content/shell/android/java/src/org/chromium/content_shell/Shell.java                 mPrevButton.setVisibility(hasFocus ? GONE : VISIBLE);
hasFocus          161 content/shell/android/java/src/org/chromium/content_shell/Shell.java                 if (!hasFocus) {
hasFocus          600 content/shell/tools/plugin/main.cpp                 if (event->data.focus.hasFocus)
hasFocus           62 content/test/plugin/plugin_windowless_test.cc          np_event->data.focus.hasFocus;
hasFocus          693 third_party/npapi/bindings/npapi.h       NPBool hasFocus;