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

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObjectCache.h 163 enum AXNotification {
194 void postNotification(RenderObject*, AXNotification, bool postToElement, PostType = PostAsynchronously);
195 void postNotification(Node*, AXNotification, bool postToElement, PostType = PostAsynchronously);
196 void postNotification(AXObject*, Document*, AXNotification, bool postToElement, PostType = PostAsynchronously);
203 void postPlatformNotification(AXObject*, AXNotification);
227 Vector<pair<RefPtr<AXObject>, AXNotification> > m_notificationsToPost;
AXObjectCache.cpp 718 AXNotification notification = m_notificationsToPost[i].second;
728 void AXObjectCache::postNotification(RenderObject* renderer, AXNotification notification, bool postToElement, PostType postType)
749 void AXObjectCache::postNotification(Node* node, AXNotification notification, bool postToElement, PostType postType)
770 void AXObjectCache::postNotification(AXObject* object, Document* document, AXNotification notification, bool postToElement, PostType postType)
959 void AXObjectCache::postPlatformNotification(AXObject* obj, AXNotification notification)
  /external/chromium_org/third_party/WebKit/Source/core/page/
ChromeClient.h 207 virtual void postAccessibilityNotification(AXObject*, AXObjectCache::AXNotification) { }
  /external/chromium_org/third_party/WebKit/Source/web/
ChromeClientImpl.h 154 virtual void postAccessibilityNotification(WebCore::AXObject*, WebCore::AXObjectCache::AXNotification) OVERRIDE;
ChromeClientImpl.cpp 114 // Converts a WebCore::AXObjectCache::AXNotification to a blink::WebAXEvent
115 static WebAXEvent toWebAXEvent(AXObjectCache::AXNotification notification)
680 void ChromeClientImpl::postAccessibilityNotification(AXObject* obj, AXObjectCache::AXNotification notification)

Completed in 43 milliseconds