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

/macosx-10.10/WebKit-7600.1.25/mac/WebCoreSupport/
H A DCorrectionPanel.h47 bool isShowing() const { return m_view; } function in class:CorrectionPanel
H A DCorrectionPanel.mm92 if (!isShowing())
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebNodeHighlight.h44 bool isShowing() const;
H A DWebNodeHighlight.cpp88 if (isShowing() == webViewVisible)
135 bool WebNodeHighlight::isShowing() const function in class:WebNodeHighlight
236 if (isShowing() == showing)
252 if (!isShowing())
270 if (!isShowing())
/macosx-10.10/WebKit2-7600.1.25/UIProcess/mac/
H A DCorrectionPanel.h50 bool isShowing() const { return m_view; } function in class:WebKit::CorrectionPanel
H A DCorrectionPanel.mm100 if (!isShowing())
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebCoreSupport/mac/
H A DWebEditorClientMac.mm174 bool isShowing;
175 m_page->sendSync(Messages::WebPageProxy::SubstitutionsPanelIsShowing(), Messages::WebPageProxy::SubstitutionsPanelIsShowing::Reply(isShowing));
176 return isShowing;
/macosx-10.10/WebCore-7600.1.25/html/shadow/
H A DMediaControlElementTypes.h88 virtual bool isShowing() const;
H A DMediaControlsApple.cpp269 if (m_closedCaptionsContainer && m_closedCaptionsContainer->isShowing()) {
297 if (m_closedCaptionsContainer && m_closedCaptionsContainer->isShowing())
489 if (m_closedCaptionsContainer->isShowing())
501 if (!m_closedCaptionsContainer || m_closedCaptionsContainer->isShowing())
525 if (!m_closedCaptionsContainer || !m_closedCaptionsContainer->isShowing())
H A DMediaControlElementTypes.cpp87 bool MediaControlElement::isShowing() const function in class:WebCore::MediaControlElement
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebCoreSupport/
H A DWebEditorClient.cpp495 bool isShowing = false; local
496 m_page->sendSync(Messages::WebPageProxy::SpellingUIIsShowing(), Messages::WebPageProxy::SpellingUIIsShowing::Reply(isShowing));
497 return isShowing;
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/Hosted/
H A DWebKitPluginClient.defs237 isShowing :boolean_t);
H A DNetscapePluginHostProxy.mm210 void NetscapePluginHostProxy::setFullscreenWindowIsShowing(bool isShowing)
212 if (m_fullscreenWindowIsShowing == isShowing)
215 m_fullscreenWindowIsShowing = isShowing;
/macosx-10.10/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebInspectorClient.cpp199 if (m_highlight->isShowing())
216 if (m_highlight && m_highlight->isShowing())
/macosx-10.10/vim-55/src/
H A Dworkshop.c42 static Boolean isShowing(int);
1300 if (isShowing(lnum))
1309 isShowing( function
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DWebPageProxy.cpp3920 void WebPageProxy::spellingUIIsShowing(bool& isShowing) argument
3922 isShowing = TextChecker::spellingUIIsShowing();
4932 void WebPageProxy::substitutionsPanelIsShowing(bool& isShowing) argument
4934 isShowing = TextChecker::substitutionsPanelIsShowing();

Completed in 191 milliseconds