Home
last modified time | relevance | path

Searched refs:HTMLAreaElement (Results 1 – 25 of 105) sorted by relevance

12345

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLAreaElement.cpp39 inline HTMLAreaElement::HTMLAreaElement(Document& document) in HTMLAreaElement() function in blink::HTMLAreaElement
46 DEFINE_NODE_FACTORY(HTMLAreaElement) in DEFINE_NODE_FACTORY() argument
48 void HTMLAreaElement::parseAttribute(const QualifiedName& name, const AtomicString& value) in DEFINE_NODE_FACTORY()
69 void HTMLAreaElement::invalidateCachedRegion() in invalidateCachedRegion()
74 bool HTMLAreaElement::mapMouseEvent(LayoutPoint location, const LayoutSize& size, HitTestResult& re… in mapMouseEvent()
89 Path HTMLAreaElement::computePath(RenderObject* obj) const in computePath()
114 LayoutRect HTMLAreaElement::computeRect(RenderObject* obj) const in computeRect()
119 Path HTMLAreaElement::getRegion(const LayoutSize& size) const in getRegion()
175 HTMLImageElement* HTMLAreaElement::imageElement() const in imageElement()
182 bool HTMLAreaElement::isKeyboardFocusable() const in isKeyboardFocusable()
[all …]
DHTMLMapElement.cpp53 HTMLAreaElement* defaultArea = 0; in mapMouseEvent()
54 …for (HTMLAreaElement* area = Traversal<HTMLAreaElement>::firstWithin(*this); area; area = Traversa… in mapMouseEvent()
DHTMLAreaElement.h35 class HTMLAreaElement FINAL : public HTMLAnchorElement {
38 DECLARE_NODE_FACTORY(HTMLAreaElement);
51 explicit HTMLAreaElement(Document&);
DHTMLAreaElement.idl21 interface HTMLAreaElement : HTMLElement {
30 HTMLAreaElement implements URLUtils;
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXImageMapLink.h46 void setHTMLAreaElement(HTMLAreaElement* element) { m_areaElement = element; } in setHTMLAreaElement()
47 HTMLAreaElement* areaElement() const { return m_areaElement.get(); } in areaElement()
69 RefPtrWillBePersistent<HTMLAreaElement> m_areaElement;
DAXObjectCache.h41 class HTMLAreaElement; variable
229 static AXObject* focusedImageMapUIElement(HTMLAreaElement*);
DAXRenderObject.h45 class HTMLAreaElement; variable
209 AXObject* accessibilityImageMapHitTest(HTMLAreaElement*, const IntPoint&) const;
DAXNodeObject.h44 class HTMLAreaElement; variable
DAXRenderObject.cpp1937 AXObject* AXRenderObject::accessibilityImageMapHitTest(HTMLAreaElement* area, const IntPoint& point… in accessibilityImageMapHitTest()
2181 …for (HTMLAreaElement* area = Traversal<HTMLAreaElement>::firstWithin(*map); area; area = Traversal… in addImageMapChildren()
DAXObject.h48 class HTMLAreaElement; variable
DAXObjectCache.cpp128 AXObject* AXObjectCache::focusedImageMapUIElement(HTMLAreaElement* areaElement) in focusedImageMapUIElement()
/external/chromium_org/third_party/WebKit/Source/core/page/
DSpatialNavigation.h33 class HTMLAreaElement; variable
112 explicit FocusCandidate(HTMLAreaElement*, FocusType);
143 LayoutRect virtualRectForAreaElementAndDirection(HTMLAreaElement&, FocusType);
DSpatialNavigation.cpp70 HTMLAreaElement& area = toHTMLAreaElement(*node); in FocusCandidate()
742 LayoutRect virtualRectForAreaElementAndDirection(HTMLAreaElement& area, FocusType type) in virtualRectForAreaElementAndDirection()
DFocusController.cpp911 HTMLAreaElement& area = toHTMLAreaElement(*focusedElement); in advanceFocusDirectionally()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderImage.h33 class HTMLAreaElement; variable
59 void areaElementFocusChanged(HTMLAreaElement*);
DRenderImage.cpp283 void RenderImage::areaElementFocusChanged(HTMLAreaElement* areaElement) in areaElementFocusChanged()
/external/chromium_org/third_party/WebKit/Source/core/paint/
DImagePainter.cpp46 HTMLAreaElement& areaElement = toHTMLAreaElement(*focusedElement); in paintAreaElementFocusRing()
/external/chromium_org/third_party/WebKit/Source/bindings/core/
Dcore_global_constructors_idls_idl_files_list.tmp138 ../../core/html/HTMLAreaElement.idl
Dcore_idl_files_list.tmp144 ../../core/html/HTMLAreaElement.idl
Dcore_global_objects_idl_files_list.tmp138 ../../core/html/HTMLAreaElement.idl
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/
Dcore_idl_files_list.tmp144 ../../../core/html/HTMLAreaElement.idl
/external/chromium_org/third_party/WebKit/Source/bindings/modules/
Dmodules_core_global_constructors_idls_idl_files_list.tmp138 ../../core/html/HTMLAreaElement.idl
Dcore_idl_files_list.tmp144 ../../core/html/HTMLAreaElement.idl
Dcore_static_idl_files_list.tmp144 ../../core/html/HTMLAreaElement.idl
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
Dcore_idl_files_list.tmp144 ../../../core/html/HTMLAreaElement.idl

12345