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.cpp440 static PassRefPtr<TypeBuilder::CSS::SourceRange> buildSourceRangeObject(const SourceRange& range, V… in buildSourceRangeObject() function
513 …result->setRange(buildSourceRangeObject(sourceData->ruleBodyRange, m_parentStyleSheet->lineEndings… in buildObjectForStyle()
730 property->setRange(buildSourceRangeObject(absolutePropertyRange, lineEndings.get())); in styleWithProperties()
1234 simpleSelector->setRange(buildSourceRangeObject(range, lineEndings().get())); in selectorsFromSource()
1404 return buildSourceRangeObject(sourceData->ruleHeaderRange, lineEndings().get()); in ruleHeaderSourceRange()