/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/ |
D | VTTScanner.h | 96 void skipUntil(); 176 inline void VTTScanner::skipUntil() in skipUntil() function 179 …::skipUntil<LChar, LCharPredicateAdapter<characterPredicate> >(m_data.characters8, m_end.character… in skipUntil() 181 ::skipUntil<UChar, characterPredicate>(m_data.characters16, m_end.characters16); in skipUntil() 202 ::skipUntil<LChar, LCharPredicateAdapter<characterPredicate> >(current, m_end.characters8); in collectUntil() 206 ::skipUntil<UChar, characterPredicate>(current, m_end.characters16); in collectUntil()
|
D | VTTScannerTest.cpp | 164 scanner.skipUntil<lowerCaseAlpha>(); in scanWithInvPredicate() 176 scanner.skipUntil<lowerCaseAlpha>(); in scanWithInvPredicate()
|
D | VTTRegion.cpp | 208 input.skipUntil<VTTParser::isASpace>(); in setRegionSettings()
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
D | CacheControl.java | 124 pos = HeaderParser.skipUntil(string, pos, "=,;"); in parse() 139 pos = HeaderParser.skipUntil(string, pos, "\""); in parse() 146 pos = HeaderParser.skipUntil(string, pos, ",;"); in parse()
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | ParsingUtilities.h | 55 void skipUntil(const CharType*& position, const CharType* end, CharType delimiter) in skipUntil() function 62 void skipUntil(const CharType*& position, const CharType* end) in skipUntil() function
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
D | HttpAuthenticator.java | 141 pos = HeaderParser.skipUntil(value, pos, " "); in parseChallenges() 156 pos = HeaderParser.skipUntil(value, pos, "\""); in parseChallenges() 159 pos = HeaderParser.skipUntil(value, pos, ","); in parseChallenges()
|
D | HeaderParser.java | 25 public static int skipUntil(String input, int pos, String characters) { in skipUntil() method in HeaderParser
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
D | SubresourceIntegrity.cpp | 130 skipUntil<UChar>(algorithmEnd, end, ';'); in parseIntegrityAttribute()
|
/external/clang/lib/Lex/ |
D | ModuleMap.cpp | 1008 void skipUntil(MMToken::TokenKind K); 1154 void ModuleMapParser::skipUntil(MMToken::TokenKind K) { in skipUntil() function in ModuleMapParser 1363 skipUntil(MMToken::RBrace); in parseModuleDecl() 1379 skipUntil(MMToken::RBrace); in parseModuleDecl() 2037 skipUntil(MMToken::RBrace); in parseInferredModuleDecl() 2160 skipUntil(MMToken::RSquare); in parseOptionalAttributes() 2197 skipUntil(MMToken::RSquare); in parseOptionalAttributes()
|
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
D | HTMLSrcsetParser.cpp | 223 skipUntil<CharType, isHTMLSpace<CharType> >(position, attributeEnd); in parseImageCandidatesFromSrcsetAttribute()
|
/external/chromium_org/third_party/WebKit/Source/core/frame/csp/ |
D | CSPSourceList.cpp | 228 skipUntil<UChar>(position, end, '/'); in parseSource()
|
D | ContentSecurityPolicy.cpp | 231 skipUntil<UChar>(position, end, ','); in addPolicyFromHeaderValue()
|
D | CSPDirectiveList.cpp | 416 skipUntil<UChar>(position, end, ';'); in parse()
|