Searched defs:textChange (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DAppendNodeCommand.cpp46 static void sendAXTextChangedIgnoringLineBreaks(Node* node, AXObjectCache::AXTextChange textChange) argument
54 node->document()->axObjectCache()->nodeTextChangeNotification(node->renderer(), textChange, 0, len);
/external/webkit/Source/WebCore/accessibility/gtk/
H A DAXObjectCacheAtk.cpp159 static void emitTextChanged(AccessibilityObject* object, AXObjectCache::AXTextChange textChange, unsigned offset, unsigned count) argument
168 switch (textChange) {
181 void AXObjectCache::nodeTextChangePlatformNotification(AccessibilityObject* object, AXTextChange textChange, unsigned offset, unsigned count) argument
189 emitTextChanged(object, textChange, offset + TextIterator::rangeLength(range.get()), count);
/external/webkit/Source/WebCore/accessibility/
H A DAXObjectCache.cpp526 void AXObjectCache::nodeTextChangeNotification(RenderObject* renderer, AXTextChange textChange, unsigned offset, unsigned count) argument
533 nodeTextChangePlatformNotification(obj, textChange, offset, count);

Completed in 100 milliseconds