Searched refs:PostType (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/WebCore/accessibility/ |
D | AXObjectCache.h | 55 enum PostType { PostSynchronously, PostAsynchronously }; enum 139 …void postNotification(RenderObject*, AXNotification, bool postToElement, PostType = PostAsynchrono… 140 …on(AccessibilityObject*, Document*, AXNotification, bool postToElement, PostType = PostAsynchronou… 184 …id AXObjectCache::postNotification(RenderObject*, AXNotification, bool postToElement, PostType) { } in postNotification() argument 185 …postNotification(AccessibilityObject*, Document*, AXNotification, bool postToElement, PostType) { } in postNotification() argument
|
D | AXObjectCache.cpp | 479 …ication(RenderObject* renderer, AXNotification notification, bool postToElement, PostType postType) in postNotification() 500 …ct* object, Document* document, AXNotification notification, bool postToElement, PostType postType) in postNotification()
|