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

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLPreloadScanner.cpp82 static String initiatorFor(const StringImpl* tagImpl) argument
84 ASSERT(tagImpl);
85 if (match(tagImpl, imgTag))
87 if (match(tagImpl, inputTag))
89 if (match(tagImpl, linkTag))
91 if (match(tagImpl, scriptTag))
106 StartTagScanner(const StringImpl* tagImpl, PassRefPtr<MediaValues> mediaValues) argument
107 : m_tagImpl(tagImpl)
425 const StringImpl* tagImpl = tagImplFor(token.data());
426 if (match(tagImpl, templateTa
[all...]

Completed in 129 milliseconds