Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.cpp169 m_currentRuleDataStack.last()->ruleBodyRange.start = offset; in startRuleBody()
175 m_currentRuleDataStack.last()->ruleBodyRange.end = offset; in endRuleBody()
222 propertyEnd = ruleData->ruleBodyRange.end - 1; in fixUnparsedProperties()
513 …result->setRange(buildSourceRangeObject(sourceData->ruleBodyRange, m_parentStyleSheet->lineEndings… in buildObjectForStyle()
590 …InspectorStyleTextEditor editor(&allProperties, text, sourceData->ruleBodyRange, newLineAndWhitesp… in setPropertyText()
610 return textForRange(sourceData->ruleBodyRange, result); in styleText()
768 int scanStart = sourceData->ruleBodyRange.start; in newLineAndWhitespaceDelimiters()
870 const SourceRange& bodyRange = sourceData->ruleBodyRange; in buildObjectForStyle()
908 …if (ruleSourceData->ruleBodyRange.end < sourceRange.start || sourceRange.end < ruleSourceData->rul… in findPropertyByRange()
913 unsigned styleStart = ruleSourceData->ruleBodyRange.start; in findPropertyByRange()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPropertySourceData.cpp116 visitor->trace(ruleBodyRange); in trace()
DCSSPropertySourceData.h130 SourceRange ruleBodyRange; member