LayoutIndexToTextIndex  505 ui/gfx/render_text.h   virtual size_t LayoutIndexToTextIndex(size_t index) const = 0;
LayoutIndexToTextIndex  242 ui/gfx/render_text_mac.cc     style.UpdatePosition(LayoutIndexToTextIndex(end));
LayoutIndexToTextIndex   46 ui/gfx/render_text_mac.h   virtual size_t LayoutIndexToTextIndex(size_t index) const OVERRIDE;
LayoutIndexToTextIndex  119 ui/gfx/render_text_pango.cc   return SelectionModel(LayoutIndexToTextIndex(caret_pos),
LayoutIndexToTextIndex  129 ui/gfx/render_text_pango.cc     const int start = LayoutIndexToTextIndex(item->offset);
LayoutIndexToTextIndex  130 ui/gfx/render_text_pango.cc     const int end = LayoutIndexToTextIndex(item->offset + item->length);
LayoutIndexToTextIndex  163 ui/gfx/render_text_pango.cc       if (caret < LayoutIndexToTextIndex(item->offset + item->length)) {
LayoutIndexToTextIndex  168 ui/gfx/render_text_pango.cc       if (caret > LayoutIndexToTextIndex(item->offset)) {
LayoutIndexToTextIndex  514 ui/gfx/render_text_pango.cc       LayoutIndexToTextIndex(item->offset), CURSOR_FORWARD);
LayoutIndexToTextIndex  521 ui/gfx/render_text_pango.cc       LayoutIndexToTextIndex(item->offset + item->length), CURSOR_BACKWARD);
LayoutIndexToTextIndex  527 ui/gfx/render_text_pango.cc   return LayoutIndexToTextIndex(run->item->offset +
LayoutIndexToTextIndex   38 ui/gfx/render_text_pango.h   virtual size_t LayoutIndexToTextIndex(size_t index) const OVERRIDE;
LayoutIndexToTextIndex  304 ui/gfx/render_text_unittest.cc   EXPECT_EQ(0U, render_text->LayoutIndexToTextIndex(0U));
LayoutIndexToTextIndex  305 ui/gfx/render_text_unittest.cc   EXPECT_EQ(2U, render_text->LayoutIndexToTextIndex(1U));
LayoutIndexToTextIndex  551 ui/gfx/render_text_win.cc   const size_t cursor = LayoutIndexToTextIndex(position + trailing);
LayoutIndexToTextIndex  562 ui/gfx/render_text_win.cc         Range(LayoutIndexToTextIndex(runs_[i]->range.start()),
LayoutIndexToTextIndex  563 ui/gfx/render_text_win.cc               LayoutIndexToTextIndex(runs_[i]->range.end()))));
LayoutIndexToTextIndex  595 ui/gfx/render_text_win.cc       if (caret < LayoutIndexToTextIndex(run->range.end())) {
LayoutIndexToTextIndex  600 ui/gfx/render_text_win.cc       if (caret > LayoutIndexToTextIndex(run->range.start())) {
LayoutIndexToTextIndex  746 ui/gfx/render_text_win.cc          position < LayoutIndexToTextIndex(GetLayoutText().length()) &&
LayoutIndexToTextIndex  977 ui/gfx/render_text_win.cc     style.UpdatePosition(LayoutIndexToTextIndex(run_break));
LayoutIndexToTextIndex 1266 ui/gfx/render_text_win.cc   size_t position = LayoutIndexToTextIndex(run->range.start());
LayoutIndexToTextIndex 1273 ui/gfx/render_text_win.cc   size_t position = LayoutIndexToTextIndex(run->range.end());
LayoutIndexToTextIndex   82 ui/gfx/render_text_win.h   virtual size_t LayoutIndexToTextIndex(size_t index) const OVERRIDE;