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

/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityImageMapLink.cpp83 return anchorElement();
86 Element* AccessibilityImageMapLink::anchorElement() const function in class:WebCore::AccessibilityImageMapLink
H A DAccessibilityObject.h427 virtual Element* anchorElement() const { return 0; } function in class:WebCore::AccessibilityObject
H A DAccessibilityRenderObject.cpp789 Element* AccessibilityRenderObject::anchorElement() const function in class:WebCore::AccessibilityRenderObject
802 return cache->getOrCreate(continuation)->anchorElement();
852 Element* elt = anchorElement();
871 // FIXME: Do the continuation search like anchorElement does
1497 Element* element = anchorElement();
2061 if (HTMLAnchorElement* anchor = static_cast<HTMLAnchorElement*>(anchorElement()))
3636 Element* anchor = anchorElement();
3649 Element* anchor = anchorElement();
/external/webkit/Source/WebCore/html/
H A DFTPDirectoryDocument.cpp151 RefPtr<Element> anchorElement = document()->createElement(aTag, false); local
152 anchorElement->setAttribute("href", fullURL, ec);
153 anchorElement->appendChild(Text::create(document(), filename), ec);
156 tdElement->appendChild(anchorElement, ec);

Completed in 119 milliseconds