Searched refs:setTitleElement (Results 1 – 4 of 4) sorted by relevance
47 document().setTitleElement(textContent(), this); in insertedInto()62 document().setTitleElement(textContent(), this); in childrenChanged()
54 document().setTitleElement(text(), this); in insertedInto()69 document().setTitleElement(text(), this); in childrenChanged()
725 void setTitleElement(const String& title, Element* titleElement);
1316 void Document::setTitleElement(const String& title, Element* titleElement) in setTitleElement() function in WebCore::Document1343 setTitleElement(title->text(), title); in removeTitle()