Home
last modified time | relevance | path

Searched refs:AXTextChange (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/accessibility/
DAXObjectCache.h142 enum AXTextChange { enum
147 void nodeTextChangeNotification(RenderObject*, AXTextChange, unsigned offset, unsigned count);
153 …void nodeTextChangePlatformNotification(AccessibilityObject*, AXTextChange, unsigned offset, unsig…
187 inline void AXObjectCache::nodeTextChangeNotification(RenderObject*, AXTextChange, unsigned, unsign… in nodeTextChangeNotification() argument
188 inline void AXObjectCache::nodeTextChangePlatformNotification(AccessibilityObject*, AXTextChange, u… in nodeTextChangePlatformNotification() argument
DAXObjectCache.cpp526 void AXObjectCache::nodeTextChangeNotification(RenderObject* renderer, AXTextChange textChange, uns… in nodeTextChangeNotification()
/external/webkit/Source/WebCore/accessibility/gtk/
DAXObjectCacheAtk.cpp159 static void emitTextChanged(AccessibilityObject* object, AXObjectCache::AXTextChange textChange, un… in emitTextChanged()
181 void AXObjectCache::nodeTextChangePlatformNotification(AccessibilityObject* object, AXTextChange te… in nodeTextChangePlatformNotification()
/external/webkit/Source/WebCore/editing/
DAppendNodeCommand.cpp46 static void sendAXTextChangedIgnoringLineBreaks(Node* node, AXObjectCache::AXTextChange textChange) in sendAXTextChangedIgnoringLineBreaks()
/external/webkit/Source/WebCore/accessibility/win/
DAXObjectCacheWin.cpp106 void AXObjectCache::nodeTextChangePlatformNotification(AccessibilityObject*, AXTextChange, unsigned… in nodeTextChangePlatformNotification() argument
/external/webkit/Source/WebCore/accessibility/chromium/
DAXObjectCacheChromium.cpp101 void AXObjectCache::nodeTextChangePlatformNotification(AccessibilityObject*, AXTextChange, unsigned… in nodeTextChangePlatformNotification() argument
/external/webkit/Source/WebCore/accessibility/mac/
DAXObjectCacheMac.mm131 void AXObjectCache::nodeTextChangePlatformNotification(AccessibilityObject*, AXTextChange, unsigned…
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0649288 (WebCore::AXObjectCache::AXTextChange): New enumeration