OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:postPlatformNotification
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/accessibility/chromium/
AXObjectCacheChromium.cpp
50
void AXObjectCache::
postPlatformNotification
(AccessibilityObject* obj, AXNotification notification)
118
postPlatformNotification
(focusedObject, AXFocusedUIElementChanged);
125
postPlatformNotification
(AccessibilityObject::firstAccessibleObjectFromNode(anchorNode), AXScrolledToAnchor);
/external/webkit/Source/WebCore/accessibility/win/
AXObjectCacheWin.cpp
59
postPlatformNotification
(AccessibilityObject::firstAccessibleObjectFromNode(anchorNode), AXScrolledToAnchor);
62
void AXObjectCache::
postPlatformNotification
(AccessibilityObject* obj, AXNotification notification)
144
postPlatformNotification
(focusedObject, AXFocusedUIElementChanged);
/external/webkit/Source/WebCore/accessibility/gtk/
AXObjectCacheAtk.cpp
129
void AXObjectCache::
postPlatformNotification
(AccessibilityObject* coreObject, AXNotification notification)
/external/webkit/Source/WebCore/accessibility/
AXObjectCache.h
152
void
postPlatformNotification
(AccessibilityObject*, AXNotification);
186
inline void AXObjectCache::
postPlatformNotification
(AccessibilityObject*, AXNotification) { }
Completed in 42 milliseconds