Home | History | Annotate | Download | only in accessibility

Lines Matching refs:postNotification

660     postNotification(obj, obj->document(), AXObjectCache::AXTextChanged, true);
726 void AXObjectCache::postNotification(RenderObject* renderer, AXNotification notification, bool postToElement, PostType postType)
744 postNotification(object.get(), &renderer->document(), notification, postToElement, postType);
747 void AXObjectCache::postNotification(Node* node, AXNotification notification, bool postToElement, PostType postType)
765 postNotification(object.get(), &node->document(), notification, postToElement, postType);
768 void AXObjectCache::postNotification(AXObject* object, Document* document, AXNotification notification, bool postToElement, PostType postType)
792 postNotification(node, AXObjectCache::AXCheckedStateChanged, true);
799 postNotification(node, AXSelectedChildrenChanged, false);
806 postNotification(renderer, AXSelectedChildrenChanged, false);
832 postNotification(obj, obj->document(), AXLayoutComplete, true);
871 postNotification(element, AXObjectCache::AXValueChanged, true);
883 postNotification(element, AXObjectCache::AXInvalidStatusChanged, true);
885 postNotification(element, AXObjectCache::AXAriaAttributeChanged, true);
909 postNotification(renderer, AXChildrenChanged, true);