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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ShadowTreeStyleSheetCollection.cpp 93 bool ShadowTreeStyleSheetCollection::updateActiveStyleSheets(StyleEngine* engine, StyleResolverUpdateMode updateMode)
99 analyzeStyleSheetChange(updateMode, collection, change);
StyleEngine.cpp 335 bool StyleEngine::shouldUpdateShadowTreeStyleSheetCollection(StyleResolverUpdateMode updateMode)
337 return !m_dirtyTreeScopes.isEmpty() || updateMode == FullStyleUpdate;
377 bool StyleEngine::updateActiveStyleSheets(StyleResolverUpdateMode updateMode)
393 if (m_documentScopeDirty || updateMode == FullStyleUpdate)
394 requiresFullStyleRecalc = m_documentStyleSheetCollection.updateActiveStyleSheets(this, updateMode);
396 if (shouldUpdateShadowTreeStyleSheetCollection(updateMode)) {
397 TreeScopeSet treeScopes = updateMode == FullStyleUpdate ? m_activeTreeScopes : m_dirtyTreeScopes;
405 collection->updateActiveStyleSheets(this, updateMode);
417 if (m_documentScopeDirty || updateMode == FullStyleUpdate)
DocumentStyleSheetCollection.cpp 157 bool DocumentStyleSheetCollection::updateActiveStyleSheets(StyleEngine* engine, StyleResolverUpdateMode updateMode)
163 analyzeStyleSheetChange(updateMode, collection, change);
StyleSheetCollection.cpp 175 void StyleSheetCollection::analyzeStyleSheetChange(StyleResolverUpdateMode updateMode, const StyleSheetCollectionBase& newCollection, StyleSheetChange& change)
180 if (updateMode != AnalyzedStyleUpdate)
Document.cpp     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
BrightnessController.java 79 updateMode();
83 updateMode();
117 updateMode();
134 updateMode();
205 private void updateMode() {
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSStyleSheet.cpp 199 StyleResolverUpdateMode updateMode = updateType != PartialRuleUpdate ? AnalyzedStyleUpdate : FullStyleUpdate;
200 owner->modifiedStyleSheet(this, RecalcStyleDeferred, updateMode);

Completed in 325 milliseconds