Searched refs:textForRange (Results 1 – 2 of 2) sorted by relevance
115 bool textForRange(const SourceRange&, String* result) const;
610 return textForRange(sourceData->ruleBodyRange, result); in styleText()613 bool InspectorStyle::textForRange(const SourceRange& range, String* result) const in textForRange() function in blink::InspectorStyle636 bool isPropertyTextKnown = textForRange(p.sourceData.range, &p.rawText); in populateAllProperties()