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 77 enum PostType { PostSynchronously, PostAsynchronously };
194 void postNotification(RenderObject*, AXNotification, bool postToElement, PostType = PostAsynchronously);
195 void postNotification(Node*, AXNotification, bool postToElement, PostType = PostAsynchronously);
196 void postNotification(AXObject*, Document*, AXNotification, bool postToElement, PostType = PostAsynchronously);
AXObjectCache.cpp 783 if (postType == PostAsynchronously) {

Completed in 64 milliseconds