Home
last modified time | relevance | path

Searched refs:collectAllStyleSheets (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorCSSAgent.h176 void collectAllStyleSheets(Vector<InspectorStyleSheet*>&);
DInspectorCSSAgent.cpp677 collectAllStyleSheets(styleSheets); in enable()
715 collectAllStyleSheets(styleSheets); in wasEnabled()
1093 collectAllStyleSheets(styleSheets); in getAllStyleSheets()
1437 void InspectorCSSAgent::collectAllStyleSheets(Vector<InspectorStyleSheet*>& result) in collectAllStyleSheets() function in WebCore::InspectorCSSAgent