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 PassRefPtr<NodeList> LabelableElement::labels()
LabelableElement.h 38 // LabelableElement represents "labelable element" defined in the HTML
40 class LabelableElement : public HTMLElement {
42 virtual ~LabelableElement();
47 LabelableElement(const QualifiedName& tagName, Document*);
53 inline LabelableElement* toLabelableElement(Node* node)
56 return static_cast<LabelableElement*>(node);

Completed in 704 milliseconds