/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
D | CSSPreloadScanner.cpp | 85 if (isHTMLSpace<UChar>(c)) in tokenize() 122 if (isHTMLSpace<UChar>(c)) in tokenize() 130 if (isHTMLSpace<UChar>(c)) in tokenize() 142 if (isHTMLSpace<UChar>(c)) in tokenize() 150 if (isHTMLSpace<UChar>(c)) in tokenize() 172 while (reducedLength && isHTMLSpace<UChar>(string[offset])) { in parseCSSStringOrURL() 176 while (reducedLength && isHTMLSpace<UChar>(string[offset + reducedLength - 1])) in parseCSSStringOrURL() 189 while (reducedLength && isHTMLSpace<UChar>(string[offset])) { in parseCSSStringOrURL() 193 while (reducedLength && isHTMLSpace<UChar>(string[offset + reducedLength - 1])) in parseCSSStringOrURL() 201 while (reducedLength && isHTMLSpace<UChar>(string[offset])) { in parseCSSStringOrURL() [all …]
|
D | HTMLParserIdioms.h | 36 bool isHTMLSpace(UChar); 67 inline bool isHTMLSpace(CharType character) in isHTMLSpace() function 85 return isHTMLSpace<CharType>(character) || character == ','; in isHTMLSpaceOrComma() 96 return !isHTMLSpace<CharType>(character); in isNotHTMLSpace()
|
D | HTMLSrcsetParser.cpp | 58 skipWhile<CharType, isHTMLSpace<CharType> >(position, descriptorsEnd); in parseDescriptors() 90 skipWhile<CharType, isHTMLSpace<CharType> >(position, attributeEnd); in parseImageCandidatesFromSrcsetAttribute() 102 skipUntil<CharType, isHTMLSpace<CharType> >(position, attributeEnd); in parseImageCandidatesFromSrcsetAttribute() 109 skipWhile<CharType, isHTMLSpace<CharType> >(position, attributeEnd); in parseImageCandidatesFromSrcsetAttribute()
|
D | HTMLParserIdioms.cpp | 151 if (!isHTMLSpace<CharacterType>(*position)) in parseHTMLIntegerInternal() 212 if (!isHTMLSpace<CharacterType>(*position)) in parseHTMLNonNegativeIntegerInternal()
|
D | XSSAuditor.cpp | 645 while (startPosition < endPosition && isHTMLSpace<UChar>(string[startPosition])) in decodedSnippetForJavaScript() 688 …,' || (foundPosition > startPosition + kMaximumFragmentLengthTarget && isHTMLSpace<UChar>(string[f… in decodedSnippetForJavaScript()
|
D | HTMLTreeBuilder.cpp | 62 return isHTMLSpace<UChar>(character) || character == replacementCharacter; in isHTMLSpaceOrReplacementCharacter() 74 return string.isAllSpecialCharacters<isHTMLSpace<UChar> >(); in isAllWhitespace() 188 skipLeading<isHTMLSpace<UChar> >(); in skipLeadingWhitespace() 193 return takeLeading<isHTMLSpace<UChar> >(); in takeLeadingWhitespace() 227 if (isHTMLSpace<UChar>((*m_characters)[i])) in takeRemainingWhitespace() 242 if (isHTMLSpace<UChar>(c)) in takeRemainingWhitespace()
|
D | HTMLConstructionSite.cpp | 93 return string.isAllSpecialCharacters<isHTMLSpace<UChar> >(); in isAllWhitespace()
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | DOMTokenList.cpp | 44 if (isHTMLSpace<UChar>(token[i])) { in validateToken() 178 needsSpace = !isHTMLSpace<UChar>(input[input.length() - 1]); in addTokens() 210 if (isHTMLSpace<UChar>(input[position])) { // 6 in removeTokens() 224 while (position < inputLength && isHTMLSpace<UChar>(input[position])) in removeTokens() 229 while (j > 0 && isHTMLSpace<UChar>(output[j - 1])) in removeTokens()
|
D | SandboxFlags.cpp | 45 while (start < length && isHTMLSpace<UChar>(policy[start])) in parseSandboxPolicy() 50 while (end < length && !isHTMLSpace<UChar>(policy[end])) in parseSandboxPolicy()
|
D | SpaceSplitString.cpp | 60 while (start < length && isHTMLSpace<CharacterType>(characters[start])) in createVector()
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLOptionElement.cpp | 120 return text.stripWhiteSpace(isHTMLSpace<UChar>).simplifyWhiteSpace(isHTMLSpace<UChar>); in text() 202 …return collectOptionInnerText().stripWhiteSpace(isHTMLSpace<UChar>).simplifyWhiteSpace(isHTMLSpace… in value() 285 …return collectOptionInnerText().stripWhiteSpace(isHTMLSpace<UChar>).simplifyWhiteSpace(isHTMLSpace… in label()
|
D | HTMLFontElement.cpp | 64 if (!isHTMLSpace<CharacterType>(*position)) in parseFontSize()
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
D | DOMWindowBase64.cpp | 68 if (!base64Decode(encodedString, out, isHTMLSpace<UChar>, Base64ValidatePadding)) { in atob()
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSParserValues.cpp | 44 while (m_length > 0 && isHTMLSpace<LChar>(m_data.characters8[m_length - 1])) in trimTrailingWhitespace() 47 while (m_length > 0 && isHTMLSpace<UChar>(m_data.characters16[m_length - 1])) in trimTrailingWhitespace()
|
D | CSSTokenizer-in.cpp | 278 if (isHTMLSpace<CharacterType>(*currentCharacter)) in checkAndSkipEscape() 288 while (isHTMLSpace<CharacterType>(*currentCharacter)) in skipWhiteSpace() 409 if (isHTMLSpace<CharacterType>(*src)) in parseEscape()
|
D | SelectorChecker.cpp | 363 if (isHTMLSpace<UChar>(string[i])) in containsHTMLSpace() 390 if (!foundPos || isHTMLSpace<UChar>(value[foundPos - 1])) { in attributeValueMatches() 392 if (endStr == value.length() || isHTMLSpace<UChar>(value[endStr])) in attributeValueMatches()
|
D | CSSParser-in.cpp | 5877 while (current != end && isHTMLSpace<CharacterType>(*current)) in parseColorIntOrPercentage() 5929 while (current != end && isHTMLSpace<CharacterType>(*current)) in parseColorIntOrPercentage() 5956 while (string != end && isHTMLSpace<CharacterType>(*string)) in parseAlphaValue()
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorStyleTextEditor.cpp | 72 while (curPos && isHTMLSpace<UChar>(m_styleText[curPos])) in insertProperty()
|
D | InspectorStyleSheet.cpp | 206 if (isHTMLSpace<CharacterType>(*(dataStart + listEndOffset - 1))) in setRuleHeaderEnd() 303 while (isHTMLSpace<CharacterType>(characters[propertyEndInStyleSheet])) in fixUnparsedProperties() 315 …while (valueStartInStyleSheet < propertyEndInStyleSheet && isHTMLSpace<CharacterType>(characters[v… in fixUnparsedProperties() 907 } else if (isHTMLSpace<UChar>(ch)) in newLineAndWhitespaceDelimiters()
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
D | FrameLoader.cpp | 390 headerContentLanguage = headerContentLanguage.stripWhiteSpace(isHTMLSpace<UChar>); in didBeginDocument()
|