Home
last modified time | relevance | path

Searched refs:removePendingAuthorStyleSheets (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DShadowTreeStyleSheetCollection.cpp109 styleResolver->removePendingAuthorStyleSheets(m_activeAuthorStyleSheets); in updateActiveStyleSheets()
DDocumentStyleSheetCollection.cpp177 styleResolver->removePendingAuthorStyleSheets(m_activeAuthorStyleSheets); in updateActiveStyleSheets()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolver.h151 void removePendingAuthorStyleSheets(const Vector<RefPtr<CSSStyleSheet> >&);
DStyleResolver.cpp192 void StyleResolver::removePendingAuthorStyleSheets(const Vector<RefPtr<CSSStyleSheet> >& styleSheet… in removePendingAuthorStyleSheets() function in WebCore::StyleResolver