OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HTMLBlockquoteElement
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/html/
HTMLBlockquoteElement.cpp
24
#include "
HTMLBlockquoteElement
.h"
32
HTMLBlockquoteElement
::
HTMLBlockquoteElement
(const QualifiedName& tagName, Document* document)
38
PassRefPtr<
HTMLBlockquoteElement
>
HTMLBlockquoteElement
::create(Document* document)
40
return adoptRef(new
HTMLBlockquoteElement
(blockquoteTag, document));
43
PassRefPtr<
HTMLBlockquoteElement
>
HTMLBlockquoteElement
::create(const QualifiedName& tagName, Document* document)
45
return adoptRef(new
HTMLBlockquoteElement
(tagName, document));
48
bool
HTMLBlockquoteElement
::isURLAttribute(Attribute* attribute) cons
[
all
...]
HTMLBlockquoteElement.h
30
class
HTMLBlockquoteElement
: public HTMLElement {
32
static PassRefPtr<
HTMLBlockquoteElement
> create(Document*);
33
static PassRefPtr<
HTMLBlockquoteElement
> create(const QualifiedName&, Document*);
36
HTMLBlockquoteElement
(const QualifiedName&, Document*);
Completed in 31 milliseconds