HomeSort by relevance Sort by last modified time
    Searched refs:HTMLAreaElement (Results 1 - 22 of 22) sorted by null

  /external/webkit/Source/WebCore/accessibility/
AccessibilityImageMapLink.h 33 #include "HTMLAreaElement.h"
46 void setHTMLAreaElement(HTMLAreaElement* element) { m_areaElement = element; }
47 HTMLAreaElement* areaElement() const { return m_areaElement.get(); }
74 RefPtr<HTMLAreaElement> m_areaElement;
AXObjectCache.h 40 class HTMLAreaElement;
170 static AccessibilityObject* focusedImageMapUIElement(HTMLAreaElement*);
AccessibilityRenderObject.h 44 class HTMLAreaElement;
288 AccessibilityObject* accessibilityImageMapHitTest(HTMLAreaElement*, const IntPoint&) const;
AXObjectCache.cpp 56 #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));
AccessibilityObject.h 83 class HTMLAreaElement;
AccessibilityRenderObject.cpp 39 #include "HTMLAreaElement.h"
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLAreaElement.h 36 class HTMLAreaElement : public HTMLAnchorElement {
38 static PassRefPtr<HTMLAreaElement> create(const QualifiedName&, Document*);
51 HTMLAreaElement(const QualifiedName&, Document*);
HTMLAreaElement.cpp 23 #include "HTMLAreaElement.h"
41 inline HTMLAreaElement::HTMLAreaElement(const QualifiedName& tagName, Document* document)
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::computeRect(RenderObject* obj) cons
    [all...]
HTMLMapElement.cpp 27 #include "HTMLAreaElement.h"
63 HTMLAreaElement* defaultArea = 0;
67 HTMLAreaElement* areaElt = static_cast<HTMLAreaElement*>(node);
HTMLAreaElement.idl 23 interface HTMLAreaElement : HTMLElement {
  /external/webkit/Source/WebCore/page/
SpatialNavigation.h 35 class HTMLAreaElement;
117 explicit FocusCandidate(HTMLAreaElement* area, FocusDirection);
150 IntRect virtualRectForAreaElementAndDirection(HTMLAreaElement*, FocusDirection);
FocusController.cpp 43 #include "HTMLAreaElement.h"
610 HTMLAreaElement* area = static_cast<HTMLAreaElement*>(focusedNode);
SpatialNavigation.cpp 35 #include "HTMLAreaElement.h"
73 HTMLAreaElement* area = static_cast<HTMLAreaElement*>(node);
728 IntRect virtualRectForAreaElementAndDirection(HTMLAreaElement* area, FocusDirection direction)
DOMWindow.idl 416 attribute HTMLAreaElementConstructor HTMLAreaElement;
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderImage.h 33 class HTMLAreaElement;
52 void areaElementFocusChanged(HTMLAreaElement*);
RenderImage.cpp 32 #include "HTMLAreaElement.h"
351 HTMLAreaElement* areaElement = static_cast<HTMLAreaElement*>(focusedNode);
374 void RenderImage::areaElementFocusChanged(HTMLAreaElement* element)
  /external/webkit/Source/WebCore/bindings/gobject/
WebKitHTMLElementWrapperFactory.cpp 39 #include "HTMLAreaElement.h"
184 return wrapHTMLAreaElement(static_cast<HTMLAreaElement*>(element.get()));
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp 67 #include "HTMLAreaElement.h"
189 IntRect getAreaRect(const HTMLAreaElement* area)
225 getAreaRect(static_cast<HTMLAreaElement*>(node)) : node->getRect();
    [all...]
  /prebuilts/tools/common/m2/internal/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 
  /prebuilts/tools/common/m2/internal/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar 
  /external/jdiff/
xerces.jar 
  /prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 

Completed in 2048 milliseconds