Searched refs:RestoreIfNecessary (Results 1 - 10 of 10) sorted by relevance
/external/chromium/chrome/browser/sessions/ |
H A D | 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,
|
H A D | session_service.cc | 156 bool SessionService::RestoreIfNecessary(const std::vector<GURL>& urls_to_open) { function in class:SessionService 157 return RestoreIfNecessary(urls_to_open, NULL); 474 bool SessionService::RestoreIfNecessary(const std::vector<GURL>& urls_to_open, function in class:SessionService 514 RestoreIfNecessary(std::vector<GURL>(), browser);
|
/external/chromium_org/chrome/browser/sessions/ |
H A D | session_service.h | 87 bool RestoreIfNecessary(const std::vector<GURL>& urls_to_open); 229 // Implementation of RestoreIfNecessary. If |browser| is non-null and we need 231 bool RestoreIfNecessary(const std::vector<GURL>& urls_to_open,
|
H A D | session_service.cc | 215 bool SessionService::RestoreIfNecessary(const std::vector<GURL>& urls_to_open) { function in class:SessionService 216 return RestoreIfNecessary(urls_to_open, NULL); 312 RestoreIfNecessary(std::vector<GURL>(), browser); 565 bool SessionService::RestoreIfNecessary(const std::vector<GURL>& urls_to_open, function in class:SessionService
|
/external/chromium_org/third_party/leveldatabase/ |
H A D | env_chromium.h | 210 void RestoreIfNecessary(const std::string& dir,
|
H A D | env_chromium.cc | 707 void ChromiumEnv::RestoreIfNecessary(const std::string& dir, function in class:ChromiumEnv 822 RestoreIfNecessary(dir_string, result);
|
/external/chromium/chrome/browser/ui/ |
H A D | browser_init.cc | 863 profile_->GetSessionService()->RestoreIfNecessary(urls_to_open))) {
|
H A D | browser.cc | 1392 !session_service->RestoreIfNecessary(std::vector<GURL>())) {
|
/external/chromium_org/chrome/browser/ui/ |
H A D | browser_commands.cc | 297 !session_service->RestoreIfNecessary(std::vector<GURL>())) {
|
/external/chromium_org/chrome/browser/ui/startup/ |
H A D | startup_browser_creator_impl.cc | 610 service->RestoreIfNecessary(urls_to_open)) {
|
Completed in 193 milliseconds