Home
last modified time | relevance | path

Searched refs:hasFocus (Results 1 – 25 of 31) sorted by relevance

12

/external/qemu/distrib/sdl-1.2.12/src/video/riscos/
DSDL_wimppoll.c76 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()
DSDL_wimpvideo.c79 extern int hasFocus;
188 while (!hasFocus && SDL_GetTicks() - now < 5000) in WIMP_SetVideoMode()
/external/webkit/WebKit/mac/Plugins/
DWebNetscapePluginEventHandlerCocoa.mm158 void WebNetscapePluginEventHandlerCocoa::windowFocusChanged(bool hasFocus)
163 event.data.focus.hasFocus = hasFocus;
168 void WebNetscapePluginEventHandlerCocoa::focusChanged(bool hasFocus)
173 event.data.focus.hasFocus = hasFocus;
DWebNetscapePluginEventHandlerCocoa.h52 virtual void windowFocusChanged(bool hasFocus);
53 virtual void focusChanged(bool hasFocus);
DWebNetscapePluginEventHandler.h57 virtual void focusChanged(bool hasFocus) = 0;
58 virtual void windowFocusChanged(bool hasFocus) = 0;
DWebNetscapePluginEventHandlerCarbon.h54 virtual void windowFocusChanged(bool hasFocus);
55 virtual void focusChanged(bool hasFocus);
DWebNetscapePluginEventHandlerCarbon.mm247 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);
DWebBaseNetscapePluginView.mm162 - (void)windowFocusChanged:(BOOL)hasFocus
DWebNetscapePluginView.mm676 - (void)windowFocusChanged:(BOOL)hasFocus
678 _eventHandler->windowFocusChanged(hasFocus);
/external/junit/src/junit/swingui/
DTestSuitePanel.java56 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/
Dmain.m53 bool hasFocus; field
213 if (obj->hasFocus) {
326 obj->hasFocus = cocoaEvent->data.focus.hasFocus;
/external/webkit/WebCore/html/
DHTMLDocument.h54 bool hasFocus();
DHTMLDocument.idl57 boolean hasFocus();
DHTMLDocument.cpp157 bool HTMLDocument::hasFocus() in hasFocus() function in WebCore::HTMLDocument
/external/skia/src/views/
DSkWidgets.cpp271 …evt.setString("prime-state", computeAnimatorState(this->isEnabled(), this->hasFocus(), this->getBu…
285 create_emboss(&p, SkIntToScalar(12)/5, this->hasFocus(), this->getButtonState() == kOn_State);
DSkListWidget.cpp362 if (this->hasFocus()) in onDraw()
DSkView.cpp170 bool SkView::hasFocus() const in hasFocus() function in SkView
/external/skia/include/views/
DSkView.h109 bool hasFocus() const;
/external/webkit/WebKit/qt/tests/qwebframe/
Dtst_qwebframe.cpp2246 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/
Dnpapi.h495 NPBool hasFocus; member
/external/webkit/WebKit/android/nav/
DWebView.cpp507 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/
Dmain.m287 obj->pluginHasFocus = cocoaEvent->event.focus.hasFocus;
/external/webkit/WebKit/qt/WebCoreSupport/
DFrameLoaderClientQt.cpp455 if (view && view->hasFocus()) { in postProgressFinishedNotification()
/external/webkit/WebCore/
DChangeLog-2003-10-251086 (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/
DChangeLog2365 …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)

12