OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HTMLParagraphElement
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/html/
HTMLParagraphElement.h
30
class
HTMLParagraphElement
: public HTMLElement {
32
static PassRefPtr<
HTMLParagraphElement
> create(const QualifiedName&, Document*);
35
HTMLParagraphElement
(const QualifiedName&, Document*);
HTMLParagraphElement.cpp
24
#include "
HTMLParagraphElement
.h"
36
inline
HTMLParagraphElement
::
HTMLParagraphElement
(const QualifiedName& tagName, Document* document)
42
PassRefPtr<
HTMLParagraphElement
>
HTMLParagraphElement
::create(const QualifiedName& tagName, Document* document)
44
return adoptRef(new
HTMLParagraphElement
(tagName, document));
47
bool
HTMLParagraphElement
::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
56
void
HTMLParagraphElement
::parseMappedAttribute(Attribute* attr)
Completed in 148 milliseconds