Home
last modified time | relevance | path

Searched refs:nodeTextChangeNotification (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/editing/
DDeleteFromTextNodeCommand.cpp59 …document()->axObjectCache()->nodeTextChangeNotification(m_node->renderer(), AXObjectCache::AXTextD… in doApply()
75 …document()->axObjectCache()->nodeTextChangeNotification(m_node->renderer(), AXObjectCache::AXTextI… in doUnapply()
DInsertNodeBeforeCommand.cpp57 …document()->axObjectCache()->nodeTextChangeNotification(m_insertChild->renderer(), AXObjectCache::… in doApply()
67 …document()->axObjectCache()->nodeTextChangeNotification(m_insertChild->renderer(), AXObjectCache::… in doUnapply()
DInsertIntoTextNodeCommand.cpp62 …document()->axObjectCache()->nodeTextChangeNotification(m_node->renderer(), AXObjectCache::AXTextI… in doApply()
72 …document()->axObjectCache()->nodeTextChangeNotification(m_node->renderer(), AXObjectCache::AXTextD… in doUnapply()
DAppendNodeCommand.cpp54 …node->document()->axObjectCache()->nodeTextChangeNotification(node->renderer(), textChange, 0, len… in sendAXTextChangedIgnoringLineBreaks()
/external/webkit/Source/WebCore/accessibility/
DAXObjectCache.h147 void nodeTextChangeNotification(RenderObject*, AXTextChange, unsigned offset, unsigned count);
187 inline void AXObjectCache::nodeTextChangeNotification(RenderObject*, AXTextChange, unsigned, unsign… in nodeTextChangeNotification() function
DAXObjectCache.cpp526 void AXObjectCache::nodeTextChangeNotification(RenderObject* renderer, AXTextChange textChange, uns… in nodeTextChangeNotification() function in WebCore::AXObjectCache
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0649286 (WebCore::AXObjectCache::nodeTextChangeNotification): New
49289 (WebCore::AXObjectCache::nodeTextChangeNotification): New
49304 Call to AXObjectCache::nodeTextChangeNotification() to notify when