OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PaintUpdatesNow
(Results
1 - 7
of
7
) sorted by null
/external/chromium/chrome/browser/autocomplete/
autocomplete_popup_view.h
41
virtual void
PaintUpdatesNow
() = 0;
autocomplete_popup_view_mac.h
58
// selected line is invalidated, then
PaintUpdatesNow
() is called.
59
// For us
PaintUpdatesNow
() should be sufficient.
62
// no call to
PaintUpdatesNow
(). Since this code does not
81
virtual void
PaintUpdatesNow
();
autocomplete_popup_view_gtk.h
44
virtual void
PaintUpdatesNow
();
autocomplete_popup_model.cc
121
view_->
PaintUpdatesNow
();
autocomplete_popup_view_gtk.cc
383
void AutocompletePopupViewGtk::
PaintUpdatesNow
() {
/external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_contents_view.h
61
virtual void
PaintUpdatesNow
() OVERRIDE;
autocomplete_popup_contents_view.cc
359
void AutocompletePopupContentsView::
PaintUpdatesNow
() {
Completed in 778 milliseconds