Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/accessibility/chromium/
DAXObjectCacheChromium.cpp52 if (obj && obj->isAccessibilityScrollbar() && notification == AXValueChanged) { in postPlatformNotification()
93 case AXValueChanged: in postPlatformNotification()
/external/webkit/Source/WebCore/accessibility/win/
DAXObjectCacheWin.cpp86 case AXValueChanged: in postPlatformNotification()
/external/webkit/Source/WebCore/accessibility/
DAXObjectCache.h129 AXValueChanged, enumerator
DAccessibilityRenderObject.cpp2236 axObjectCache()->postNotification(m_renderer, AXObjectCache::AXValueChanged, true); in changeValueByPercent()
/external/webkit/Source/WebCore/accessibility/gtk/
DAXObjectCacheAtk.cpp145 } else if (notification == AXValueChanged) { in postPlatformNotification()
/external/webkit/Source/WebCore/accessibility/mac/
DAXObjectCacheMac.mm98 case AXValueChanged:
/external/webkit/Source/WebCore/rendering/
DRenderTextControl.cpp177 … document()->axObjectCache()->postNotification(this, AXObjectCache::AXValueChanged, false); in setInnerTextValue()
/external/webkit/Source/WebKit/chromium/src/
DChromeClientImpl.cpp131 case AXObjectCache::AXValueChanged: in toWebAccessibilityNotification()
/external/webkit/Source/WebCore/html/
DHTMLInputElement.cpp375 … document()->axObjectCache()->postNotification(renderer(), AXObjectCache::AXValueChanged, true); in applyStep()
/external/webkit/Source/WebCore/dom/
DElement.cpp754 … document()->axObjectCache()->postNotification(renderer(), AXObjectCache::AXValueChanged, true); in updateAfterAttributeChanged()
/external/webkit/Source/WebCore/editing/
DEditor.cpp505 …ument()->axObjectCache()->postNotification(node->renderer(), AXObjectCache::AXValueChanged, false); in respondToChangedContents()
/external/webkit/Source/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