Searched defs:HTMLDivElement (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLDivElement.h30 class HTMLDivElement : public HTMLElement { class in namespace:blink
33 DECLARE_NODE_FACTORY(HTMLDivElement);
36 explicit HTMLDivElement(Document&);
H A DHTMLDivElement.cpp24 #include "core/html/HTMLDivElement.h"
34 HTMLDivElement::HTMLDivElement(Document& document) function in class:blink::HTMLDivElement
39 DEFINE_NODE_FACTORY(HTMLDivElement)
41 void HTMLDivElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)

Completed in 354 milliseconds