Home
last modified time | relevance | path

Searched refs:PostType (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/accessibility/
DAXObjectCache.h55 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
DAXObjectCache.cpp479 …ication(RenderObject* renderer, AXNotification notification, bool postToElement, PostType postType) in postNotification()
500 …ct* object, Document* document, AXNotification notification, bool postToElement, PostType postType) in postNotification()