OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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&);
58
DEFINE_NODE_TYPE_CASTS_WITH_FUNCTION(
LabelableElement
);
Completed in 1690 milliseconds