Searched refs:isSelfVisible (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/platform/mac/
H A DWidgetMac.mm140 if (isSelfVisible())
152 if (!isSelfVisible())
/external/webkit/Source/WebCore/platform/
H A DWidget.h180 bool isSelfVisible() const { return m_selfVisible; } // Whether or not we have been explicitly marked as visible or not. function in class:WebCore::Widget
H A DScrollView.cpp1218 if (!isSelfVisible())
1228 if (!isSelfVisible()) {
1242 if (isSelfVisible()) {
/external/webkit/Source/WebCore/plugins/symbian/
H A DPluginViewSymbian.cpp313 if (isSelfVisible() && platformPluginWidget())
/external/webkit/Source/WebKit/chromium/src/
H A DWebPluginContainerImpl.cpp209 if (!isSelfVisible())
/external/webkit/Source/WebCore/plugins/win/
H A DPluginViewWin.cpp772 if (isSelfVisible() && platformPluginWidget()) {
965 if (isSelfVisible())
/external/webkit/Source/WebCore/plugins/gtk/
H A DPluginViewGtk.cpp556 if (isSelfVisible() && platformPluginWidget()) {
/external/webkit/Source/WebCore/plugins/qt/
H A DPluginViewQt.cpp707 if (isSelfVisible() && platformPluginWidget())
/external/webkit/Source/WebCore/rendering/
H A DRenderTreeAsText.cpp483 ts << "isSelfVisible: " << part->widget()->isSelfVisible() << " ";

Completed in 429 milliseconds