DrawRenderText    258 chrome/browser/ui/views/omnibox/omnibox_result_view.cc   x = DrawRenderText(match, contents, true, canvas, x, y, contents_max_width);
DrawRenderText    261 chrome/browser/ui/views/omnibox/omnibox_result_view.cc     x = DrawRenderText(match, separator_rendertext_.get(), false, canvas, x, y,
DrawRenderText    263 chrome/browser/ui/views/omnibox/omnibox_result_view.cc     DrawRenderText(match, description, false, canvas, x, y,
DrawRenderText     93 chrome/browser/ui/views/omnibox/omnibox_result_view.h   int DrawRenderText(const AutocompleteMatch& match,
DrawRenderText     45 chrome/browser/ui/views/omnibox/touch_omnibox_popup_contents_view.cc     DrawRenderText(match, description, false, canvas, x, y, -1);
DrawRenderText     52 chrome/browser/ui/views/omnibox/touch_omnibox_popup_contents_view.cc   DrawRenderText(match, contents, true, canvas, x, y, -1);