Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderLayer.h409 void childVisibilityChanged(bool newVisibility);
DRenderLayer.cpp307 void RenderLayer::childVisibilityChanged(bool newVisibility) in childVisibilityChanged() argument
309 if (m_hasVisibleDescendant == newVisibility || m_visibleDescendantStatusDirty) in childVisibilityChanged()
311 if (newVisibility) { in childVisibilityChanged()