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/
DocumentStyleSheetCollection.cpp 142 m_document->addedStyleSheet(addedSheet, RecalcStyleImmediately);
192 // and batch updates lots of sheets so we can't call addedStyleSheet() or removedStyleSheet().
200 m_document->addedStyleSheet(m_authorStyleSheets.last().get(), RecalcStyleImmediately);
207 m_document->addedStyleSheet(m_userStyleSheets.last().get(), RecalcStyleImmediately);
226 // FIXME: We can't call addedStyleSheet or removedStyleSheet here because we don't know
Document.h 453 void addedStyleSheet(StyleSheet*, StyleResolverUpdateType type = DeferRecalcStyle) { styleResolverChanged(type); }
    [all...]

Completed in 168 milliseconds