Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorCSSAgent.cpp680 Vector<InspectorStyleSheet*> styleSheetsToFetch; in enable() local
697 styleSheetsToFetch.append(styleSheet); in enable()
700 if (styleSheetsToFetch.isEmpty()) { in enable()
704 new EnableResourceClient(this, styleSheetsToFetch, prpCallback); in enable()