OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StyleResolverUpdateType
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
StyleSheetCollection.h
98
enum
StyleResolverUpdateType
{
106
StyleResolverUpdateType
styleResolverUpdateType
;
110
:
styleResolverUpdateType
(Reconstruct)
119
static
StyleResolverUpdateType
compareStyleSheets(const Vector<RefPtr<CSSStyleSheet> >& oldStyleSheets, const Vector<RefPtr<CSSStyleSheet> >& newStylesheets, Vector<StyleSheetContents*>& addedSheets);
StyleSheetCollection.cpp
109
StyleSheetCollection::
StyleResolverUpdateType
StyleSheetCollection::compareStyleSheets(const Vector<RefPtr<CSSStyleSheet> >& oldStyleSheets, const Vector<RefPtr<CSSStyleSheet> >& newStylesheets, Vector<StyleSheetContents*>& addedSheets)
186
change.
styleResolverUpdateType
= compareStyleSheets(m_activeAuthorStyleSheets, newCollection.activeAuthorStyleSheets(), addedSheets);
188
StyleResolverUpdateType
updateType = compareStyleSheets(newCollection.activeAuthorStyleSheets(), m_activeAuthorStyleSheets, addedSheets);
190
change.
styleResolverUpdateType
= updateType;
193
change.
styleResolverUpdateType
= ResetStyleResolverAndFontSelector;
201
change.
styleResolverUpdateType
= ResetStyleResolverAndFontSelector;
203
change.
styleResolverUpdateType
= Reset;
207
// FIXME: If
styleResolverUpdateType
is Reconstruct, we should return early here since
Completed in 43 milliseconds