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

  /external/chromium_org/chrome/browser/sessions/
in_memory_tab_restore_service.cc 67 std::vector<content::WebContents*> InMemoryTabRestoreService::RestoreEntryById(
72 return helper_.RestoreEntryById(delegate, id, host_desktop_type, disposition);
in_memory_tab_restore_service.h 41 RestoreEntryById(TabRestoreServiceDelegate* delegate,
persistent_tab_restore_service.h 40 virtual std::vector<content::WebContents*> RestoreEntryById(
tab_restore_service.h 36 // To restore a tab/window from the TabRestoreService invoke RestoreEntryById
175 virtual std::vector<content::WebContents*> RestoreEntryById(
tab_restore_service_helper.h 87 std::vector<content::WebContents*> RestoreEntryById(
128 // This is a helper function for RestoreEntryById() for restoring a single
tab_restore_service_helper.cc 181 return RestoreEntryById(delegate, entries_.front()->id, host_desktop_type,
200 std::vector<content::WebContents*> TabRestoreServiceHelper::RestoreEntryById(
persistent_tab_restore_service.cc     [all...]
session_restore_browsertest.cc 443 service->RestoreEntryById(NULL, tab.id, host_desktop_type, UNKNOWN);
497 service->RestoreEntryById(NULL, tab->id, host_desktop_type, UNKNOWN);
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/ntp/
recently_closed_tabs_handler.cc 90 tab_restore_service_->RestoreEntryById(delegate,
  /external/chromium_org/chrome/browser/ui/toolbar/
recent_tabs_sub_menu_model.cc 283 service->RestoreEntryById(delegate, item.tab_id,
309 service->RestoreEntryById(delegate, local_window_items_[window_items_idx],
  /external/chromium_org/chrome/browser/extensions/api/sessions/
sessions_api.cc 492 tab_restore_service->RestoreEntryById(delegate,
  /external/chromium_org/chrome/browser/ui/views/frame/
global_menu_bar_x11.cc 857 service->RestoreEntryById(browser_->tab_restore_service_delegate(),

Completed in 399 milliseconds