OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DrawString
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/ui/views/omnibox/
touch_omnibox_popup_contents_view.cc
41
DrawString
(canvas, match.description, match.description_class, true, x, y);
49
DrawString
(canvas, match.contents, match.contents_class, false, x, y);
omnibox_result_view.h
83
int
DrawString
(gfx::Canvas* canvas,
omnibox_result_view.cc
232
x =
DrawString
(canvas, match.contents, match.contents_class, false, x,
247
x =
DrawString
(canvas, separator, classifications, true, x,
250
DrawString
(canvas, match.description, match.description_class, true, x,
339
int OmniboxResultView::
DrawString
(
/external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_result_view.h
60
int
DrawString
(gfx::Canvas* canvas,
touch_autocomplete_popup_contents_view.cc
35
DrawString
(canvas, match.contents, match.contents_class, false, x,
39
DrawString
(canvas, match.description, match.description_class, true, x,
autocomplete_result_view.cc
185
x =
DrawString
(canvas, match.contents, match.contents_class, false, x,
200
x =
DrawString
(canvas, separator, classifications, true, x,
203
DrawString
(canvas, match.description, match.description_class, true, x,
266
int AutocompleteResultView::
DrawString
(
Completed in 28 milliseconds