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.cpp 717 postPlatformNotification(obj, notification);
786 postPlatformNotification(object, notification);
978 void AXObjectCache::postPlatformNotification(AXObject* obj, AXNotification notification)
1020 postPlatformNotification(focusedObject, AXFocusedUIElementChanged);
1027 postPlatformNotification(AXObject::firstAccessibleObjectFromNode(anchorNode), AXScrolledToAnchor);
1032 postPlatformNotification(getOrCreate(scrollView), AXScrollPositionChanged);
1037 postPlatformNotification(getOrCreate(renderObject), AXScrollPositionChanged);
AXObjectCache.h 204 void postPlatformNotification(AXObject*, AXNotification);

Completed in 43 milliseconds