Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.h115 bool textForRange(const SourceRange&, String* result) const;
DInspectorStyleSheet.cpp610 return textForRange(sourceData->ruleBodyRange, result); in styleText()
613 bool InspectorStyle::textForRange(const SourceRange& range, String* result) const in textForRange() function in blink::InspectorStyle
636 bool isPropertyTextKnown = textForRange(p.sourceData.range, &p.rawText); in populateAllProperties()