/external/qemu/distrib/sdl-1.2.12/src/video/riscos/ |
D | SDL_wimppoll.c | 76 int hasFocus = 0; variable 85 if (hasFocus) RISCOS_PollKeyboard(); in WIMP_PumpEvents() 211 if (hasFocus == 0) in WIMP_Poll() 237 hasFocus = 0; in WIMP_Poll() 243 hasFocus = 1; in WIMP_Poll()
|
D | SDL_wimpvideo.c | 79 extern int hasFocus; 188 while (!hasFocus && SDL_GetTicks() - now < 5000) in WIMP_SetVideoMode()
|
/external/webkit/WebKit/mac/Plugins/ |
D | WebNetscapePluginEventHandlerCocoa.mm | 158 void WebNetscapePluginEventHandlerCocoa::windowFocusChanged(bool hasFocus) 163 event.data.focus.hasFocus = hasFocus; 168 void WebNetscapePluginEventHandlerCocoa::focusChanged(bool hasFocus) 173 event.data.focus.hasFocus = hasFocus;
|
D | WebNetscapePluginEventHandlerCocoa.h | 52 virtual void windowFocusChanged(bool hasFocus); 53 virtual void focusChanged(bool hasFocus);
|
D | WebNetscapePluginEventHandler.h | 57 virtual void focusChanged(bool hasFocus) = 0; 58 virtual void windowFocusChanged(bool hasFocus) = 0;
|
D | WebNetscapePluginEventHandlerCarbon.h | 54 virtual void windowFocusChanged(bool hasFocus); 55 virtual void focusChanged(bool hasFocus);
|
D | WebNetscapePluginEventHandlerCarbon.mm | 247 void WebNetscapePluginEventHandlerCarbon::focusChanged(bool hasFocus) 253 if (hasFocus) { 266 void WebNetscapePluginEventHandlerCarbon::windowFocusChanged(bool hasFocus) 277 if (hasFocus) 283 …LOG(PluginEvents, "NPP_HandleEvent(activateEvent): %d isActive: %d", acceptedEvent, hasFocus);
|
D | WebBaseNetscapePluginView.mm | 162 - (void)windowFocusChanged:(BOOL)hasFocus
|
D | WebNetscapePluginView.mm | 676 - (void)windowFocusChanged:(BOOL)hasFocus 678 _eventHandler->windowFocusChanged(hasFocus);
|
/external/junit/src/junit/swingui/ |
D | TestSuitePanel.java | 56 boolean sel, boolean expanded, boolean leaf, int row, boolean hasFocus) { in getTreeCellRendererComponent() argument 58 Component c= super.getTreeCellRendererComponent(tree, value, sel, expanded, leaf, row, hasFocus); in getTreeCellRendererComponent()
|
/external/webkit/WebKitExamplePlugins/NetscapeCocoaPlugin/ |
D | main.m | 53 bool hasFocus; field 213 if (obj->hasFocus) { 326 obj->hasFocus = cocoaEvent->data.focus.hasFocus;
|
/external/webkit/WebCore/html/ |
D | HTMLDocument.h | 54 bool hasFocus();
|
D | HTMLDocument.idl | 57 boolean hasFocus();
|
D | HTMLDocument.cpp | 157 bool HTMLDocument::hasFocus() in hasFocus() function in WebCore::HTMLDocument
|
/external/skia/src/views/ |
D | SkWidgets.cpp | 271 …evt.setString("prime-state", computeAnimatorState(this->isEnabled(), this->hasFocus(), this->getBu… 285 create_emboss(&p, SkIntToScalar(12)/5, this->hasFocus(), this->getButtonState() == kOn_State);
|
D | SkListWidget.cpp | 362 if (this->hasFocus()) in onDraw()
|
D | SkView.cpp | 170 bool SkView::hasFocus() const in hasFocus() function in SkView
|
/external/skia/include/views/ |
D | SkView.h | 109 bool hasFocus() const;
|
/external/webkit/WebKit/qt/tests/qwebframe/ |
D | tst_qwebframe.cpp | 2246 QVERIFY2(view.hasFocus(), in popupFocus() 2254 QVERIFY2(!view.hasFocus() && combo->view()->hasFocus(), in popupFocus() 2260 QVERIFY2(view.hasFocus() && !combo->view()->hasFocus(), in popupFocus()
|
/external/webkit/WebCore/bridge/ |
D | npapi.h | 495 NPBool hasFocus; member
|
/external/webkit/WebKit/android/nav/ |
D | WebView.cpp | 507 void nativeRecordButtons(bool hasFocus, bool pressed, bool invalidate) in nativeRecordButtons() argument 537 if (!hasFocus) { in nativeRecordButtons() 2027 static void nativeRecordButtons(JNIEnv* env, jobject obj, bool hasFocus, in nativeRecordButtons() argument 2032 view->nativeRecordButtons(hasFocus, pressed, invalidate); in nativeRecordButtons()
|
/external/webkit/WebKitExamplePlugins/NetscapeInputMethodPlugin/ |
D | main.m | 287 obj->pluginHasFocus = cocoaEvent->event.focus.hasFocus;
|
/external/webkit/WebKit/qt/WebCoreSupport/ |
D | FrameLoaderClientQt.cpp | 455 if (view && view->hasFocus()) { in postProgressFinishedNotification()
|
/external/webkit/WebCore/ |
D | ChangeLog-2003-10-25 | 1086 (QWidget::hasFocus): 1339 (QWidget::hasFocus): Now uses checksDescendantsForFocus to perform 9146 * kwq/KWQWidget.mm: (QWidget::hasFocus): Add missing check of the class of the first 9172 … * kwq/KWQWidget.mm: (QWidget::hasFocus): Update the logic here so it works for the secure text 9859 (QWidget::hasFocus): Handle first responder issues via bridge. 12545 * kwq/KWQWidget.h: Add hasFocus, remove virtual from setFocus and clearFocus. 12547 … (QWidget::hasFocus): Added. Moved code to check if a particular view is first responder here.
|
/external/webkit/WebKitTools/ |
D | ChangeLog | 2365 …DumpRenderTree support for <rdar://problem/5787733> fast/dom/HTMLDocument/hasFocus.html fails on W… 3651 Updated for testing <rdar://problem/5785895> Implement hasFocus() for HTMLDocument (HTML5)
|