Searched refs:addedStyleSheet (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DStyleEngine.cpp230 // and batch updates lots of sheets so we can't call addedStyleSheet() or removedStyleSheet().
243 document().addedStyleSheet(m_authorStyleSheets.last().get());
266 // FIXME: We can't call addedStyleSheet or removedStyleSheet here because we don't know
H A DDocument.h420 void addedStyleSheet(StyleSheet*) { styleResolverChanged(); } function in class:blink::Document

Completed in 103 milliseconds