OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AXNotification
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObjectCache.h
162
enum
AXNotification
{
193
void postNotification(RenderObject*,
AXNotification
, bool postToElement, PostType = PostAsynchronously);
194
void postNotification(Node*,
AXNotification
, bool postToElement, PostType = PostAsynchronously);
195
void postNotification(AXObject*, Document*,
AXNotification
, bool postToElement, PostType = PostAsynchronously);
204
void postPlatformNotification(AXObject*,
AXNotification
);
226
Vector<pair<RefPtr<AXObject>,
AXNotification
> > m_notificationsToPost;
AXObjectCache.cpp
716
AXNotification
notification = m_notificationsToPost[i].second;
726
void AXObjectCache::postNotification(RenderObject* renderer,
AXNotification
notification, bool postToElement, PostType postType)
747
void AXObjectCache::postNotification(Node* node,
AXNotification
notification, bool postToElement, PostType postType)
768
void AXObjectCache::postNotification(AXObject* object, Document* document,
AXNotification
notification, bool postToElement, PostType postType)
978
void AXObjectCache::postPlatformNotification(AXObject* obj,
AXNotification
notification)
/external/chromium_org/third_party/WebKit/Source/core/page/
ChromeClient.h
202
virtual void postAccessibilityNotification(AXObject*, AXObjectCache::
AXNotification
) { }
/external/chromium_org/third_party/WebKit/Source/web/
ChromeClientImpl.h
151
virtual void postAccessibilityNotification(AXObject*, AXObjectCache::
AXNotification
) OVERRIDE;
WebPagePopupImpl.cpp
161
virtual void postAccessibilityNotification(AXObject* obj, AXObjectCache::
AXNotification
notification) OVERRIDE
ChromeClientImpl.cpp
115
// Converts a AXObjectCache::
AXNotification
to a WebAXEvent
116
static WebAXEvent toWebAXEvent(AXObjectCache::
AXNotification
notification)
665
void ChromeClientImpl::postAccessibilityNotification(AXObject* obj, AXObjectCache::
AXNotification
notification)
Completed in 185 milliseconds