Home
last modified time | relevance | path

Searched refs:isSelfVisible (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/platform/
DWidget.h180 …bool isSelfVisible() const { return m_selfVisible; } // Whether or not we have been explicitly mar… in isSelfVisible() function
DScrollView.cpp1218 if (!isSelfVisible()) in wheelEvent()
1228 if (!isSelfVisible()) { in wheelEvent()
1242 if (isSelfVisible()) { in wheelEvent()
/external/webkit/Source/WebCore/platform/mac/
DWidgetMac.mm140 if (isSelfVisible())
152 if (!isSelfVisible())
/external/webkit/Source/WebCore/plugins/symbian/
DPluginViewSymbian.cpp313 if (isSelfVisible() && platformPluginWidget()) in setParentVisible()
/external/webkit/Source/WebCore/plugins/win/
DPluginViewWin.cpp772 if (isSelfVisible() && platformPluginWidget()) { in setParentVisible()
965 if (isSelfVisible()) in platformStart()
/external/webkit/Source/WebKit/chromium/src/
DWebPluginContainerImpl.cpp209 if (!isSelfVisible()) in setParentVisible()
/external/webkit/Source/WebCore/plugins/gtk/
DPluginViewGtk.cpp556 if (isSelfVisible() && platformPluginWidget()) { in setParentVisible()
/external/webkit/Source/WebCore/rendering/
DRenderTreeAsText.cpp483 ts << "isSelfVisible: " << part->widget()->isSelfVisible() << " "; in writeRenderObject()
/external/webkit/Source/WebCore/plugins/qt/
DPluginViewQt.cpp707 if (isSelfVisible() && platformPluginWidget()) in setParentVisible()
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-1612114 only if the WebCore::Widget Widget::isSelfVisible.
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1664945 Fix a bug in ScrollView's refactoring. An isVisible check should have been isSelfVisible.
89527 (WebCore::Widget::isSelfVisible):