Searched refs:isShowing (Results 1 - 18 of 18) sorted by relevance

/external/webkit/Source/WebKit/win/
H A DWebNodeHighlight.h44 bool isShowing() const;
H A DWebNodeHighlight.cpp81 if (isShowing() == webViewVisible)
128 bool WebNodeHighlight::isShowing() const function in class:WebNodeHighlight
226 if (isShowing() == showing)
242 if (!isShowing())
260 if (!isShowing())
/external/webkit/Source/WebKit2/UIProcess/mac/
H A DCorrectionPanel.h48 bool isShowing() const { return m_view; } function in class:WebKit::CorrectionPanel
H A DCorrectionPanel.mm97 if (!isShowing())
111 if (!isShowing())
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DCorrectionPanel.h47 bool isShowing() const { return m_view; } function in class:CorrectionPanel
H A DCorrectionPanel.mm90 if (!isShowing())
104 if (!isShowing())
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
H A DWebEditorClientMac.mm176 bool isShowing;
177 m_page->sendSync(Messages::WebPageProxy::SubstitutionsPanelIsShowing(), Messages::WebPageProxy::SubstitutionsPanelIsShowing::Reply(isShowing));
178 return isShowing;
/external/proguard/src/proguard/gui/
H A DTabbedPane.java222 if (card.isShowing())
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebEditorClient.cpp433 bool isShowing = false; local
434 m_page->sendSync(Messages::WebPageProxy::SpellingUIIsShowing(), Messages::WebPageProxy::SpellingUIIsShowing::Reply(isShowing));
435 return isShowing;
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DWebKitPluginClient.defs235 isShowing :boolean_t);
H A DNetscapePluginHostProxy.mm220 void NetscapePluginHostProxy::setFullscreenWindowIsShowing(bool isShowing)
222 if (m_fullscreenWindowIsShowing == isShowing)
225 m_fullscreenWindowIsShowing = isShowing;
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebInspectorClient.cpp186 if (m_highlight->isShowing())
203 if (m_highlight && m_highlight->isShowing())
/external/jmonkeyengine/engine/src/desktop/com/jme3/system/awt/
H A DAwtPanel.java113 boolean currentShowing = isShowing();
/external/webkit/Source/WebKit2/UIProcess/
H A DWebPageProxy.cpp2475 void WebPageProxy::spellingUIIsShowing(bool& isShowing) argument
2477 isShowing = TextChecker::spellingUIIsShowing();
3029 void WebPageProxy::substitutionsPanelIsShowing(bool& isShowing) argument
3031 isShowing = TextChecker::substitutionsPanelIsShowing();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-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.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 320 milliseconds