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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityMenuListPopup.cpp 29 #include "core/accessibility/AXObjectCache.h"
72 AccessibilityObject* object = document()->axObjectCache()->getOrCreate(MenuListOptionRole);
114 AXObjectCache* cache = axObjectCache();
133 AXObjectCache* cache = axObjectCache();
136 cache->postNotification(child.get(), document(), AXObjectCache::AXFocusedUIElementChanged, true, PostSynchronously);
137 cache->postNotification(child.get(), document(), AXObjectCache::AXMenuListItemSelected, true, PostSynchronously);
AccessibilityMenuList.cpp 29 #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);
AccessibilitySpinButton.cpp 29 #include "core/accessibility/AXObjectCache.h"
65 AccessibilitySpinButtonPart* incrementor = static_cast<AccessibilitySpinButtonPart*>(axObjectCache()->getOrCreate(SpinButtonPartRole));
70 AccessibilitySpinButtonPart* decrementor = static_cast<AccessibilitySpinButtonPart*>(axObjectCache()->getOrCreate(SpinButtonPartRole));
AccessibilityTableCell.cpp 32 #include "core/accessibility/AXObjectCache.h"
74 // If the document no longer exists, we might not have an axObjectCache.
75 if (!axObjectCache())
83 return axObjectCache()->get(toRenderTableCell(m_renderer)->table());
175 return axObjectCache()->getOrCreate(headerCell);
AccessibilityScrollView.cpp 29 #include "core/accessibility/AXObjectCache.h"
130 AccessibilityScrollbar* scrollBarObject = static_cast<AccessibilityScrollbar*>(axObjectCache()->getOrCreate(scrollbar));
173 return axObjectCache()->getOrCreate(doc);
213 return axObjectCache()->getOrCreate(owner);
225 return axObjectCache()->get(owner);
AccessibilitySlider.cpp 32 #include "core/accessibility/AXObjectCache.h"
84 AXObjectCache* cache = m_renderer->document()->axObjectCache();
110 return axObjectCache()->getOrCreate(m_renderer);
AccessibilityListBox.cpp 32 #include "core/accessibility/AXObjectCache.h"
132 AccessibilityObject* listBoxObject = m_renderer->document()->axObjectCache()->getOrCreate(ListBoxOptionRole);
166 return axObjectCache()->getOrCreate(m_renderer);
AccessibilityListBoxOption.cpp 32 #include "core/accessibility/AXObjectCache.h"
109 LayoutRect parentRect = listBoxRenderer->document()->axObjectCache()->getOrCreate(listBoxRenderer)->elementRect();
175 return m_optionElement->document()->axObjectCache()->getOrCreate(parentNode);
AccessibilityRenderObject.cpp 33 #include "core/accessibility/AXObjectCache.h"
859 return axObjectCache()->getOrCreate(correspondingControl);
921 return axObjectCache()->getOrCreate(toRenderFieldset(m_renderer)->findLegend(RenderFieldset::IncludeFloatingOrOutOfFlow));
928 return axObjectCache()->getOrCreate(label);
    [all...]
AccessibilityNodeObject.cpp 32 #include "core/accessibility/AXObjectCache.h"
148 axObjectCache()->postNotification(node(), AXObjectCache::AXValueChanged, true);
367 AccessibilityObject* menuItemAX = axObjectCache()->getOrCreate(menuItem);
    [all...]
AccessibilityARIAGrid.cpp 32 #include "core/accessibility/AXObjectCache.h"
96 AXObjectCache* axCache = m_renderer->document()->axObjectCache();
AccessibilityImageMapLink.cpp 32 #include "core/accessibility/AXObjectCache.h"
62 return m_mapElement->document()->axObjectCache()->getOrCreate(m_mapElement->renderer());
AccessibilityObject.cpp 32 #include "core/accessibility/AXObjectCache.h"
157 AXObjectCache* AccessibilityObject::axObjectCache() const
161 return doc->axObjectCache();
221 AXComputedObjectAttributeCache* attributeCache = axObjectCache()->computedObjectAttributeCache();
449 return axObjectCache()->getOrCreate(widget)->accessibilityHitTest(IntPoint(point - widget->frameRect().location()));
489 AXObjectCache* cache = document->axObjectCache();
534 return AXObjectCache::focusedUIElementForPage(page);
806 axObjectCache()->childrenChanged(parentObject())
    [all...]
