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

  /external/chromium/chrome/browser/sessions/
session_restore_browsertest.cc 148 service->RestoreEntryById(NULL, tab.id, false);
182 service->RestoreEntryById(NULL, tab->id, false);
tab_restore_service.h 32 // To restore a tab/window from the TabRestoreService invoke RestoreEntryById
157 void RestoreEntryById(TabRestoreServiceDelegate* delegate,
261 // This is a helper function for RestoreEntryById() for restoring a single
tab_restore_service.cc 302 RestoreEntryById(delegate, entries_.front()->id, false);
305 void TabRestoreService::RestoreEntryById(TabRestoreServiceDelegate* delegate,
    [all...]
  /external/chromium/chrome/browser/ui/webui/
new_tab_ui.cc 126 tab_restore_service_->RestoreEntryById(delegate, session_to_restore, true);

Completed in 113 milliseconds