Searched refs:AXValueChanged (Results 1 – 9 of 9) sorted by relevance
/external/webkit/WebCore/accessibility/win/ |
D | AXObjectCacheWin.cpp | 86 case AXValueChanged: in postPlatformNotification()
|
/external/webkit/WebCore/accessibility/ |
D | AXObjectCache.h | 115 AXValueChanged, enumerator
|
D | AccessibilityRenderObject.cpp | 1942 axObjectCache()->postNotification(m_renderer, AXObjectCache::AXValueChanged, true); in changeValueByPercent()
|
/external/webkit/WebCore/accessibility/mac/ |
D | AXObjectCacheMac.mm | 88 case AXValueChanged:
|
/external/webkit/WebCore/platform/ |
D | Scrollbar.cpp | 134 cache->postNotification(axObject, document, AXObjectCache::AXValueChanged, true); in scroll()
|
/external/webkit/WebCore/rendering/ |
D | RenderTextControl.cpp | 185 … document()->axObjectCache()->postNotification(this, AXObjectCache::AXValueChanged, false); in setInnerTextValue()
|
/external/webkit/WebCore/dom/ |
D | Element.cpp | 605 … document()->axObjectCache()->postNotification(renderer(), AXObjectCache::AXValueChanged, true); in updateAfterAttributeChanged()
|
/external/webkit/WebCore/editing/ |
D | Editor.cpp | 397 …ument()->axObjectCache()->postNotification(node->renderer(), AXObjectCache::AXValueChanged, false); in respondToChangedContents()
|
/external/webkit/WebCore/ |
D | ChangeLog-2010-01-29 | 245 Map AXValueChanged to EVENT_OBJECT_VALUECHANGED, so we'll post a 246 notification when AXValueChanged is posted. Receiving an event of this 5353 (Safari 4): AXValueChanged no longer sent for text area scrollbars
|