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

/external/webkit/WebCore/accessibility/
H A DAXObjectCache.h59 enum PostType { PostSynchronously, PostAsynchronously }; enum in namespace:WebCore
121 void postNotification(RenderObject*, AXNotification, bool postToElement, PostType = PostAsynchronously);
122 void postNotification(AccessibilityObject*, Document*, AXNotification, bool postToElement, PostType = PostAsynchronously);
151 inline void AXObjectCache::postNotification(RenderObject*, AXNotification, bool postToElement, PostType) { }

Completed in 8 milliseconds