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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
StyleEngine.cpp 365 return m_documentScopeDirty || updateMode == FullStyleUpdate;
370 return !m_dirtyTreeScopes.isEmpty() || updateMode == FullStyleUpdate;
412 TreeScopeSet treeScopes = updateMode == FullStyleUpdate ? m_activeTreeScopes : m_dirtyTreeScopes;
Document.h 182 FullStyleUpdate,
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 205 // Need FullStyleUpdate when insertRule or deleteRule,
207 StyleResolverUpdateMode updateMode = updateType != PartialRuleUpdate ? AnalyzedStyleUpdate : FullStyleUpdate;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorCSSAgent.cpp 471 owner->modifiedStyleSheet(styleSheet, FullStyleUpdate);
488 owner->modifiedStyleSheet(parentSheet, FullStyleUpdate);
    [all...]
InspectorStyleSheet.cpp     [all...]

Completed in 85 milliseconds