D | AXObjectCache.cpp | 660 postNotification(obj, obj->document(), AXObjectCache::AXTextChanged, true); in textChanged() 726 void AXObjectCache::postNotification(RenderObject* renderer, AXNotification notification, bool post… in postNotification() function in blink::AXObjectCache 744 postNotification(object.get(), &renderer->document(), notification, postToElement, postType); in postNotification() 747 void AXObjectCache::postNotification(Node* node, AXNotification notification, bool postToElement, P… in postNotification() function in blink::AXObjectCache 765 postNotification(object.get(), &node->document(), notification, postToElement, postType); in postNotification() 768 void AXObjectCache::postNotification(AXObject* object, Document* document, AXNotification notificat… in postNotification() function in blink::AXObjectCache 792 postNotification(node, AXObjectCache::AXCheckedStateChanged, true); in checkedStateChanged() 799 postNotification(node, AXSelectedChildrenChanged, false); in selectedChildrenChanged() 806 postNotification(renderer, AXSelectedChildrenChanged, false); in selectedChildrenChanged() 832 postNotification(obj, obj->document(), AXLayoutComplete, true); in handleLayoutComplete() [all …]
|