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 370 return m_documentScopeDirty || updateMode == FullStyleUpdate;
375 return !m_dirtyTreeScopes.isEmpty() || updateMode == FullStyleUpdate;
417 TreeScopeSet treeScopes = updateMode == FullStyleUpdate ? m_activeTreeScopes : m_dirtyTreeScopes;
Document.h 162 FullStyleUpdate,
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 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 512 owner->modifiedStyleSheet(styleSheet, FullStyleUpdate);
529 owner->modifiedStyleSheet(parentSheet, FullStyleUpdate);
    [all...]
InspectorStyleSheet.cpp     [all...]

Completed in 491 milliseconds