Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/accessibility/
DAXObjectCache.cpp479 …ication(RenderObject* renderer, AXNotification notification, bool postToElement, PostType postType) in postNotification() argument
497 postNotification(object.get(), renderer->document(), notification, postToElement, postType); in postNotification()
500 …ct* object, Document* document, AXNotification notification, bool postToElement, PostType postType) in postNotification() argument
511 if (postType == PostAsynchronously) { in postNotification()