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/
DocumentStyleSheetCollection.h 45 void updateActiveStyleSheets(StyleEngine*, StyleResolverUpdateMode);
ShadowTreeStyleSheetCollection.h 47 void updateActiveStyleSheets(StyleEngine*, StyleResolverUpdateMode);
StyleEngine.h 105 void updateActiveStyleSheets(StyleResolverUpdateMode);
168 void resolverChanged(StyleResolverUpdateMode);
187 bool shouldUpdateDocumentStyleSheetCollection(StyleResolverUpdateMode) const;
188 bool shouldUpdateShadowTreeStyleSheetCollection(StyleResolverUpdateMode) const;
TreeScopeStyleSheetCollection.h 96 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 363 bool StyleEngine::shouldUpdateDocumentStyleSheetCollection(StyleResolverUpdateMode updateMode) const
368 bool StyleEngine::shouldUpdateShadowTreeStyleSheetCollection(StyleResolverUpdateMode updateMode) const
400 void StyleEngine::updateActiveStyleSheets(StyleResolverUpdateMode updateMode)
530 void StyleEngine::resolverChanged(StyleResolverUpdateMode mode)
TreeScopeStyleSheetCollection.cpp 140 void TreeScopeStyleSheetCollection::analyzeStyleSheetChange(StyleResolverUpdateMode updateMode, const StyleSheetCollection& newCollection, StyleSheetChange& change)
Document.h 180 enum StyleResolverUpdateMode {
436 void styleResolverChanged(StyleResolverUpdateMode = FullStyleUpdate);
441 void removedStyleSheet(StyleSheet*, StyleResolverUpdateMode = FullStyleUpdate);
443 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 699 milliseconds