HomeSort by relevance Sort by last modified time
    Searched refs:should_restore_state (Results 1 - 17 of 17) sorted by null

  /external/chromium/chrome/browser/chromeos/frame/
dom_browser_view.cc 56 bool should_restore_state) {}
dom_browser_view.h 40 bool should_restore_state) OVERRIDE;
  /external/chromium/chrome/browser/ui/
browser_window.h 158 bool should_restore_state) = 0;
browser.h     [all...]
browser.cc 3816 window_->UpdateToolbar(GetSelectedTabContentsWrapper(), should_restore_state); local
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
browser_window_cocoa.h 62 bool should_restore_state);
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
location_bar_view_mac.h 99 // security style, and if |should_restore_state| is true, restores
101 void Update(const TabContents* tab, bool should_restore_state);
  /external/chromium/chrome/browser/ui/gtk/
browser_toolbar_gtk.h 108 void UpdateTabContents(TabContents* contents, bool should_restore_state);
browser_window_gtk.h 84 bool should_restore_state);
browser_toolbar_gtk.cc 402 bool should_restore_state) {
403 location_bar_->Update(should_restore_state ? contents : NULL);
browser_window_gtk.cc 850 bool should_restore_state) {
851 toolbar_->UpdateTabContents(contents->tab_contents(), should_restore_state);
    [all...]
  /external/chromium/chrome/browser/ui/panels/
panel.h 69 bool should_restore_state);
panel.cc 151 bool should_restore_state) {
  /external/chromium/chrome/browser/ui/views/
toolbar_view.h 57 // the specified |tab|. If |should_restore_state| is true, we're switching
60 void Update(TabContents* tab, bool should_restore_state);
toolbar_view.cc 224 void ToolbarView::Update(TabContents* tab, bool should_restore_state) {
226 location_bar_->Update(should_restore_state ? tab : NULL);
  /external/chromium/chrome/browser/ui/views/frame/
browser_view.h 250 bool should_restore_state) OVERRIDE;
browser_view.cc 776 bool should_restore_state) {
777 toolbar_->Update(contents->tab_contents(), should_restore_state);
    [all...]

Completed in 88 milliseconds