Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.cpp286 unsigned styleStart = ruleData->ruleBodyRange.start; in fixUnparsedProperties() local
294 … if (currentData->range.end > 0 && characters[styleStart + currentData->range.end - 1] == ';') in fixUnparsedProperties()
301 propertyEndInStyleSheet = styleStart + nextData->range.start - 1; in fixUnparsedProperties()
307 …unsigned newPropertyEnd = propertyEndInStyleSheet - styleStart + 1; // Exclusive of the last prope… in fixUnparsedProperties()
310 …unsigned valueStartInStyleSheet = styleStart + currentData->range.start + currentData->name.length… in fixUnparsedProperties()