Searched refs:hasFocus (Results 1 - 25 of 70) sorted by relevance

123

/external/webkit/Source/WebKit2/PluginProcess/mac/
H A DPluginControllerProxyMac.mm81 void PluginControllerProxy::windowFocusChanged(bool hasFocus)
83 m_plugin->windowFocusChanged(hasFocus);
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebNetscapePluginEventHandler.h58 virtual void focusChanged(bool hasFocus) = 0;
59 virtual void windowFocusChanged(bool hasFocus) = 0;
H A DWebNetscapePluginEventHandlerCarbon.h55 virtual void windowFocusChanged(bool hasFocus);
56 virtual void focusChanged(bool hasFocus);
H A DWebNetscapePluginEventHandlerCocoa.h53 virtual void windowFocusChanged(bool hasFocus);
54 virtual void focusChanged(bool hasFocus);
H A DWebNetscapePluginEventHandlerCocoa.mm188 void WebNetscapePluginEventHandlerCocoa::windowFocusChanged(bool hasFocus)
193 event.data.focus.hasFocus = hasFocus;
198 void WebNetscapePluginEventHandlerCocoa::focusChanged(bool hasFocus)
203 event.data.focus.hasFocus = hasFocus;
207 if (hasFocus)
H A DWebNetscapePluginEventHandlerCarbon.mm262 void WebNetscapePluginEventHandlerCarbon::focusChanged(bool hasFocus)
268 if (hasFocus) {
281 void WebNetscapePluginEventHandlerCarbon::windowFocusChanged(bool hasFocus)
292 if (hasFocus)
298 LOG(PluginEvents, "NPP_HandleEvent(activateEvent): %d isActive: %d", acceptedEvent, hasFocus);
/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/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DViewGroupTest.java173 assertFalse(root.hasFocus());
176 assertTrue(root.hasFocus());
179 assertFalse(root.hasFocus());
182 assertTrue(root.hasFocus());
185 assertFalse(root.hasFocus());
188 assertTrue(root.hasFocus());
197 assertFalse(child3a.hasFocus());
198 assertFalse(child3.hasFocus());
199 assertFalse(root.hasFocus());
203 assertFalse(root.hasFocus());
[all...]
H A DViewTest.java57 public void onFocusChange(View v, boolean hasFocus) {
58 transcript.add(hasFocus ? "Gained focus" : "Lost focus");
63 assertFalse(view.hasFocus());
68 assertTrue(view.hasFocus());
73 assertFalse(view.hasFocus());
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowViewGroup.java151 public boolean hasFocus() { method in class:ShadowViewGroup
152 if (super.hasFocus()) return true;
155 if (child.hasFocus()) return true;
164 if (hasFocus()) {
176 if (super.hasFocus()) {
H A DShadowView.java481 public void setViewFocus(boolean hasFocus) { argument
482 this.isFocused = hasFocus;
501 onFocusChangeListener.onFocusChange(realView, hasFocus);
521 public boolean hasFocus() { method in class:ShadowView
532 return hasFocus() ? realView : null;
862 if (view.hasFocus()) return false;
/external/webkit/Source/WebCore/html/
H A DHTMLDocument.idl54 boolean hasFocus();
H A DHTMLDocument.h56 bool hasFocus();
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/
H A DNetscapePluginMac.mm761 void NetscapePlugin::platformSetFocus(bool hasFocus)
763 m_pluginHasFocus = hasFocus;
770 event.data.focus.hasFocus = hasFocus;
777 EventRecord event = initializeEventRecord(hasFocus ? NPEventType_GetFocusEvent : NPEventType_LoseFocusEvent);
789 void NetscapePlugin::windowFocusChanged(bool hasFocus)
791 m_windowHasFocus = hasFocus;
798 event.data.focus.hasFocus = hasFocus;
805 HiliteWindow(windowRef(), hasFocus);
[all...]
/external/webkit/Examples/NetscapeCocoaPlugin/
H A Dmain.m53 bool hasFocus;
212 if (obj->hasFocus) {
324 obj->hasFocus = cocoaEvent->data.focus.hasFocus;
/external/webkit/Source/WebCore/plugins/qt/
H A DPluginContainerQt.cpp123 redirectWheelEventsToParent(!hasFocus());
/external/webkit/Source/WebKit/android/plugins/
H A DPluginWidgetAndroid.h162 bool hasFocus() const { return m_hasFocus; } function in struct:PluginWidgetAndroid
H A DANPWindowInterface.cpp52 if(pluginWidget->hasFocus())
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
H A DCCombo3.java92 private boolean hasFocus;
95 boolean old_hasFocus = hasFocus;
96 hasFocus =
102 if (hasFocus) {
110 if (old_hasFocus && !hasFocus) {
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/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
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DWebKitPluginHost.defs61 hasFocus :boolean_t);
64 hasFocus :boolean_t);
/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);
/external/replicaisland/src/com/replica/replicaisland/
H A DAnimationPlayerActivity.java172 public void onWindowFocusChanged(boolean hasFocus) { argument
173 if (hasFocus && mAnimation != null) {
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebframe.h117 Q_PROPERTY(bool focus READ hasFocus)
185 bool hasFocus() const;

Completed in 544 milliseconds

123