Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.cpp297 unsigned propertyEndInStyleSheet; in fixUnparsedProperties() local
299 propertyEndInStyleSheet = ruleData->ruleBodyRange.end - 1; in fixUnparsedProperties()
301 propertyEndInStyleSheet = styleStart + nextData->range.start - 1; in fixUnparsedProperties()
303 while (isHTMLSpace<CharacterType>(characters[propertyEndInStyleSheet])) in fixUnparsedProperties()
304 --propertyEndInStyleSheet; in fixUnparsedProperties()
307 …unsigned newPropertyEnd = propertyEndInStyleSheet - styleStart + 1; // Exclusive of the last prope… in fixUnparsedProperties()
311 …while (valueStartInStyleSheet < propertyEndInStyleSheet && characters[valueStartInStyleSheet] != '… in fixUnparsedProperties()
313 if (valueStartInStyleSheet < propertyEndInStyleSheet) in fixUnparsedProperties()
315 …while (valueStartInStyleSheet < propertyEndInStyleSheet && isHTMLSpace<CharacterType>(characters[v… in fixUnparsedProperties()
318 …acters + valueStartInStyleSheet, propertyEndInStyleSheet - valueStartInStyleSheet + (characters[pr… in fixUnparsedProperties()