Searched defs:isVisible (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DLayerTile.h41 bool isVisible() const { return m_visible; } function in class:WebCore::LayerTile
H A DLayerCompositingThread.h208 bool isVisible() const { return m_visible; } function in class:WebCore::LayerCompositingThread
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DBorderValue.h55 bool isVisible(bool checkStyle = true) const function in class:WebCore::BorderValue
/macosx-10.9.5/WebCore-7537.78.1/accessibility/
H A DAccessibilityMenuListOption.cpp60 bool AccessibilityMenuListOption::isVisible() const function in class:WebCore::AccessibilityMenuListOption
H A DAccessibilityMenuListPopup.cpp44 bool AccessibilityMenuListPopup::isVisible() const function in class:WebCore::AccessibilityMenuListPopup
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DDefaultTapHighlight.h53 virtual bool isVisible() const { return m_visible; } function in class:BlackBerry::WebKit::DefaultTapHighlight
/macosx-10.9.5/WebKit-7537.78.2/qt/WidgetSupport/
H A DQWidgetPluginImpl.cpp36 void QWidgetPluginImpl::setGeometryAndClip(const QRect &geometry, const QRect &clipRect, bool isVisible) argument
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DValidationMessage.cpp249 bool ValidationMessage::isVisible() const function in class:WebCore::ValidationMessage
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DPopupMenuStyle.h57 bool isVisible() const { return m_visible; } function in class:WebCore::PopupMenuStyle
H A DWidget.h157 bool isVisible() const { return m_selfVisible && m_parentVisible; } // Whether or not we are actually visible. function in class:WebCore::Widget
/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DRenderSVGImage.cpp172 bool isVisible = (style()->visibility() == VISIBLE); local
H A DRenderSVGShape.cpp326 bool isVisible = (style()->visibility() == VISIBLE); local
H A DRenderSVGText.cpp447 bool isVisible = (style()->visibility() == VISIBLE); local
H A DSVGInlineTextBox.cpp720 bool isVisible = renderer()->style()->visibility() == VISIBLE; local
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DWebPageCreationParameters.cpp38 encoder << isVisible; local
H A DWebPageCreationParameters.h55 bool isVisible; member in struct:WebKit::WebPageCreationParameters
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/CoordinatedGraphics/
H A DWebView.h63 bool isVisible() const { return m_visible; } function in class:WebKit::WebView
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/C/CoordinatedGraphics/
H A DWKView.cpp72 void WKViewSetIsVisible(WKViewRef viewRef, bool isVisible) argument
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebInspectorProxy.h87 bool isVisible() const { return m_isVisible; } function in class:WebKit::WebInspectorProxy
/macosx-10.9.5/ncurses-42/ncurses/test/
H A Dcardfile.c49 #define isVisible(cardp) ((cardp)->panel != 0) macro
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/qt/raw/
H A Dqrawwebview.cpp307 bool QRawWebView::isVisible() const function in class:QRawWebView
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/
H A DTextureMapperLayer.cpp206 bool TextureMapperLayer::isVisible() const function in class:WebCore::TextureMapperLayer
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/
H A DPluginProxy.cpp502 void PluginProxy::windowVisibilityChanged(bool isVisible) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/avfoundation/cf/
H A DMediaPlayerPrivateAVFoundationCF.cpp475 void MediaPlayerPrivateAVFoundationCF::platformSetVisible(bool isVisible) argument
/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DWebPage_p.h218 virtual bool isVisible() const { return m_visible; } function in class:BlackBerry::WebKit::WebPagePrivate

Completed in 483 milliseconds

12