textCharacterOffsets   53 Source/core/accessibility/AXInlineTextBox.h     virtual void textCharacterOffsets(Vector<int>&) const OVERRIDE;
textCharacterOffsets  410 Source/core/accessibility/AXObject.h     virtual void textCharacterOffsets(Vector<int>&) const { }
textCharacterOffsets 1103 Source/web/WebAXObject.cpp     m_private->textCharacterOffsets(offsetsVector);