/external/webkit/Source/WebCore/html/ |
D | HTMLAreaElement.cpp | 41 inline HTMLAreaElement::HTMLAreaElement(const QualifiedName& tagName, Document* document) in HTMLAreaElement() function in WebCore::HTMLAreaElement 50 PassRefPtr<HTMLAreaElement> HTMLAreaElement::create(const QualifiedName& tagName, Document* documen… in create() 52 return adoptRef(new HTMLAreaElement(tagName, document)); in create() 55 void HTMLAreaElement::parseMappedAttribute(Attribute* attr) in parseMappedAttribute() 74 bool HTMLAreaElement::mapMouseEvent(int x, int y, const IntSize& size, HitTestResult& result) in mapMouseEvent() 89 Path HTMLAreaElement::computePath(RenderObject* obj) const in computePath() 114 IntRect HTMLAreaElement::computeRect(RenderObject* obj) const in computeRect() 119 Path HTMLAreaElement::getRegion(const IntSize& size) const in getRegion() 175 HTMLImageElement* HTMLAreaElement::imageElement() const in imageElement() 184 bool HTMLAreaElement::isKeyboardFocusable(KeyboardEvent*) const in isKeyboardFocusable() [all …]
|
D | HTMLAreaElement.h | 36 class HTMLAreaElement : public HTMLAnchorElement { 38 static PassRefPtr<HTMLAreaElement> create(const QualifiedName&, Document*); 51 HTMLAreaElement(const QualifiedName&, Document*);
|
D | HTMLMapElement.cpp | 63 HTMLAreaElement* defaultArea = 0; in mapMouseEvent() 67 HTMLAreaElement* areaElt = static_cast<HTMLAreaElement*>(node); in mapMouseEvent()
|
D | HTMLAreaElement.idl | 23 interface HTMLAreaElement : HTMLElement {
|
/external/webkit/Source/WebCore/accessibility/ |
D | AccessibilityImageMapLink.h | 46 void setHTMLAreaElement(HTMLAreaElement* element) { m_areaElement = element; } in setHTMLAreaElement() 47 HTMLAreaElement* areaElement() const { return m_areaElement.get(); } in areaElement() 74 RefPtr<HTMLAreaElement> m_areaElement;
|
D | AXObjectCache.h | 40 class HTMLAreaElement; variable 170 static AccessibilityObject* focusedImageMapUIElement(HTMLAreaElement*);
|
D | AccessibilityRenderObject.h | 44 class HTMLAreaElement; variable 288 AccessibilityObject* accessibilityImageMapHitTest(HTMLAreaElement*, const IntPoint&) const;
|
D | AXObjectCache.cpp | 100 AccessibilityObject* AXObjectCache::focusedImageMapUIElement(HTMLAreaElement* areaElement) in focusedImageMapUIElement() 138 return focusedImageMapUIElement(static_cast<HTMLAreaElement*>(focusedNode)); in focusedUIElementForPage()
|
D | AccessibilityObject.h | 83 class HTMLAreaElement; variable
|
D | AccessibilityRenderObject.cpp | 2373 areaObject->setHTMLAreaElement(static_cast<HTMLAreaElement*>(curr)); in getDocumentLinks() 2740 AccessibilityObject* AccessibilityRenderObject::accessibilityImageMapHitTest(HTMLAreaElement* area,… in accessibilityImageMapHitTest() 2776 return accessibilityImageMapHitTest(static_cast<HTMLAreaElement*>(node), point); in accessibilityHitTest() 3417 areaObject->setHTMLAreaElement(static_cast<HTMLAreaElement*>(current)); in addChildren()
|
/external/webkit/Source/WebCore/page/ |
D | SpatialNavigation.h | 35 class HTMLAreaElement; variable 117 explicit FocusCandidate(HTMLAreaElement* area, FocusDirection); 150 IntRect virtualRectForAreaElementAndDirection(HTMLAreaElement*, FocusDirection);
|
D | SpatialNavigation.cpp | 73 HTMLAreaElement* area = static_cast<HTMLAreaElement*>(node); in FocusCandidate() 728 IntRect virtualRectForAreaElementAndDirection(HTMLAreaElement* area, FocusDirection direction) in virtualRectForAreaElementAndDirection()
|
D | FocusController.cpp | 610 HTMLAreaElement* area = static_cast<HTMLAreaElement*>(focusedNode); in advanceFocusDirectionally()
|
D | DOMWindow.idl | 416 attribute HTMLAreaElementConstructor HTMLAreaElement;
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderImage.h | 33 class HTMLAreaElement; variable 52 void areaElementFocusChanged(HTMLAreaElement*);
|
D | RenderImage.cpp | 351 HTMLAreaElement* areaElement = static_cast<HTMLAreaElement*>(focusedNode); in paintAreaElementFocusRing() 374 void RenderImage::areaElementFocusChanged(HTMLAreaElement* element) in areaElementFocusChanged()
|
/external/webkit/Source/WebCore/bindings/gobject/ |
D | WebKitHTMLElementWrapperFactory.cpp | 184 return wrapHTMLAreaElement(static_cast<HTMLAreaElement*>(element.get())); in createAreaWrapper()
|
/external/webkit/Source/WebCore/ |
D | DerivedSources.make | 208 HTMLAreaElement \
|
D | CodeGenerators.pri | 230 html/HTMLAreaElement.idl \
|
D | CMakeLists.txt | 204 html/HTMLAreaElement.idl 740 html/HTMLAreaElement.cpp
|
D | WebCore.pro | 662 html/HTMLAreaElement.cpp \ 1643 html/HTMLAreaElement.h \
|
D | ChangeLog-2006-12-31 | 17297 * html/HTMLAreaElement.cpp: 17298 (WebCore::HTMLAreaElement::mapMouseEvent): 18038 * html/HTMLAreaElement.cpp: 18039 (WebCore::HTMLAreaElement::mapMouseEvent): Adjust for HitTestResult 18041 * html/HTMLAreaElement.h: Virtual target() 29001 * html/HTMLAreaElement.cpp: 29002 (WebCore::HTMLAreaElement::getRegion): 31473 * html/HTMLAreaElement.idl: 33518 * html/HTMLAreaElement.idl: 33589 * html/HTMLAreaElement.idl: [all …]
|
D | WebCore.gypi | 1204 'html/HTMLAreaElement.idl', 2846 'html/HTMLAreaElement.cpp', 2847 'html/HTMLAreaElement.h',
|
/external/webkit/Source/WebKit/android/jni/ |
D | WebViewCore.cpp | 189 IntRect getAreaRect(const HTMLAreaElement* area) in getAreaRect() 225 getAreaRect(static_cast<HTMLAreaElement*>(node)) : node->getRect(); in validNode() 1857 HTMLAreaElement* area = static_cast<HTMLAreaElement*>(hitTestResult.innerNode()); in hitTestAtPoint()
|
/external/webkit/Source/WebCore/accessibility/mac/ |
D | AccessibilityObjectWrapper.mm | 49 #import "HTMLAreaElement.h"
|