Searched defs:titleElement (Results 1 – 3 of 3) sorted by relevance
52 … final IElement titleElement = IElement.Factory.create (Tag.TITLE).setText (title, false); in HTMLDocument() local
104 Element* titleElement = firstElementChild(); in title() local
1309 void Document::setTitleElement(const StringWithDirection& title, Element* titleElement) in setTitleElement()1321 void Document::removeTitle(Element* titleElement) in removeTitle()1333 HTMLTitleElement* titleElement = static_cast<HTMLTitleElement*>(e); in removeTitle() local