Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXObjectCache.cpp698 postPlatformNotification(obj, notification); in notificationPostTimerFired()
767 postPlatformNotification(object, notification); in postNotification()
976 void AXObjectCache::postPlatformNotification(AXObject* obj, AXNotification notification) in postPlatformNotification() function in WebCore::AXObjectCache
1018 postPlatformNotification(focusedObject, AXFocusedUIElementChanged); in handleFocusedUIElementChanged()
1025postPlatformNotification(AXObject::firstAccessibleObjectFromNode(anchorNode), AXScrolledToAnchor); in handleScrolledToAnchor()
DAXObjectCache.h197 void postPlatformNotification(AXObject*, AXNotification);