OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HTMLDListElement
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/html/
HTMLDListElement.cpp
24
#include "
HTMLDListElement
.h"
32
inline
HTMLDListElement
::
HTMLDListElement
(const QualifiedName& tagName, Document* document)
38
PassRefPtr<
HTMLDListElement
>
HTMLDListElement
::create(const QualifiedName& tagName, Document* document)
40
return adoptRef(new
HTMLDListElement
(tagName, document));
HTMLDListElement.h
30
class
HTMLDListElement
: public HTMLElement {
32
static PassRefPtr<
HTMLDListElement
> create(const QualifiedName&, Document*);
35
HTMLDListElement
(const QualifiedName&, Document*);
Completed in 61 milliseconds