Searched refs:AXValueChanged (Results 1 – 12 of 12) sorted by relevance
/external/webkit/Source/WebCore/accessibility/chromium/ |
D | AXObjectCacheChromium.cpp | 52 if (obj && obj->isAccessibilityScrollbar() && notification == AXValueChanged) { in postPlatformNotification() 93 case AXValueChanged: in postPlatformNotification()
|
/external/webkit/Source/WebCore/accessibility/win/ |
D | AXObjectCacheWin.cpp | 86 case AXValueChanged: in postPlatformNotification()
|
/external/webkit/Source/WebCore/accessibility/ |
D | AXObjectCache.h | 129 AXValueChanged, enumerator
|
D | AccessibilityRenderObject.cpp | 2236 axObjectCache()->postNotification(m_renderer, AXObjectCache::AXValueChanged, true); in changeValueByPercent()
|
/external/webkit/Source/WebCore/accessibility/gtk/ |
D | AXObjectCacheAtk.cpp | 145 } else if (notification == AXValueChanged) { in postPlatformNotification()
|
/external/webkit/Source/WebCore/accessibility/mac/ |
D | AXObjectCacheMac.mm | 98 case AXValueChanged:
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderTextControl.cpp | 177 … document()->axObjectCache()->postNotification(this, AXObjectCache::AXValueChanged, false); in setInnerTextValue()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | ChromeClientImpl.cpp | 131 case AXObjectCache::AXValueChanged: in toWebAccessibilityNotification()
|
/external/webkit/Source/WebCore/html/ |
D | HTMLInputElement.cpp | 375 … document()->axObjectCache()->postNotification(renderer(), AXObjectCache::AXValueChanged, true); in applyStep()
|
/external/webkit/Source/WebCore/dom/ |
D | Element.cpp | 754 … document()->axObjectCache()->postNotification(renderer(), AXObjectCache::AXValueChanged, true); in updateAfterAttributeChanged()
|
/external/webkit/Source/WebCore/editing/ |
D | Editor.cpp | 505 …ument()->axObjectCache()->postNotification(node->renderer(), AXObjectCache::AXValueChanged, false); in respondToChangedContents()
|
/external/webkit/Source/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
|