Searched refs:appendAuthorStyleSheets (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DStyleResolver.h125 // FIXME: It could be better to call appendAuthorStyleSheets() directly after we factor StyleResolver further.
127 void appendAuthorStyleSheets(const WillBeHeapVector<RefPtrWillBeMember<CSSStyleSheet> >&);
H A DStyleResolver.cpp208 void StyleResolver::appendAuthorStyleSheets(const WillBeHeapVector<RefPtrWillBeMember<CSSStyleSheet> >& styleSheets) function in class:blink::StyleResolver
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DStyleEngine.cpp472 m_resolver->appendAuthorStyleSheets(documentStyleSheetCollection()->activeAuthorStyleSheets());
478 m_resolver->appendAuthorStyleSheets(collection->activeAuthorStyleSheets());

Completed in 80 milliseconds