HomeSort by relevance Sort by last modified time
    Searched defs:LabelableElement (Results 1 - 2 of 2) sorted by null

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

Completed in 690 milliseconds