Home
last modified time | relevance | path

Searched defs:PostType (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebCore/accessibility/
DAXObjectCache.h59 enum PostType { PostSynchronously, PostAsynchronously }; enum
151 …id AXObjectCache::postNotification(RenderObject*, AXNotification, bool postToElement, PostType) { } in postNotification() argument