Searched refs:FullStyleUpdate (Results 1 – 6 of 6) sorted by relevance
365 return m_documentScopeDirty || updateMode == FullStyleUpdate; in shouldUpdateDocumentStyleSheetCollection()370 return !m_dirtyTreeScopes.isEmpty() || updateMode == FullStyleUpdate; in shouldUpdateShadowTreeStyleSheetCollection()412 … TreeScopeSet treeScopes = updateMode == FullStyleUpdate ? m_activeTreeScopes : m_dirtyTreeScopes; in updateActiveStyleSheets()
182 FullStyleUpdate, enumerator436 void styleResolverChanged(StyleResolverUpdateMode = FullStyleUpdate);441 void removedStyleSheet(StyleSheet*, StyleResolverUpdateMode = FullStyleUpdate);443 void modifiedStyleSheet(StyleSheet*, StyleResolverUpdateMode = FullStyleUpdate);
3466 styleResolverChanged(hasNodesWithPlaceholderStyle() ? FullStyleUpdate : AnalyzedStyleUpdate); in styleResolverMayHaveChanged()
207 …verUpdateMode updateMode = updateType != PartialRuleUpdate ? AnalyzedStyleUpdate : FullStyleUpdate; in didMutate()
471 owner->modifiedStyleSheet(styleSheet, FullStyleUpdate); in didMutateRules()488 owner->modifiedStyleSheet(parentSheet, FullStyleUpdate); in didMutateStyle()
1003 m_pageStyleSheet->ownerDocument()->styleResolverChanged(FullStyleUpdate); in setText()