Home | History | Annotate | Download | only in accessibility

Lines Matching refs:axObjectCache

32 #include "core/accessibility/AXObjectCache.h"
148 axObjectCache()->postNotification(node(), AXObjectCache::AXValueChanged, true);
367 AccessibilityObject* menuItemAX = axObjectCache()->getOrCreate(menuItem);
1174 AccessibilityObject* axObj = axObjectCache()->getOrCreate(curr);
1216 return axObjectCache()->getOrCreate(parentObj);
1236 return axObjectCache()->getOrCreate(firstChild);
1248 return axObjectCache()->getOrCreate(nextSibling);
1267 addChild(axObjectCache()->getOrCreate(child));
1371 AXObjectCache* cache = axObjectCache();
1413 axObjectCache()->postNotification(this, document(), AXObjectCache::AXChildrenChanged, true);
1427 axObjectCache()->postNotification(parent, parent->document(), AXObjectCache::AXLiveRegionChanged, true);
1432 axObjectCache()->postNotification(parent, parent->document(), AXObjectCache::AXValueChanged, true);
1442 axObjectCache()->postNotification(this, document(), AXObjectCache::AXSelectedTextChanged, true);
1451 AXObjectCache* cache = axObjectCache();
1458 cache->postNotification(parentNode, AXObjectCache::AXLiveRegionChanged, true);
1463 cache->postNotification(parentNode, AXObjectCache::AXValueChanged, true);
1556 RefPtr<AccessibilityObject> axElement = axObjectCache()->getOrCreate(elements[k]);
1570 axObjectCache()->postNotification(node(), AXObjectCache::AXValueChanged, true);
1596 AccessibilityObject* axObj = axObjectCache()->getOrCreate(curr);
1616 AccessibilityObject* labelObject = axObjectCache()->getOrCreate(label);