Home
last modified time | relevance | path

Searched refs:textCharacterOffsets (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXInlineTextBox.h53 virtual void textCharacterOffsets(Vector<int>&) const OVERRIDE;
DAXInlineTextBox.cpp88 void AXInlineTextBox::textCharacterOffsets(Vector<int>& offsets) const in textCharacterOffsets() function in WebCore::AXInlineTextBox
DAXObject.h409 virtual void textCharacterOffsets(Vector<int>&) const { } in textCharacterOffsets() function
/external/chromium_org/third_party/WebKit/Source/web/
DWebAXObject.cpp1015 m_private->textCharacterOffsets(offsetsVector); in characterOffsets()