Searched refs:postToElement (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/accessibility/
H A DAXObjectCache.h139 void postNotification(RenderObject*, AXNotification, bool postToElement, PostType = PostAsynchronously);
140 void postNotification(AccessibilityObject*, Document*, AXNotification, bool postToElement, PostType = PostAsynchronously);
184 inline void AXObjectCache::postNotification(RenderObject*, AXNotification, bool postToElement, PostType) { } argument
185 inline void AXObjectCache::postNotification(AccessibilityObject*, Document*, AXNotification, bool postToElement, PostType) { } argument
H A DAXObjectCache.cpp479 void AXObjectCache::postNotification(RenderObject* renderer, AXNotification notification, bool postToElement, PostType postType) argument
497 postNotification(object.get(), renderer->document(), notification, postToElement, postType);
500 void AXObjectCache::postNotification(AccessibilityObject* object, Document* document, AXNotification notification, bool postToElement, PostType postType) argument
502 if (object && !postToElement)
521 // postToElement is false so that you can pass in any child of an element and it will go up the parent tree

Completed in 97 milliseconds