Searched defs:should_restore_state (Results 1 - 7 of 7) sorted by relevance

/external/chromium/chrome/browser/chromeos/frame/
H A Ddom_browser_view.cc56 bool should_restore_state) {}
55 UpdateToolbar(TabContentsWrapper* contents, bool should_restore_state) argument
/external/chromium/chrome/browser/ui/gtk/
H A Dbrowser_toolbar_gtk.cc402 bool should_restore_state) {
403 location_bar_->Update(should_restore_state ? contents : NULL);
401 UpdateTabContents(TabContents* contents, bool should_restore_state) argument
H A Dbrowser_window_gtk.cc850 bool should_restore_state) {
851 toolbar_->UpdateTabContents(contents->tab_contents(), should_restore_state);
849 UpdateToolbar(TabContentsWrapper* contents, bool should_restore_state) argument
/external/chromium/chrome/browser/ui/panels/
H A Dpanel.cc151 bool should_restore_state) {
150 UpdateToolbar(TabContentsWrapper* contents, bool should_restore_state) argument
/external/chromium/chrome/browser/ui/views/
H A Dtoolbar_view.cc224 void ToolbarView::Update(TabContents* tab, bool should_restore_state) { argument
226 location_bar_->Update(should_restore_state ? tab : NULL);
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc776 bool should_restore_state) {
777 toolbar_->Update(contents->tab_contents(), should_restore_state);
775 UpdateToolbar(TabContentsWrapper* contents, bool should_restore_state) argument
/external/chromium/chrome/browser/ui/
H A Dbrowser.cc3815 void Browser::UpdateToolbar(bool should_restore_state) { argument
3816 window_->UpdateToolbar(GetSelectedTabContentsWrapper(), should_restore_state); local

Completed in 310 milliseconds