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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentStyleSheetCollection.cpp 65 , m_collectionForDocument(document)
85 return m_collectionForDocument.styleSheetsForStyleSheetList();
90 return m_collectionForDocument.activeAuthorStyleSheets();
233 m_collectionForDocument.addStyleSheetCandidateNode(node, createdByParser);
238 m_collectionForDocument.removeStyleSheetCandidateNode(node, scopingNode);
264 bool requiresFullStyleRecalc = m_collectionForDocument.updateActiveStyleSheets(this, updateMode, styleResolverUpdateType);
270 InspectorInstrumentation::activeStyleSheetsUpdated(m_document, m_collectionForDocument.styleSheetsForStyleSheetList());
271 m_usesRemUnits = styleSheetsUseRemUnits(m_collectionForDocument.activeAuthorStyleSheets());
DocumentStyleSheetCollection.h 103 bool hasScopedStyleSheet() { return m_collectionForDocument.scopingNodesForStyleScoped(); }
131 StyleSheetCollection m_collectionForDocument;

Completed in 431 milliseconds