OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HTMLBodyElement
(Results
1 - 10
of
10
) sorted by null
/external/webkit/Source/WebCore/html/
HTMLBodyElement.h
33
class
HTMLBodyElement
: public HTMLElement {
35
static PassRefPtr<
HTMLBodyElement
> create(Document*);
36
static PassRefPtr<
HTMLBodyElement
> create(const QualifiedName&, Document*);
37
virtual ~
HTMLBodyElement
();
71
HTMLBodyElement
(const QualifiedName&, Document*);
HTMLBodyElement.cpp
25
#include "
HTMLBodyElement
.h"
43
HTMLBodyElement
::
HTMLBodyElement
(const QualifiedName& tagName, Document* document)
49
PassRefPtr<
HTMLBodyElement
>
HTMLBodyElement
::create(Document* document)
51
return adoptRef(new
HTMLBodyElement
(bodyTag, document));
54
PassRefPtr<
HTMLBodyElement
>
HTMLBodyElement
::create(const QualifiedName& tagName, Document* document)
56
return adoptRef(new
HTMLBodyElement
(tagName, document));
59
HTMLBodyElement
::~HTMLBodyElement(
[
all
...]
HTMLDocument.cpp
69
#include "
HTMLBodyElement
.h"
163
HTMLBodyElement
* bodyElement = (b && b->hasTagName(bodyTag)) ? static_cast<
HTMLBodyElement
*>(b) : 0;
173
HTMLBodyElement
* bodyElement = (b && b->hasTagName(bodyTag)) ? static_cast<
HTMLBodyElement
*>(b) : 0;
182
HTMLBodyElement
* bodyElement = (b && b->hasTagName(bodyTag)) ? static_cast<
HTMLBodyElement
*>(b) : 0;
192
HTMLBodyElement
* bodyElement = (b && b->hasTagName(bodyTag)) ? static_cast<
HTMLBodyElement
*>(b) : 0;
201
HTMLBodyElement
* bodyElement = (b && b->hasTagName(bodyTag)) ? static_cast<HTMLBodyElement*>(b) : 0
[
all
...]
HTMLBodyElement.idl
23
interface
HTMLBodyElement
: HTMLElement {
HTMLViewSourceDocument.cpp
32
#include "
HTMLBodyElement
.h"
78
RefPtr<
HTMLBodyElement
> body =
HTMLBodyElement
::create(this);
/external/webkit/Source/WebCore/xml/
XSLTProcessor.cpp
35
#include "
HTMLBodyElement
.h"
111
RefPtr<
HTMLBodyElement
> fakeBody =
HTMLBodyElement
::create(outputDoc);
/external/webkit/Source/WebCore/editing/
markup.cpp
46
#include "
HTMLBodyElement
.h"
678
RefPtr<
HTMLBodyElement
> fakeBody =
HTMLBodyElement
::create(document);
[
all
...]
/external/webkit/Source/WebCore/bindings/gobject/
WebKitHTMLElementWrapperFactory.cpp
45
#include "
HTMLBodyElement
.h"
216
return wrapHTMLBodyElement(static_cast<
HTMLBodyElement
*>(element.get()));
/external/webkit/Source/WebCore/page/
DOMWindow.idl
421
attribute HTMLBodyElementConstructor
HTMLBodyElement
;
[
all
...]
/external/jdiff/
xerces.jar
Completed in 455 milliseconds