Searched refs:should_restore_state (Results 1 – 19 of 19) sorted by relevance
56 bool should_restore_state) {} in UpdateToolbar() argument
40 bool should_restore_state) OVERRIDE;
108 void UpdateTabContents(TabContents* contents, bool should_restore_state);
402 bool should_restore_state) { in UpdateTabContents() argument403 location_bar_->Update(should_restore_state ? contents : NULL); in UpdateTabContents()
84 bool should_restore_state);
850 bool should_restore_state) { in UpdateToolbar() argument851 toolbar_->UpdateTabContents(contents->tab_contents(), should_restore_state); in UpdateToolbar()
62 bool should_restore_state);
242 bool should_restore_state) {244 shouldRestoreState:should_restore_state ? YES : NO];
69 bool should_restore_state);
151 bool should_restore_state) { in UpdateToolbar() argument
101 void Update(const TabContents* tab, bool should_restore_state);
208 bool should_restore_state) {215 edit_view_->Update(should_restore_state ? contents : NULL);
60 void Update(TabContents* tab, bool should_restore_state);
224 void ToolbarView::Update(TabContents* tab, bool should_restore_state) { in Update() argument226 location_bar_->Update(should_restore_state ? tab : NULL); in Update()
158 bool should_restore_state) = 0;
889 void UpdateToolbar(bool should_restore_state);
3815 void Browser::UpdateToolbar(bool should_restore_state) { in UpdateToolbar() argument3816 window_->UpdateToolbar(GetSelectedTabContentsWrapper(), should_restore_state); in UpdateToolbar()
250 bool should_restore_state) OVERRIDE;
776 bool should_restore_state) { in UpdateToolbar() argument777 toolbar_->Update(contents->tab_contents(), should_restore_state); in UpdateToolbar()