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

/external/webkit/Source/WebCore/svg/
H A DSVGStyledElement.cpp104 Element* titleElement = firstElementChild(); local
105 for (; titleElement; titleElement = titleElement->nextElementSibling()) {
106 if (titleElement->hasTagName(SVGNames::titleTag) && titleElement->isSVGElement())
111 if (titleElement)
112 return titleElement->innerText();
/external/webkit/Source/WebCore/dom/
H A DDocument.cpp1309 void Document::setTitleElement(const StringWithDirection& title, Element* titleElement) argument
1311 if (titleElement != m_titleElement) {
1315 m_titleElement = titleElement;
1321 void Document::removeTitle(Element* titleElement) argument
1323 if (m_titleElement != titleElement)
1333 HTMLTitleElement* titleElement = static_cast<HTMLTitleElement*>(e); local
1334 setTitleElement(titleElement->textWithDirection(), titleElement);
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 1509 milliseconds