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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
TreeScopeStyleSheetCollection.h 70 enum StyleResolverUpdateType {
79 StyleResolverUpdateType styleResolverUpdateType;
84 : styleResolverUpdateType(Reconstruct)
92 static StyleResolverUpdateType compareStyleSheets(const WillBeHeapVector<RefPtrWillBeMember<CSSStyleSheet> >& oldStyleSheets, const WillBeHeapVector<RefPtrWillBeMember<CSSStyleSheet> >& newStylesheets, WillBeHeapVector<RawPtrWillBeMember<StyleSheetContents> >& addedSheets);
DocumentStyleSheetCollection.cpp 102 if (change.styleResolverUpdateType == Reconstruct) {
108 if (change.styleResolverUpdateType != Additive) {
109 ASSERT(change.styleResolverUpdateType == Reset);
TreeScopeStyleSheetCollection.cpp 69 TreeScopeStyleSheetCollection::StyleResolverUpdateType TreeScopeStyleSheetCollection::compareStyleSheets(const WillBeHeapVector<RefPtrWillBeMember<CSSStyleSheet> >& oldStyleSheets, const WillBeHeapVector<RefPtrWillBeMember<CSSStyleSheet> >& newStylesheets, WillBeHeapVector<RawPtrWillBeMember<StyleSheetContents> >& addedSheets)
141 change.styleResolverUpdateType = compareStyleSheets(m_activeAuthorStyleSheets, newCollection.activeAuthorStyleSheets(), addedSheets);
143 StyleResolverUpdateType updateType = compareStyleSheets(newCollection.activeAuthorStyleSheets(), m_activeAuthorStyleSheets, addedSheets);
145 change.styleResolverUpdateType = updateType;
147 change.styleResolverUpdateType = Reset;
154 // FIXME: If styleResolverUpdateType is Reconstruct, we should return early here since
ShadowTreeStyleSheetCollection.cpp 99 if (change.styleResolverUpdateType != Additive) {

Completed in 74 milliseconds