HomeSort by relevance Sort by last modified time
    Searched refs:addedStyleSheet (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
StyleEngine.cpp 231 // and batch updates lots of sheets so we can't call addedStyleSheet() or removedStyleSheet().
238 document().addedStyleSheet(m_authorStyleSheets.last().get());
261 // FIXME: We can't call addedStyleSheet or removedStyleSheet here because we don't know
Document.h 442 void addedStyleSheet(StyleSheet*) { styleResolverChanged(); }
    [all...]

Completed in 44 milliseconds