HomeSort by relevance Sort by last modified time
    Searched refs:m_styleText (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorStyleTextEditor.cpp 36 , m_styleText(styleText)
74 while (curPos && isHTMLSpace<UChar>(m_styleText[curPos]))
77 bool terminated = m_styleText[curPos] == ';' || (m_styleText[curPos] == '/' && m_styleText[curPos - 1] == '*');
92 if (!formattingPrependOffset && (propertyStart < formatPropertyPrefixLength || m_styleText.substring(propertyStart - formatPropertyPrefixLength, formatPropertyPrefixLength) != formatPropertyPrefix)) {
94 if (!propertyStart || !isHTMLLineBreak(m_styleText[propertyStart - 1]))
97 if (!isHTMLLineBreak(m_styleText[propertyStart]))
103 if (insertFirstInSource && (propertyStart < fullPrefixLength || m_styleText.substring(propertyStart - fullPrefixLength, fullPrefixLength) != fullPrefix))
106 m_styleText.insert(textToSet, propertyStart)
    [all...]
InspectorStyleTextEditor.h 47 const String& styleText() const { return m_styleText; }
53 String m_styleText;
InspectorStyleSheet.cpp     [all...]
InspectorStyleSheet.h 300 mutable String m_styleText;

Completed in 72 milliseconds