HomeSort by relevance Sort by last modified time
    Searched refs:StyleResolverUpdateType (Results 1 - 2 of 2) 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);
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

Completed in 51 milliseconds