OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PaintMatch
(Results
1 - 8
of
8
) sorted by null
/external/chromium/chrome/browser/ui/views/autocomplete/
touch_autocomplete_popup_contents_view.h
36
virtual void
PaintMatch
(gfx::Canvas* canvas,
autocomplete_result_view.h
51
virtual void
PaintMatch
(gfx::Canvas* canvas,
touch_autocomplete_popup_contents_view.cc
32
void TouchAutocompleteResultView::
PaintMatch
(gfx::Canvas* canvas,
autocomplete_result_view.cc
182
void AutocompleteResultView::
PaintMatch
(gfx::Canvas* canvas,
529
PaintMatch
(canvas, match_, x);
/external/chromium_org/chrome/browser/ui/views/omnibox/
touch_omnibox_popup_contents_view.h
34
virtual void
PaintMatch
(gfx::Canvas* canvas,
omnibox_result_view.h
75
virtual void
PaintMatch
(gfx::Canvas* canvas,
touch_omnibox_popup_contents_view.cc
33
void TouchOmniboxResultView::
PaintMatch
(gfx::Canvas* canvas,
omnibox_result_view.cc
229
void OmniboxResultView::
PaintMatch
(gfx::Canvas* canvas,
617
PaintMatch
(canvas, match_, x);
624
PaintMatch
(canvas, *match_.associated_keyword.get(), x);
Completed in 48 milliseconds