HomeSort by relevance Sort by last modified time
    Searched refs:postPlatformNotification (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObjectCache.h 192 void postPlatformNotification(AccessibilityObject*, AXNotification);
270 inline void AXObjectCache::postPlatformNotification(AccessibilityObject*, AXNotification) { }
AXObjectCache.cpp 640 postPlatformNotification(obj, notification);
709 postPlatformNotification(object, notification);
930 void AXObjectCache::postPlatformNotification(AccessibilityObject* obj, AXNotification notification)
1001 postPlatformNotification(focusedObject, AXFocusedUIElementChanged);
1008 postPlatformNotification(AccessibilityObject::firstAccessibleObjectFromNode(anchorNode), AXScrolledToAnchor);

Completed in 50 milliseconds