OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:insertForeignElement
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLConstructionSite.h
157
void
insertForeignElement
(AtomicHTMLToken*, const AtomicString& namespaceURI);
HTMLTreeBuilder.cpp
892
m_tree.
insertForeignElement
(token, MathMLNames::mathmlNamespaceURI);
899
m_tree.
insertForeignElement
(token, SVGNames::svgNamespaceURI);
[
all
...]
HTMLConstructionSite.cpp
668
void HTMLConstructionSite::
insertForeignElement
(AtomicHTMLToken* token, const AtomicString& namespaceURI)
[
all
...]
Completed in 2777 milliseconds