HomeSort by relevance Sort by last modified time
    Searched full:shouldrestore (Results 1 - 5 of 5) sorted by null

  /packages/apps/Browser/src/com/android/browser/
CrashRecoveryHandler.java 164 private boolean shouldRestore() {
184 if (!shouldRestore()) {
  /external/chromium/chrome/browser/ui/cocoa/toolbar/
toolbar_controller.h 125 // the specified |tab|. If |shouldRestore| is true, we're switching
129 shouldRestoreState:(BOOL)shouldRestore;
toolbar_controller.mm 422 shouldRestoreState:(BOOL)shouldRestore {
423 locationBarView_->Update(tab, shouldRestore ? true : false);
  /external/chromium/chrome/browser/ui/cocoa/
browser_window_controller.h 169 // the specified |tab|. If |shouldRestore| is true, we're switching
173 shouldRestoreState:(BOOL)shouldRestore;
browser_window_controller.mm     [all...]

Completed in 334 milliseconds