Searched defs:HideInstant (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/panels/
H A Dpanel.cc336 void Panel::HideInstant(bool instant_is_active) { function in class:Panel
/external/chromium/chrome/browser/ui/gtk/
H A Dbrowser_window_gtk.cc1106 void BrowserWindowGtk::HideInstant(bool instant_is_active) { function in class:BrowserWindowGtk
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc1205 void BrowserView::HideInstant(bool instant_is_active) { function in class:BrowserView
/external/chromium/chrome/browser/ui/
H A Dbrowser.cc3501 void Browser::HideInstant() { function in class:Browser
3502 window_->HideInstant(instant_->is_active());
4333 // HideInstant is invoked after release so that InstantController is not
4334 // active when HideInstant asks it for its state.
4335 HideInstant();

Completed in 201 milliseconds