OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:embedderCustomElementNames
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElement.h
74
static Vector<AtomicString>&
embedderCustomElementNames
();
CustomElement.cpp
44
Vector<AtomicString>& CustomElement::
embedderCustomElementNames
()
55
embedderCustomElementNames
().append(lower);
67
if ((validNames & EmbedderNames) && kNotFound !=
embedderCustomElementNames
().find(name))
Completed in 31 milliseconds