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

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXMenuListPopup.cpp 145 cache->postNotification(child.get(), document(), AXObjectCache::AXFocusedUIElementChanged, true, PostSynchronously);
146 cache->postNotification(child.get(), document(), AXObjectCache::AXMenuListItemSelected, true, PostSynchronously);
AXMenuList.cpp 114 cache->postNotification(this, document.get(), AXObjectCache::AXMenuListValueChanged, true, PostSynchronously);
AXObjectCache.h 77 enum PostType { PostSynchronously, PostAsynchronously };

Completed in 60 milliseconds