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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ShadowTreeStyleSheetCollection.h 45 void updateActiveStyleSheets(StyleEngine*, StyleResolverUpdateMode);
DocumentStyleSheetCollection.h 48 void updateActiveStyleSheets(StyleEngine*, StyleResolverUpdateMode);
StyleEngine.h 103 void updateActiveStyleSheets(StyleResolverUpdateMode);
165 void resolverChanged(StyleResolverUpdateMode);
189 bool shouldUpdateDocumentStyleSheetCollection(StyleResolverUpdateMode) const;
190 bool shouldUpdateShadowTreeStyleSheetCollection(StyleResolverUpdateMode) const;
TreeScopeStyleSheetCollection.h 88 void analyzeStyleSheetChange(StyleResolverUpdateMode, const StyleSheetCollection&, StyleSheetChange&);
ShadowTreeStyleSheetCollection.cpp 90 void ShadowTreeStyleSheetCollection::updateActiveStyleSheets(StyleEngine* engine, StyleResolverUpdateMode updateMode)
DocumentStyleSheetCollection.cpp 93 void DocumentStyleSheetCollection::updateActiveStyleSheets(StyleEngine* engine, StyleResolverUpdateMode updateMode)
StyleEngine.cpp 368 bool StyleEngine::shouldUpdateDocumentStyleSheetCollection(StyleResolverUpdateMode updateMode) const
373 bool StyleEngine::shouldUpdateShadowTreeStyleSheetCollection(StyleResolverUpdateMode updateMode) const
405 void StyleEngine::updateActiveStyleSheets(StyleResolverUpdateMode updateMode)
540 void StyleEngine::resolverChanged(StyleResolverUpdateMode mode)
TreeScopeStyleSheetCollection.cpp 130 void TreeScopeStyleSheetCollection::analyzeStyleSheetChange(StyleResolverUpdateMode updateMode, const StyleSheetCollection& newCollection, StyleSheetChange& change)
Document.h 160 enum StyleResolverUpdateMode {
414 void styleResolverChanged(StyleResolverUpdateMode = FullStyleUpdate);
419 void removedStyleSheet(StyleSheet*, StyleResolverUpdateMode = FullStyleUpdate);
421 void modifiedStyleSheet(StyleSheet*, StyleResolverUpdateMode = FullStyleUpdate);
    [all...]
Document.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSStyleSheet.cpp 207 StyleResolverUpdateMode updateMode = updateType != PartialRuleUpdate ? AnalyzedStyleUpdate : FullStyleUpdate;

Completed in 215 milliseconds