Home
last modified time | relevance | path

Searched defs:titleElement (Results 1 – 3 of 3) sorted by relevance

/external/emma/core/java12/com/vladium/emma/report/html/doc/
DHTMLDocument.java52 … final IElement titleElement = IElement.Factory.create (Tag.TITLE).setText (title, false); in HTMLDocument() local
/external/webkit/Source/WebCore/svg/
DSVGStyledElement.cpp104 Element* titleElement = firstElementChild(); in title() local
/external/webkit/Source/WebCore/dom/
DDocument.cpp1309 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