AccessibilityTableColumn.cpp 32 #include "core/accessibility/AXObjectCache.h"
149 return axObjectCache()->getOrCreate(cell);
AccessibilityTable.cpp 32 #include "core/accessibility/AXObjectCache.h"
334 AXObjectCache* axCache = m_renderer->document()->axObjectCache();
394 AccessibilityMockObject* tableHeader = toAccessibilityMockObject(axObjectCache()->getOrCreate(TableHeaderContainerRole));
AXObjectCache.cpp 33 #include "core/accessibility/AXObjectCache.h"
102 bool AXObjectCache::gAccessibilityEnabled = false;
104 AXObjectCache::AXObjectCache(const Document* doc)
105 : m_notificationPostTimer(this, &AXObjectCache::notificationPostTimerFired)
110 AXObjectCache::~AXObjectCache()
123 AccessibilityObject* AXObjectCache::focusedImageMapUIElement(HTMLAreaElement* areaElement)
134 AccessibilityObject* axRenderImage = areaElement->document()->axObjectCache()->getOrCreate(imageElement);
152 AccessibilityObject* AXObjectCache::focusedUIElementForPage(const Page* page
    [all...]
AccessibilityObject.h 44 class AXObjectCache;
265 // unique ID, then added to AXObjectCache, and finally init() must
275 // The AXObjectCache that owns this object, and its unique ID within this cache.
276 AXObjectCache* axObjectCache() const;
  /external/chromium_org/third_party/WebKit/Source/core/platform/
Widget.h 37 class AXObjectCache;
131 virtual AXObjectCache* axObjectCache() const { return 0; }
Scrollbar.cpp 38 #include "core/accessibility/AXObjectCache.h"
96 if (AXObjectCache* cache = existingAXObjectCache())
538 AXObjectCache* Scrollbar::existingAXObjectCache() const
543 return parent()->axObjectCache();
ScrollView.cpp 29 #include "core/accessibility/AXObjectCache.h"
90 if (AXObjectCache* cache = axObjectCache())
107 if (AXObjectCache* cache = axObjectCache())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObjectChildList.cpp 30 #include "core/accessibility/AXObjectCache.h"
112 if (AXObjectCache* cache = owner->document()->existingAXObjectCache())
164 if (AXObjectCache* cache = owner->document()->axObjectCache())
RenderMenuList.cpp 30 #include "core/accessibility/AXObjectCache.h"
138 if (AXObjectCache* cache = document()->existingAXObjectCache())
375 if (!AXObjectCache::accessibilityEnabled() || !document()->existingAXObjectCache())
389 if (AccessibilityMenuList* menuList = static_cast<AccessibilityMenuList*>(document()->axObjectCache()->get(this)))
  /external/chromium_org/third_party/WebKit/Source/web/
WebDocument.cpp 48 #include "core/accessibility/AXObjectCache.h"
257 document->axObjectCache()->getOrCreate(document->renderer()));
264 document->axObjectCache()->objectFromAXID(axID));
WebAccessibilityObject.cpp 37 #include "core/accessibility/AXObjectCache.h"
78 AXObjectCache::enableAccessibility();
84 return AXObjectCache::accessibilityEnabled();
89 m_private->axObjectCache()->startCachingComputedObjectAttributesUntilTreeMutates();
94 m_private->axObjectCache()->stopCachingComputedObjectAttributes();
  /external/chromium_org/third_party/WebKit/Source/core/page/
FrameView.h 420 virtual AXObjectCache* axObjectCache() const;

Completed in 530 milliseconds

1 2