Home | History | Annotate | Download | only in ui

Lines Matching full:service

503   TabRestoreService* service = profile->GetTabRestoreService();
504 if (service)
505 service->RestoreMostRecentEntry(NULL);
775 // Save to the session storage service, used when reloading a past session.
777 // the session service. This function gets called during initial window
778 // showing, and we don't want to bring in the session service this early.
917 // session service so that user can restore what was open.
1490 TabRestoreService* service = profile_->GetTabRestoreService();
1491 if (!service)
1494 service->RestoreMostRecentEntry(tab_restore_service_delegate());
2807 // Notify the history service.
2830 // the session service to update itself.
3172 ExtensionService* service = profile_->GetExtensionService();
3173 if (service && service->IsDownloadFromGallery(download->url(),
3379 ExtensionService* service = profile->GetExtensionService();
3380 DCHECK(service);
3382 if (service->extension_prefs()->DidExtensionEscalatePermissions(
3384 ShowExtensionDisabledUI(service, profile_, extension);
4289 void Browser::TabRestoreServiceChanged(TabRestoreService* service) {
4291 !service->entries().empty());
4294 void Browser::TabRestoreServiceDestroyed(TabRestoreService* service) {
4298 DCHECK_EQ(tab_restore_service_, service);