Searched refs:textChange (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/WebCore/accessibility/gtk/ |
D | AXObjectCacheAtk.cpp | 159 static void emitTextChanged(AccessibilityObject* object, AXObjectCache::AXTextChange textChange, un… in emitTextChanged() argument 168 switch (textChange) { in emitTextChanged() 181 …xtChangePlatformNotification(AccessibilityObject* object, AXTextChange textChange, unsigned offset… in nodeTextChangePlatformNotification() argument 189 emitTextChanged(object, textChange, offset + TextIterator::rangeLength(range.get()), count); in nodeTextChangePlatformNotification()
|
/external/webkit/Source/WebCore/editing/ |
D | AppendNodeCommand.cpp | 46 static void sendAXTextChangedIgnoringLineBreaks(Node* node, AXObjectCache::AXTextChange textChange) in sendAXTextChangedIgnoringLineBreaks() argument 54 …node->document()->axObjectCache()->nodeTextChangeNotification(node->renderer(), textChange, 0, len… in sendAXTextChangedIgnoringLineBreaks()
|
/external/webkit/Source/WebCore/accessibility/ |
D | AXObjectCache.cpp | 526 void AXObjectCache::nodeTextChangeNotification(RenderObject* renderer, AXTextChange textChange, uns… in nodeTextChangeNotification() argument 533 nodeTextChangePlatformNotification(obj, textChange, offset, count); in nodeTextChangeNotification()
|