Searched defs:postNotification (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXObjectCache.cpp660 postNotification(obj, obj->document(), AXObjectCache::AXTextChanged, true);
726 void AXObjectCache::postNotification(RenderObject* renderer, AXNotification notification, bool postToElement, PostType postType) function in class:blink::AXObjectCache
744 postNotification(object.get(), &renderer->document(), notification, postToElement, postType);
747 void AXObjectCache::postNotification(Node* node, AXNotification notification, bool postToElement, PostType postType) function in class:blink::AXObjectCache
765 postNotification(object.get(), &node->document(), notification, postToElement, postType);
768 void AXObjectCache::postNotification(AXObject* object, Document* document, AXNotification notification, bool postToElement, PostType postType) function in class:blink::AXObjectCache
792 postNotification(node, AXObjectCache::AXCheckedStateChanged, true);
799 postNotification(node, AXSelectedChildrenChanged, false);
806 postNotification(renderer, AXSelectedChildrenChanged, false);
832 postNotification(ob
[all...]

Completed in 86 milliseconds