Searched defs:m_token (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
H A DWebUserGestureToken.h57 bool isNull() const { return m_token.isNull(); }
68 WebPrivatePtr<UserGestureToken> m_token; member in class:blink::WebUserGestureToken
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLMetaCharsetParser.h59 HTMLToken m_token; member in class:blink::HTMLMetaCharsetParser
H A DHTMLViewSourceParser.h60 HTMLToken m_token; member in class:blink::FINAL
H A DHTMLPreloadScanner.h113 HTMLToken m_token; member in class:blink::HTMLPreloadScanner
H A DBackgroundHTMLParser.h95 OwnPtr<HTMLToken> m_token; member in class:blink::BackgroundHTMLParser
H A DHTMLDocumentParser.h179 HTMLToken& token() { return *m_token; }
184 OwnPtr<HTMLToken> m_token; member in class:blink::HTMLDocumentParser
196 // FIXME: m_lastChunkBeforeScript, m_tokenizer, m_token, and m_input should be combined into a single state object
H A DHTMLTokenizer.h206 m_token->ensureIsCharacterToken();
207 m_token->appendToCharacter(character);
231 m_token->clear();
232 m_token->makeEndOfFile();
250 ASSERT(m_token->type() != HTMLToken::Uninitialized);
251 if (m_token->type() == HTMLToken::StartTag)
252 m_appropriateEndTagName = m_token->name();
259 return m_token->type() == HTMLToken::Character;
266 // m_token is owned by the caller. If nextToken is not on the stack,
268 HTMLToken* m_token; member in class:blink::HTMLTokenizer
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/
H A DUserGestureIndicator.h84 RefPtr<UserGestureToken> m_token; member in class:blink::UserGestureIndicator
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSTokenizer.h49 , m_token(0)
174 int m_token; member in class:blink::CSSTokenizer
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
H A DVTTParser.cpp331 VTTToken m_token; member in class:blink::VTTTreeBuilder
355 while (tokenizer.nextToken(m_token))
492 switch (m_token.type()) {
494 m_currentNode->parserAppendChild(Text::create(document, m_token.characters()));
498 VTTNodeType nodeType = tokenToNodeType(m_token);
508 if (!m_token.classes().isEmpty())
509 child->setAttribute(classAttr, m_token.classes());
512 child->setAttribute(VTTElement::voiceAttributeName(), m_token.annotation());
514 m_languageStack.append(m_token.annotation());
524 VTTNodeType nodeType = tokenToNodeType(m_token);
[all...]
/external/deqp/framework/opengl/
H A DgluVarTypeUtil.hpp56 Token getToken (void) const { return m_token; }
66 Token m_token; member in class:glu::VarTokenizer
/external/emma/core/java12/com/vladium/jcd/lib/
H A DTypes.java650 m_token.append (c);
669 m_token.append ('L');
674 m_token.append (c);
676 m_token.append (';');
682 m_token.append ('[');
723 m_token.append (c);
744 //System.out.println ("NEW TOKEN [" + m_token.toString () + "]");
746 m_result.add (m_token.toString ());
747 m_token.setLength (0);
751 private StringBuffer m_token field in class:Types.methodDescriptorCompiler
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DXPathParser.java54 transient String m_token; field in class:XPathParser
57 * The first char in m_token, the theory being that this
131 if (null != m_token)
135 while (null != m_token)
137 extraTokens += "'" + m_token + "'";
141 if (null != m_token)
196 if (null != m_token)
200 while (null != m_token)
202 extraTokens += "'" + m_token + "'";
206 if (null != m_token)
[all...]
/external/emma/core/java12/com/vladium/util/args/
H A DOptsParser.java1050 while (m_token != Token.EOF)
1091 switch (m_token.getID ())
1108 throw new IllegalArgumentException ("parse error: invalid token " + m_token + ", expected " + Token.REQUIRED + " or " + Token.OPTIONAL);
1114 if (m_token.getID () == Token.MERGEABLE_ID)
1122 if (m_token.getID () == Token.DETAILEDONLY_ID)
1130 if (m_token.getID () == Token.PATTERN_ID)
1143 if (m_token.getID () == Token.STRING_ID)
1145 optdef.setValueMnemonic (m_token.getValue ());
1151 if (m_token.getID () == Token.REQUIRES_ID)
1162 if (m_token
1376 private Token m_token; field in class:OptsParser.MetadataParser
[all...]
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 265 milliseconds