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

  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementRegistrationContext.cpp 139 if (element->isCustomElement()) {
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.h 238 bool isCustomElement() const { return getFlag(CustomElementFlag); }
246 return isCustomElement()
    [all...]
Element.cpp 156 if (isCustomElement())
    [all...]

Completed in 79 milliseconds