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

1 2

  /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...]
  /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);
  /external/chromium/chrome/browser/ui/panels/
panel.h 69 bool should_restore_state);
panel.cc 151 bool should_restore_state) {
  /external/chromium_org/chrome/browser/ui/gtk/
browser_toolbar_gtk.h 113 bool should_restore_state);
browser_toolbar_gtk.cc 432 bool should_restore_state) {
433 location_bar_->Update(should_restore_state ? contents : NULL);
browser_window_gtk.h 118 bool should_restore_state) OVERRIDE;
  /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_org/chrome/browser/ui/
browser_window.h 155 bool should_restore_state) = 0;
browser.h 690 // If |should_restore_state| is true, we're switching (back?) to this tab and
693 void UpdateToolbar(bool should_restore_state);
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/
browser_window_cocoa.h 83 bool should_restore_state) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
location_bar_view_mac.h 108 // security style, and if |should_restore_state| is true, restores
110 void Update(const content::WebContents* tab, bool should_restore_state);
  /external/chromium_org/chrome/browser/ui/views/
toolbar_view.h 56 // the specified |tab|. If |should_restore_state| is true, we're switching
59 void Update(content::WebContents* tab, bool should_restore_state);
toolbar_view.cc 253 void ToolbarView::Update(WebContents* tab, bool should_restore_state) {
255 location_bar_->Update(should_restore_state ? tab : NULL);
  /external/chromium_org/chrome/test/base/
test_browser_window.h 74 bool should_restore_state) OVERRIDE {}
  /external/chromium/chrome/browser/ui/views/frame/
browser_view.h 250 bool should_restore_state) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.h 312 bool should_restore_state) OVERRIDE;

Completed in 607 milliseconds

1 2