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

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

Completed in 663 milliseconds