Home | History | Annotate | Download | only in accessibility

Lines Matching refs:axParent

3307         AccessibilityRenderObject* axParent = static_cast<AccessibilityRenderObject*>(parent);
3311 axObjectCache()->postNotification(axParent->renderer(), AXObjectCache::AXChildrenChanged, true);
3318 if (!axParent->needsToUpdateChildren()) {
3319 axParent->setNeedsToUpdateChildren();
3322 if (axParent->supportsARIALiveRegion())
3323 axObjectCache()->postNotification(axParent->renderer(), AXObjectCache::AXLiveRegionChanged, true);