HomeSort by relevance Sort by last modified time
    Searched refs:updateDescendantDependentFlags (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.cpp 261 updateDescendantDependentFlags();
646 // bits in upward tree walks, which means we need to call updateDescendantDependentFlags
655 updateDescendantDependentFlags();
661 void RenderLayer::updateDescendantDependentFlags()
667 child->updateDescendantDependentFlags();
    [all...]
RenderLayer.h 173 // FIXME: hasVisibleContent() should call updateDescendantDependentFlags() if m_visibleContentStatusDirty.
176 // FIXME: hasVisibleDescendant() should call updateDescendantDependentFlags() if m_visibleDescendantStatusDirty.
509 void updateDescendantDependentFlags();
    [all...]
RenderBlockFlow.cpp 380 layer->updateDescendantDependentFlags();
    [all...]
RenderBox.cpp     [all...]

Completed in 230 milliseconds