Searched defs:CustomElementDescriptor (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementDescriptor.h44 class CustomElementDescriptor { class in namespace:blink
47 CustomElementDescriptor(const AtomicString& type, const AtomicString& namespaceURI, const AtomicString& localName) function in class:blink::CustomElementDescriptor
54 ~CustomElementDescriptor() { }
72 CustomElementDescriptor() { } function in class:blink::CustomElementDescriptor
73 explicit CustomElementDescriptor(WTF::HashTableDeletedValueType value) function in class:blink::CustomElementDescriptor
77 bool operator==(const CustomElementDescriptor& other) const
95 template<> struct DefaultHash<blink::CustomElementDescriptor> {

Completed in 1584 milliseconds