HomeSort by relevance Sort by last modified time
    Searched refs:axObjectCache (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXScrollView.cpp 29 #include "core/accessibility/AXObjectCache.h"
131 AXScrollbar* scrollBarObject = toAXScrollbar(axObjectCache()->getOrCreate(scrollbar));
174 return axObjectCache()->getOrCreate(doc);
215 return axObjectCache()->getOrCreate(owner);
217 return axObjectCache()->getOrCreate(toFrameView(m_scrollView)->frame().pagePopupOwner());
227 return axObjectCache()->get(owner);
229 return axObjectCache()->get(toFrameView(m_scrollView)->frame().pagePopupOwner());
AXMenuListPopup.cpp 30 #include "core/accessibility/AXObjectCache.h"
73 AXObject* object = document()->axObjectCache()->getOrCreate(MenuListOptionRole);
115 AXObjectCache* cache = axObjectCache();
142 AXObjectCache* cache = axObjectCache();
145 cache->postNotification(child.get(), document(), AXObjectCache::AXFocusedUIElementChanged, true, PostSynchronously);
146 cache->postNotification(child.get(), document(), AXObjectCache::AXMenuListItemSelected, true, PostSynchronously);
AXMenuList.cpp 30 #include "core/accessibility/AXObjectCache.h"
59 AXObjectCache* cache = m_renderer->document().axObjectCache();
101 AXObjectCache* cache = document->axObjectCache();
114 cache->postNotification(this, document.get(), AXObjectCache::AXMenuListValueChanged, true, PostSynchronously);
AXSpinButton.cpp 29 #include "core/accessibility/AXObjectCache.h"
62 AXSpinButtonPart* incrementor = toAXSpinButtonPart(axObjectCache()->getOrCreate(SpinButtonPartRole));
67 AXSpinButtonPart* decrementor = toAXSpinButtonPart(axObjectCache()->getOrCreate(SpinButtonPartRole));
AXTableCell.cpp 32 #include "core/accessibility/AXObjectCache.h"
73 // If the document no longer exists, we might not have an axObjectCache.
74 if (!axObjectCache())
82 return axObjectCache()->get(toRenderTableCell(m_renderer)->table());
174 return axObjectCache()->getOrCreate(headerCell);
AXSlider.cpp 32 #include "core/accessibility/AXObjectCache.h"
86 AXObjectCache* cache = m_renderer->document().axObjectCache();
112 return axObjectCache()->getOrCreate(m_renderer);
AXRenderObject.cpp 36 #include "core/accessibility/AXObjectCache.h"
955 AXObject* obj = axObjectCache()->getOrCreate(target);
969 AXObjectCache* cache = axObjectCache();
    [all...]
AXNodeObject.cpp 33 #include "core/accessibility/AXObjectCache.h"
154 axObjectCache()->postNotification(node(), AXObjectCache::AXValueChanged, true);
374 AXObject* menuItemAX = axObjectCache()->getOrCreate(menuItem);
906 return axObjectCache()->getOrCreate(toHTMLFieldSetElement(node())->legend());
910 return axObjectCache()->getOrCreate(label);
    [all...]
AXARIAGrid.cpp 32 #include "core/accessibility/AXObjectCache.h"
95 AXObjectCache* axCache = m_renderer->document().axObjectCache();
AXImageMapLink.cpp 32 #include "core/accessibility/AXObjectCache.h"
69 return m_mapElement->document().axObjectCache()->getOrCreate(m_mapElement->renderer());
AXInlineTextBox.cpp 32 #include "core/accessibility/AXObjectCache.h"
46 m_axObjectCache = renderText->document().axObjectCache();
AXObject.cpp 32 #include "core/accessibility/AXObjectCache.h"
159 AXObjectCache* AXObject::axObjectCache() const
163 return doc->axObjectCache();
257 AXObjectCache* cache = axObjectCache();
486 return axObjectCache()->getOrCreate(widget)->accessibilityHitTest(IntPoint(point - widget->frameRect().location()));
520 AXObjectCache* cache = node->document().axObjectCache();
564 return AXObjectCache::focusedUIElementForPage(page)
    [all...]
AXTableColumn.cpp 32 #include "core/accessibility/AXObjectCache.h"
148 return axObjectCache()->getOrCreate(cell);
AXTable.cpp 32 #include "core/accessibility/AXObjectCache.h"
374 AXObjectCache* axCache = m_renderer->document().axObjectCache();
434 AXMockObject* tableHeader = toAXMockObject(axObjectCache()->getOrCreate(TableHeaderContainerRole));
AXObject.h 43 class AXObjectCache;
287 // unique ID, then added to AXObjectCache, and finally init() must
297 // The AXObjectCache that owns this object, and its unique ID within this cache.
298 AXObjectCache* axObjectCache() const;
AXObjectCache.cpp 31 #include "core/accessibility/AXObjectCache.h"
108 AXObjectCache::AXObjectCache(Document& document)
110 , m_notificationPostTimer(this, &AXObjectCache::notificationPostTimerFired)
115 AXObjectCache::~AXObjectCache()
128 AXObject* AXObjectCache::focusedImageMapUIElement(HTMLAreaElement* areaElement)
139 AXObject* axRenderImage = areaElement->document().axObjectCache()->getOrCreate(imageElement);
157 AXObject* AXObjectCache::focusedUIElementForPage(const Page* page)
175 AXObject* obj = focusedNode->document().axObjectCache()->getOrCreate(focusedNode)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
TreeScopeAdopter.cpp 28 #include "core/accessibility/AXObjectCache.h"
52 AXObjectCache* axObjectCache = oldDocument.existingAXObjectCache();
60 if (axObjectCache)
61 axObjectCache->remove(node);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
HitRegion.cpp 8 #include "core/accessibility/AXObjectCache.h"
26 AXObjectCache* axObjectCache = m_control->document().existingAXObjectCache();
27 if (!axObjectCache)
40 axObjectCache->setCanvasObjectBounds(m_control.get(), elementRect);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDialogElement.cpp 30 #include "core/accessibility/AXObjectCache.h"
90 if (AXObjectCache* cache = topDocument.axObjectCache())
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObjectChildList.cpp 30 #include "core/accessibility/AXObjectCache.h"
116 if (AXObjectCache* cache = owner->document().existingAXObjectCache())
168 if (AXObjectCache* cache = owner->document().axObjectCache())
RenderMenuList.cpp 30 #include "core/accessibility/AXObjectCache.h"
149 if (AXObjectCache* cache = document().existingAXObjectCache())
441 if (AXMenuList* menuList = toAXMenuList(document().axObjectCache()->get(this)))
  /external/chromium_org/third_party/WebKit/Source/web/
WebDocument.cpp 38 #include "core/accessibility/AXObjectCache.h"
302 AXObjectCache* cache = document->axObjectCache();
309 AXObjectCache* cache = document->axObjectCache();
WebPagePopupImpl.cpp 161 virtual void postAccessibilityNotification(AXObject* obj, AXObjectCache::AXNotification notification) OVERRIDE
244 if (AXObjectCache* cache = m_popupClient->ownerElement().document().existingAXObjectCache())
273 AXObjectCache* cache = document->axObjectCache();
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.h 40 class AXObjectCache;
426 AXObjectCache* axObjectCache() const;
FrameView.cpp 32 #include "core/accessibility/AXObjectCache.h"
214 if (AXObjectCache* cache = axObjectCache()) {
    [all...]

Completed in 1284 milliseconds

1 2