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

  /external/webkit/WebCore/accessibility/
AXObjectCache.h 59 enum PostType { PostSynchronously, PostAsynchronously };
121 void postNotification(RenderObject*, AXNotification, bool postToElement, PostType = PostAsynchronously);
122 void postNotification(AccessibilityObject*, Document*, AXNotification, bool postToElement, PostType = PostAsynchronously);
AXObjectCache.cpp 434 if (postType == PostAsynchronously) {

Completed in 48 milliseconds