Home
last modified time | relevance | path

Searched refs:FullStyleUpdate (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DStyleEngine.cpp365 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()
DDocument.h182 FullStyleUpdate, enumerator
436 void styleResolverChanged(StyleResolverUpdateMode = FullStyleUpdate);
441 void removedStyleSheet(StyleSheet*, StyleResolverUpdateMode = FullStyleUpdate);
443 void modifiedStyleSheet(StyleSheet*, StyleResolverUpdateMode = FullStyleUpdate);
DDocument.cpp3466 styleResolverChanged(hasNodesWithPlaceholderStyle() ? FullStyleUpdate : AnalyzedStyleUpdate); in styleResolverMayHaveChanged()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSStyleSheet.cpp207 …verUpdateMode updateMode = updateType != PartialRuleUpdate ? AnalyzedStyleUpdate : FullStyleUpdate; in didMutate()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorCSSAgent.cpp471 owner->modifiedStyleSheet(styleSheet, FullStyleUpdate); in didMutateRules()
488 owner->modifiedStyleSheet(parentSheet, FullStyleUpdate); in didMutateStyle()
DInspectorStyleSheet.cpp1003 m_pageStyleSheet->ownerDocument()->styleResolverChanged(FullStyleUpdate); in setText()