Searched refs:hasFocus (Results 26 - 50 of 73) sorted by relevance

123

/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
H A DRunnerController.java204 boolean hasFocus) {
202 getTreeCellRendererComponent(JTree tree, Object value, boolean selected, boolean expanded, boolean leaf, int row, boolean hasFocus) argument
H A DTestCaseEditController.java603 boolean isSelected, boolean hasFocus) {
601 getListCellRendererComponent( JList list, Object value, int index, boolean isSelected, boolean hasFocus) argument
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
H A Dlive_regions.js97 if (disableSpeak || !document.hasFocus()) {
397 if (cvox.Interframe.isIframe() && !document.hasFocus()) {
H A Dactive_indicator.js476 if (!document.hasFocus() || this.blurred_) {
/external/replicaisland/src/com/replica/replicaisland/
H A DGLSurfaceView.java532 public void onWindowFocusChanged(boolean hasFocus) { argument
533 super.onWindowFocusChanged(hasFocus);
534 mGLThread.onWindowFocusChanged(hasFocus);
1468 public void onWindowFocusChanged(boolean hasFocus) { argument
1470 mHasFocus = hasFocus;
/external/chromium_org/third_party/skia/src/views/
H A DSkWidgets.cpp280 evt.setString("prime-state", computeAnimatorState(this->isEnabled(), this->hasFocus(), this->getButtonState()));
294 create_emboss(&p, SkIntToScalar(12)/5, this->hasFocus(), this->getButtonState() == kOn_State);
H A DSkView.cpp203 bool SkView::hasFocus() const function in class:SkView
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
H A DSDL_wimpvideo.c79 extern int hasFocus;
188 while (!hasFocus && SDL_GetTicks() - now < 5000)
/external/skia/src/views/
H A DSkWidgets.cpp280 evt.setString("prime-state", computeAnimatorState(this->isEnabled(), this->hasFocus(), this->getButtonState()));
294 create_emboss(&p, SkIntToScalar(12)/5, this->hasFocus(), this->getButtonState() == kOn_State);
H A DSkView.cpp203 bool SkView::hasFocus() const function in class:SkView
/external/chromium_org/chrome/android/shell/java/src/org/chromium/chrome/shell/omnibox/
H A DSuggestionPopup.java161 if (!mUrlField.hasFocus()) return;
/external/chromium_org/content/test/plugin/
H A Dplugin_windowless_test.cc56 np_event->data.focus.hasFocus;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A Dexterns.js329 hasFocus: function() { },
/external/chromium_org/third_party/skia/include/views/
H A DSkView.h127 bool hasFocus() const;
/external/skia/include/views/
H A DSkView.h127 bool hasFocus() const;
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.idl161 boolean hasFocus();
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DView.js449 hasFocus: function()
H A DTabbedPane.js237 var focused = this.hasFocus();
318 var focused = this.hasFocus();
/external/chromium_org/chrome/browser/resources/bookmark_manager/js/bmm/
H A Dbookmark_list.js498 var activeElement = doc.hasFocus() && doc.activeElement;
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebViewTest.cpp375 EXPECT_TRUE(document->hasFocus());
378 EXPECT_FALSE(document->hasFocus());
381 EXPECT_TRUE(document->hasFocus());
384 EXPECT_FALSE(document->hasFocus());
387 EXPECT_FALSE(document->hasFocus());
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DContentViewCore.java577 } else if (hasFocus() && resultCode ==
2357 * @see View#hasFocus()
2360 private boolean hasFocus() { method in class:ContentViewCore
2364 return mContainerView.hasFocus();
/external/chromium_org/third_party/npapi/bindings/
H A Dnpapi.h693 NPBool hasFocus; member in struct:_NPCocoaEvent::__anon14615::__anon14619
/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
H A DViewLoaderTest.java235 mediaView.hasFocus();
/external/chromium_org/content/shell/tools/plugin/
H A Dmain.cpp600 if (event->data.focus.hasFocus)
/external/chromium_org/ui/accessibility/extensions/caretbrowsing/
H A Dcaretbrowsing.js1397 CaretBrowsing.isWindowFocused = document.hasFocus();

Completed in 887 milliseconds

123