Searched refs:postType (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/accessibility/ |
D | AXObjectCache.cpp | 726 …ication(RenderObject* renderer, AXNotification notification, bool postToElement, PostType postType) in postNotification() argument 744 postNotification(object.get(), &renderer->document(), notification, postToElement, postType); in postNotification() 747 …e::postNotification(Node* node, AXNotification notification, bool postToElement, PostType postType) in postNotification() argument 765 postNotification(object.get(), &node->document(), notification, postToElement, postType); in postNotification() 768 …ct* object, Document* document, AXNotification notification, bool postToElement, PostType postType) in postNotification() argument 781 if (postType == PostAsynchronously) { in postNotification()
|