GetGlyphBounds    422 chrome/browser/ui/views/omnibox/omnibox_result_view.cc       input_render_text->GetGlyphBounds(contents_start_index);
GetGlyphBounds    794 ui/gfx/render_text.cc     Range xspan(GetGlyphBounds(grapheme_start));
GetGlyphBounds    427 ui/gfx/render_text.h   virtual Range GetGlyphBounds(size_t index) = 0;
GetGlyphBounds     43 ui/gfx/render_text_mac.h   virtual Range GetGlyphBounds(size_t index) OVERRIDE;
GetGlyphBounds     35 ui/gfx/render_text_pango.h   virtual Range GetGlyphBounds(size_t index) OVERRIDE;
GetGlyphBounds    321 ui/gfx/render_text_unittest.cc             static_cast<int>(render_text->GetGlyphBounds(0U).length()));
GetGlyphBounds    747 ui/gfx/render_text_win.cc          GetGlyphBounds(position) != GetGlyphBounds(position - 1);
GetGlyphBounds     79 ui/gfx/render_text_win.h   virtual Range GetGlyphBounds(size_t index) OVERRIDE;