HomeSort by relevance Sort by last modified time
    Searched refs:skipUntil (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTScanner.h 96 void skipUntil();
176 inline void VTTScanner::skipUntil()
179 ::skipUntil<LChar, LCharPredicateAdapter<characterPredicate> >(m_data.characters8, m_end.characters8);
181 ::skipUntil<UChar, characterPredicate>(m_data.characters16, m_end.characters16);
202 ::skipUntil<LChar, LCharPredicateAdapter<characterPredicate> >(current, m_end.characters8);
206 ::skipUntil<UChar, characterPredicate>(current, m_end.characters16);
VTTScannerTest.cpp 164 scanner.skipUntil<lowerCaseAlpha>();
176 scanner.skipUntil<lowerCaseAlpha>();
181 // Tests skipUntil() and collectUntil().
VTTRegion.cpp 208 input.skipUntil<VTTParser::isASpace>();
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HeaderParser.java 25 public static int skipUntil(String input, int pos, String characters) {
HttpAuthenticator.java 141 pos = HeaderParser.skipUntil(value, pos, " ");
156 pos = HeaderParser.skipUntil(value, pos, "\"");
159 pos = HeaderParser.skipUntil(value, pos, ",");
  /external/chromium_org/third_party/WebKit/Source/platform/
ParsingUtilities.h 55 void skipUntil(const CharType*& position, const CharType* end, CharType delimiter)
62 void skipUntil(const CharType*& position, const CharType* end)
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
CacheControl.java 124 pos = HeaderParser.skipUntil(string, pos, "=,;");
139 pos = HeaderParser.skipUntil(string, pos, "\"");
146 pos = HeaderParser.skipUntil(string, pos, ",;");
  /external/chromium_org/third_party/WebKit/Source/core/frame/
SubresourceIntegrity.cpp 130 skipUntil<UChar>(algorithmEnd, end, ';');
  /external/chromium_org/third_party/WebKit/Source/core/frame/csp/
CSPSourceList.cpp 228 skipUntil<UChar>(position, end, '/');
CSPDirectiveList.cpp 416 skipUntil<UChar>(position, end, ';');
ContentSecurityPolicy.cpp 231 skipUntil<UChar>(position, end, ',');
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLSrcsetParser.cpp 223 skipUntil<CharType, isHTMLSpace<CharType> >(position, attributeEnd);
  /external/clang/lib/Lex/
ModuleMap.cpp     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 411 milliseconds