/external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
D | FullScreenView.java | 118 public void onFocusChanged(final boolean focused, final int direction, in onFocusChanged() method in FullScreenView 120 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged() 121 mAwViewMethods.onFocusChanged( in onFocusChanged()
|
D | AwViewMethods.java | 99 void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect); in onFocusChanged() method
|
D | NullAwViewMethods.java | 112 public void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in NullAwViewMethods
|
D | AwContents.java | 730 awViewMethodsImpl.onFocusChanged(mContainerView.hasFocus(), 0, null); in onContainerViewChanged() 803 if (wasFocused) onFocusChanged(false, 0, null); in receivePopupContents() 829 if (wasFocused) onFocusChanged(true, 0, null); in receivePopupContents() 1748 public void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in AwContents 1750 mAwViewMethods.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged() 2403 public void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { 2405 mContentViewCore.onFocusChanged(focused);
|
/external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/ |
D | AwTestContainerView.java | 87 public void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in AwTestContainerView 88 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged() 89 mAwContents.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
D | ContentView.java | 98 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in ContentView 100 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged() 101 mContentViewCore.onFocusChanged(gainFocus); in onFocusChanged()
|
D | ContentViewCore.java | 1688 public void onFocusChanged(boolean gainFocus) {
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowPasswordTransformationMethod.java | 32 … public void onFocusChanged(View view, CharSequence charSequence, boolean b, int i, Rect rect) { } in onFocusChanged() method in ShadowPasswordTransformationMethod
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | ViewTest.java | 499 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in ViewTest.FocusableView 500 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/fx/ |
D | bg.js | 89 "windowFocusChanged": chrome.windows.onFocusChanged,
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/inspector/ |
D | tabs_api.js | 147 chrome.windows.onFocusChanged.addListener(function(windowId) {
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
D | chrome_extension_externs.js | 575 chrome.windows.onFocusChanged;
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/ |
D | accessibility_api_handler.js | 232 chrome.windows.onFocusChanged.addListener(goog.bind(function(windowId) {
|
/external/chromium_org/chrome/third_party/chromevox/ |
D | chromeVoxChromeBackgroundScript.js | 1111 …n(cvox.AbstractEarcons.TASK_SUCCESS))},this))},this));chrome.windows.onFocusChanged.addListener(go…
|