Searched refs:nodeTextChangeNotification (Results 1 – 7 of 7) sorted by relevance
/external/webkit/Source/WebCore/editing/ |
D | DeleteFromTextNodeCommand.cpp | 59 …document()->axObjectCache()->nodeTextChangeNotification(m_node->renderer(), AXObjectCache::AXTextD… in doApply() 75 …document()->axObjectCache()->nodeTextChangeNotification(m_node->renderer(), AXObjectCache::AXTextI… in doUnapply()
|
D | InsertNodeBeforeCommand.cpp | 57 …document()->axObjectCache()->nodeTextChangeNotification(m_insertChild->renderer(), AXObjectCache::… in doApply() 67 …document()->axObjectCache()->nodeTextChangeNotification(m_insertChild->renderer(), AXObjectCache::… in doUnapply()
|
D | InsertIntoTextNodeCommand.cpp | 62 …document()->axObjectCache()->nodeTextChangeNotification(m_node->renderer(), AXObjectCache::AXTextI… in doApply() 72 …document()->axObjectCache()->nodeTextChangeNotification(m_node->renderer(), AXObjectCache::AXTextD… in doUnapply()
|
D | AppendNodeCommand.cpp | 54 …node->document()->axObjectCache()->nodeTextChangeNotification(node->renderer(), textChange, 0, len… in sendAXTextChangedIgnoringLineBreaks()
|
/external/webkit/Source/WebCore/accessibility/ |
D | AXObjectCache.h | 147 void nodeTextChangeNotification(RenderObject*, AXTextChange, unsigned offset, unsigned count); 187 inline void AXObjectCache::nodeTextChangeNotification(RenderObject*, AXTextChange, unsigned, unsign… in nodeTextChangeNotification() function
|
D | AXObjectCache.cpp | 526 void AXObjectCache::nodeTextChangeNotification(RenderObject* renderer, AXTextChange textChange, uns… in nodeTextChangeNotification() function in WebCore::AXObjectCache
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 49286 (WebCore::AXObjectCache::nodeTextChangeNotification): New 49289 (WebCore::AXObjectCache::nodeTextChangeNotification): New 49304 Call to AXObjectCache::nodeTextChangeNotification() to notify when
|