Home
last modified time | relevance | path

Searched refs:AXTextInserted (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/editing/
DDeleteFromTextNodeCommand.cpp75 …che()->nodeTextChangeNotification(m_node->renderer(), AXObjectCache::AXTextInserted, m_offset, m_c… in doUnapply()
DAppendNodeCommand.cpp66 sendAXTextChangedIgnoringLineBreaks(m_node.get(), AXObjectCache::AXTextInserted); in doApply()
DInsertNodeBeforeCommand.cpp57 …nodeTextChangeNotification(m_insertChild->renderer(), AXObjectCache::AXTextInserted, 0, m_insertCh… in doApply()
DInsertIntoTextNodeCommand.cpp62 …che()->nodeTextChangeNotification(m_node->renderer(), AXObjectCache::AXTextInserted, m_offset, m_t… in doApply()
/external/webkit/Source/WebCore/accessibility/
DAXObjectCache.h143 AXTextInserted, enumerator
/external/webkit/Source/WebCore/accessibility/gtk/
DAXObjectCacheAtk.cpp169 case AXObjectCache::AXTextInserted: in emitTextChanged()