/external/webkit/Source/WebCore/platform/graphics/chromium/ |
H A D | LayerTexture.cpp | 39 , m_token(0) 47 if (m_token) 48 m_textureManager->releaseToken(m_token); 53 return m_token && size == m_size && format == m_format && m_textureManager->hasTexture(m_token); 58 if (!m_token) 59 m_token = m_textureManager->getToken(); 61 if (size == m_size && format == m_format && m_textureManager->hasTexture(m_token)) 62 m_textureManager->protectTexture(m_token); 64 m_textureId = m_textureManager->requestTexture(m_token, siz [all...] |
H A D | LayerTexture.h | 55 return m_textureManager->isProtected(m_token); 66 TextureToken m_token; member in class:WebCore::LayerTexture
|
/external/webkit/Source/WebCore/html/parser/ |
H A D | HTMLViewSourceParser.cpp | 53 m_sourceTracker.start(m_input, m_token); 54 if (!m_tokenizer->nextToken(m_input.current(), m_token)) 56 m_sourceTracker.end(m_input, m_token); 58 document()->addSource(sourceForToken(), m_token); local 60 m_token.clear(); 72 return m_sourceTracker.sourceForToken(m_token); 78 if (m_token.type() != HTMLToken::StartTag) 81 AtomicString tagName(m_token.name().data(), m_token.name().size());
|
H A D | HTMLTokenizer.cpp | 120 m_token = 0; 190 ASSERT(m_token->type() != HTMLToken::Uninitialized); 191 if (m_token->type() == HTMLToken::StartTag) 192 m_appropriateEndTagName = m_token->name(); 223 m_token->clear(); 224 m_token->makeEndOfFile(); 230 ASSERT(m_token->type() == HTMLToken::Character || m_token->type() == HTMLToken::Uninitialized); 232 if (m_token->type() == HTMLToken::Character) 234 m_token [all...] |
H A D | HTMLPreloadScanner.h | 57 HTMLToken m_token; member in class:WebCore::HTMLPreloadScanner
|
H A D | HTMLPreloadScanner.cpp | 168 while (m_tokenizer->nextToken(m_source, m_token)) { 170 m_token.clear(); 177 if (m_token.type() == HTMLToken::Character) 178 m_cssScanner.scan(m_token, scanningBody()); 179 else if (m_token.type() == HTMLToken::EndTag) { 185 if (m_token.type() != HTMLToken::StartTag) 188 PreloadTask task(m_token);
|
H A D | HTMLMetaCharsetParser.h | 66 HTMLToken m_token; member in class:WebCore::HTMLMetaCharsetParser
|
H A D | HTMLViewSourceParser.h | 73 HTMLToken m_token; member in class:WebCore::HTMLViewSourceParser
|
H A D | HTMLDocumentParser.cpp | 263 m_sourceTracker.start(m_input, m_token); 265 if (!m_tokenizer->nextToken(m_input.current(), m_token)) 269 m_sourceTracker.end(m_input, m_token); 273 m_xssFilter.filterToken(m_token); 276 m_treeBuilder->constructTreeFromToken(m_token); 277 ASSERT(m_token.isUninitialized());
|
H A D | HTMLDocumentParser.h | 145 // We hold m_token here because it might be partially complete. 146 HTMLToken m_token; member in class:WebCore::HTMLDocumentParser
|
H A D | HTMLTokenizer.h | 290 // m_token is owned by the caller. If nextToken is not on the stack, 292 HTMLToken* m_token; member in class:WebCore::HTMLTokenizer
|
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
H A D | XPathParser.java | 54 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 D | OptsParser.java | 1050 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/core/java12/com/vladium/jcd/lib/ |
H A D | Types.java | 650 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/webkit/Source/JavaScriptCore/parser/ |
H A D | JSParser.cpp | 103 m_lastLine = m_token.m_info.line; 104 m_lastTokenEnd = m_token.m_info.endOffset; 106 m_token.m_type = m_lexer->lex(&m_token.m_data, &m_token.m_info, lexType, strictMode()); 116 bool result = m_token.m_type == expected; 124 return m_token.m_type == expected; 129 return m_token.m_info.startOffset; 134 return m_token.m_info.line; 139 return m_token 253 JSToken m_token; variable [all...] |
/external/emma/lib/ |
H A D | emma.jar | META-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ... |