Home
last modified time | relevance | path

Searched refs:HTMLBodyElement (Results 1 – 25 of 34) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLBodyElement.cpp44 HTMLBodyElement::HTMLBodyElement(Document& document) in HTMLBodyElement() function in WebCore::HTMLBodyElement
50 PassRefPtr<HTMLBodyElement> HTMLBodyElement::create(Document& document) in create()
52 return adoptRef(new HTMLBodyElement(document)); in create()
55 HTMLBodyElement::~HTMLBodyElement() in ~HTMLBodyElement()
59 bool HTMLBodyElement::isPresentationAttribute(const QualifiedName& name) const in isPresentationAttribute()
66 void HTMLBodyElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicS… in collectStyleForPresentationAttribute()
92 void HTMLBodyElement::parseAttribute(const QualifiedName& name, const AtomicString& value) in parseAttribute()
157 Node::InsertionNotificationRequest HTMLBodyElement::insertedInto(ContainerNode* insertionPoint) in insertedInto()
178 bool HTMLBodyElement::isURLAttribute(const Attribute& attribute) const in isURLAttribute()
183 bool HTMLBodyElement::supportsFocus() const in supportsFocus()
[all …]
DHTMLBodyElement.h33 class HTMLBodyElement FINAL : public HTMLElement {
35 static PassRefPtr<HTMLBodyElement> create(Document&);
36 virtual ~HTMLBodyElement();
49 explicit HTMLBodyElement(Document&);
73 DEFINE_NODE_TYPE_CASTS(HTMLBodyElement, hasTagName(HTMLNames::bodyTag));
DHTMLDocument.h33 class HTMLBodyElement; variable
90 HTMLBodyElement* htmlBodyElement() const;
DHTMLBodyElement.idl21 interface HTMLBodyElement : HTMLElement {
39 HTMLBodyElement implements WindowEventHandlers;
DMediaDocument.cpp102 RefPtr<HTMLBodyElement> body = HTMLBodyElement::create(*document()); in createDocumentStructure()
DPluginDocument.cpp92 RefPtr<HTMLBodyElement> body = HTMLBodyElement::create(*document()); in createDocumentStructure()
DHTMLDocument.cpp135 HTMLBodyElement* HTMLDocument::htmlBodyElement() const in htmlBodyElement()
143 if (HTMLBodyElement* body = htmlBodyElement()) in bodyAttributeValue()
150 if (HTMLBodyElement* body = htmlBodyElement()) { in setBodyAttribute()
DHTMLViewSourceDocument.cpp72 RefPtr<HTMLBodyElement> body = HTMLBodyElement::create(*this); in createContainingTable()
DImageDocument.cpp194 RefPtr<HTMLBodyElement> body = HTMLBodyElement::create(*this); in createDocumentStructure()
/external/chromium_org/third_party/WebKit/Source/core/editing/
Dmarkup.cpp644 RefPtr<HTMLBodyElement> fakeBody = HTMLBodyElement::create(document); in createFragmentFromMarkup()
972 RefPtr<HTMLBodyElement> fakeBody = HTMLBodyElement::create(outputDoc); in createFragmentForTransformToFragment()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_html.target.linux-arm.mk37 third_party/WebKit/Source/core/html/HTMLBodyElement.cpp \
Dwebcore_html.target.darwin-x86.mk37 third_party/WebKit/Source/core/html/HTMLBodyElement.cpp \
Dwebcore_html.target.linux-mips.mk37 third_party/WebKit/Source/core/html/HTMLBodyElement.cpp \
Dwebcore_html.target.darwin-mips.mk37 third_party/WebKit/Source/core/html/HTMLBodyElement.cpp \
Dwebcore_html.target.darwin-arm.mk37 third_party/WebKit/Source/core/html/HTMLBodyElement.cpp \
Dwebcore_html.target.linux-x86.mk37 third_party/WebKit/Source/core/html/HTMLBodyElement.cpp \
Dcore.gypi154 'html/HTMLBodyElement.idl',
2189 'html/HTMLBodyElement.cpp',
2190 'html/HTMLBodyElement.h',
/external/chromium_org/third_party/WebKit/Source/bindings/
Dmain_idl_files_list.tmp148 ../core/html/HTMLBodyElement.idl
Dinterface_dependencies.target.darwin-mips.mk21 …TMLBaseElement.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/html/HTMLBodyElement.idl $(LOCAL_P…
Dinterface_dependencies.target.darwin-x86.mk21 …TMLBaseElement.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/html/HTMLBodyElement.idl $(LOCAL_P…
Dinterface_dependencies.target.darwin-arm.mk21 …TMLBaseElement.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/html/HTMLBodyElement.idl $(LOCAL_P…
Dinterface_dependencies.target.linux-mips.mk21 …TMLBaseElement.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/html/HTMLBodyElement.idl $(LOCAL_P…
Dinterface_dependencies.target.linux-arm.mk21 …TMLBaseElement.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/html/HTMLBodyElement.idl $(LOCAL_P…
Dinterface_dependencies.target.linux-x86.mk21 …TMLBaseElement.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/html/HTMLBodyElement.idl $(LOCAL_P…
/external/chromium_org/third_party/polymer/
Dplatform.js30HTMLBodyElement,window.HTMLDocument||window.Document,window.HTMLHeadElement,window.HTMLHtmlElement…

12