Searched refs:m_styleRange (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorStyleTextEditor.h54 SourceRange m_styleRange; member in class:blink::InspectorStyleTextEditor
H A DInspectorStyleTextEditor.cpp37 , m_styleRange(styleRange)
44 unsigned styleBodyLength = m_styleRange.length();
51 propertyStart = property.sourceData.range.start - m_styleRange.start;
118 long replaceRangeStart = range.start - m_styleRange.start;
119 long replaceRangeEnd = range.end - m_styleRange.start;

Completed in 88 milliseconds