Searched defs:collectStyleSheets (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentStyleSheetCollection.cpp85 void DocumentStyleSheetCollection::collectStyleSheets(StyleEngine* engine, DocumentStyleSheetCollector& collector) function in class:blink::DocumentStyleSheetCollection
97 collectStyleSheets(engine, collector);
H A DShadowTreeStyleSheetCollection.cpp47 void ShadowTreeStyleSheetCollection::collectStyleSheets(StyleEngine* engine, StyleSheetCollection& collection) function in class:blink::ShadowTreeStyleSheetCollection
93 collectStyleSheets(engine, collection);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorCSSAgent.cpp1188 InspectorCSSAgent::collectStyleSheets(styleSheet, result);
1193 void InspectorCSSAgent::collectStyleSheets(CSSStyleSheet* styleSheet, WillBeHeapVector<RawPtrWillBeMember<CSSStyleSheet> >& result) function in class:blink::InspectorCSSAgent
1201 InspectorCSSAgent::collectStyleSheets(importedStyleSheet, result);

Completed in 80 milliseconds