HomeSort by relevance Sort by last modified time
    Searched defs:propertyStart (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorStyleTextEditor.cpp 45 long propertyStart = 0;
51 propertyStart = property.sourceData.range.start - m_styleRange.start;
71 propertyStart = styleBodyLength;
72 if (propertyStart && textToSet.length()) {
73 long curPos = propertyStart - 1; // The last position of style declaration, since propertyStart points past one.
92 if (!formattingPrependOffset && (propertyStart < formatPropertyPrefixLength || m_styleText.substring(propertyStart - formatPropertyPrefixLength, formatPropertyPrefixLength) != formatPropertyPrefix)) {
94 if (!propertyStart || !isHTMLLineBreak(m_styleText[propertyStart - 1])
    [all...]
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 

Completed in 570 milliseconds