OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AXNotification
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObjectCache.h
155
enum
AXNotification
{
185
void postNotification(RenderObject*,
AXNotification
, bool postToElement, PostType = PostAsynchronously);
186
void postNotification(Node*,
AXNotification
, bool postToElement, PostType = PostAsynchronously);
187
void postNotification(AXObject*, Document*,
AXNotification
, bool postToElement, PostType = PostAsynchronously);
197
void postPlatformNotification(AXObject*,
AXNotification
);
221
Vector<pair<RefPtr<AXObject>,
AXNotification
> > m_notificationsToPost;
AXObjectCache.cpp
697
AXNotification
notification = m_notificationsToPost[i].second;
707
void AXObjectCache::postNotification(RenderObject* renderer,
AXNotification
notification, bool postToElement, PostType postType)
728
void AXObjectCache::postNotification(Node* node,
AXNotification
notification, bool postToElement, PostType postType)
749
void AXObjectCache::postNotification(AXObject* object, Document* document,
AXNotification
notification, bool postToElement, PostType postType)
976
void AXObjectCache::postPlatformNotification(AXObject* obj,
AXNotification
notification)
/external/chromium_org/third_party/WebKit/Source/core/page/
ChromeClient.h
244
virtual void postAccessibilityNotification(AXObject*, AXObjectCache::
AXNotification
) { }
/external/chromium_org/third_party/WebKit/Source/web/
ChromeClientImpl.h
165
virtual void postAccessibilityNotification(WebCore::AXObject*, WebCore::AXObjectCache::
AXNotification
);
ChromeClientImpl.cpp
128
// Converts a WebCore::AXObjectCache::
AXNotification
to a blink::WebAXEvent
129
static WebAXEvent toWebAXEvent(AXObjectCache::
AXNotification
notification)
795
void ChromeClientImpl::postAccessibilityNotification(AXObject* obj, AXObjectCache::
AXNotification
notification)
[
all
...]
Completed in 256 milliseconds