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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
CustomElementRegistrationContext.cpp 137 if (element->isCustomElement()) {
Node.h 252 bool isCustomElement() const { return customElementState() != NotCustomElement; }
    [all...]
Element.h 485 bool isUnresolvedCustomElement() { return isCustomElement() && !isUpgradedCustomElement(); }
    [all...]
Element.cpp 221 if (isCustomElement())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/scripts/
make_names.pl     [all...]

Completed in 549 milliseconds