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

  /external/chromium/chrome/browser/sessions/
session_service.h 64 bool RestoreIfNecessary(const std::vector<GURL>& urls_to_open);
201 // Implementation of RestoreIfNecessary. If |browser| is non-null and we need
203 bool RestoreIfNecessary(const std::vector<GURL>& urls_to_open,
session_service.cc 156 bool SessionService::RestoreIfNecessary(const std::vector<GURL>& urls_to_open) {
157 return RestoreIfNecessary(urls_to_open, NULL);
474 bool SessionService::RestoreIfNecessary(const std::vector<GURL>& urls_to_open,
514 RestoreIfNecessary(std::vector<GURL>(), browser);
    [all...]
  /external/chromium/chrome/browser/ui/
browser_init.cc 863 profile_->GetSessionService()->RestoreIfNecessary(urls_to_open))) {
    [all...]
browser.cc     [all...]

Completed in 32 milliseconds