Home
last modified time | relevance | path

Searched defs:hasFocus (Results 1 – 12 of 12) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/riscos/
DSDL_wimppoll.c76 int hasFocus = 0; variable
/external/junit/src/junit/swingui/
DTestSuitePanel.java56 boolean sel, boolean expanded, boolean leaf, int row, boolean hasFocus) { in getTreeCellRendererComponent()
/external/webkit/WebKit/android/plugins/
DPluginWidgetAndroid.h147 bool hasFocus() const { return m_hasFocus; } in hasFocus() function
/external/webkit/WebKitExamplePlugins/NetscapeCocoaPlugin/
Dmain.m53 bool hasFocus; field
/external/webkit/WebCore/html/
DHTMLDocument.cpp152 bool HTMLDocument::hasFocus() in hasFocus() function in WebCore::HTMLDocument
/external/webkit/WebCore/plugins/android/
DPluginViewAndroid.cpp275 void PluginView::handleFocusEvent(bool hasFocus) in handleFocusEvent()
/external/skia/src/views/
DSkView.cpp180 bool SkView::hasFocus() const in hasFocus() function in SkView
/external/webkit/WebKit/qt/Api/
Dqwebelement.cpp489 bool QWebElement::hasFocus() const in hasFocus() function in QWebElement
Dqwebframe.cpp1239 bool QWebFrame::hasFocus() const in hasFocus() function in QWebFrame
/external/webkit/WebCore/bridge/
Dnpapi.h530 NPBool hasFocus; member
/external/webkit/WebKit/android/nav/
DWebView.cpp248 void nativeRecordButtons(bool hasFocus, bool pressed, bool invalidate) in nativeRecordButtons()
1700 static void nativeRecordButtons(JNIEnv* env, jobject obj, bool hasFocus, in nativeRecordButtons()
DCacheBuilder.cpp1387 bool hasFocus = lastCached->isFocus() || onlyChildCached->isFocus(); in CleanUpContainedNodes() local