Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.cpp870 const SourceRange& bodyRange = sourceData->ruleBodyRange; in buildObjectForStyle() local
871 … result->setCssText(sheetText.substring(bodyRange.start, bodyRange.end - bodyRange.start)); in buildObjectForStyle()