Home
last modified time | relevance | path

Searched refs:skipUntil (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
DVTTScanner.h96 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()
DVTTScannerTest.cpp164 scanner.skipUntil<lowerCaseAlpha>(); in scanWithInvPredicate()
176 scanner.skipUntil<lowerCaseAlpha>(); in scanWithInvPredicate()
DVTTRegion.cpp208 input.skipUntil<VTTParser::isASpace>(); in setRegionSettings()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DCacheControl.java124 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/
DParsingUtilities.h55 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/
DHttpAuthenticator.java141 pos = HeaderParser.skipUntil(value, pos, " "); in parseChallenges()
156 pos = HeaderParser.skipUntil(value, pos, "\""); in parseChallenges()
159 pos = HeaderParser.skipUntil(value, pos, ","); in parseChallenges()
DHeaderParser.java25 public static int skipUntil(String input, int pos, String characters) { in skipUntil() method in HeaderParser
/external/chromium_org/third_party/WebKit/Source/core/frame/
DSubresourceIntegrity.cpp130 skipUntil<UChar>(algorithmEnd, end, ';'); in parseIntegrityAttribute()
/external/clang/lib/Lex/
DModuleMap.cpp1008 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/
DHTMLSrcsetParser.cpp223 skipUntil<CharType, isHTMLSpace<CharType> >(position, attributeEnd); in parseImageCandidatesFromSrcsetAttribute()
/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
DCSPSourceList.cpp228 skipUntil<UChar>(position, end, '/'); in parseSource()
DContentSecurityPolicy.cpp231 skipUntil<UChar>(position, end, ','); in addPolicyFromHeaderValue()
DCSPDirectiveList.cpp416 skipUntil<UChar>(position, end, ';'); in parse()