Home
last modified time | relevance | path

Searched refs:should_restore_state (Results 1 – 19 of 19) sorted by relevance

/external/chromium/chrome/browser/chromeos/frame/
Ddom_browser_view.cc56 bool should_restore_state) {} in UpdateToolbar() argument
Ddom_browser_view.h40 bool should_restore_state) OVERRIDE;
/external/chromium/chrome/browser/ui/gtk/
Dbrowser_toolbar_gtk.h108 void UpdateTabContents(TabContents* contents, bool should_restore_state);
Dbrowser_toolbar_gtk.cc402 bool should_restore_state) { in UpdateTabContents() argument
403 location_bar_->Update(should_restore_state ? contents : NULL); in UpdateTabContents()
Dbrowser_window_gtk.h84 bool should_restore_state);
Dbrowser_window_gtk.cc850 bool should_restore_state) { in UpdateToolbar() argument
851 toolbar_->UpdateTabContents(contents->tab_contents(), should_restore_state); in UpdateToolbar()
/external/chromium/chrome/browser/ui/cocoa/
Dbrowser_window_cocoa.h62 bool should_restore_state);
Dbrowser_window_cocoa.mm242 bool should_restore_state) {
244 shouldRestoreState:should_restore_state ? YES : NO];
/external/chromium/chrome/browser/ui/panels/
Dpanel.h69 bool should_restore_state);
Dpanel.cc151 bool should_restore_state) { in UpdateToolbar() argument
/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dlocation_bar_view_mac.h101 void Update(const TabContents* tab, bool should_restore_state);
Dlocation_bar_view_mac.mm208 bool should_restore_state) {
215 edit_view_->Update(should_restore_state ? contents : NULL);
/external/chromium/chrome/browser/ui/views/
Dtoolbar_view.h60 void Update(TabContents* tab, bool should_restore_state);
Dtoolbar_view.cc224 void ToolbarView::Update(TabContents* tab, bool should_restore_state) { in Update() argument
226 location_bar_->Update(should_restore_state ? tab : NULL); in Update()
/external/chromium/chrome/browser/ui/
Dbrowser_window.h158 bool should_restore_state) = 0;
Dbrowser.h889 void UpdateToolbar(bool should_restore_state);
Dbrowser.cc3815 void Browser::UpdateToolbar(bool should_restore_state) { in UpdateToolbar() argument
3816 window_->UpdateToolbar(GetSelectedTabContentsWrapper(), should_restore_state); in UpdateToolbar()
/external/chromium/chrome/browser/ui/views/frame/
Dbrowser_view.h250 bool should_restore_state) OVERRIDE;
Dbrowser_view.cc776 bool should_restore_state) { in UpdateToolbar() argument
777 toolbar_->Update(contents->tab_contents(), should_restore_state); in UpdateToolbar()