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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DLabelableElement.cpp26 #include "core/html/LabelableElement.h"
33 LabelableElement::LabelableElement(const QualifiedName& tagName, Document& document) function in class:blink::LabelableElement
38 LabelableElement::~LabelableElement()
42 PassRefPtrWillBeRawPtr<LabelsNodeList> LabelableElement::labels()
50 void LabelableElement::trace(Visitor* visitor)
H A DLabelableElement.h40 // LabelableElement represents "labelable element" defined in the HTML
42 class LabelableElement : public HTMLElement { class in namespace:blink
44 virtual ~LabelableElement();
51 LabelableElement(const QualifiedName& tagName, Document&);
62 DEFINE_HTMLELEMENT_TYPE_CASTS_WITH_FUNCTION(LabelableElement);

Completed in 432 milliseconds