Searched refs:HTMLAreaElement (Results 1 - 19 of 19) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DHTMLAreaElement.cpp23 #include "HTMLAreaElement.h"
41 inline HTMLAreaElement::HTMLAreaElement(const QualifiedName& tagName, Document* document) function in class:WebCore::HTMLAreaElement
50 PassRefPtr<HTMLAreaElement> HTMLAreaElement::create(const QualifiedName& tagName, Document* document)
52 return adoptRef(new HTMLAreaElement(tagName, document));
55 void HTMLAreaElement::parseMappedAttribute(Attribute* attr)
74 bool HTMLAreaElement::mapMouseEvent(int x, int y, const IntSize& size, HitTestResult& result)
89 Path HTMLAreaElement::computePath(RenderObject* obj) const
114 IntRect HTMLAreaElement
[all...]
H A DHTMLAreaElement.h36 class HTMLAreaElement : public HTMLAnchorElement { class in namespace:WebCore
38 static PassRefPtr<HTMLAreaElement> create(const QualifiedName&, Document*);
51 HTMLAreaElement(const QualifiedName&, Document*);
H A DHTMLMapElement.cpp27 #include "HTMLAreaElement.h"
63 HTMLAreaElement* defaultArea = 0;
67 HTMLAreaElement* areaElt = static_cast<HTMLAreaElement*>(node);
H A DHTMLAreaElement.idl23 interface HTMLAreaElement : HTMLElement {
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityImageMapLink.h33 #include "HTMLAreaElement.h"
46 void setHTMLAreaElement(HTMLAreaElement* element) { m_areaElement = element; }
47 HTMLAreaElement* areaElement() const { return m_areaElement.get(); }
74 RefPtr<HTMLAreaElement> m_areaElement;
H A DAXObjectCache.h40 class HTMLAreaElement;
170 static AccessibilityObject* focusedImageMapUIElement(HTMLAreaElement*);
H A DAccessibilityRenderObject.h44 class HTMLAreaElement;
288 AccessibilityObject* accessibilityImageMapHitTest(HTMLAreaElement*, const IntPoint&) const;
H A DAXObjectCache.cpp56 #include "HTMLAreaElement.h"
100 AccessibilityObject* AXObjectCache::focusedImageMapUIElement(HTMLAreaElement* areaElement)
102 // Find the corresponding accessibility object for the HTMLAreaElement. This should be
138 return focusedImageMapUIElement(static_cast<HTMLAreaElement*>(focusedNode));
H A DAccessibilityObject.h83 class HTMLAreaElement;
H A DAccessibilityRenderObject.cpp39 #include "HTMLAreaElement.h"
2373 areaObject->setHTMLAreaElement(static_cast<HTMLAreaElement*>(curr));
2740 AccessibilityObject* AccessibilityRenderObject::accessibilityImageMapHitTest(HTMLAreaElement* area, const IntPoint& point) const
2776 return accessibilityImageMapHitTest(static_cast<HTMLAreaElement*>(node), point);
3417 areaObject->setHTMLAreaElement(static_cast<HTMLAreaElement*>(current));
/external/webkit/Source/WebCore/page/
H A DSpatialNavigation.h35 class HTMLAreaElement;
117 explicit FocusCandidate(HTMLAreaElement* area, FocusDirection);
150 IntRect virtualRectForAreaElementAndDirection(HTMLAreaElement*, FocusDirection);
H A DFocusController.cpp43 #include "HTMLAreaElement.h"
610 HTMLAreaElement* area = static_cast<HTMLAreaElement*>(focusedNode);
H A DSpatialNavigation.cpp35 #include "HTMLAreaElement.h"
73 HTMLAreaElement* area = static_cast<HTMLAreaElement*>(node);
728 IntRect virtualRectForAreaElementAndDirection(HTMLAreaElement* area, FocusDirection direction)
H A DDOMWindow.idl416 attribute HTMLAreaElementConstructor HTMLAreaElement;
/external/webkit/Source/WebCore/rendering/
H A DRenderImage.h33 class HTMLAreaElement;
52 void areaElementFocusChanged(HTMLAreaElement*);
H A DRenderImage.cpp32 #include "HTMLAreaElement.h"
351 HTMLAreaElement* areaElement = static_cast<HTMLAreaElement*>(focusedNode);
374 void RenderImage::areaElementFocusChanged(HTMLAreaElement* element)
/external/webkit/Source/WebCore/bindings/gobject/
H A DWebKitHTMLElementWrapperFactory.cpp39 #include "HTMLAreaElement.h"
184 return wrapHTMLAreaElement(static_cast<HTMLAreaElement*>(element.get()));
/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.cpp67 #include "HTMLAreaElement.h"
189 IntRect getAreaRect(const HTMLAreaElement* area)
225 getAreaRect(static_cast<HTMLAreaElement*>(node)) : node->getRect();
1859 HTMLAreaElement* area = static_cast<HTMLAreaElement*>(hitTestResult.innerNode());
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 384 milliseconds