Home
last modified time | relevance | path

Searched refs:newVisibility (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderLayer.h586 void childVisibilityChanged(bool newVisibility);
DRenderLayer.cpp563 void RenderLayer::childVisibilityChanged(bool newVisibility) in childVisibilityChanged() argument
565 if (m_hasVisibleDescendant == newVisibility || m_visibleDescendantStatusDirty) in childVisibilityChanged()
567 if (newVisibility) { in childVisibilityChanged()