Searched refs:AXTextChange (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Source/WebCore/accessibility/ |
D | AXObjectCache.h | 142 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
|
D | AXObjectCache.cpp | 526 void AXObjectCache::nodeTextChangeNotification(RenderObject* renderer, AXTextChange textChange, uns… in nodeTextChangeNotification()
|
/external/webkit/Source/WebCore/accessibility/gtk/ |
D | AXObjectCacheAtk.cpp | 159 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/ |
D | AppendNodeCommand.cpp | 46 static void sendAXTextChangedIgnoringLineBreaks(Node* node, AXObjectCache::AXTextChange textChange) in sendAXTextChangedIgnoringLineBreaks()
|
/external/webkit/Source/WebCore/accessibility/win/ |
D | AXObjectCacheWin.cpp | 106 void AXObjectCache::nodeTextChangePlatformNotification(AccessibilityObject*, AXTextChange, unsigned… in nodeTextChangePlatformNotification() argument
|
/external/webkit/Source/WebCore/accessibility/chromium/ |
D | AXObjectCacheChromium.cpp | 101 void AXObjectCache::nodeTextChangePlatformNotification(AccessibilityObject*, AXTextChange, unsigned… in nodeTextChangePlatformNotification() argument
|
/external/webkit/Source/WebCore/accessibility/mac/ |
D | AXObjectCacheMac.mm | 131 void AXObjectCache::nodeTextChangePlatformNotification(AccessibilityObject*, AXTextChange, unsigned…
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 49288 (WebCore::AXObjectCache::AXTextChange): New enumeration
|