Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/chromium/
DSelectionControllerChromium.cpp44 …ion(m_selection.start().deprecatedNode()->renderer(), AXObjectCache::AXSelectedTextChanged, false); in notifyAccessibilityForSelectionChange()
/external/webkit/Source/WebCore/accessibility/chromium/
DAXObjectCacheChromium.cpp92 case AXSelectedTextChanged: in postPlatformNotification()
/external/webkit/Source/WebCore/accessibility/
DAXObjectCache.h128 AXSelectedTextChanged, enumerator
/external/webkit/Source/WebCore/editing/mac/
DSelectionControllerMac.mm54 …ion(m_selection.start().deprecatedNode()->renderer(), AXObjectCache::AXSelectedTextChanged, false);
/external/webkit/Source/WebCore/accessibility/mac/
DAXObjectCacheMac.mm95 case AXSelectedTextChanged:
/external/webkit/Source/WebKit/chromium/src/
DChromeClientImpl.cpp129 case AXObjectCache::AXSelectedTextChanged: in toWebAccessibilityNotification()
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3134491 Post AXSelectedTextChanged notification with new selection's start node.
DChangeLog-2005-08-2323006 …<rdar://problem/4004279> 3 AXSelectedTextChanged notifications are firing each time I type a chara…
DChangeLog-2007-10-1441149 …Move the code to fire off AXSelectedTextChanged notification to a new method notifyAccessibilityFo…