Home
last modified time | relevance | path

Searched refs:PostSynchronously (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/accessibility/
DAXObjectCache.h59 enum PostType { PostSynchronously, PostAsynchronously }; enumerator
/external/webkit/WebCore/rendering/
DRenderMenuList.cpp320 …ectCache()->postNotification(this, AXObjectCache::AXMenuListValueChanged, true, PostSynchronously); in didSetSelectedIndex()