HomeSort by relevance Sort by last modified time
    Searched refs:PostAsynchronously (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObjectCache.h 78 enum PostType { PostSynchronously, PostAsynchronously };
193 void postNotification(RenderObject*, AXNotification, bool postToElement, PostType = PostAsynchronously);
194 void postNotification(Node*, AXNotification, bool postToElement, PostType = PostAsynchronously);
195 void postNotification(AXObject*, Document*, AXNotification, bool postToElement, PostType = PostAsynchronously);
AXObjectCache.cpp 781 if (postType == PostAsynchronously) {

Completed in 2751 milliseconds