Searched refs:NotCustomElement (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElement.cpp97 case Element::NotCustomElement:
141 case Element::NotCustomElement:
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNode.h237 NotCustomElement = 0, enumerator in enum:WebCore::Node::CustomElementState
245 : NotCustomElement;
H A DNode.cpp2709 case NotCustomElement:
2714 ASSERT(NotCustomElement == oldState);
2726 if (oldState == NotCustomElement || newState == Upgraded)

Completed in 61 milliseconds