Searched refs:postToElement (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/WebCore/accessibility/ |
D | AXObjectCache.h | 139 …void postNotification(RenderObject*, AXNotification, bool postToElement, PostType = PostAsynchrono… 140 …void postNotification(AccessibilityObject*, Document*, AXNotification, bool postToElement, PostTyp… 184 inline void AXObjectCache::postNotification(RenderObject*, AXNotification, bool postToElement, Post… in postNotification() argument 185 …postNotification(AccessibilityObject*, Document*, AXNotification, bool postToElement, PostType) { } in postNotification() argument
|
D | AXObjectCache.cpp | 479 …otification(RenderObject* renderer, AXNotification notification, bool postToElement, PostType post… in postNotification() argument 497 postNotification(object.get(), renderer->document(), notification, postToElement, postType); in postNotification() 500 …Object* object, Document* document, AXNotification notification, bool postToElement, PostType post… in postNotification() argument 502 if (object && !postToElement) in postNotification()
|