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

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderLayerCompositor.cpp696 bool isFullUpdate = !updateRoot; local
702 if (isFullUpdate && updateType == CompositingUpdateAfterLayout)
714 if (m_renderView.hasRenderNamedFlowThreads() && isFullUpdate)
727 if (compositingLogEnabled() && isFullUpdate && (needHierarchyUpdate || needGeometryUpdate)) {
745 if (isFullUpdate) {
760 ASSERT(!isFullUpdate || !m_subframeScrollLayersNeedReattach);
764 if (compositingLogEnabled() && isFullUpdate && (needHierarchyUpdate || needGeometryUpdate)) {

Completed in 139 milliseconds