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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLBaseElement.cpp24 #include "core/html/HTMLBaseElement.h"
36 inline HTMLBaseElement::HTMLBaseElement(Document& document) function in class:blink::HTMLBaseElement
41 DEFINE_NODE_FACTORY(HTMLBaseElement)
43 void HTMLBaseElement::parseAttribute(const QualifiedName& name, const AtomicString& value)
51 Node::InsertionNotificationRequest HTMLBaseElement::insertedInto(ContainerNode* insertionPoint)
59 void HTMLBaseElement::removedFrom(ContainerNode* insertionPoint)
66 bool HTMLBaseElement::isURLAttribute(const Attribute& attribute) const
71 KURL HTMLBaseElement::href() const
91 void HTMLBaseElement
[all...]

Completed in 93 milliseconds