Home | History | Annotate | Download | only in html

Lines Matching refs:indexForPosition

317 static int indexForPosition(HTMLElement* innerEditor, const Position& passedPosition)
370 ASSERT(start == indexForPosition(innerEditor, startPosition));
371 ASSERT(end == indexForPosition(innerEditor, endPosition));
431 return indexForPosition(innerEditorElement(), frame->selection().start());
450 return indexForPosition(innerEditorElement(), frame->selection().end());