Home
last modified time | relevance | path

Searched refs:AXValueChanged (Results 1 – 9 of 9) sorted by relevance

/external/webkit/WebCore/accessibility/win/
DAXObjectCacheWin.cpp86 case AXValueChanged: in postPlatformNotification()
/external/webkit/WebCore/accessibility/
DAXObjectCache.h115 AXValueChanged, enumerator
DAccessibilityRenderObject.cpp1942 axObjectCache()->postNotification(m_renderer, AXObjectCache::AXValueChanged, true); in changeValueByPercent()
/external/webkit/WebCore/accessibility/mac/
DAXObjectCacheMac.mm88 case AXValueChanged:
/external/webkit/WebCore/platform/
DScrollbar.cpp134 cache->postNotification(axObject, document, AXObjectCache::AXValueChanged, true); in scroll()
/external/webkit/WebCore/rendering/
DRenderTextControl.cpp185 … document()->axObjectCache()->postNotification(this, AXObjectCache::AXValueChanged, false); in setInnerTextValue()
/external/webkit/WebCore/dom/
DElement.cpp605 … document()->axObjectCache()->postNotification(renderer(), AXObjectCache::AXValueChanged, true); in updateAfterAttributeChanged()
/external/webkit/WebCore/editing/
DEditor.cpp397 …ument()->axObjectCache()->postNotification(node->renderer(), AXObjectCache::AXValueChanged, false); in respondToChangedContents()
/external/webkit/WebCore/
DChangeLog-2010-01-29245 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