Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/accessibility/
DAXObjectCache.h139 …void postNotification(RenderObject*, AXNotification, bool postToElement, PostType = PostAsynchrono…
140 …void postNotification(AccessibilityObject*, Document*, AXNotification, bool postToElement, PostTyp…
184 inline void AXObjectCache::postNotification(RenderObject*, AXNotification, bool postToElement, Post… in postNotification() argument
185 …postNotification(AccessibilityObject*, Document*, AXNotification, bool postToElement, PostType) { } in postNotification() argument
DAXObjectCache.cpp479 …otification(RenderObject* renderer, AXNotification notification, bool postToElement, PostType post… in postNotification() argument
497 postNotification(object.get(), renderer->document(), notification, postToElement, postType); in postNotification()
500 …Object* object, Document* document, AXNotification notification, bool postToElement, PostType post… in postNotification() argument
502 if (object && !postToElement) in postNotification()