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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentStyleSheetCollection.cpp 29 #include "core/dom/DocumentStyleSheetCollection.h"
53 DocumentStyleSheetCollection::DocumentStyleSheetCollection(Document* document)
69 DocumentStyleSheetCollection::~DocumentStyleSheetCollection()
83 const Vector<RefPtr<StyleSheet> >& DocumentStyleSheetCollection::styleSheetsForStyleSheetList()
88 const Vector<RefPtr<CSSStyleSheet> >& DocumentStyleSheetCollection::activeAuthorStyleSheets() const
93 void DocumentStyleSheetCollection::combineCSSFeatureFlags(const RuleFeatureSet& features)
101 void DocumentStyleSheetCollection::resetCSSFeatureFlags(const RuleFeatureSet& features)
108 CSSStyleSheet* DocumentStyleSheetCollection::pageUserSheet(
    [all...]
DocumentStyleSheetCollection.h 49 class DocumentStyleSheetCollection {
52 static PassOwnPtr<DocumentStyleSheetCollection> create(Document* document) { return adoptPtr(new DocumentStyleSheetCollection(document)); }
54 ~DocumentStyleSheetCollection();
109 DocumentStyleSheetCollection(Document*);

Completed in 47 milliseconds