Searched refs:PostAsynchronously (Results 1 – 2 of 2) sorted by relevance
55 enum PostType { PostSynchronously, PostAsynchronously }; enumerator139 …postNotification(RenderObject*, AXNotification, bool postToElement, PostType = PostAsynchronously);140 …ccessibilityObject*, Document*, AXNotification, bool postToElement, PostType = PostAsynchronously);
511 if (postType == PostAsynchronously) { in postNotification()