Searched refs:importedStyleSheet (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorCSSAgent.cpp106 CSSStyleSheet* importedStyleSheet = toCSSImportRule(rule)->styleSheet(); local
107 if (importedStyleSheet)
108 run(importedStyleSheet);
1457 CSSStyleSheet* importedStyleSheet = toCSSImportRule(rule)->styleSheet(); local
1458 if (importedStyleSheet)
1459 collectStyleSheets(importedStyleSheet, result);

Completed in 75 milliseconds