Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleTextEditor.cpp43 long propertyStart = 0; in insertProperty() local
49 propertyStart = property.sourceData.range.start; in insertProperty()
69 propertyStart = styleBodyLength; in insertProperty()
70 if (propertyStart && textToSet.length()) { in insertProperty()
71 …long curPos = propertyStart - 1; // The last position of style declaration, since propertyStart po… in insertProperty()
90 …if (!formattingPrependOffset && (propertyStart < formatPropertyPrefixLength || m_styleText.substri… in insertProperty()
92 if (!propertyStart || !isHTMLLineBreak(m_styleText[propertyStart - 1])) in insertProperty()
95 if (!isHTMLLineBreak(m_styleText[propertyStart])) in insertProperty()
101 …if (insertFirstInSource && (propertyStart < fullPrefixLength || m_styleText.substring(propertyStar… in insertProperty()
104 m_styleText.insert(textToSet, propertyStart); in insertProperty()