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

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSMarkup.cpp116 unsigned quotedStringSize = 2; // Two quotes surrounding the entire string. local
121 quotedStringSize += 2;
124 quotedStringSize += 2 + (ch >= 0x10);
127 quotedStringSize += 1 + (afterEscape && (isASCIIHexDigit(ch) || ch == ' '));
132 StringBuffer<CharacterType> buffer(quotedStringSize);
156 ASSERT(quotedStringSize == index);

Completed in 250 milliseconds