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

/external/chromium_org/third_party/WebKit/Source/platform/network/
H A DParsedContentType.cpp55 unsigned tokenStart = startIndex; local
61 bool quoted = input[tokenStart] == '\"';
66 if (quoted && tokenStart != tokenEnd && c == '\"' && !escape)
67 return SubstringRange(tokenStart + 1, tokenEnd++ - tokenStart - 1);
69 return SubstringRange(tokenStart, tokenEnd - tokenStart);
76 return SubstringRange(tokenStart, tokenEnd - tokenStart);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DJSONParser.cpp194 Token parseToken(const CharType* start, const CharType* end, const CharType** tokenStart, const CharType** tokenEnd) argument
202 *tokenStart = start;
347 const CharType* tokenStart; local
349 Token token = parseToken(start, end, &tokenStart, &tokenEnd);
364 double value = charactersToDouble(tokenStart, tokenEnd - tokenStart, &ok);
372 bool ok = decodeString(tokenStart + 1, tokenEnd - 1, &value);
381 token = parseToken(start, end, &tokenStart, &tokenEnd);
390 token = parseToken(start, end, &tokenStart, &tokenEnd);
393 token = parseToken(start, end, &tokenStart,
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSTokenizer-in.cpp336 location.token.init(tokenStart<CharacterType>(), currentCharacter<CharacterType>() - tokenStart<CharacterType>());
338 location.offset = tokenStart<CharacterType>() - dataStart<CharacterType>();
771 CharacterType* name = tokenStart<CharacterType>();
821 CharacterType* name = tokenStart<CharacterType>();
935 CharacterType* name = tokenStart<CharacterType>();
954 CharacterType* name = tokenStart<CharacterType>();
1101 CharacterType* name = tokenStart<CharacterType>();
1144 yylval->string.init(tokenStart<SrcCharacterType>(), currentCharacter<SrcCharacterType>() - tokenStart<SrcCharacterTyp
1516 setTokenStart(LChar* tokenStart) argument
1522 setTokenStart(UChar* tokenStart) argument
[all...]
H A DCSSTokenizer.h72 inline CharacterType* tokenStart();
193 inline LChar* CSSTokenizer::tokenStart<LChar>() function in class:blink::CSSTokenizer
199 inline UChar* CSSTokenizer::tokenStart<UChar>() function in class:blink::CSSTokenizer
H A DBisonCSSParser-in.cpp1591 m_supportsRuleDataStack->last()->ruleHeaderRange.end = m_tokenizer.tokenStart<LChar>() - m_tokenizer.m_dataStart8.get();
1593 m_supportsRuleDataStack->last()->ruleHeaderRange.end = m_tokenizer.tokenStart<UChar>() - m_tokenizer.m_dataStart16.get();
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DCacheControl.java123 int tokenStart = pos;
125 String directive = string.substring(tokenStart, pos).trim();
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DHttpAuthenticator.java140 int tokenStart = pos;
143 String scheme = value.substring(tokenStart, pos).trim();
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/script_formatter_worker/
H A DScriptFormatterWorker.js395 function processToken(tokenValue, tokenType, tokenStart, tokenEnd) {
404 accumulatedTokenStart = tokenStart;
/external/chromium_org/third_party/polymer/components-chromium/core-component-page/
H A Dcore-component-page-extracted.js2762 var tokenStart = pos;
2766 decorations.push(basePos + tokenStart, style);
2781 basePos + tokenStart,
2786 basePos + tokenStart + embeddedSourceStart,
2792 basePos + tokenStart + embeddedSourceEnd,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...

Completed in 1561 milliseconds