Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleTextEditor.cpp89 const String& formatPropertyPrefix = m_format.second; in insertProperty() local
91 long formatPropertyPrefixLength = formatPropertyPrefix.length(); in insertProperty()
92 …propertyStart - formatPropertyPrefixLength, formatPropertyPrefixLength) != formatPropertyPrefix)) { in insertProperty()
93 textToSet.insert(formatPropertyPrefix, formattingPrependOffset); in insertProperty()
100 String fullPrefix = formatLineFeed + formatPropertyPrefix; in insertProperty()