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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTitleElement.cpp24 #include "core/html/HTMLTitleElement.h"
39 inline HTMLTitleElement::HTMLTitleElement(Document& document) function in class:blink::HTMLTitleElement
45 DEFINE_NODE_FACTORY(HTMLTitleElement)
47 Node::InsertionNotificationRequest HTMLTitleElement::insertedInto(ContainerNode* insertionPoint)
55 void HTMLTitleElement::removedFrom(ContainerNode* insertionPoint)
62 void HTMLTitleElement::childrenChanged(const ChildrenChange& change)
69 String HTMLTitleElement::text() const
81 void HTMLTitleElement::setText(const String &value)

Completed in 469 milliseconds