OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:postPlatformNotification
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObjectCache.h
197
void
postPlatformNotification
(AXObject*, AXNotification);
AXObjectCache.cpp
698
postPlatformNotification
(obj, notification);
767
postPlatformNotification
(object, notification);
976
void AXObjectCache::
postPlatformNotification
(AXObject* obj, AXNotification notification)
1018
postPlatformNotification
(focusedObject, AXFocusedUIElementChanged);
1025
postPlatformNotification
(AXObject::firstAccessibleObjectFromNode(anchorNode), AXScrolledToAnchor);
Completed in 60 milliseconds