Searched defs:hasFocus (Results 1 - 25 of 28) sorted by relevance

12

/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
H A DSDL_wimppoll.c76 int hasFocus = 0; variable
85 if (hasFocus) RISCOS_PollKeyboard();
211 if (hasFocus == 0)
237 hasFocus = 0;
243 hasFocus = 1;
/external/replicaisland/src/com/replica/replicaisland/
H A DAnimationPlayerActivity.java172 public void onWindowFocusChanged(boolean hasFocus) { argument
173 if (hasFocus && mAnimation != null) {
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/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
H A DRuleListController.java119 boolean isSelected, boolean hasFocus) {
117 getListCellRendererComponent( JList list, Object value, int index, boolean isSelected, boolean hasFocus) argument
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/webkit/Source/WebKit/android/plugins/
H A DPluginWidgetAndroid.h162 bool hasFocus() const { return m_hasFocus; } function in struct:PluginWidgetAndroid
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
H A DCTableCombo.java51 protected boolean hasFocus; field in class:CTableCombo
161 if (hasFocus) {
164 hasFocus = true;
181 hasFocus = false;
313 if (hasFocus) {
316 hasFocus = true;
336 if (hasFocus) {
339 hasFocus = true;
360 hasFocus = false;
/external/webkit/Source/WebCore/html/
H A DHTMLDocument.cpp146 bool HTMLDocument::hasFocus() function in class:WebCore::HTMLDocument
/external/skia/src/views/
H A DSkView.cpp203 bool SkView::hasFocus() const function in class:SkView
/external/webkit/Source/WebCore/plugins/android/
H A DPluginViewAndroid.cpp311 void PluginView::handleFocusEvent(bool hasFocus) argument
315 evt.data.lifecycle.action = hasFocus ? kGainFocus_ANPLifecycleAction :
/external/webkit/Source/WebKit2/PluginProcess/
H A DPluginControllerProxy.cpp491 void PluginControllerProxy::setFocus(bool hasFocus) argument
493 m_plugin->setFocus(hasFocus);
/external/webkit/Source/WebKit2/WebProcess/Plugins/
H A DPluginProxy.cpp314 void PluginProxy::setFocus(bool hasFocus) argument
316 m_connection->connection()->send(Messages::PluginControllerProxy::SetFocus(hasFocus), m_pluginInstanceID);
333 void PluginProxy::windowFocusChanged(bool hasFocus) argument
335 m_connection->connection()->send(Messages::PluginControllerProxy::WindowFocusChanged(hasFocus), m_pluginInstanceID);
H A DPluginView.cpp838 void PluginView::setFocus(bool hasFocus) argument
840 Widget::setFocus(hasFocus);
845 m_plugin->setFocus(hasFocus);
/external/webkit/Source/WebCore/platform/gtk/
H A DRenderThemeGtk2.cpp217 static void setWidgetHasFocus(GtkWidget* widget, gboolean hasFocus) argument
219 g_object_set(widget, "has-focus", hasFocus, NULL);
223 if (hasFocus)
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebelement.cpp526 bool QWebElement::hasFocus() const function in class:QWebElement
538 \sa hasFocus()
H A Dqwebframe.cpp1305 bool QWebFrame::hasFocus() const function in class:QWebFrame
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapePlugin.cpp698 void NetscapePlugin::setFocus(bool hasFocus) argument
702 platformSetFocus(hasFocus);
/external/webkit/Source/WebCore/bridge/
H A Dnpapi.h682 NPBool hasFocus; member in struct:_NPCocoaEvent::__anon14528::__anon14532
/external/dexmaker/lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit3.8.2/ junit/awtui/ junit/extensions/ junit/framework/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 642 milliseconds

12