Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/accessibility/
DAXObjectCache.h55 enum PostType { PostSynchronously, PostAsynchronously }; enumerator
139 …postNotification(RenderObject*, AXNotification, bool postToElement, PostType = PostAsynchronously);
140 …ccessibilityObject*, Document*, AXNotification, bool postToElement, PostType = PostAsynchronously);
DAXObjectCache.cpp511 if (postType == PostAsynchronously) { in postNotification()