Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.cpp462 static PassRefPtr<TypeBuilder::CSS::SourceRange> buildSourceRangeObject(const SourceRange& range, V… in buildSourceRangeObject() function
513 …result->setRange(buildSourceRangeObject(sourceData->ruleBodyRange, m_parentStyleSheet->lineEndings… in buildObjectForStyle()
683 property->setRange(buildSourceRangeObject(propertyEntry.range, lineEndings.get())); in styleWithProperties()
1292 simpleSelector->setRange(buildSourceRangeObject(range, lineEndings().get())); in selectorsFromSource()
1381 return buildSourceRangeObject(sourceData->ruleHeaderRange, lineEndings().get()); in ruleHeaderSourceRange()