Home
last modified time | relevance | path

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

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