HomeSort by relevance Sort by last modified time
    Searched refs:embedderCustomElementNames (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElement.h 75 static Vector<AtomicString>& embedderCustomElementNames();
CustomElement.cpp 49 Vector<AtomicString>& CustomElement::embedderCustomElementNames()
60 embedderCustomElementNames().append(lower);
65 if ((validNames & EmbedderNames) && kNotFound != embedderCustomElementNames().find(name))

Completed in 81 milliseconds