profile_ 21 apps/app_lifetime_monitor.cc : profile_(profile) { profile_ 33 apps/app_lifetime_monitor.cc AppWindowRegistry::Factory::GetForBrowserContext(profile_, profile_ 103 apps/app_lifetime_monitor.cc AppWindowRegistry::Factory::GetForBrowserContext(profile_, profile_ 110 apps/app_lifetime_monitor.cc FOR_EACH_OBSERVER(Observer, observers_, OnAppStart(profile_, app_id)); profile_ 114 apps/app_lifetime_monitor.cc FOR_EACH_OBSERVER(Observer, observers_, OnAppActivated(profile_, app_id)); profile_ 118 apps/app_lifetime_monitor.cc FOR_EACH_OBSERVER(Observer, observers_, OnAppDeactivated(profile_, app_id)); profile_ 122 apps/app_lifetime_monitor.cc FOR_EACH_OBSERVER(Observer, observers_, OnAppStop(profile_, app_id)); profile_ 79 apps/app_lifetime_monitor.h Profile* profile_; profile_ 34 apps/app_load_service.cc : profile_(profile) { profile_ 47 apps/app_load_service.cc ExtensionService* service = extensions::ExtensionSystem::Get(profile_)-> profile_ 57 apps/app_load_service.cc ExtensionSystem::Get(profile_)->extension_service(); profile_ 95 apps/app_load_service.cc LaunchPlatformApp(profile_, extension); profile_ 98 apps/app_load_service.cc RestartPlatformApp(profile_, extension); profile_ 102 apps/app_load_service.cc profile_, extension, it->second.command_line, profile_ 131 apps/app_load_service.cc return !AppWindowRegistry::Get(profile_) profile_ 139 apps/app_load_service.cc ExtensionPrefs* prefs = ExtensionPrefs::Get(profile_); profile_ 76 apps/app_load_service.h Profile* profile_; profile_ 47 apps/app_restore_service.cc : profile_(profile) { profile_ 53 apps/app_restore_service.cc ExtensionRegistry::Get(profile_)->enabled_extensions(); profile_ 54 apps/app_restore_service.cc ExtensionPrefs* extension_prefs = ExtensionPrefs::Get(profile_); profile_ 67 apps/app_restore_service.cc SavedFilesService::Get(profile_)->ClearQueueIfNoRetainPermission( profile_ 75 apps/app_restore_service.cc return ExtensionPrefs::Get(profile_)->IsExtensionRunning(extension_id); profile_ 113 apps/app_restore_service.cc ExtensionPrefs::Get(profile_)->SetExtensionRunning(extension_id, true); profile_ 117 apps/app_restore_service.cc ExtensionPrefs::Get(profile_)->SetExtensionRunning(extension_id, false); profile_ 122 apps/app_restore_service.cc ExtensionPrefs* extension_prefs = ExtensionPrefs::Get(profile_); profile_ 133 apps/app_restore_service.cc RestartPlatformApp(profile_, extension); profile_ 138 apps/app_restore_service.cc AppLifetimeMonitorFactory::GetForProfile(profile_); profile_ 145 apps/app_restore_service.cc AppLifetimeMonitorFactory::GetForProfile(profile_); profile_ 65 apps/app_restore_service.h Profile* profile_; profile_ 87 apps/app_shim/extension_app_shim_handler_mac.cc : profile_(profile), profile_ 96 apps/app_shim/extension_app_shim_handler_mac.cc flow_.reset(new ExtensionEnableFlow(profile_, extension_id_, this)); profile_ 113 apps/app_shim/extension_app_shim_handler_mac.cc Profile* profile_; profile_ 30 apps/app_window_geometry_cache_unittest.cc cache_.reset(new AppWindowGeometryCache(&profile_, prefs_->prefs())); profile_ 48 apps/app_window_geometry_cache_unittest.cc TestingProfile profile_; profile_ 122 apps/launcher.cc : profile_(profile), extension_(extension), file_path_(file_path) {} profile_ 127 apps/launcher.cc LaunchPlatformAppWithNoData(profile_, extension_); profile_ 138 apps/launcher.cc profile_, profile_ 201 apps/launcher.cc drive::util::GetFileSystemByProfile(profile_); profile_ 231 apps/launcher.cc LaunchPlatformAppWithNoData(profile_, extension_); profile_ 266 apps/launcher.cc ExtensionSystem::Get(profile_)->lazy_background_task_queue(); profile_ 267 apps/launcher.cc if (queue->ShouldEnqueueTask(profile_, extension_)) { profile_ 268 apps/launcher.cc queue->AddPendingTask(profile_, extension_->id(), base::Bind( profile_ 275 apps/launcher.cc ExtensionSystem::Get(profile_)->process_manager(); profile_ 291 apps/launcher.cc CreateFileEntry(profile_, profile_ 297 apps/launcher.cc profile_, extension_, handler_id_, mime_type, file_entry); profile_ 301 apps/launcher.cc Profile* profile_; profile_ 172 apps/saved_files_service.cc Profile* profile_; profile_ 247 apps/saved_files_service.cc return GetSavedFileEntries(ExtensionPrefs::Get(profile_), extension_id); profile_ 271 apps/saved_files_service.cc ClearSavedFileEntries(ExtensionPrefs::Get(profile_), extension->id()); profile_ 291 apps/saved_files_service.cc saved_files = new SavedFiles(profile_, extension_id); profile_ 308 apps/saved_files_service.cc : profile_(profile), profile_ 348 apps/saved_files_service.cc ExtensionPrefs* prefs = ExtensionPrefs::Get(profile_); profile_ 405 apps/saved_files_service.cc ExtensionPrefs* prefs = ExtensionPrefs::Get(profile_); profile_ 426 apps/saved_files_service.cc ExtensionPrefs* prefs = ExtensionPrefs::Get(profile_); profile_ 134 apps/saved_files_service.h Profile* profile_; profile_ 46 chrome/browser/accessibility/accessibility_events.h Profile* profile() const { return profile_; } profile_ 49 chrome/browser/accessibility/accessibility_events.h explicit AccessibilityEventInfo(Profile* profile) : profile_(profile) {} profile_ 52 chrome/browser/accessibility/accessibility_events.h Profile* profile_; profile_ 40 chrome/browser/android/bookmarks/bookmarks_bridge.cc profile_ = ProfileAndroid::FromProfileAndroid(j_profile); profile_ 41 chrome/browser/android/bookmarks/bookmarks_bridge.cc bookmark_model_ = BookmarkModelFactory::GetForProfile(profile_); profile_ 48 chrome/browser/android/bookmarks/bookmarks_bridge.cc chrome::GetBrowserContextRedirectedInIncognito(profile_)); profile_ 51 chrome/browser/android/bookmarks/bookmarks_bridge.cc managed_bookmarks_shim_.reset(new ManagedBookmarksShim(profile_->GetPrefs())); profile_ 323 chrome/browser/android/bookmarks/bookmarks_bridge.cc profile_->GetOriginalProfile()); profile_ 109 chrome/browser/android/bookmarks/bookmarks_bridge.h Profile* profile_; profile_ 40 chrome/browser/android/bookmarks/partner_bookmarks_shim_unittest.cc TestingProfile* profile() const { return profile_.get(); } profile_ 42 chrome/browser/android/bookmarks/partner_bookmarks_shim_unittest.cc return PartnerBookmarksShim::BuildForBrowserContext(profile_.get()); profile_ 63 chrome/browser/android/bookmarks/partner_bookmarks_shim_unittest.cc profile_.reset(new TestingProfile()); profile_ 64 chrome/browser/android/bookmarks/partner_bookmarks_shim_unittest.cc profile_->CreateBookmarkModel(true); profile_ 66 chrome/browser/android/bookmarks/partner_bookmarks_shim_unittest.cc model_ = BookmarkModelFactory::GetForProfile(profile_.get()); profile_ 71 chrome/browser/android/bookmarks/partner_bookmarks_shim_unittest.cc PartnerBookmarksShim::ClearInBrowserContextForTesting(profile_.get()); profile_ 74 chrome/browser/android/bookmarks/partner_bookmarks_shim_unittest.cc profile_.reset(NULL); profile_ 77 chrome/browser/android/bookmarks/partner_bookmarks_shim_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 358 chrome/browser/android/bookmarks/partner_bookmarks_shim_unittest.cc PartnerBookmarksShim::ClearInBrowserContextForTesting(profile_.get()); profile_ 147 chrome/browser/android/foreign_session_helper.cc : profile_(profile) { profile_ 167 chrome/browser/android/foreign_session_helper.cc GetForProfile(profile_); profile_ 188 chrome/browser/android/foreign_session_helper.cc profile_->GetPrefs()->ClearPref( profile_ 203 chrome/browser/android/foreign_session_helper.cc OpenTabsUIDelegate* open_tabs = GetOpenTabsUIDelegate(profile_); profile_ 214 chrome/browser/android/foreign_session_helper.cc DictionaryPrefUpdate pref_update(profile_->GetPrefs(), profile_ 256 chrome/browser/android/foreign_session_helper.cc OpenTabsUIDelegate* open_tabs = GetOpenTabsUIDelegate(profile_); profile_ 294 chrome/browser/android/foreign_session_helper.cc OpenTabsUIDelegate* open_tabs = GetOpenTabsUIDelegate(profile_); profile_ 48 chrome/browser/android/foreign_session_helper.h Profile* profile_; // weak profile_ 126 chrome/browser/android/most_visited_sites.cc : profile_(profile), num_sites_(0), weak_ptr_factory_(this) { profile_ 145 chrome/browser/android/most_visited_sites.cc history::TopSites* top_sites = profile_->GetTopSites(); profile_ 168 chrome/browser/android/most_visited_sites.cc scoped_refptr<TopSites> top_sites(profile_->GetTopSites()); profile_ 179 chrome/browser/android/most_visited_sites.cc TopSites* top_sites = profile_->GetTopSites(); profile_ 205 chrome/browser/android/most_visited_sites.cc suggestions_service_factory->GetForProfile(profile_); profile_ 219 chrome/browser/android/most_visited_sites.cc TopSites* top_sites = profile_->GetTopSites(); profile_ 58 chrome/browser/android/most_visited_sites.h Profile* profile_; profile_ 26 chrome/browser/android/new_tab_page_prefs.cc : profile_(profile) { profile_ 38 chrome/browser/android/new_tab_page_prefs.cc return profile_->GetPrefs()->GetBoolean(prefs::kNtpCollapsedSnapshotDocument); profile_ 44 chrome/browser/android/new_tab_page_prefs.cc PrefService* prefs = profile_->GetPrefs(); profile_ 50 chrome/browser/android/new_tab_page_prefs.cc return profile_->GetPrefs()->GetBoolean( profile_ 57 chrome/browser/android/new_tab_page_prefs.cc PrefService* prefs = profile_->GetPrefs(); profile_ 63 chrome/browser/android/new_tab_page_prefs.cc return profile_->GetPrefs()->GetBoolean(prefs::kNtpCollapsedSyncPromo); profile_ 69 chrome/browser/android/new_tab_page_prefs.cc PrefService* prefs = profile_->GetPrefs(); profile_ 76 chrome/browser/android/new_tab_page_prefs.cc const base::DictionaryValue* dict = profile_->GetPrefs()->GetDictionary( profile_ 87 chrome/browser/android/new_tab_page_prefs.cc PrefService* prefs = profile_->GetPrefs(); profile_ 44 chrome/browser/android/new_tab_page_prefs.h Profile* profile_; // weak profile_ 28 chrome/browser/android/profiles/profile_downloader_android.cc : profile_(profile), profile_ 52 chrome/browser/android/profiles/profile_downloader_android.cc return profile_; profile_ 79 chrome/browser/android/profiles/profile_downloader_android.cc Profile* profile_; profile_ 646 chrome/browser/android/provider/chrome_browser_provider.cc profile_(profile), profile_ 649 chrome/browser/android/provider/chrome_browser_provider.cc Profile* profile() const { return profile_; } profile_ 655 chrome/browser/android/provider/chrome_browser_provider.cc Profile* profile_; profile_ 892 chrome/browser/android/provider/chrome_browser_provider.cc TemplateURLServiceFactory::GetForProfile(profile_); profile_ 910 chrome/browser/android/provider/chrome_browser_provider.cc Profile* profile_; profile_ 1162 chrome/browser/android/provider/chrome_browser_provider.cc profile_ = g_browser_process->profile_manager()->GetLastUsedProfile(); profile_ 1163 chrome/browser/android/provider/chrome_browser_provider.cc bookmark_model_ = BookmarkModelFactory::GetForProfile(profile_); profile_ 1164 chrome/browser/android/provider/chrome_browser_provider.cc top_sites_ = profile_->GetTopSites(); profile_ 1165 chrome/browser/android/provider/chrome_browser_provider.cc service_.reset(new AndroidHistoryProviderService(profile_)); profile_ 1166 chrome/browser/android/provider/chrome_browser_provider.cc favicon_service_.reset(FaviconServiceFactory::GetForProfile(profile_, profile_ 1179 chrome/browser/android/provider/chrome_browser_provider.cc TemplateURLServiceFactory::GetForProfile(profile_); profile_ 1387 chrome/browser/android/provider/chrome_browser_provider.cc profile_); profile_ 1433 chrome/browser/android/provider/chrome_browser_provider.cc profile_); profile_ 1460 chrome/browser/android/provider/chrome_browser_provider.cc profile_); profile_ 1474 chrome/browser/android/provider/chrome_browser_provider.cc profile_); profile_ 1548 chrome/browser/android/provider/chrome_browser_provider.cc profile_, profile_ 189 chrome/browser/android/provider/chrome_browser_provider.h Profile* profile_; profile_ 57 chrome/browser/android/recently_closed_tabs_bridge.cc : profile_(profile), profile_ 148 chrome/browser/android/recently_closed_tabs_bridge.cc tab_restore_service_ = TabRestoreServiceFactory::GetForProfile(profile_); profile_ 56 chrome/browser/android/recently_closed_tabs_bridge.h Profile* profile_; profile_ 74 chrome/browser/android/signin/signin_manager_android.cc : profile_(NULL), profile_ 77 chrome/browser/android/signin/signin_manager_android.cc profile_ = ProfileManager::GetActiveUserProfile(); profile_ 78 chrome/browser/android/signin/signin_manager_android.cc DCHECK(profile_); profile_ 89 chrome/browser/android/signin/signin_manager_android.cc policy::UserPolicySigninServiceFactory::GetForProfile(profile_); profile_ 108 chrome/browser/android/signin/signin_manager_android.cc policy::UserPolicySigninServiceFactory::GetForProfile(profile_); profile_ 113 chrome/browser/android/signin/signin_manager_android.cc profile_->GetRequestContext(), profile_ 131 chrome/browser/android/signin/signin_manager_android.cc SigninManagerFactory::GetForProfile(profile_)->OnExternalSigninCompleted( profile_ 136 chrome/browser/android/signin/signin_manager_android.cc SigninManagerFactory::GetForProfile(profile_)->SignOut(); profile_ 145 chrome/browser/android/signin/signin_manager_android.cc policy::UserCloudPolicyManagerFactory::GetForBrowserContext(profile_); profile_ 161 chrome/browser/android/signin/signin_manager_android.cc profile_, profile_ 199 chrome/browser/android/signin/signin_manager_android.cc BookmarkModel* model = BookmarkModelFactory::GetForProfile(profile_); profile_ 204 chrome/browser/android/signin/signin_manager_android.cc profile_->GetPrefs()->ClearPref(prefs::kGoogleServicesLastUsername); profile_ 219 chrome/browser/android/signin/signin_manager_android.cc SigninManagerFactory::GetForProfile(profile_); profile_ 225 chrome/browser/android/signin/signin_manager_android.cc profile_); profile_ 238 chrome/browser/android/signin/signin_manager_android.cc ProfileOAuth2TokenServiceFactory::GetForProfile(profile_); profile_ 240 chrome/browser/android/signin/signin_manager_android.cc token_service, profile_->GetRequestContext(), this)); profile_ 71 chrome/browser/android/signin/signin_manager_android.h Profile* profile_; profile_ 63 chrome/browser/apps/ephemeral_app_service.cc : profile_(profile), profile_ 70 chrome/browser/apps/ephemeral_app_service.cc content::Source<Profile>(profile_)); profile_ 72 chrome/browser/apps/ephemeral_app_service.cc content::Source<Profile>(profile_)); profile_ 74 chrome/browser/apps/ephemeral_app_service.cc content::Source<Profile>(profile_)); profile_ 76 chrome/browser/apps/ephemeral_app_service.cc content::Source<Profile>(profile_)); profile_ 135 chrome/browser/apps/ephemeral_app_service.cc extensions::ExtensionRegistry::Get(profile_) profile_ 159 chrome/browser/apps/ephemeral_app_service.cc extensions::ExtensionRegistry::Get(profile_) profile_ 161 chrome/browser/apps/ephemeral_app_service.cc ExtensionPrefs* prefs = ExtensionPrefs::Get(profile_); profile_ 177 chrome/browser/apps/ephemeral_app_service.cc if (!extensions::util::IsExtensionIdle(extension->id(), profile_)) profile_ 192 chrome/browser/apps/ephemeral_app_service.cc ExtensionSystem::Get(profile_)->extension_service(); profile_ 239 chrome/browser/apps/ephemeral_app_service.cc ExtensionSystem::Get(profile_)->extension_service(); profile_ 241 chrome/browser/apps/ephemeral_app_service.cc ExtensionPrefs* prefs = ExtensionPrefs::Get(profile_); profile_ 279 chrome/browser/apps/ephemeral_app_service.cc extensions::DataDeleter::StartDeleting(profile_, extension.get()); profile_ 69 chrome/browser/apps/ephemeral_app_service.h Profile* profile_; profile_ 68 chrome/browser/apps/shortcut_manager.cc : profile_(profile), profile_ 78 chrome/browser/apps/shortcut_manager.cc content::Source<Profile>(profile_)); profile_ 80 chrome/browser/apps/shortcut_manager.cc content::Source<Profile>(profile_)); profile_ 83 chrome/browser/apps/shortcut_manager.cc content::Source<Profile>(profile_)); profile_ 134 chrome/browser/apps/shortcut_manager.cc web_app::UpdateShortcutInfoAndIconForApp(extension, profile_, profile_ 152 chrome/browser/apps/shortcut_manager.cc if (profile_path != profile_->GetPath()) profile_ 181 chrome/browser/apps/shortcut_manager.cc if (!(extension_system = extensions::ExtensionSystem::Get(profile_)) || profile_ 191 chrome/browser/apps/shortcut_manager.cc it->get(), profile_, base::Bind(&CreateShortcutsInApplicationsMenu)); profile_ 198 chrome/browser/apps/shortcut_manager.cc web_app::ShortcutInfoForExtensionAndProfile(extension, profile_); profile_ 49 chrome/browser/apps/shortcut_manager.h Profile* profile_; profile_ 381 chrome/browser/autocomplete/autocomplete_controller.cc TemplateURL* template_url = match->GetTemplateURL(profile_, false); profile_ 429 chrome/browser/autocomplete/autocomplete_controller.cc result_.SortAndCull(input_, profile_); profile_ 440 chrome/browser/autocomplete/autocomplete_controller.cc result_.CopyOldMatches(input_, last_result, profile_); profile_ 485 chrome/browser/autocomplete/autocomplete_controller.cc match->GetSubstitutingExplicitlyInvokedKeyword(profile_)); profile_ 521 chrome/browser/autocomplete/autocomplete_controller.cc const TemplateURL* template_url = i->GetTemplateURL(profile_, false); profile_ 573 chrome/browser/autocomplete/autocomplete_controller.cc const TemplateURL* template_url = match->GetTemplateURL(profile_, false); profile_ 232 chrome/browser/autocomplete/autocomplete_controller.h Profile* profile_; profile_ 28 chrome/browser/autocomplete/autocomplete_provider.cc : profile_(profile), profile_ 110 chrome/browser/autocomplete/autocomplete_provider.cc std::string languages = (check_accept_lang && profile_) ? profile_ 111 chrome/browser/autocomplete/autocomplete_provider.cc profile_->GetPrefs()->GetString(prefs::kAcceptLanguages) : std::string(); profile_ 125 chrome/browser/autocomplete/autocomplete_provider.cc if (!profile_) profile_ 128 chrome/browser/autocomplete/autocomplete_provider.cc BookmarkModel* bookmark_model = BookmarkModelFactory::GetForProfile(profile_); profile_ 271 chrome/browser/autocomplete/autocomplete_provider.h Profile* profile_; profile_ 144 chrome/browser/autocomplete/autocomplete_provider_unittest.cc ASSERT_TRUE(match.GetTemplateURL(profile_, false) != NULL); profile_ 210 chrome/browser/autocomplete/autocomplete_provider_unittest.cc TestingProfile profile_; profile_ 217 chrome/browser/autocomplete/autocomplete_provider_unittest.cc &profile_, &TemplateURLServiceFactory::BuildInstanceFor); profile_ 221 chrome/browser/autocomplete/autocomplete_provider_unittest.cc TemplateURL* default_t_url = new TemplateURL(&profile_, data); profile_ 223 chrome/browser/autocomplete/autocomplete_provider_unittest.cc TemplateURLServiceFactory::GetForProfile(&profile_); profile_ 254 chrome/browser/autocomplete/autocomplete_provider_unittest.cc &profile_, profile_ 263 chrome/browser/autocomplete/autocomplete_provider_unittest.cc &profile_, profile_ 269 chrome/browser/autocomplete/autocomplete_provider_unittest.cc controller_.reset(new AutocompleteController(&profile_, NULL, 0)); profile_ 292 chrome/browser/autocomplete/autocomplete_provider_unittest.cc &profile_, &TemplateURLServiceFactory::BuildInstanceFor); profile_ 297 chrome/browser/autocomplete/autocomplete_provider_unittest.cc TemplateURL* default_t_url = new TemplateURL(&profile_, data); profile_ 299 chrome/browser/autocomplete/autocomplete_provider_unittest.cc TemplateURLServiceFactory::GetForProfile(&profile_); profile_ 309 chrome/browser/autocomplete/autocomplete_provider_unittest.cc TemplateURL* keyword_t_url = new TemplateURL(&profile_, data); profile_ 314 chrome/browser/autocomplete/autocomplete_provider_unittest.cc &profile_, NULL, profile_ 320 chrome/browser/autocomplete/autocomplete_provider_unittest.cc &profile_, &TemplateURLServiceFactory::BuildInstanceFor); profile_ 323 chrome/browser/autocomplete/autocomplete_provider_unittest.cc TemplateURLServiceFactory::GetForProfile(&profile_); profile_ 330 chrome/browser/autocomplete/autocomplete_provider_unittest.cc TemplateURL* keyword_t_url = new TemplateURL(&profile_, data); profile_ 338 chrome/browser/autocomplete/autocomplete_provider_unittest.cc keyword_t_url = new TemplateURL(&profile_, data); profile_ 343 chrome/browser/autocomplete/autocomplete_provider_unittest.cc &profile_, NULL, AutocompleteProvider::TYPE_KEYWORD)); profile_ 155 chrome/browser/autocomplete/base_search_provider.cc profile_, profile_ 161 chrome/browser/autocomplete/base_search_provider.cc HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS); profile_ 162 chrome/browser/autocomplete/base_search_provider.cc TemplateURL* template_url = match.GetTemplateURL(profile_, false); profile_ 663 chrome/browser/autocomplete/base_search_provider.cc InstantServiceFactory::GetForProfile(profile_); profile_ 675 chrome/browser/autocomplete/base_search_provider.cc profile_->GetPrefs()->GetBoolean(prefs::kShowBookmarkBar); profile_ 814 chrome/browser/autocomplete/base_search_provider.cc profile_->GetPrefs()->GetString(prefs::kAcceptLanguages)); profile_ 32 chrome/browser/autocomplete/bookmark_provider.cc languages_ = profile_->GetPrefs()->GetString(prefs::kAcceptLanguages); profile_ 65 chrome/browser/autocomplete/bookmark_provider_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 74 chrome/browser/autocomplete/bookmark_provider_unittest.cc profile_.reset(new TestingProfile()); profile_ 75 chrome/browser/autocomplete/bookmark_provider_unittest.cc DCHECK(profile_.get()); profile_ 76 chrome/browser/autocomplete/bookmark_provider_unittest.cc provider_ = new BookmarkProvider(this, profile_.get()); profile_ 37 chrome/browser/autocomplete/extension_app_provider.cc content::Source<Profile>(profile_->GetOriginalProfile())); profile_ 39 chrome/browser/autocomplete/extension_app_provider.cc content::Source<Profile>(profile_->GetOriginalProfile())); profile_ 152 chrome/browser/autocomplete/extension_app_provider.cc extensions::ExtensionSystem::Get(profile_)->extension_service(); profile_ 165 chrome/browser/autocomplete/extension_app_provider.cc if (profile_->IsOffTheRecord() && profile_ 166 chrome/browser/autocomplete/extension_app_provider.cc !extensions::util::CanLoadInIncognito(app, profile_)) profile_ 213 chrome/browser/autocomplete/extension_app_provider.cc HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS); profile_ 41 chrome/browser/autocomplete/extension_app_provider_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 46 chrome/browser/autocomplete/extension_app_provider_unittest.cc profile_.reset(new TestingProfile()); profile_ 47 chrome/browser/autocomplete/extension_app_provider_unittest.cc ASSERT_TRUE(profile_->CreateHistoryService(true, false)); profile_ 48 chrome/browser/autocomplete/extension_app_provider_unittest.cc profile_->BlockUntilHistoryProcessesPendingRequests(); profile_ 50 chrome/browser/autocomplete/extension_app_provider_unittest.cc HistoryServiceFactory::GetForProfile(profile_.get(), profile_ 53 chrome/browser/autocomplete/extension_app_provider_unittest.cc app_provider_ = new ExtensionAppProvider(NULL, profile_.get()); profile_ 29 chrome/browser/autocomplete/history_provider.cc DCHECK(profile_); profile_ 33 chrome/browser/autocomplete/history_provider.cc HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS); profile_ 58 chrome/browser/autocomplete/history_quick_provider.cc languages_(profile_->GetPrefs()->GetString(prefs::kAcceptLanguages)) { profile_ 135 chrome/browser/autocomplete/history_quick_provider.cc HistoryServiceFactory::GetForProfile(profile_, profile_ 220 chrome/browser/autocomplete/history_quick_provider.cc TemplateURLServiceFactory::GetForProfile(profile_); profile_ 313 chrome/browser/autocomplete/history_quick_provider.cc HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS); profile_ 147 chrome/browser/autocomplete/history_quick_provider_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 156 chrome/browser/autocomplete/history_quick_provider_unittest.cc profile_.reset(new TestingProfile()); profile_ 157 chrome/browser/autocomplete/history_quick_provider_unittest.cc ASSERT_TRUE(profile_->CreateHistoryService(true, false)); profile_ 158 chrome/browser/autocomplete/history_quick_provider_unittest.cc profile_->CreateBookmarkModel(true); profile_ 159 chrome/browser/autocomplete/history_quick_provider_unittest.cc test::WaitForBookmarkModelToLoad(profile_.get()); profile_ 160 chrome/browser/autocomplete/history_quick_provider_unittest.cc profile_->BlockUntilHistoryIndexIsRefreshed(); profile_ 162 chrome/browser/autocomplete/history_quick_provider_unittest.cc HistoryServiceFactory::GetForProfile(profile_.get(), profile_ 165 chrome/browser/autocomplete/history_quick_provider_unittest.cc provider_ = new HistoryQuickProvider(this, profile_.get()); profile_ 167 chrome/browser/autocomplete/history_quick_provider_unittest.cc profile_.get(), &HistoryQuickProviderTest::CreateTemplateURLService); profile_ 591 chrome/browser/autocomplete/history_quick_provider_unittest.cc TemplateURLServiceFactory::GetForProfile(profile_.get()); profile_ 592 chrome/browser/autocomplete/history_quick_provider_unittest.cc TemplateURL* template_url = new TemplateURL(profile_.get(), data); profile_ 713 chrome/browser/autocomplete/history_url_provider.cc if (!profile_) profile_ 716 chrome/browser/autocomplete/history_url_provider.cc HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS); profile_ 724 chrome/browser/autocomplete/history_url_provider.cc TemplateURLServiceFactory::GetForProfile(profile_); profile_ 727 chrome/browser/autocomplete/history_url_provider.cc UIThreadSearchTermsData data(profile_); profile_ 735 chrome/browser/autocomplete/history_url_provider.cc profile_->GetPrefs()->GetString(prefs::kAcceptLanguages), profile_ 206 chrome/browser/autocomplete/history_url_provider_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 226 chrome/browser/autocomplete/history_url_provider_unittest.cc profile_.reset(new TestingProfile()); profile_ 227 chrome/browser/autocomplete/history_url_provider_unittest.cc if (!(profile_->CreateHistoryService(true, no_db))) profile_ 230 chrome/browser/autocomplete/history_url_provider_unittest.cc profile_->BlockUntilHistoryProcessesPendingRequests(); profile_ 231 chrome/browser/autocomplete/history_url_provider_unittest.cc profile_->BlockUntilHistoryIndexIsRefreshed(); profile_ 233 chrome/browser/autocomplete/history_url_provider_unittest.cc profile_->GetPrefs()->SetString(prefs::kAcceptLanguages, "en-US,en,ko"); profile_ 235 chrome/browser/autocomplete/history_url_provider_unittest.cc profile_.get(), Profile::EXPLICIT_ACCESS); profile_ 237 chrome/browser/autocomplete/history_url_provider_unittest.cc autocomplete_ = new HistoryURLProvider(this, profile_.get()); profile_ 239 chrome/browser/autocomplete/history_url_provider_unittest.cc profile_.get(), &HistoryURLProviderTest::CreateTemplateURLService); profile_ 293 chrome/browser/autocomplete/history_url_provider_unittest.cc i->ComputeStrippedDestinationURL(profile_.get()); profile_ 561 chrome/browser/autocomplete/history_url_provider_unittest.cc profile_->BlockUntilHistoryProcessesPendingRequests(); profile_ 800 chrome/browser/autocomplete/history_url_provider_unittest.cc TemplateURLServiceFactory::GetForProfile(profile_.get()); profile_ 801 chrome/browser/autocomplete/history_url_provider_unittest.cc TemplateURL* template_url = new TemplateURL(profile_.get(), data); profile_ 204 chrome/browser/autocomplete/keyword_provider.cc extensions::ExtensionSystem::Get(profile_)->extension_service(); profile_ 208 chrome/browser/autocomplete/keyword_provider.cc (profile_->IsOffTheRecord() && profile_ 209 chrome/browser/autocomplete/keyword_provider.cc !extensions::util::IsIncognitoEnabled(extension->id(), profile_))) profile_ 275 chrome/browser/autocomplete/keyword_provider.cc if (profile_ && profile_ 277 chrome/browser/autocomplete/keyword_provider.cc ExtensionService* service = extensions::ExtensionSystem::Get(profile_)-> profile_ 282 chrome/browser/autocomplete/keyword_provider.cc extension && (!profile_->IsOffTheRecord() || profile_ 284 chrome/browser/autocomplete/keyword_provider.cc extension->id(), profile_)); profile_ 330 chrome/browser/autocomplete/keyword_provider.cc if (profile_ && is_extension_keyword) { profile_ 340 chrome/browser/autocomplete/keyword_provider.cc profile_, template_url, profile_ 359 chrome/browser/autocomplete/keyword_provider.cc profile_, template_url->GetExtensionId(), profile_ 550 chrome/browser/autocomplete/keyword_provider.cc profile_, template_url, profile_ 611 chrome/browser/autocomplete/keyword_provider.cc TemplateURLService* service = profile_ ? profile_ 612 chrome/browser/autocomplete/keyword_provider.cc TemplateURLServiceFactory::GetForProfile(profile_) : model_; profile_ 626 chrome/browser/autocomplete/keyword_provider.cc profile_, current_keyword_extension_id_); profile_ 632 chrome/browser/autocomplete/keyword_provider.cc profile_, current_keyword_extension_id_); profile_ 206 chrome/browser/autocomplete/search_provider.cc profile_->GetPrefs()->GetString(prefs::kAcceptLanguages)); profile_ 244 chrome/browser/autocomplete/search_provider.cc if (!profile_ || (input.type() == AutocompleteInput::INVALID)) { profile_ 556 chrome/browser/autocomplete/search_provider.cc HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS); profile_ 648 chrome/browser/autocomplete/search_provider.cc if (profile_->IsOffTheRecord() || profile_ 651 chrome/browser/autocomplete/search_provider.cc !profile_->GetPrefs()->GetBoolean(prefs::kSearchSuggestEnabled)) profile_ 783 chrome/browser/autocomplete/search_provider.cc input.current_page_classification(), profile_) && profile_ 796 chrome/browser/autocomplete/search_provider.cc fetcher->SetRequestContext(profile_->GetRequestContext()); profile_ 801 chrome/browser/autocomplete/search_provider.cc fetcher->GetOriginalURL(), profile_->IsOffTheRecord(), false, &headers); profile_ 1063 chrome/browser/autocomplete/search_provider.cc AutocompleteClassifierFactory::GetForProfile(profile_); profile_ 1269 chrome/browser/autocomplete/search_provider.cc profile_->GetPrefs()->GetString(prefs::kAcceptLanguages)); profile_ 220 chrome/browser/autocomplete/search_provider_unittest.cc TestingProfile profile_; profile_ 239 chrome/browser/autocomplete/search_provider_unittest.cc ASSERT_TRUE(profile_.CreateHistoryService(true, false)); profile_ 241 chrome/browser/autocomplete/search_provider_unittest.cc &profile_, &TemplateURLServiceFactory::BuildInstanceFor); profile_ 244 chrome/browser/autocomplete/search_provider_unittest.cc TemplateURLServiceFactory::GetForProfile(&profile_); profile_ 255 chrome/browser/autocomplete/search_provider_unittest.cc default_t_url_ = new TemplateURL(&profile_, data); profile_ 269 chrome/browser/autocomplete/search_provider_unittest.cc keyword_t_url_ = new TemplateURL(&profile_, data); profile_ 279 chrome/browser/autocomplete/search_provider_unittest.cc profile_.BlockUntilHistoryProcessesPendingRequests(); profile_ 281 chrome/browser/autocomplete/search_provider_unittest.cc provider_ = new SearchProviderForTest(this, &profile_); profile_ 360 chrome/browser/autocomplete/search_provider_unittest.cc profile_.BlockUntilHistoryProcessesPendingRequests(); profile_ 376 chrome/browser/autocomplete/search_provider_unittest.cc HistoryServiceFactory::GetForProfile(&profile_, profile_ 618 chrome/browser/autocomplete/search_provider_unittest.cc profile_.BlockUntilHistoryProcessesPendingRequests(); profile_ 629 chrome/browser/autocomplete/search_provider_unittest.cc &profile_, &AutocompleteClassifierFactory::BuildInstanceFor); profile_ 634 chrome/browser/autocomplete/search_provider_unittest.cc HistoryServiceFactory::GetForProfile(&profile_, Profile::EXPLICIT_ACCESS)-> profile_ 637 chrome/browser/autocomplete/search_provider_unittest.cc profile_.BlockUntilHistoryProcessesPendingRequests(); profile_ 707 chrome/browser/autocomplete/search_provider_unittest.cc profile_.BlockUntilHistoryProcessesPendingRequests(); profile_ 732 chrome/browser/autocomplete/search_provider_unittest.cc profile_.BlockUntilHistoryProcessesPendingRequests(); profile_ 751 chrome/browser/autocomplete/search_provider_unittest.cc profile_.BlockUntilHistoryProcessesPendingRequests(); profile_ 772 chrome/browser/autocomplete/search_provider_unittest.cc profile_.BlockUntilHistoryProcessesPendingRequests(); profile_ 796 chrome/browser/autocomplete/search_provider_unittest.cc profile_.BlockUntilHistoryProcessesPendingRequests(); profile_ 831 chrome/browser/autocomplete/search_provider_unittest.cc profile_.BlockUntilHistoryProcessesPendingRequests(); profile_ 847 chrome/browser/autocomplete/search_provider_unittest.cc profile_.BlockUntilHistoryProcessesPendingRequests(); profile_ 866 chrome/browser/autocomplete/search_provider_unittest.cc profile_.BlockUntilHistoryProcessesPendingRequests(); profile_ 868 chrome/browser/autocomplete/search_provider_unittest.cc AutocompleteController controller(&profile_, NULL, profile_ 1018 chrome/browser/autocomplete/search_provider_unittest.cc TemplateURLServiceFactory::GetForProfile(&profile_); profile_ 1024 chrome/browser/autocomplete/search_provider_unittest.cc default_t_url_ = new TemplateURL(&profile_, data); profile_ 2668 chrome/browser/autocomplete/search_provider_unittest.cc profile_.BlockUntilHistoryProcessesPendingRequests(); profile_ 3906 chrome/browser/autocomplete/search_provider_unittest.cc profile_.GetPrefs()->SetBoolean(prefs::kShowBookmarkBar, false); profile_ 3915 chrome/browser/autocomplete/search_provider_unittest.cc profile_.GetPrefs()->SetBoolean(prefs::kShowBookmarkBar, true); profile_ 3933 chrome/browser/autocomplete/search_provider_unittest.cc TemplateURL google_template_url(&profile_, template_url_data); profile_ 3944 chrome/browser/autocomplete/search_provider_unittest.cc AutocompleteInput::OTHER, &profile_)); profile_ 3945 chrome/browser/autocomplete/search_provider_unittest.cc SigninManagerBase* signin = SigninManagerFactory::GetForProfile(&profile_); profile_ 3952 chrome/browser/autocomplete/search_provider_unittest.cc AutocompleteInput::OTHER, &profile_)); profile_ 3959 chrome/browser/autocomplete/search_provider_unittest.cc AutocompleteInput::OTHER, &profile_)); profile_ 3968 chrome/browser/autocomplete/search_provider_unittest.cc AutocompleteInput::OTHER, &profile_)); profile_ 3975 chrome/browser/autocomplete/search_provider_unittest.cc &profile_)); profile_ 3982 chrome/browser/autocomplete/search_provider_unittest.cc &profile_)); profile_ 3988 chrome/browser/autocomplete/search_provider_unittest.cc &google_template_url, AutocompleteInput::OTHER, &profile_)); profile_ 3994 chrome/browser/autocomplete/search_provider_unittest.cc AutocompleteInput::OTHER, &profile_)); profile_ 4000 chrome/browser/autocomplete/search_provider_unittest.cc AutocompleteInput::OTHER, &profile_)); profile_ 4006 chrome/browser/autocomplete/search_provider_unittest.cc AutocompleteInput::OTHER, &profile_)); profile_ 4009 chrome/browser/autocomplete/search_provider_unittest.cc profile_.GetPrefs()->SetBoolean(prefs::kSearchSuggestEnabled, false); profile_ 4013 chrome/browser/autocomplete/search_provider_unittest.cc AutocompleteInput::OTHER, &profile_)); profile_ 4014 chrome/browser/autocomplete/search_provider_unittest.cc profile_.GetPrefs()->SetBoolean(prefs::kSearchSuggestEnabled, true); profile_ 4020 chrome/browser/autocomplete/search_provider_unittest.cc AutocompleteInput::OTHER, profile_.GetOffTheRecordProfile())); profile_ 4023 chrome/browser/autocomplete/search_provider_unittest.cc profile_.GetPrefs()->SetBoolean(sync_driver::prefs::kSyncKeepEverythingSynced, profile_ 4025 chrome/browser/autocomplete/search_provider_unittest.cc profile_.GetPrefs()->SetBoolean(sync_driver::prefs::kSyncTabs, false); profile_ 4029 chrome/browser/autocomplete/search_provider_unittest.cc AutocompleteInput::OTHER, &profile_)); profile_ 4030 chrome/browser/autocomplete/search_provider_unittest.cc profile_.GetPrefs()->SetBoolean(sync_driver::prefs::kSyncTabs, true); profile_ 4034 chrome/browser/autocomplete/search_provider_unittest.cc ProfileSyncServiceFactory::GetInstance()->GetForProfile(&profile_); profile_ 4041 chrome/browser/autocomplete/search_provider_unittest.cc AutocompleteInput::OTHER, &profile_)); profile_ 4049 chrome/browser/autocomplete/search_provider_unittest.cc AutocompleteInput::OTHER, &profile_)); profile_ 4090 chrome/browser/autocomplete/search_provider_unittest.cc profile_.BlockUntilHistoryProcessesPendingRequests(); profile_ 4094 chrome/browser/autocomplete/search_provider_unittest.cc profile_.BlockUntilHistoryProcessesPendingRequests(); profile_ 4103 chrome/browser/autocomplete/search_provider_unittest.cc profile_.BlockUntilHistoryProcessesPendingRequests(); profile_ 4107 chrome/browser/autocomplete/search_provider_unittest.cc profile_.BlockUntilHistoryProcessesPendingRequests(); profile_ 4118 chrome/browser/autocomplete/search_provider_unittest.cc profile_.BlockUntilHistoryProcessesPendingRequests(); profile_ 73 chrome/browser/autocomplete/shortcuts_backend.cc : profile_(profile), profile_ 127 chrome/browser/autocomplete/shortcuts_backend.cc it->second.id, text, MatchToMatchCore(match, profile_), now, profile_ 133 chrome/browser/autocomplete/shortcuts_backend.cc base::GenerateGUID(), text, MatchToMatchCore(match, profile_), now, 1)); profile_ 131 chrome/browser/autocomplete/shortcuts_backend.h Profile* profile_; profile_ 60 chrome/browser/autocomplete/shortcuts_backend_unittest.cc TestingProfile profile_; profile_ 96 chrome/browser/autocomplete/shortcuts_backend_unittest.cc return ShortcutsBackend::MatchToMatchCore(match, &profile_); profile_ 101 chrome/browser/autocomplete/shortcuts_backend_unittest.cc TemplateURLServiceFactory::GetForProfile(&profile_); profile_ 106 chrome/browser/autocomplete/shortcuts_backend_unittest.cc TemplateURL* template_url = new TemplateURL(&profile_, data); profile_ 115 chrome/browser/autocomplete/shortcuts_backend_unittest.cc &profile_, &ShortcutsBackendFactory::BuildProfileForTesting); profile_ 116 chrome/browser/autocomplete/shortcuts_backend_unittest.cc backend_ = ShortcutsBackendFactory::GetForProfile(&profile_); profile_ 121 chrome/browser/autocomplete/shortcuts_backend_unittest.cc &profile_, &TemplateURLServiceFactory::BuildInstanceFor); profile_ 123 chrome/browser/autocomplete/shortcuts_backend_unittest.cc TemplateURLServiceFactory::GetForProfile(&profile_); profile_ 143 chrome/browser/autocomplete/shortcuts_backend_unittest.cc ShortcutsBackendFactory::GetForProfile(&profile_).get(); profile_ 235 chrome/browser/autocomplete/shortcuts_backend_unittest.cc ShortcutsBackend::MatchToMatchCore(match, &profile_); profile_ 77 chrome/browser/autocomplete/shortcuts_provider.cc languages_(profile_->GetPrefs()->GetString(prefs::kAcceptLanguages)), profile_ 80 chrome/browser/autocomplete/shortcuts_provider.cc ShortcutsBackendFactory::GetForProfile(profile_); profile_ 123 chrome/browser/autocomplete/shortcuts_provider.cc ShortcutsBackendFactory::GetForProfileIfExists(profile_); profile_ 135 chrome/browser/autocomplete/shortcuts_provider.cc HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS); profile_ 142 chrome/browser/autocomplete/shortcuts_provider.cc ShortcutsBackendFactory::GetForProfileIfExists(profile_); profile_ 153 chrome/browser/autocomplete/shortcuts_provider.cc ShortcutsBackendFactory::GetForProfileIfExists(profile_); profile_ 183 chrome/browser/autocomplete/shortcuts_provider.cc matches_.back().ComputeStrippedDestinationURL(profile_); profile_ 281 chrome/browser/autocomplete/shortcuts_provider_unittest.cc TestingProfile profile_; profile_ 298 chrome/browser/autocomplete/shortcuts_provider_unittest.cc &profile_, &ShortcutsBackendFactory::BuildProfileNoDatabaseForTesting); profile_ 299 chrome/browser/autocomplete/shortcuts_provider_unittest.cc backend_ = ShortcutsBackendFactory::GetForProfile(&profile_); profile_ 301 chrome/browser/autocomplete/shortcuts_provider_unittest.cc ASSERT_TRUE(profile_.CreateHistoryService(true, false)); profile_ 302 chrome/browser/autocomplete/shortcuts_provider_unittest.cc provider_ = new ShortcutsProvider(this, &profile_); profile_ 808 chrome/browser/autocomplete/shortcuts_provider_unittest.cc content::Source<Profile>(&profile_), profile_ 111 chrome/browser/autocomplete/zero_suggest_provider.cc current_page_classification_, profile_) && profile_ 235 chrome/browser/autocomplete/zero_suggest_provider.cc profile_->GetPrefs()->GetString(prefs::kAcceptLanguages)); profile_ 261 chrome/browser/autocomplete/zero_suggest_provider.cc fetcher_->SetRequestContext(profile_->GetRequestContext()); profile_ 266 chrome/browser/autocomplete/zero_suggest_provider.cc fetcher_->GetOriginalURL(), profile_->IsOffTheRecord(), false, &headers); profile_ 273 chrome/browser/autocomplete/zero_suggest_provider.cc history::TopSites* ts = profile_->GetTopSites(); profile_ 322 chrome/browser/autocomplete/zero_suggest_provider.cc profile_->GetPrefs()->GetString(prefs::kAcceptLanguages)); profile_ 351 chrome/browser/autocomplete/zero_suggest_provider.cc AutocompleteClassifierFactory::GetForProfile(profile_)->Classify( profile_ 374 chrome/browser/autocomplete/zero_suggest_provider.cc current_page_classification_, profile_)) profile_ 165 chrome/browser/background/background_application_list_model.cc extensions::ImageLoader::Get(model_->profile_)->LoadImageAsync( profile_ 176 chrome/browser/background/background_application_list_model.cc : profile_(profile) { profile_ 177 chrome/browser/background/background_application_list_model.cc DCHECK(profile_); profile_ 205 chrome/browser/background/background_application_list_model.cc DCHECK(IsBackgroundApp(*extension, profile_)); profile_ 347 chrome/browser/background/background_application_list_model.cc ExtensionService* service = extensions::ExtensionSystem::Get(profile_)-> profile_ 378 chrome/browser/background/background_application_list_model.cc profile_)); profile_ 384 chrome/browser/background/background_application_list_model.cc if (!IsBackgroundApp(*extension, profile_)) profile_ 391 chrome/browser/background/background_application_list_model.cc if (!IsBackgroundApp(*extension, profile_)) profile_ 404 chrome/browser/background/background_application_list_model.cc DCHECK(IsBackgroundApp(*extension, profile_)); profile_ 408 chrome/browser/background/background_application_list_model.cc DCHECK(!IsBackgroundApp(*extension, profile_)); profile_ 427 chrome/browser/background/background_application_list_model.cc ExtensionService* service = extensions::ExtensionSystem::Get(profile_)-> profile_ 445 chrome/browser/background/background_application_list_model.cc FOR_EACH_OBSERVER(Observer, observers_, OnApplicationListChanged(profile_)); profile_ 152 chrome/browser/background/background_application_list_model.h Profile* profile_; profile_ 56 chrome/browser/background/background_application_list_model_unittest.cc profile_.get()); profile_ 169 chrome/browser/background/background_application_list_model_unittest.cc ExtensionService* service = extensions::ExtensionSystem::Get(profile_.get())-> profile_ 176 chrome/browser/background/background_application_list_model_unittest.cc new BackgroundApplicationListModel(profile_.get())); profile_ 237 chrome/browser/background/background_application_list_model_unittest.cc ExtensionService* service = extensions::ExtensionSystem::Get(profile_.get())-> profile_ 244 chrome/browser/background/background_application_list_model_unittest.cc new BackgroundApplicationListModel(profile_.get())); profile_ 311 chrome/browser/background/background_application_list_model_unittest.cc ExtensionService* service = extensions::ExtensionSystem::Get(profile_.get())-> profile_ 318 chrome/browser/background/background_application_list_model_unittest.cc new BackgroundApplicationListModel(profile_.get())); profile_ 461 chrome/browser/background/background_application_list_model_unittest.cc ExtensionService* service = extensions::ExtensionSystem::Get(profile_.get())-> profile_ 468 chrome/browser/background/background_application_list_model_unittest.cc new BackgroundApplicationListModel(profile_.get())); profile_ 98 chrome/browser/background/background_contents_service.cc : profile_(profile), profile_ 122 chrome/browser/background/background_contents_service.cc BackgroundContentsServiceFactory::GetForProfile(profile_); profile_ 125 chrome/browser/background/background_contents_service.cc service->LoadBackgroundContentsForExtension(profile_, profile_ 129 chrome/browser/background/background_contents_service.cc apps::AppLoadService::Get(profile_)-> profile_ 132 chrome/browser/background/background_contents_service.cc extensions::ExtensionSystem::Get(profile_)->extension_service()-> profile_ 154 chrome/browser/background/background_contents_service.cc Profile* profile_; profile_ 90 chrome/browser/background/background_contents_service_unittest.cc content::Source<Profile>(profile_), profile_ 106 chrome/browser/background/background_contents_service_unittest.cc content::Source<Profile>(profile_), profile_ 119 chrome/browser/background/background_contents_service_unittest.cc Profile* profile_; profile_ 64 chrome/browser/background/background_mode_manager.cc profile_(profile), profile_ 86 chrome/browser/background/background_mode_manager.cc BackgroundModeManager::LaunchBackgroundApplication(profile_, extension); profile_ 94 chrome/browser/background/background_mode_manager.cc Browser* browser = chrome::FindLastActiveWithProfile(profile_, profile_ 96 chrome/browser/background/background_mode_manager.cc return browser ? browser : chrome::OpenEmptyWindow(profile_, profile_ 162 chrome/browser/background/background_mode_manager.h Profile* profile_; profile_ 26 chrome/browser/bookmarks/bookmark_expanded_state_tracker_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 35 chrome/browser/bookmarks/bookmark_expanded_state_tracker_unittest.cc profile_.reset(new TestingProfile); profile_ 36 chrome/browser/bookmarks/bookmark_expanded_state_tracker_unittest.cc profile_->CreateBookmarkModel(true); profile_ 41 chrome/browser/bookmarks/bookmark_expanded_state_tracker_unittest.cc return BookmarkModelFactory::GetForProfile(profile_.get()); profile_ 45 chrome/browser/bookmarks/bookmark_expanded_state_tracker_unittest.cc profile_.reset(NULL); profile_ 389 chrome/browser/bookmarks/bookmark_html_writer.cc : profile_(profile), profile_ 395 chrome/browser/bookmarks/bookmark_html_writer.cc content::Source<Profile>(profile_)); profile_ 403 chrome/browser/bookmarks/bookmark_html_writer.cc profile_)->bookmark_bar_node()); profile_ 404 chrome/browser/bookmarks/bookmark_html_writer.cc ExtractUrls(BookmarkModelFactory::GetForProfile(profile_)->other_node()); profile_ 405 chrome/browser/bookmarks/bookmark_html_writer.cc ExtractUrls(BookmarkModelFactory::GetForProfile(profile_)->mobile_node()); profile_ 442 chrome/browser/bookmarks/bookmark_html_writer.cc profile_)), profile_ 460 chrome/browser/bookmarks/bookmark_html_writer.cc profile_, Profile::EXPLICIT_ACCESS); profile_ 75 chrome/browser/bookmarks/bookmark_html_writer.h Profile* profile_; profile_ 198 chrome/browser/bookmarks/bookmark_model.cc : profile_(profile), profile_ 208 chrome/browser/bookmarks/bookmark_model.cc if (!profile_) { profile_ 244 chrome/browser/bookmarks/bookmark_model.cc new BookmarkExpandedStateTracker(this, profile_->GetPrefs())); profile_ 249 chrome/browser/bookmarks/bookmark_model.cc content::Source<Profile>(profile_)); profile_ 252 chrome/browser/bookmarks/bookmark_model.cc store_ = new BookmarkStorage(profile_, this, task_runner.get()); profile_ 919 chrome/browser/bookmarks/bookmark_model.cc if (profile_) { profile_ 921 chrome/browser/bookmarks/bookmark_model.cc HistoryServiceFactory::GetForProfile(profile_, profile_ 1015 chrome/browser/bookmarks/bookmark_model.cc profile_, Profile::EXPLICIT_ACCESS); profile_ 1090 chrome/browser/bookmarks/bookmark_model.cc new BookmarkIndex(profile_), profile_ 437 chrome/browser/bookmarks/bookmark_model.h Profile* profile() { return profile_; } profile_ 543 chrome/browser/bookmarks/bookmark_model.h Profile* profile_; profile_ 875 chrome/browser/bookmarks/bookmark_model_unittest.cc profile_.reset(NULL); profile_ 908 chrome/browser/bookmarks/bookmark_model_unittest.cc bb_model_ = BookmarkModelFactory::GetForProfile(profile_.get()); profile_ 913 chrome/browser/bookmarks/bookmark_model_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 944 chrome/browser/bookmarks/bookmark_model_unittest.cc profile_.reset(NULL); profile_ 945 chrome/browser/bookmarks/bookmark_model_unittest.cc profile_.reset(new TestingProfile()); profile_ 946 chrome/browser/bookmarks/bookmark_model_unittest.cc profile_->CreateBookmarkModel(true); profile_ 947 chrome/browser/bookmarks/bookmark_model_unittest.cc ASSERT_TRUE(profile_->CreateHistoryService(true, false)); profile_ 962 chrome/browser/bookmarks/bookmark_model_unittest.cc profile_->CreateBookmarkModel(false); profile_ 27 chrome/browser/bookmarks/bookmark_node_data_unittest.cc profile_.reset(new TestingProfile); profile_ 28 chrome/browser/bookmarks/bookmark_node_data_unittest.cc profile_->SetID(L"id"); profile_ 29 chrome/browser/bookmarks/bookmark_node_data_unittest.cc profile_->CreateBookmarkModel(false); profile_ 30 chrome/browser/bookmarks/bookmark_node_data_unittest.cc model_ = BookmarkModelFactory::GetForProfile(profile_.get()); profile_ 35 chrome/browser/bookmarks/bookmark_node_data_unittest.cc profile_.reset(); profile_ 38 chrome/browser/bookmarks/bookmark_node_data_unittest.cc Profile* profile() { return profile_.get(); } profile_ 44 chrome/browser/bookmarks/bookmark_node_data_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 101 chrome/browser/browsing_data/browsing_data_appcache_helper.cc new CannedBrowsingDataAppCacheHelper(profile_); profile_ 89 chrome/browser/browsing_data/browsing_data_appcache_helper.h Profile* profile_; profile_ 153 chrome/browser/browsing_data/browsing_data_database_helper.cc new CannedBrowsingDataDatabaseHelper(profile_); profile_ 153 chrome/browser/browsing_data/browsing_data_database_helper.h Profile* profile_; profile_ 66 chrome/browser/browsing_data/browsing_data_file_system_helper_unittest.cc profile_.reset(new TestingProfile()); profile_ 69 chrome/browser/browsing_data/browsing_data_file_system_helper_unittest.cc BrowserContext::GetDefaultStoragePartition(profile_.get())-> profile_ 72 chrome/browser/browsing_data/browsing_data_file_system_helper_unittest.cc canned_helper_ = new CannedBrowsingDataFileSystemHelper(profile_.get()); profile_ 76 chrome/browser/browsing_data/browsing_data_file_system_helper_unittest.cc profile_.reset(); profile_ 81 chrome/browser/browsing_data/browsing_data_file_system_helper_unittest.cc return profile_.get(); profile_ 107 chrome/browser/browsing_data/browsing_data_file_system_helper_unittest.cc BrowserContext::GetDefaultStoragePartition(profile_.get())-> profile_ 190 chrome/browser/browsing_data/browsing_data_file_system_helper_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 25 chrome/browser/browsing_data/browsing_data_indexed_db_helper_unittest.cc return content::BrowserContext::GetDefaultStoragePartition(&profile_)-> profile_ 31 chrome/browser/browsing_data/browsing_data_indexed_db_helper_unittest.cc TestingProfile profile_; profile_ 92 chrome/browser/browsing_data/browsing_data_local_storage_helper.cc new CannedBrowsingDataLocalStorageHelper(profile_); profile_ 110 chrome/browser/browsing_data/browsing_data_local_storage_helper.h Profile* profile_; profile_ 176 chrome/browser/browsing_data/browsing_data_remover.cc : profile_(profile), profile_ 241 chrome/browser/browsing_data/browsing_data_remover.cc PrefService* prefs = profile_->GetPrefs(); profile_ 272 chrome/browser/browsing_data/browsing_data_remover.cc profile_, Profile::EXPLICIT_ACCESS); profile_ 290 chrome/browser/browsing_data/browsing_data_remover.cc extensions::ActivityLog::GetInstance(profile_)->RemoveURLs(restrict_urls); profile_ 306 chrome/browser/browsing_data/browsing_data_remover.cc if (profile_->GetNetworkPredictor()) { profile_ 316 chrome/browser/browsing_data/browsing_data_remover.cc TemplateURLServiceFactory::GetForProfile(profile_); profile_ 333 chrome/browser/browsing_data/browsing_data_remover.cc prerender::PrerenderManagerFactory::GetForProfile(profile_); profile_ 346 chrome/browser/browsing_data/browsing_data_remover.cc TabRestoreServiceFactory::GetForProfile(profile_); profile_ 355 chrome/browser/browsing_data/browsing_data_remover.cc SessionServiceFactory::GetForProfile(profile_); profile_ 366 chrome/browser/browsing_data/browsing_data_remover.cc profile_, Profile::EXPLICIT_ACCESS); profile_ 380 chrome/browser/browsing_data/browsing_data_remover.cc autofill::PersonalDataManagerFactory::GetForProfile(profile_); profile_ 392 chrome/browser/browsing_data/browsing_data_remover.cc WebRtcLogList::GetWebRtcLogDirectoryForProfile(profile_->GetPath()), profile_ 402 chrome/browser/browsing_data/browsing_data_remover.cc BrowserContext::GetDownloadManager(profile_); profile_ 446 chrome/browser/browsing_data/browsing_data_remover.cc MediaDeviceIDSalt::Reset(profile_->GetPrefs()); profile_ 456 chrome/browser/browsing_data/browsing_data_remover.cc net::URLRequestContextGetter* rq_context = profile_->GetRequestContext(); profile_ 497 chrome/browser/browsing_data/browsing_data_remover.cc plugin_data_remover_.reset(content::PluginDataRemover::Create(profile_)); profile_ 510 chrome/browser/browsing_data/browsing_data_remover.cc profile_->GetHostContentSettingsMap()->ClearSettingsForOneType( profile_ 518 chrome/browser/browsing_data/browsing_data_remover.cc profile_, Profile::EXPLICIT_ACCESS).get(); profile_ 528 chrome/browser/browsing_data/browsing_data_remover.cc profile_, Profile::EXPLICIT_ACCESS); profile_ 545 chrome/browser/browsing_data/browsing_data_remover.cc autofill::PersonalDataManagerFactory::GetForProfile(profile_); profile_ 582 chrome/browser/browsing_data/browsing_data_remover.cc prerender::PrerenderManagerFactory::GetForProfile(profile_); profile_ 604 chrome/browser/browsing_data/browsing_data_remover.cc storage_partition = BrowserContext::GetDefaultStoragePartition(profile_); profile_ 637 chrome/browser/browsing_data/browsing_data_remover.cc new PepperFlashSettingsManager(this, profile_)); profile_ 644 chrome/browser/browsing_data/browsing_data_remover.cc GetUserByProfile(profile_); profile_ 664 chrome/browser/browsing_data/browsing_data_remover.cc profile_->ClearNetworkingHistorySince( profile_ 739 chrome/browser/browsing_data/browsing_data_remover.cc TemplateURLServiceFactory::GetForProfile(profile_); profile_ 740 chrome/browser/browsing_data/browsing_data_remover.cc DCHECK_EQ(profile_, model->profile()); profile_ 762 chrome/browser/browsing_data/browsing_data_remover.cc content::Source<Profile>(profile_), profile_ 804 chrome/browser/browsing_data/browsing_data_remover.cc predictors::PredictorDatabaseFactory::GetForProfile(profile_); profile_ 835 chrome/browser/browsing_data/browsing_data_remover.cc chrome_browser_net::Predictor* predictor = profile_->GetNetworkPredictor(); profile_ 356 chrome/browser/browsing_data/browsing_data_remover.h Profile* profile_; profile_ 539 chrome/browser/browsing_data/browsing_data_remover_unittest.cc : profile_(profile), dom_storage_context_(NULL) { profile_ 560 chrome/browser/browsing_data/browsing_data_remover_unittest.cc profile_->GetPath().AppendASCII("Local Storage"); profile_ 597 chrome/browser/browsing_data/browsing_data_remover_unittest.cc TestingProfile* profile_; profile_ 613 chrome/browser/browsing_data/browsing_data_remover_unittest.cc : profile_(new TestingProfile()) { profile_ 615 chrome/browser/browsing_data/browsing_data_remover_unittest.cc content::Source<Profile>(profile_.get())); profile_ 627 chrome/browser/browsing_data/browsing_data_remover_unittest.cc profile_.reset(); profile_ 635 chrome/browser/browsing_data/browsing_data_remover_unittest.cc profile_.get(), period); profile_ 661 chrome/browser/browsing_data/browsing_data_remover_unittest.cc profile_.get(), period); profile_ 681 chrome/browser/browsing_data/browsing_data_remover_unittest.cc return profile_.get(); profile_ 720 chrome/browser/browsing_data/browsing_data_remover_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 44 chrome/browser/browsing_data/cookies_tree_model_unittest.cc profile_.reset(); profile_ 49 chrome/browser/browsing_data/cookies_tree_model_unittest.cc profile_.reset(new TestingProfile()); profile_ 51 chrome/browser/browsing_data/cookies_tree_model_unittest.cc new MockBrowsingDataCookieHelper(profile_->GetRequestContext()); profile_ 53 chrome/browser/browsing_data/cookies_tree_model_unittest.cc new MockBrowsingDataDatabaseHelper(profile_.get()); profile_ 55 chrome/browser/browsing_data/cookies_tree_model_unittest.cc new MockBrowsingDataLocalStorageHelper(profile_.get()); profile_ 57 chrome/browser/browsing_data/cookies_tree_model_unittest.cc new MockBrowsingDataLocalStorageHelper(profile_.get()); profile_ 59 chrome/browser/browsing_data/cookies_tree_model_unittest.cc new MockBrowsingDataAppCacheHelper(profile_.get()); profile_ 61 chrome/browser/browsing_data/cookies_tree_model_unittest.cc new MockBrowsingDataIndexedDBHelper(profile_.get()); profile_ 63 chrome/browser/browsing_data/cookies_tree_model_unittest.cc new MockBrowsingDataFileSystemHelper(profile_.get()); profile_ 65 chrome/browser/browsing_data/cookies_tree_model_unittest.cc new MockBrowsingDataQuotaHelper(profile_.get()); profile_ 69 chrome/browser/browsing_data/cookies_tree_model_unittest.cc new MockBrowsingDataFlashLSOHelper(profile_.get()); profile_ 72 chrome/browser/browsing_data/cookies_tree_model_unittest.cc new CookieSettings(profile_->GetHostContentSettingsMap(), profile_ 73 chrome/browser/browsing_data/cookies_tree_model_unittest.cc profile_->GetPrefs()); profile_ 336 chrome/browser/browsing_data/cookies_tree_model_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 707 chrome/browser/captive_portal/captive_portal_browsertest.cc Profile* profile_; profile_ 723 chrome/browser/captive_portal/captive_portal_browsertest.cc profile_(profile), profile_ 730 chrome/browser/captive_portal/captive_portal_browsertest.cc content::Source<Profile>(profile_)); profile_ 750 chrome/browser/captive_portal/captive_portal_browsertest.cc ASSERT_EQ(profile_, content::Source<Profile>(source).ptr()); profile_ 53 chrome/browser/captive_portal/captive_portal_detector_unittest.cc CaptivePortalDetectorTest() : detector_(profile_.GetRequestContext()) { profile_ 109 chrome/browser/captive_portal/captive_portal_detector_unittest.cc TestingProfile profile_; profile_ 13 chrome/browser/captive_portal/captive_portal_login_detector.cc : profile_(profile), profile_ 31 chrome/browser/captive_portal/captive_portal_login_detector.cc CaptivePortalServiceFactory::GetForProfile(profile_)->DetectCaptivePortal(); profile_ 36 chrome/browser/captive_portal/captive_portal_login_detector.h Profile* profile_; profile_ 173 chrome/browser/captive_portal/captive_portal_service.cc : profile_(profile), profile_ 185 chrome/browser/captive_portal/captive_portal_service.cc profile_->GetPrefs(), profile_ 316 chrome/browser/captive_portal/captive_portal_service.cc content::Source<Profile>(profile_), profile_ 160 chrome/browser/captive_portal/captive_portal_service.h Profile* profile_; profile_ 40 chrome/browser/captive_portal/captive_portal_service_unittest.cc profile_(profile), profile_ 44 chrome/browser/captive_portal/captive_portal_service_unittest.cc content::Source<Profile>(profile_)); profile_ 56 chrome/browser/captive_portal/captive_portal_service_unittest.cc ASSERT_EQ(profile_, content::Source<Profile>(source).ptr()); profile_ 72 chrome/browser/captive_portal/captive_portal_service_unittest.cc Profile* profile_; profile_ 101 chrome/browser/captive_portal/captive_portal_service_unittest.cc profile_.reset(new TestingProfile()); profile_ 102 chrome/browser/captive_portal/captive_portal_service_unittest.cc service_.reset(new CaptivePortalService(profile_.get())); profile_ 266 chrome/browser/captive_portal/captive_portal_service_unittest.cc TestingProfile* profile() { return profile_.get(); } profile_ 278 chrome/browser/captive_portal/captive_portal_service_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 36 chrome/browser/captive_portal/captive_portal_tab_helper.cc profile_(web_contents ? Profile::FromBrowserContext( profile_ 41 chrome/browser/captive_portal/captive_portal_tab_helper.cc profile_, profile_ 45 chrome/browser/captive_portal/captive_portal_tab_helper.cc login_detector_(new CaptivePortalLoginDetector(profile_)), profile_ 51 chrome/browser/captive_portal/captive_portal_tab_helper.cc content::Source<Profile>(profile_)); profile_ 179 chrome/browser/captive_portal/captive_portal_tab_helper.cc DCHECK_EQ(profile_, content::Source<Profile>(source).ptr()); profile_ 265 chrome/browser/captive_portal/captive_portal_tab_helper.cc CaptivePortalServiceFactory::GetForProfile(profile_)->test_url(), profile_ 146 chrome/browser/captive_portal/captive_portal_tab_helper.h Profile* profile_; profile_ 48 chrome/browser/captive_portal/captive_portal_tab_reloader.cc : profile_(profile), profile_ 278 chrome/browser/captive_portal/captive_portal_tab_reloader.cc CaptivePortalServiceFactory::GetForProfile(profile_); profile_ 160 chrome/browser/captive_portal/captive_portal_tab_reloader.h Profile* profile_; profile_ 546 chrome/browser/chrome_browser_main.cc profile_(NULL), profile_ 1282 chrome/browser/chrome_browser_main.cc profile_ = CreatePrimaryProfile(parameters(), profile_ 1285 chrome/browser/chrome_browser_main.cc if (!profile_) profile_ 1312 chrome/browser/chrome_browser_main.cc extensions::ExtensionSystem::Get(profile_)->info_map()); profile_ 1335 chrome/browser/chrome_browser_main.cc first_run::AutoImport(profile_, profile_ 1342 chrome/browser/chrome_browser_main.cc first_run::DoPostImportTasks(profile_, profile_ 1347 chrome/browser/chrome_browser_main.cc !chrome::ShowFirstRunDefaultBrowserPrompt(profile_)); profile_ 1373 chrome/browser/chrome_browser_main.cc if (NetworkProfileBubble::ShouldCheckNetworkProfile(profile_)) { profile_ 1376 chrome/browser/chrome_browser_main.cc profile_->GetPath())); profile_ 1384 chrome/browser/chrome_browser_main.cc PrefService* pref_service = profile_->GetPrefs(); profile_ 1390 chrome/browser/chrome_browser_main.cc profile_, first_run::IsChromeFirstRun(), ping_delay < 0, profile_ 1448 chrome/browser/chrome_browser_main.cc profile_->GetPrefs()->GetString(prefs::kAcceptLanguages)); profile_ 1458 chrome/browser/chrome_browser_main.cc parsed_command_line(), profile_)) profile_ 1484 chrome/browser/chrome_browser_main.cc CloudPrintProxyServiceFactory::GetForProfile(profile_); profile_ 1499 chrome/browser/chrome_browser_main.cc PrefMetricsService::Factory::GetForProfile(profile_); profile_ 1516 chrome/browser/chrome_browser_main.cc variations_service->set_policy_pref_service(profile_->GetPrefs()); profile_ 1519 chrome/browser/chrome_browser_main.cc TranslateDownloadManager::RequestLanguageList(profile_->GetPrefs()); profile_ 1540 chrome/browser/chrome_browser_main.cc profile_, last_opened_profiles, &result_code)) { profile_ 1585 chrome/browser/chrome_browser_main.cc TranslateDownloadManager::RequestLanguageList(profile_->GetPrefs()); profile_ 1599 chrome/browser/chrome_browser_main.cc chrome_prefs::SchedulePrefHashStoresUpdateCheck(profile_->GetPath()); profile_ 94 chrome/browser/chrome_browser_main.h Profile* profile() { return profile_; } profile_ 176 chrome/browser/chrome_browser_main.h Profile* profile_; profile_ 40 chrome/browser/chrome_net_benchmarking_message_filter.cc profile_(profile), profile_ 154 chrome/browser/chrome_net_benchmarking_message_filter.cc chrome_browser_net::Predictor* predictor = profile_->GetNetworkPredictor(); profile_ 45 chrome/browser/chrome_net_benchmarking_message_filter.h Profile* profile_; profile_ 292 chrome/browser/chromeos/accessibility/accessibility_manager.cc : profile_(NULL), profile_ 375 chrome/browser/chromeos/accessibility/accessibility_manager.cc if (!profile_) profile_ 377 chrome/browser/chromeos/accessibility/accessibility_manager.cc PrefService* pref_service = profile_->GetPrefs(); profile_ 389 chrome/browser/chromeos/accessibility/accessibility_manager.cc if (!profile_) profile_ 392 chrome/browser/chromeos/accessibility/accessibility_manager.cc PrefService* pref_service = profile_->GetPrefs(); profile_ 398 chrome/browser/chromeos/accessibility/accessibility_manager.cc if (!profile_) profile_ 402 chrome/browser/chromeos/accessibility/accessibility_manager.cc profile_->GetPrefs()->GetBoolean(prefs::kLargeCursorEnabled); profile_ 439 chrome/browser/chromeos/accessibility/accessibility_manager.cc if (!profile_) profile_ 441 chrome/browser/chromeos/accessibility/accessibility_manager.cc PrefService* pref_service = profile_->GetPrefs(); profile_ 451 chrome/browser/chromeos/accessibility/accessibility_manager.cc if (!profile_) profile_ 455 chrome/browser/chromeos/accessibility/accessibility_manager.cc profile_->GetPrefs()->GetBoolean(prefs::kStickyKeysEnabled); profile_ 470 chrome/browser/chromeos/accessibility/accessibility_manager.cc if (!profile_) profile_ 479 chrome/browser/chromeos/accessibility/accessibility_manager.cc PrefService* pref_service = profile_->GetPrefs(); profile_ 488 chrome/browser/chromeos/accessibility/accessibility_manager.cc if (!profile_) profile_ 492 chrome/browser/chromeos/accessibility/accessibility_manager.cc profile_->GetPrefs()->GetBoolean(prefs::kSpokenFeedbackEnabled); profile_ 526 chrome/browser/chromeos/accessibility/accessibility_manager.cc PostLoadChromeVox(profile_); profile_ 537 chrome/browser/chromeos/accessibility/accessibility_manager.cc if (ProfileHelper::IsSigninProfile(profile_)) { profile_ 547 chrome/browser/chromeos/accessibility/accessibility_manager.cc LoadChromeVoxExtension(profile_, login_web_ui ? profile_ 573 chrome/browser/chromeos/accessibility/accessibility_manager.cc UnloadChromeVoxExtension(profile_); profile_ 577 chrome/browser/chromeos/accessibility/accessibility_manager.cc PostUnloadChromeVox(profile_); profile_ 597 chrome/browser/chromeos/accessibility/accessibility_manager.cc if (!profile_) profile_ 600 chrome/browser/chromeos/accessibility/accessibility_manager.cc PrefService* pref_service = profile_->GetPrefs(); profile_ 606 chrome/browser/chromeos/accessibility/accessibility_manager.cc if (!profile_) profile_ 610 chrome/browser/chromeos/accessibility/accessibility_manager.cc profile_->GetPrefs()->GetBoolean(prefs::kHighContrastEnabled); profile_ 635 chrome/browser/chromeos/accessibility/accessibility_manager.cc if (!profile_) profile_ 653 chrome/browser/chromeos/accessibility/accessibility_manager.cc if (!profile_) profile_ 656 chrome/browser/chromeos/accessibility/accessibility_manager.cc PrefService* pref_service = profile_->GetPrefs(); profile_ 667 chrome/browser/chromeos/accessibility/accessibility_manager.cc profile_->GetPrefs()->GetBoolean(prefs::kAutoclickEnabled); profile_ 679 chrome/browser/chromeos/accessibility/accessibility_manager.cc if (!profile_) profile_ 682 chrome/browser/chromeos/accessibility/accessibility_manager.cc PrefService* pref_service = profile_->GetPrefs(); profile_ 693 chrome/browser/chromeos/accessibility/accessibility_manager.cc profile_->GetPrefs()->GetInteger(prefs::kAutoclickDelayMs); profile_ 706 chrome/browser/chromeos/accessibility/accessibility_manager.cc if (!profile_) profile_ 709 chrome/browser/chromeos/accessibility/accessibility_manager.cc PrefService* pref_service = profile_->GetPrefs(); profile_ 719 chrome/browser/chromeos/accessibility/accessibility_manager.cc if (!profile_) profile_ 723 chrome/browser/chromeos/accessibility/accessibility_manager.cc profile_->GetPrefs()->GetBoolean(prefs::kVirtualKeyboardEnabled); profile_ 829 chrome/browser/chromeos/accessibility/accessibility_manager.cc large_cursor_pref_handler_.HandleProfileChanged(profile_, profile); profile_ 830 chrome/browser/chromeos/accessibility/accessibility_manager.cc spoken_feedback_pref_handler_.HandleProfileChanged(profile_, profile); profile_ 831 chrome/browser/chromeos/accessibility/accessibility_manager.cc high_contrast_pref_handler_.HandleProfileChanged(profile_, profile); profile_ 832 chrome/browser/chromeos/accessibility/accessibility_manager.cc autoclick_pref_handler_.HandleProfileChanged(profile_, profile); profile_ 833 chrome/browser/chromeos/accessibility/accessibility_manager.cc autoclick_delay_pref_handler_.HandleProfileChanged(profile_, profile); profile_ 834 chrome/browser/chromeos/accessibility/accessibility_manager.cc virtual_keyboard_pref_handler_.HandleProfileChanged(profile_, profile); profile_ 836 chrome/browser/chromeos/accessibility/accessibility_manager.cc bool had_profile = (profile_ != NULL); profile_ 837 chrome/browser/chromeos/accessibility/accessibility_manager.cc profile_ = profile; profile_ 878 chrome/browser/chromeos/accessibility/accessibility_manager.cc LoadChromeVoxExtension(profile_, render_view_host); profile_ 908 chrome/browser/chromeos/accessibility/accessibility_manager.cc if (profile_) { profile_ 909 chrome/browser/chromeos/accessibility/accessibility_manager.cc const PrefService* const prefs = profile_->GetPrefs(); profile_ 959 chrome/browser/chromeos/accessibility/accessibility_manager.cc if (profile_ == profile) profile_ 1006 chrome/browser/chromeos/accessibility/accessibility_manager.cc OnChromeVoxLoadStateChanged(profile_, profile_ 238 chrome/browser/chromeos/accessibility/accessibility_manager.h Profile* profile_; profile_ 44 chrome/browser/chromeos/accessibility/magnification_manager.cc profile_(NULL), profile_ 75 chrome/browser/chromeos/accessibility/magnification_manager.cc if (!profile_) profile_ 78 chrome/browser/chromeos/accessibility/magnification_manager.cc PrefService* prefs = profile_->GetPrefs(); profile_ 84 chrome/browser/chromeos/accessibility/magnification_manager.cc if (!profile_) profile_ 87 chrome/browser/chromeos/accessibility/magnification_manager.cc PrefService* prefs = profile_->GetPrefs(); profile_ 93 chrome/browser/chromeos/accessibility/magnification_manager.cc if (!profile_) profile_ 96 chrome/browser/chromeos/accessibility/magnification_manager.cc profile_->GetPrefs()->SetDouble(prefs::kScreenMagnifierScale, scale); profile_ 100 chrome/browser/chromeos/accessibility/magnification_manager.cc if (!profile_) profile_ 103 chrome/browser/chromeos/accessibility/magnification_manager.cc return profile_->GetPrefs()->GetDouble(prefs::kScreenMagnifierScale); profile_ 133 chrome/browser/chromeos/accessibility/magnification_manager.cc magnifier_enabled_pref_handler_.HandleProfileChanged(profile_, profile); profile_ 134 chrome/browser/chromeos/accessibility/magnification_manager.cc magnifier_type_pref_handler_.HandleProfileChanged(profile_, profile); profile_ 135 chrome/browser/chromeos/accessibility/magnification_manager.cc magnifier_scale_pref_handler_.HandleProfileChanged(profile_, profile); profile_ 137 chrome/browser/chromeos/accessibility/magnification_manager.cc profile_ = profile; profile_ 169 chrome/browser/chromeos/accessibility/magnification_manager.cc if (!profile_) profile_ 173 chrome/browser/chromeos/accessibility/magnification_manager.cc profile_->GetPrefs()->GetBoolean(prefs::kScreenMagnifierEnabled); profile_ 175 chrome/browser/chromeos/accessibility/magnification_manager.cc profile_->GetPrefs()->GetInteger(prefs::kScreenMagnifierType); profile_ 237 chrome/browser/chromeos/accessibility/magnification_manager.cc if (profile_ == profile) profile_ 245 chrome/browser/chromeos/accessibility/magnification_manager.cc Profile* profile_; profile_ 48 chrome/browser/chromeos/accessibility/magnification_manager_unittest.cc MagnificationManager::Get()->SetProfileForTest(&profile_); profile_ 56 chrome/browser/chromeos/accessibility/magnification_manager_unittest.cc TestingProfile profile_; profile_ 35 chrome/browser/chromeos/app_mode/kiosk_app_update_service.cc : profile_(profile), profile_ 38 chrome/browser/chromeos/app_mode/kiosk_app_update_service.cc extensions::ExtensionSystem::Get(profile_)->extension_service(); profile_ 66 chrome/browser/chromeos/app_mode/kiosk_app_update_service.cc ExtensionService* service = profile_->GetExtensionService(); profile_ 80 chrome/browser/chromeos/app_mode/kiosk_app_update_service.cc app_id_, profile_, extension); profile_ 83 chrome/browser/chromeos/app_mode/kiosk_app_update_service.cc profile_, profile_ 108 chrome/browser/chromeos/app_mode/kiosk_app_update_service.cc profile_, app_id_, restart_reason); profile_ 62 chrome/browser/chromeos/app_mode/kiosk_app_update_service.h Profile* profile_; profile_ 65 chrome/browser/chromeos/app_mode/kiosk_diagnosis_runner.cc : profile_(profile), profile_ 85 chrome/browser/chromeos/app_mode/kiosk_diagnosis_runner.cc ->Get(profile_) profile_ 98 chrome/browser/chromeos/app_mode/kiosk_diagnosis_runner.cc feedback_data->set_profile(profile_); profile_ 114 chrome/browser/chromeos/app_mode/kiosk_diagnosis_runner.cc ->Get(profile_) profile_ 117 chrome/browser/chromeos/app_mode/kiosk_diagnosis_runner.cc service->SendFeedback(profile_, profile_ 39 chrome/browser/chromeos/app_mode/kiosk_diagnosis_runner.h Profile* profile_; profile_ 69 chrome/browser/chromeos/app_mode/startup_app_launcher.cc : profile_(profile), profile_ 76 chrome/browser/chromeos/app_mode/startup_app_launcher.cc DCHECK(profile_); profile_ 83 chrome/browser/chromeos/app_mode/startup_app_launcher.cc ProfileOAuth2TokenServiceFactory::GetForProfile(profile_) profile_ 166 chrome/browser/chromeos/app_mode/startup_app_launcher.cc const Extension* extension = extensions::ExtensionSystem::Get(profile_)-> profile_ 188 chrome/browser/chromeos/app_mode/startup_app_launcher.cc ProfileOAuth2TokenServiceFactory::GetForProfile(profile_); profile_ 190 chrome/browser/chromeos/app_mode/startup_app_launcher.cc SigninManagerFactory::GetForProfile(profile_); profile_ 219 chrome/browser/chromeos/app_mode/startup_app_launcher.cc ProfileOAuth2TokenServiceFactory::GetForProfile(profile_) profile_ 225 chrome/browser/chromeos/app_mode/startup_app_launcher.cc ProfileOAuth2TokenServiceFactory::GetForProfile(profile_) profile_ 236 chrome/browser/chromeos/app_mode/startup_app_launcher.cc const Extension* extension = extensions::ExtensionSystem::Get(profile_)-> profile_ 246 chrome/browser/chromeos/app_mode/startup_app_launcher.cc OpenApplication(AppLaunchParams(profile_, extension, profile_ 249 chrome/browser/chromeos/app_mode/startup_app_launcher.cc InitAppSession(profile_, app_id_); profile_ 259 chrome/browser/chromeos/app_mode/startup_app_launcher.cc KioskDiagnosisRunner::Run(profile_, app_id_); profile_ 279 chrome/browser/chromeos/app_mode/startup_app_launcher.cc extensions::ExtensionSystem::Get(profile_)->extension_service(); profile_ 301 chrome/browser/chromeos/app_mode/startup_app_launcher.cc profile_, profile_ 349 chrome/browser/chromeos/app_mode/startup_app_launcher.cc KioskAppManager::Get()->UpdateAppDataFromProfile(app_id_, profile_, NULL); profile_ 110 chrome/browser/chromeos/app_mode/startup_app_launcher.h Profile* profile_; profile_ 144 chrome/browser/chromeos/customization_document.cc Profile* profile() { return profile_; } profile_ 175 chrome/browser/chromeos/customization_document.cc Profile* profile_; profile_ 70 chrome/browser/chromeos/drive/download_handler_unittest.cc TestingProfile profile_; profile_ 96 chrome/browser/chromeos/drive/download_handler_unittest.cc util::GetDriveMountPointPath(&profile_).AppendASCII("test.dat"); profile_ 117 chrome/browser/chromeos/drive/download_handler_unittest.cc util::GetDriveMountPointPath(&profile_).AppendASCII("test.dat"); profile_ 139 chrome/browser/chromeos/drive/download_handler_unittest.cc util::GetDriveMountPointPath(&profile_).AppendASCII("test.dat"); profile_ 166 chrome/browser/chromeos/drive/download_handler_unittest.cc util::GetDriveMountPointPath(&profile_).AppendASCII("test.dat"); profile_ 216 chrome/browser/chromeos/drive/drive_integration_service.cc : profile_(profile), profile_ 246 chrome/browser/chromeos/drive/drive_integration_service.cc profile_->GetPrefs(), profile_ 265 chrome/browser/chromeos/drive/drive_integration_service.cc profile_->GetPrefs(), profile_ 296 chrome/browser/chromeos/drive/drive_integration_service.cc DriveNotificationManagerFactory::FindForBrowserContext(profile_); profile_ 432 chrome/browser/chromeos/drive/drive_integration_service.cc util::GetDriveMountPointPath(profile_); profile_ 486 chrome/browser/chromeos/drive/drive_integration_service.cc file_manager::util::GetDownloadsFolderForProfile(profile_)), profile_ 497 chrome/browser/chromeos/drive/drive_integration_service.cc SigninManagerFactory::GetForProfile(profile_); profile_ 514 chrome/browser/chromeos/drive/drive_integration_service.cc BrowserContext::GetDownloadManager(profile_) : NULL; profile_ 521 chrome/browser/chromeos/drive/drive_integration_service.cc DriveNotificationManagerFactory::GetForBrowserContext(profile_); profile_ 543 chrome/browser/chromeos/drive/drive_integration_service.cc PrefService* pref_service = profile_->GetPrefs(); profile_ 548 chrome/browser/chromeos/drive/drive_integration_service.cc file_manager::util::GetDownloadsFolderForProfile(profile_)); profile_ 154 chrome/browser/chromeos/drive/drive_integration_service.h Profile* profile_; profile_ 30 chrome/browser/chromeos/drive/file_task_executor.cc : profile_(profile), profile_ 54 chrome/browser/chromeos/drive/file_task_executor.cc FileSystemInterface* file_system = util::GetFileSystemByProfile(profile_); profile_ 79 chrome/browser/chromeos/drive/file_task_executor.cc util::GetDriveServiceByProfile(profile_); profile_ 102 chrome/browser/chromeos/drive/file_task_executor.cc DriveIntegrationServiceFactory::FindForProfile(profile_); profile_ 111 chrome/browser/chromeos/drive/file_task_executor.cc profile_, chrome::HOST_DESKTOP_TYPE_ASH); profile_ 46 chrome/browser/chromeos/drive/file_task_executor.h Profile* profile_; profile_ 71 chrome/browser/chromeos/enrollment_dialog_view.cc Profile* profile_; profile_ 86 chrome/browser/chromeos/enrollment_dialog_view.cc profile_(profile), profile_ 122 chrome/browser/chromeos/enrollment_dialog_view.cc chrome::NavigateParams params(profile_, profile_ 203 chrome/browser/chromeos/enrollment_dialog_view.cc Profile* profile_; profile_ 239 chrome/browser/chromeos/enrollment_dialog_view.cc profile_, profile_ 331 chrome/browser/chromeos/extensions/file_manager/event_router.cc profile_(profile), profile_ 347 chrome/browser/chromeos/extensions/file_manager/event_router.cc if (!profile_) { profile_ 361 chrome/browser/chromeos/extensions/file_manager/event_router.cc profile_); profile_ 368 chrome/browser/chromeos/extensions/file_manager/event_router.cc VolumeManager* volume_manager = VolumeManager::Get(profile_); profile_ 380 chrome/browser/chromeos/extensions/file_manager/event_router.cc profile_ = NULL; profile_ 384 chrome/browser/chromeos/extensions/file_manager/event_router.cc if (!profile_) { profile_ 396 chrome/browser/chromeos/extensions/file_manager/event_router.cc VolumeManager* volume_manager = VolumeManager::Get(profile_); profile_ 402 chrome/browser/chromeos/extensions/file_manager/event_router.cc profile_); profile_ 414 chrome/browser/chromeos/extensions/file_manager/event_router.cc pref_change_registrar_->Init(profile_->GetPrefs()); profile_ 511 chrome/browser/chromeos/extensions/file_manager/event_router.cc profile_, profile_ 533 chrome/browser/chromeos/extensions/file_manager/event_router.cc profile_, profile_ 539 chrome/browser/chromeos/extensions/file_manager/event_router.cc if (!profile_ || profile_ 540 chrome/browser/chromeos/extensions/file_manager/event_router.cc !extensions::ExtensionSystem::Get(profile_)->event_router()) { profile_ 546 chrome/browser/chromeos/extensions/file_manager/event_router.cc profile_, profile_ 552 chrome/browser/chromeos/extensions/file_manager/event_router.cc if (!profile_ || profile_ 553 chrome/browser/chromeos/extensions/file_manager/event_router.cc !extensions::ExtensionSystem::Get(profile_)->event_router()) { profile_ 559 chrome/browser/chromeos/extensions/file_manager/event_router.cc profile_, profile_ 629 chrome/browser/chromeos/extensions/file_manager/event_router.cc JobInfoToTransferStatus(profile_, profile_ 637 chrome/browser/chromeos/extensions/file_manager/event_router.cc profile_, profile_ 665 chrome/browser/chromeos/extensions/file_manager/event_router.cc profile_, drive_path, kFileManagerAppId).spec(); profile_ 667 chrome/browser/chromeos/extensions/file_manager/event_router.cc profile_, profile_ 677 chrome/browser/chromeos/extensions/file_manager/event_router.cc profile_, profile_ 698 chrome/browser/chromeos/extensions/file_manager/event_router.cc if (!profile_) { profile_ 711 chrome/browser/chromeos/extensions/file_manager/event_router.cc profile_, profile_ 744 chrome/browser/chromeos/extensions/file_manager/event_router.cc BroadcastEvent(profile_, profile_ 757 chrome/browser/chromeos/extensions/file_manager/event_router.cc profile_ != ProfileManager::GetActiveUserProfile()) profile_ 761 chrome/browser/chromeos/extensions/file_manager/event_router.cc if (IsRecoveryToolRunning(profile_)) profile_ 773 chrome/browser/chromeos/extensions/file_manager/event_router.cc IsGooglePhotosInstalled(profile_) profile_ 775 chrome/browser/chromeos/extensions/file_manager/event_router.cc : base::Bind(&util::OpenRemovableDrive, profile_, mount_path), profile_ 776 chrome/browser/chromeos/extensions/file_manager/event_router.cc base::Bind(&util::OpenRemovableDrive, profile_, mount_path)); profile_ 785 chrome/browser/chromeos/extensions/file_manager/event_router.cc BroadcastEvent(profile_, profile_ 813 chrome/browser/chromeos/extensions/file_manager/event_router.cc if (profile_->GetPrefs()->GetBoolean(prefs::kExternalStorageDisabled)) { profile_ 841 chrome/browser/chromeos/extensions/file_manager/event_router.cc if (!profile_) profile_ 845 chrome/browser/chromeos/extensions/file_manager/event_router.cc profile_, profile_ 864 chrome/browser/chromeos/extensions/file_manager/event_router.cc profile_, profile_ 899 chrome/browser/chromeos/extensions/file_manager/event_router.cc GrantAccessForAddedProfileToRunningInstance(added_profile, profile_); profile_ 901 chrome/browser/chromeos/extensions/file_manager/event_router.cc BroadcastEvent(profile_, profile_ 919 chrome/browser/chromeos/extensions/file_manager/event_router.cc BroadcastEvent(profile_, profile_ 191 chrome/browser/chromeos/extensions/file_manager/event_router.h Profile* profile_; profile_ 187 chrome/browser/chromeos/file_manager/file_browser_handlers.cc Profile* profile_; profile_ 251 chrome/browser/chromeos/file_manager/file_browser_handlers.cc : profile_(profile), profile_ 269 chrome/browser/chromeos/file_manager/file_browser_handlers.cc profile_, extension_->id())); profile_ 288 chrome/browser/chromeos/file_manager/file_browser_handlers.cc profile_, profile_ 316 chrome/browser/chromeos/file_manager/file_browser_handlers.cc int handler_pid = ExtractProcessFromExtensionId(profile_, extension_->id()); profile_ 331 chrome/browser/chromeos/file_manager/file_browser_handlers.cc extensions::ExtensionSystem::Get(profile_)-> profile_ 333 chrome/browser/chromeos/file_manager/file_browser_handlers.cc if (!queue->ShouldEnqueueTask(profile_, extension_.get())) { profile_ 338 chrome/browser/chromeos/file_manager/file_browser_handlers.cc profile_, profile_ 363 chrome/browser/chromeos/file_manager/file_browser_handlers.cc extensions::ExtensionSystem::Get(profile_)->event_router(); profile_ 396 chrome/browser/chromeos/file_manager/file_browser_handlers.cc event->restrict_to_browser_context = profile_; profile_ 449 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc profile_ = profile; profile_ 461 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc Profile* profile_; profile_ 227 chrome/browser/chromeos/file_manager/volume_manager.cc : profile_(profile), profile_ 252 chrome/browser/chromeos/file_manager/volume_manager.cc profile_->GetPrefs()->GetFilePath(prefs::kSelectFileLastDirectory); profile_ 255 chrome/browser/chromeos/file_manager/volume_manager.cc file_manager::util::MigratePathFromOldFormat(profile_, profile_ 257 chrome/browser/chromeos/file_manager/volume_manager.cc profile_->GetPrefs()->SetFilePath(prefs::kSelectFileLastDirectory, profile_ 262 chrome/browser/chromeos/file_manager/volume_manager.cc if (chromeos::ProfileHelper::IsSigninProfile(profile_)) profile_ 267 chrome/browser/chromeos/file_manager/volume_manager.cc file_manager::util::GetDownloadsFolderForProfile(profile_); profile_ 268 chrome/browser/chromeos/file_manager/volume_manager.cc const bool success = RegisterDownloadsMountPoint(profile_, downloads); profile_ 280 chrome/browser/chromeos/file_manager/volume_manager.cc CreateDriveVolumeInfo(profile_), profile_ 352 chrome/browser/chromeos/file_manager/volume_manager.cc pref_change_registrar_.Init(profile_->GetPrefs()); profile_ 421 chrome/browser/chromeos/file_manager/volume_manager.cc if (FindDownloadsMountPointPath(profile_, &old_path)) { profile_ 426 chrome/browser/chromeos/file_manager/volume_manager.cc bool success = RegisterDownloadsMountPoint(profile_, path); profile_ 449 chrome/browser/chromeos/file_manager/volume_manager.cc VolumeInfo volume_info = CreateDriveVolumeInfo(profile_); profile_ 457 chrome/browser/chromeos/file_manager/volume_manager.cc VolumeInfo volume_info = CreateDriveVolumeInfo(profile_); profile_ 480 chrome/browser/chromeos/file_manager/volume_manager.cc !profile_->GetPrefs()->GetBoolean(prefs::kExternalStorageDisabled)) { profile_ 554 chrome/browser/chromeos/file_manager/volume_manager.cc drive::util::GetFileSystemByProfile(profile_); profile_ 634 chrome/browser/chromeos/file_manager/volume_manager.cc if (profile_->GetPrefs()->GetBoolean(prefs::kExternalStorageDisabled)) { profile_ 668 chrome/browser/chromeos/file_manager/volume_manager.cc profile_->GetPath().IsParent(volume_info.source_path); profile_ 682 chrome/browser/chromeos/file_manager/volume_manager.cc profile_->GetPrefs()->GetBoolean(prefs::kExternalStorageDisabled)) { profile_ 192 chrome/browser/chromeos/file_manager/volume_manager.h Profile* profile_; profile_ 146 chrome/browser/chromeos/file_manager/volume_manager_unittest.cc : profile_(new TestingProfile), profile_ 148 chrome/browser/chromeos/file_manager/volume_manager_unittest.cc new chromeos::file_system_provider::Service(profile_.get())), profile_ 150 chrome/browser/chromeos/file_manager/volume_manager_unittest.cc profile_.get(), profile_ 157 chrome/browser/chromeos/file_manager/volume_manager_unittest.cc Profile* profile() const { return profile_.get(); } profile_ 161 chrome/browser/chromeos/file_manager/volume_manager_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 45 chrome/browser/chromeos/file_system_provider/service.cc Service::Service(Profile* profile) : profile_(profile), next_id_(1) {} profile_ 84 chrome/browser/chromeos/file_system_provider/service.cc GetMountPointPath(profile_, extension_id, file_system_id); profile_ 54 chrome/browser/chromeos/file_system_provider/service.h Profile* profile_; profile_ 56 chrome/browser/chromeos/file_system_provider/service_unittest.cc profile_.reset(new TestingProfile); profile_ 57 chrome/browser/chromeos/file_system_provider/service_unittest.cc user_manager_->AddUser(profile_->GetProfileName()); profile_ 58 chrome/browser/chromeos/file_system_provider/service_unittest.cc file_system_provider_service_.reset(new Service(profile_.get())); profile_ 66 chrome/browser/chromeos/file_system_provider/service_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 82 chrome/browser/chromeos/first_run/drive_first_run_controller.cc : profile_(profile) {} profile_ 95 chrome/browser/chromeos/first_run/drive_first_run_controller.cc Profile* profile_; profile_ 107 chrome/browser/chromeos/first_run/drive_first_run_controller.cc profile_, profile_ 183 chrome/browser/chromeos/first_run/drive_first_run_controller.cc Profile* profile_; profile_ 200 chrome/browser/chromeos/first_run/drive_first_run_controller.cc : profile_(profile), profile_ 208 chrome/browser/chromeos/first_run/drive_first_run_controller.cc content::Source<Profile>(profile_)); profile_ 218 chrome/browser/chromeos/first_run/drive_first_run_controller.cc profile_, content::SiteInstance::CreateForURL(profile_, url)); profile_ 301 chrome/browser/chromeos/first_run/drive_first_run_controller.cc extensions::ExtensionSystem::Get(profile_)->extension_service(); profile_ 310 chrome/browser/chromeos/first_run/drive_first_run_controller.cc BackgroundContentsServiceFactory::GetForProfile(profile_); profile_ 318 chrome/browser/chromeos/first_run/drive_first_run_controller.cc ->CreateBackgroundContents(content::SiteInstance::Create(profile_), profile_ 320 chrome/browser/chromeos/first_run/drive_first_run_controller.cc profile_, profile_ 353 chrome/browser/chromeos/first_run/drive_first_run_controller.cc : profile_(profile), profile_ 383 chrome/browser/chromeos/first_run/drive_first_run_controller.cc extensions::ExtensionSystem::Get(profile_)->extension_service(); profile_ 391 chrome/browser/chromeos/first_run/drive_first_run_controller.cc BackgroundContentsServiceFactory::GetForProfile(profile_); profile_ 400 chrome/browser/chromeos/first_run/drive_first_run_controller.cc profile_, profile_ 461 chrome/browser/chromeos/first_run/drive_first_run_controller.cc extensions::ExtensionSystem::Get(profile_)->extension_service(); profile_ 482 chrome/browser/chromeos/first_run/drive_first_run_controller.cc new DriveOfflineNotificationDelegate(profile_))); profile_ 79 chrome/browser/chromeos/first_run/drive_first_run_controller.h Profile* profile_; profile_ 49 chrome/browser/chromeos/first_run/first_run.cc : profile_(profile) { profile_ 63 chrome/browser/chromeos/first_run/first_run.cc UserManager::Get()->GetUserByProfile(profile_)); profile_ 73 chrome/browser/chromeos/first_run/first_run.cc profile_->GetPrefs()->GetBoolean(prefs::kFirstRunTutorialShown); profile_ 77 chrome/browser/chromeos/first_run/first_run.cc LaunchDialogForProfile(profile_); profile_ 83 chrome/browser/chromeos/first_run/first_run.cc Profile* profile_; profile_ 37 chrome/browser/chromeos/locale_change_guard.cc : profile_(profile), profile_ 41 chrome/browser/chromeos/locale_change_guard.cc DCHECK(profile_); profile_ 56 chrome/browser/chromeos/locale_change_guard.cc if (profile_ == NULL || profile_ 66 chrome/browser/chromeos/locale_change_guard.cc profile_->ChangeAppLocale( profile_ 79 chrome/browser/chromeos/locale_change_guard.cc if (profile_ == NULL) { profile_ 93 chrome/browser/chromeos/locale_change_guard.cc if (profile_ == profile_ 108 chrome/browser/chromeos/locale_change_guard.cc PrefService* prefs = profile_->GetPrefs(); profile_ 135 chrome/browser/chromeos/locale_change_guard.cc PrefService* prefs = profile_->GetPrefs(); profile_ 169 chrome/browser/chromeos/locale_change_guard.cc if (profile_ == NULL || profile_ 180 chrome/browser/chromeos/locale_change_guard.cc PrefService* prefs = profile_->GetPrefs(); profile_ 60 chrome/browser/chromeos/locale_change_guard.h Profile* profile_; profile_ 65 chrome/browser/chromeos/login/app_launch_controller.cc window_registry_(apps::AppWindowRegistry::Get(controller->profile_)), profile_ 111 chrome/browser/chromeos/login/app_launch_controller.cc : profile_(NULL), profile_ 182 chrome/browser/chromeos/login/app_launch_controller.cc DCHECK(profile_); profile_ 241 chrome/browser/chromeos/login/app_launch_controller.cc profile_ = profile; profile_ 245 chrome/browser/chromeos/login/app_launch_controller.cc new StartupAppLauncher(profile_, app_id_, diagnostic_mode_, this)); profile_ 112 chrome/browser/chromeos/login/app_launch_controller.h Profile* profile_; profile_ 24 chrome/browser/chromeos/login/auth_sync_observer.cc : profile_(profile) { profile_ 32 chrome/browser/chromeos/login/auth_sync_observer.cc ProfileSyncServiceFactory::GetForProfile(profile_); profile_ 39 chrome/browser/chromeos/login/auth_sync_observer.cc ProfileSyncServiceFactory::GetForProfile(profile_); profile_ 48 chrome/browser/chromeos/login/auth_sync_observer.cc ProfileSyncServiceFactory::GetForProfile(profile_); profile_ 49 chrome/browser/chromeos/login/auth_sync_observer.cc User* user = UserManager::Get()->GetUserByProfile(profile_); profile_ 71 chrome/browser/chromeos/login/auth_sync_observer.cc profile_, profile_ 93 chrome/browser/chromeos/login/auth_sync_observer.cc profile_, token); profile_ 41 chrome/browser/chromeos/login/auth_sync_observer.h Profile* profile_; profile_ 55 chrome/browser/chromeos/login/login_web_dialog.cc : profile_(profile), profile_ 73 chrome/browser/chromeos/login/login_web_dialog.cc profile_, profile_ 92 chrome/browser/chromeos/login/login_web_dialog.h Profile* profile_; profile_ 73 chrome/browser/chromeos/login/managed/supervised_user_login_flow.cc profile_, token); profile_ 243 chrome/browser/chromeos/login/managed/supervised_user_login_flow.cc LoginUtils::Get()->DoBrowserLaunch(profile_, host()); profile_ 244 chrome/browser/chromeos/login/managed/supervised_user_login_flow.cc profile_ = NULL; profile_ 250 chrome/browser/chromeos/login/managed/supervised_user_login_flow.cc profile_ = profile; profile_ 56 chrome/browser/chromeos/login/managed/supervised_user_login_flow.h Profile* profile_; profile_ 30 chrome/browser/chromeos/login/merge_session_xhr_request_waiter.cc : profile_(profile), profile_ 38 chrome/browser/chromeos/login/merge_session_xhr_request_waiter.cc profile_); profile_ 45 chrome/browser/chromeos/login/merge_session_xhr_request_waiter.cc OAuth2LoginManagerFactory::GetInstance()->GetForProfile(profile_); profile_ 65 chrome/browser/chromeos/login/merge_session_xhr_request_waiter.cc OAuth2LoginManagerFactory::GetInstance()->GetForProfile(profile_); profile_ 44 chrome/browser/chromeos/login/merge_session_xhr_request_waiter.h Profile* profile_; profile_ 71 chrome/browser/chromeos/login/oauth2_browsertest.cc : profile_(profile), profile_ 80 chrome/browser/chromeos/login/oauth2_browsertest.cc OAuth2LoginManagerFactory::GetInstance()->GetForProfile(profile_); profile_ 112 chrome/browser/chromeos/login/oauth2_browsertest.cc Profile* profile_; profile_ 43 chrome/browser/chromeos/login/saml/saml_offline_signin_limiter.cc PrefService* prefs = profile_->GetPrefs(); profile_ 44 chrome/browser/chromeos/login/saml/saml_offline_signin_limiter.cc const User* user = UserManager::Get()->GetUserByProfile(profile_); profile_ 88 chrome/browser/chromeos/login/saml/saml_offline_signin_limiter.cc : profile_(profile), profile_ 141 chrome/browser/chromeos/login/saml/saml_offline_signin_limiter.cc User* user = UserManager::Get()->GetUserByProfile(profile_); profile_ 64 chrome/browser/chromeos/login/saml/saml_offline_signin_limiter.h Profile* profile_; profile_ 51 chrome/browser/chromeos/login/saml/saml_offline_signin_limiter_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 83 chrome/browser/chromeos/login/saml/saml_offline_signin_limiter_unittest.cc limiter_ = new SAMLOfflineSigninLimiter(profile_.get(), &clock_); profile_ 87 chrome/browser/chromeos/login/saml/saml_offline_signin_limiter_unittest.cc profile_.reset(new TestingProfile); profile_ 91 chrome/browser/chromeos/login/saml/saml_offline_signin_limiter_unittest.cc profile_->set_profile_name(kTestUser); profile_ 100 chrome/browser/chromeos/login/saml/saml_offline_signin_limiter_unittest.cc PrefService* prefs = profile_->GetPrefs(); profile_ 141 chrome/browser/chromeos/login/saml/saml_offline_signin_limiter_unittest.cc PrefService* prefs = profile_->GetPrefs(); profile_ 185 chrome/browser/chromeos/login/saml/saml_offline_signin_limiter_unittest.cc PrefService* prefs = profile_->GetPrefs(); profile_ 229 chrome/browser/chromeos/login/saml/saml_offline_signin_limiter_unittest.cc PrefService* prefs = profile_->GetPrefs(); profile_ 261 chrome/browser/chromeos/login/saml/saml_offline_signin_limiter_unittest.cc PrefService* prefs = profile_->GetPrefs(); profile_ 290 chrome/browser/chromeos/login/saml/saml_offline_signin_limiter_unittest.cc PrefService* prefs = profile_->GetPrefs(); profile_ 316 chrome/browser/chromeos/login/saml/saml_offline_signin_limiter_unittest.cc PrefService* prefs = profile_->GetPrefs(); profile_ 387 chrome/browser/chromeos/login/saml/saml_offline_signin_limiter_unittest.cc PrefService* prefs = profile_->GetPrefs(); profile_ 451 chrome/browser/chromeos/login/saml/saml_offline_signin_limiter_unittest.cc PrefService* prefs = profile_->GetPrefs(); profile_ 475 chrome/browser/chromeos/login/saml/saml_offline_signin_limiter_unittest.cc PrefService* prefs = profile_->GetPrefs(); profile_ 502 chrome/browser/chromeos/login/saml/saml_offline_signin_limiter_unittest.cc PrefService* prefs = profile_->GetPrefs(); profile_ 530 chrome/browser/chromeos/login/saml/saml_offline_signin_limiter_unittest.cc PrefService* prefs = profile_->GetPrefs(); profile_ 555 chrome/browser/chromeos/login/saml/saml_offline_signin_limiter_unittest.cc PrefService* prefs = profile_->GetPrefs(); profile_ 123 chrome/browser/chromeos/login/simple_web_view_dialog.cc : profile_(profile), profile_ 146 chrome/browser/chromeos/login/simple_web_view_dialog.cc web_view_container_.reset(new views::WebView(profile_)); profile_ 184 chrome/browser/chromeos/login/simple_web_view_dialog.cc location_bar_ = new LocationBarView(NULL, profile_, command_updater_.get(), profile_ 108 chrome/browser/chromeos/login/simple_web_view_dialog.h Profile* profile_; profile_ 77 chrome/browser/chromeos/net/network_portal_detector_impl_unittest.cc profile_.reset(new TestingProfile()); profile_ 79 chrome/browser/chromeos/net/network_portal_detector_impl_unittest.cc new NetworkPortalDetectorImpl(profile_->GetRequestContext())); profile_ 96 chrome/browser/chromeos/net/network_portal_detector_impl_unittest.cc profile_.reset(); profile_ 122 chrome/browser/chromeos/net/network_portal_detector_impl_unittest.cc Profile* profile() { return profile_.get(); } profile_ 272 chrome/browser/chromeos/net/network_portal_detector_impl_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 150 chrome/browser/chromeos/policy/cloud_external_data_policy_observer_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 204 chrome/browser/chromeos/policy/cloud_external_data_policy_observer_unittest.cc profile_.reset(); profile_ 330 chrome/browser/chromeos/policy/cloud_external_data_policy_observer_unittest.cc profile_ = builder.Build(); profile_ 331 chrome/browser/chromeos/policy/cloud_external_data_policy_observer_unittest.cc profile_->set_profile_name(user_id); profile_ 337 chrome/browser/chromeos/policy/cloud_external_data_policy_observer_unittest.cc content::Details<Profile>(profile_.get())); profile_ 362 chrome/browser/chromeos/policy/cloud_external_data_policy_observer_unittest.cc profile_ = builder.Build(); profile_ 363 chrome/browser/chromeos/policy/cloud_external_data_policy_observer_unittest.cc profile_->set_profile_name(kRegularUserID); profile_ 369 chrome/browser/chromeos/policy/cloud_external_data_policy_observer_unittest.cc content::Details<Profile>(profile_.get())); profile_ 207 chrome/browser/chromeos/policy/network_configuration_updater_unittest.cc &profile_, profile_ 252 chrome/browser/chromeos/policy/network_configuration_updater_unittest.cc TestingProfile profile_; profile_ 86 chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos_unittest.cc profile_(NULL), profile_ 99 chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos_unittest.cc profile_ = profile_manager_->CreateTestingProfile( profile_ 107 chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos_unittest.cc profile_->SetOffTheRecordProfile(scoped_ptr<Profile>(signin_profile_)); profile_ 108 chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos_unittest.cc signin_profile_->SetOriginalProfile(profile_); profile_ 150 chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos_unittest.cc profile_ = NULL; profile_ 183 chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos_unittest.cc ProfileOAuth2TokenServiceFactory::GetForProfile(profile_); profile_ 186 chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos_unittest.cc SigninManagerFactory::GetForProfile(profile_); profile_ 255 chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos_unittest.cc ProfileOAuth2TokenServiceFactory::GetForProfile(profile_)); profile_ 332 chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos_unittest.cc TestingProfile* profile_; profile_ 541 chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos_unittest.cc ProfileOAuth2TokenServiceFactory::GetForProfile(profile_)); profile_ 544 chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos_unittest.cc SigninManagerFactory::GetForProfile(profile_); profile_ 92 chrome/browser/chromeos/power/power_prefs.cc if (profile_ == profile) profile_ 234 chrome/browser/chromeos/power/power_prefs.cc if (profile == profile_) profile_ 237 chrome/browser/chromeos/power/power_prefs.cc profile_ = profile; profile_ 60 chrome/browser/chromeos/power/power_prefs.h Profile* profile_; // Not owned. profile_ 91 chrome/browser/chromeos/power/power_prefs_unittest.cc return power_prefs_->profile_; profile_ 25 chrome/browser/content_settings/content_settings_default_provider_unittest.cc provider_(profile_.GetPrefs(), false) { profile_ 34 chrome/browser/content_settings/content_settings_default_provider_unittest.cc TestingProfile profile_; profile_ 147 chrome/browser/content_settings/content_settings_default_provider_unittest.cc PrefService* prefs = profile_.GetPrefs(); profile_ 192 chrome/browser/content_settings/content_settings_default_provider_unittest.cc content_settings::DefaultProvider otr_provider(profile_.GetPrefs(), true); profile_ 21 chrome/browser/content_settings/content_settings_usages_state.cc : profile_(profile), profile_ 62 chrome/browser/content_settings/content_settings_usages_state.cc profile_->GetHostContentSettingsMap()->GetDefaultContentSetting( profile_ 91 chrome/browser/content_settings/content_settings_usages_state.cc profile_->GetHostContentSettingsMap()->GetContentSetting( profile_ 106 chrome/browser/content_settings/content_settings_usages_state.cc profile_->GetPrefs()->GetString(prefs::kAcceptLanguages), &display_host); profile_ 66 chrome/browser/content_settings/content_settings_usages_state.h Profile* profile_; profile_ 27 chrome/browser/content_settings/cookie_settings_unittest.cc cookie_settings_(CookieSettings::Factory::GetForProfile(&profile_) profile_ 41 chrome/browser/content_settings/cookie_settings_unittest.cc TestingProfile profile_; profile_ 62 chrome/browser/content_settings/cookie_settings_unittest.cc profile_.GetPrefs()->SetBoolean(prefs::kBlockThirdPartyCookies, true); profile_ 102 chrome/browser/content_settings/cookie_settings_unittest.cc profile_.GetPrefs()->SetBoolean(prefs::kBlockThirdPartyCookies, true); profile_ 115 chrome/browser/content_settings/cookie_settings_unittest.cc profile_.GetPrefs()->SetBoolean(prefs::kBlockThirdPartyCookies, true); profile_ 140 chrome/browser/content_settings/cookie_settings_unittest.cc profile_.GetPrefs()->SetBoolean(prefs::kBlockThirdPartyCookies, true); profile_ 277 chrome/browser/content_settings/cookie_settings_unittest.cc profile_.GetPrefs()->SetBoolean(prefs::kBlockThirdPartyCookies, true); profile_ 137 chrome/browser/content_settings/permission_queue_controller.cc : profile_(profile), profile_ 327 chrome/browser/content_settings/permission_queue_controller.cc this, profile_->GetPrefs()->GetString(prefs::kAcceptLanguages)); profile_ 383 chrome/browser/content_settings/permission_queue_controller.cc profile_->GetHostContentSettingsMap()->SetContentSetting( profile_ 89 chrome/browser/content_settings/permission_queue_controller.h Profile* const profile_; profile_ 64 chrome/browser/content_settings/tab_specific_content_settings.cc profile_(Profile::FromBrowserContext(tab->GetBrowserContext())), profile_ 65 chrome/browser/content_settings/tab_specific_content_settings.cc allowed_local_shared_objects_(profile_), profile_ 66 chrome/browser/content_settings/tab_specific_content_settings.cc blocked_local_shared_objects_(profile_), profile_ 67 chrome/browser/content_settings/tab_specific_content_settings.cc geolocation_usages_state_(profile_, CONTENT_SETTINGS_TYPE_GEOLOCATION), profile_ 68 chrome/browser/content_settings/tab_specific_content_settings.cc midi_usages_state_(profile_, CONTENT_SETTINGS_TYPE_MIDI_SYSEX), profile_ 78 chrome/browser/content_settings/tab_specific_content_settings.cc profile_->GetHostContentSettingsMap())); profile_ 379 chrome/browser/content_settings/tab_specific_content_settings.h Profile* profile_; profile_ 314 chrome/browser/custom_handlers/protocol_handler_registry.cc : profile_(profile), profile_ 440 chrome/browser/custom_handlers/protocol_handler_registry.cc PrefService* prefs = profile_->GetPrefs(); profile_ 747 chrome/browser/custom_handlers/protocol_handler_registry.cc profile_->GetPrefs()->Set(prefs::kRegisteredProtocolHandlers, profile_ 749 chrome/browser/custom_handlers/protocol_handler_registry.cc profile_->GetPrefs()->Set(prefs::kIgnoredProtocolHandlers, profile_ 751 chrome/browser/custom_handlers/protocol_handler_registry.cc profile_->GetPrefs()->Set(prefs::kCustomHandlersEnabled, *enabled); profile_ 828 chrome/browser/custom_handlers/protocol_handler_registry.cc content::Source<Profile>(profile_), profile_ 849 chrome/browser/custom_handlers/protocol_handler_registry.cc PrefService* prefs = profile_->GetPrefs(); profile_ 310 chrome/browser/custom_handlers/protocol_handler_registry.h Profile* profile_; profile_ 320 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc TestingProfile* profile() const { return profile_.get(); } profile_ 358 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc profile_.reset(new TestingProfile()); profile_ 359 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc CHECK(profile_->GetPrefs()); profile_ 376 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 71 chrome/browser/custom_home_pages_table_model.cc : profile_(profile), profile_ 164 chrome/browser/custom_home_pages_table_model.cc profile_, Profile::EXPLICIT_ACCESS); profile_ 182 chrome/browser/custom_home_pages_table_model.cc if (browser->profile() != profile_) profile_ 225 chrome/browser/custom_home_pages_table_model.cc profile_, Profile::EXPLICIT_ACCESS); profile_ 269 chrome/browser/custom_home_pages_table_model.cc profile_->GetPrefs()->GetString(prefs::kAcceptLanguages); profile_ 85 chrome/browser/custom_home_pages_table_model.h Profile* profile_; profile_ 780 chrome/browser/devtools/devtools_adb_bridge.cc profile_, frontend_url_, proxy_->GetAgentHost().get()); profile_ 814 chrome/browser/devtools/devtools_adb_bridge.cc Profile* profile_; profile_ 1093 chrome/browser/devtools/devtools_adb_bridge.cc : profile_(profile), profile_ 1096 chrome/browser/devtools/devtools_adb_bridge.cc pref_change_registrar_.Init(profile_->GetPrefs()); profile_ 1167 chrome/browser/devtools/devtools_adb_bridge.cc PrefService* service = profile_->GetPrefs(); profile_ 1175 chrome/browser/devtools/devtools_adb_bridge.cc AndroidDeviceProvider::GetUsbDeviceProvider(profile_)); profile_ 198 chrome/browser/devtools/devtools_adb_bridge.h Profile* profile_; profile_ 214 chrome/browser/devtools/devtools_file_helper.cc profile_(profile), profile_ 233 chrome/browser/devtools/devtools_file_helper.cc profile_->GetPrefs()->GetDictionary(prefs::kDevToolsEditedFiles); profile_ 253 chrome/browser/devtools/devtools_file_helper.cc BrowserContext::GetDownloadManager(profile_))->DownloadPath(); profile_ 290 chrome/browser/devtools/devtools_file_helper.cc DictionaryPrefUpdate update(profile_->GetPrefs(), profile_ 347 chrome/browser/devtools/devtools_file_helper.cc profile_->GetPrefs()->GetDictionary(prefs::kDevToolsFileSystemPaths); profile_ 378 chrome/browser/devtools/devtools_file_helper.cc DictionaryPrefUpdate update(profile_->GetPrefs(), profile_ 393 chrome/browser/devtools/devtools_file_helper.cc set<std::string> file_system_paths = GetAddedFileSystemPaths(profile_); profile_ 418 chrome/browser/devtools/devtools_file_helper.cc DictionaryPrefUpdate update(profile_->GetPrefs(), profile_ 427 chrome/browser/devtools/devtools_file_helper.cc set<std::string> file_system_paths = GetAddedFileSystemPaths(profile_); profile_ 129 chrome/browser/devtools/devtools_file_helper.h Profile* profile_; profile_ 352 chrome/browser/devtools/devtools_targets_ui.cc Profile* profile_; profile_ 363 chrome/browser/devtools/devtools_targets_ui.cc DevToolsAdbBridge::Factory::GetForProfile(profile_); profile_ 370 chrome/browser/devtools/devtools_targets_ui.cc DevToolsAdbBridge::Factory::GetForProfile(profile_); profile_ 385 chrome/browser/devtools/devtools_targets_ui.cc PortForwardingController::Factory::GetForProfile(profile_); profile_ 655 chrome/browser/devtools/devtools_window.cc : profile_(profile), profile_ 698 chrome/browser/devtools/devtools_window.cc ThemeServiceFactory::GetForProfile(profile_))); profile_ 1346 chrome/browser/devtools/devtools_window.cc PrefService* prefs = profile_->GetPrefs(); profile_ 1360 chrome/browser/devtools/devtools_window.cc profile_, profile_ 1432 chrome/browser/devtools/devtools_window.cc ThemeService* tp = ThemeServiceFactory::GetForProfile(profile_); profile_ 376 chrome/browser/devtools/devtools_window.h Profile* profile_; profile_ 18 chrome/browser/dom_distiller/lazy_dom_distiller_service.cc : profile_(profile), service_factory_(service_factory) { profile_ 29 chrome/browser/dom_distiller/lazy_dom_distiller_service.cc return service_factory_->GetForBrowserContext(profile_); profile_ 37 chrome/browser/dom_distiller/lazy_dom_distiller_service.cc DCHECK_EQ(profile_, content::Source<Profile>(source).ptr()); profile_ 62 chrome/browser/dom_distiller/lazy_dom_distiller_service.h Profile* profile_; profile_ 212 chrome/browser/download/chrome_download_manager_delegate.cc : profile_(profile), profile_ 241 chrome/browser/download/chrome_download_manager_delegate.cc DCHECK(!profile_->IsOffTheRecord()); profile_ 256 chrome/browser/download/chrome_download_manager_delegate.cc if (profile_->IsOffTheRecord()) { profile_ 258 chrome/browser/download/chrome_download_manager_delegate.cc profile_->GetOriginalProfile())->GetDelegate()->GetNextId(callback); profile_ 271 chrome/browser/download/chrome_download_manager_delegate.cc DCHECK(!profile_->IsOffTheRecord()); profile_ 286 chrome/browser/download/chrome_download_manager_delegate.cc GetPlatformDownloadPath(profile_, download, PLATFORM_TARGET_PATH), profile_ 375 chrome/browser/download/chrome_download_manager_delegate.cc download_crx_util::OpenChromeExtension(profile_, *item); profile_ 397 chrome/browser/download/chrome_download_manager_delegate.cc return profile_->GetPrefs()->GetBoolean(prefs::kSafeBrowsingEnabled) && profile_ 437 chrome/browser/download/chrome_download_manager_delegate.cc GetPlatformDownloadPath(profile_, download, PLATFORM_TARGET_PATH)); profile_ 439 chrome/browser/download/chrome_download_manager_delegate.cc platform_util::OpenItem(profile_, platform_path); profile_ 462 chrome/browser/download/chrome_download_manager_delegate.cc profile_, chrome::GetActiveDesktop())); profile_ 484 chrome/browser/download/chrome_download_manager_delegate.cc GetPlatformDownloadPath(profile_, download, PLATFORM_CURRENT_PATH)); profile_ 486 chrome/browser/download/chrome_download_manager_delegate.cc platform_util::ShowItemInFolder(profile_, platform_path); profile_ 494 chrome/browser/download/chrome_download_manager_delegate.cc drive::DownloadHandler::GetForProfile(profile_); profile_ 525 chrome/browser/download/chrome_download_manager_delegate.cc profile_->GetPrefs()->GetBoolean(prefs::kSafeBrowsingEnabled)) { profile_ 539 chrome/browser/download/chrome_download_manager_delegate.cc DownloadServiceFactory::GetForBrowserContext(profile_)-> profile_ 594 chrome/browser/download/chrome_download_manager_delegate.cc drive::DownloadHandler::GetForProfile(profile_); profile_ 173 chrome/browser/download/chrome_download_manager_delegate.h Profile* profile_; profile_ 240 chrome/browser/download/download_browsertest.cc : profile_(profile), result_valid_(false) {} profile_ 245 chrome/browser/download/download_browsertest.cc profile_, Profile::EXPLICIT_ACCESS); profile_ 266 chrome/browser/download/download_browsertest.cc Profile* profile_; profile_ 370 chrome/browser/download/download_browsertest.cc : profile_(profile), profile_ 373 chrome/browser/download/download_browsertest.cc DownloadServiceFactory::GetForBrowserContext(profile_)-> profile_ 379 chrome/browser/download/download_browsertest.cc profile_); profile_ 400 chrome/browser/download/download_browsertest.cc DownloadServiceFactory::GetForBrowserContext(profile_)-> profile_ 413 chrome/browser/download/download_browsertest.cc Profile* profile_; profile_ 99 chrome/browser/download/download_prefs.cc DownloadPrefs::DownloadPrefs(Profile* profile) : profile_(profile) { profile_ 117 chrome/browser/download/download_prefs.cc profile_, current, &migrated)) { profile_ 201 chrome/browser/download/download_prefs.cc return file_manager::util::GetDownloadsFolderForProfile(profile_); profile_ 234 chrome/browser/download/download_prefs.cc drive::DriveIntegrationServiceFactory::FindForProfile(profile_); profile_ 328 chrome/browser/download/download_prefs.cc profile_->GetPrefs()->SetString(prefs::kDownloadExtensionsToOpen, extensions); profile_ 81 chrome/browser/download/download_prefs.h Profile* profile_; profile_ 83 chrome/browser/download/download_request_limiter_unittest.cc content_settings_ = new HostContentSettingsMap(profile_.GetPrefs(), false); profile_ 203 chrome/browser/download/download_request_limiter_unittest.cc TestingProfile profile_; profile_ 34 chrome/browser/download/download_service.cc DownloadManager* manager = BrowserContext::GetDownloadManager(profile_); profile_ 46 chrome/browser/download/download_service.cc manager_delegate_.reset(new ChromeDownloadManagerDelegate(profile_)); profile_ 52 chrome/browser/download/download_service.cc profile_, manager)); profile_ 55 chrome/browser/download/download_service.cc if (!profile_->IsOffTheRecord()) { profile_ 57 chrome/browser/download/download_service.cc profile_, Profile::EXPLICIT_ACCESS); profile_ 94 chrome/browser/download/download_service.cc return BrowserContext::GetDownloadManager(profile_)-> profile_ 140 chrome/browser/download/download_service.cc DownloadManager* dm = BrowserContext::GetDownloadManager(profile_); profile_ 163 chrome/browser/download/download_service.cc BrowserContext::GetDownloadManager(profile_)->Shutdown(); profile_ 72 chrome/browser/download/download_service.h Profile* profile_; profile_ 49 chrome/browser/download/download_shelf_unittest.cc Profile* profile() { return profile_.get(); } profile_ 69 chrome/browser/download/download_shelf_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 52 chrome/browser/download/download_ui_controller.cc : profile_(profile) {} profile_ 59 chrome/browser/download/download_ui_controller.cc Profile* profile_; profile_ 71 chrome/browser/download/download_ui_controller.cc browser = chrome::FindLastActiveWithProfile(profile_, profile_ 62 chrome/browser/download/save_page_browsertest.cc : profile_(profile), profile_ 66 chrome/browser/download/save_page_browsertest.cc DownloadServiceFactory::GetForBrowserContext(profile_)-> profile_ 72 chrome/browser/download/save_page_browsertest.cc profile_); profile_ 94 chrome/browser/download/save_page_browsertest.cc Profile* profile_; profile_ 359 chrome/browser/extensions/activity_log/activity_log.cc profile_(Profile::FromBrowserContext(context)), profile_ 373 chrome/browser/extensions/activity_log/activity_log.cc if (profile_->GetPrefs()->GetBoolean(prefs::kWatchdogExtensionActiveOld)) profile_ 374 chrome/browser/extensions/activity_log/activity_log.cc profile_->GetPrefs()->SetInteger(prefs::kWatchdogExtensionActive, 1); profile_ 376 chrome/browser/extensions/activity_log/activity_log.cc profile_->GetPrefs()->GetInteger(prefs::kWatchdogExtensionActive); profile_ 393 chrome/browser/extensions/activity_log/activity_log.cc ExtensionSystem::Get(profile_)->ready().Post( profile_ 401 chrome/browser/extensions/activity_log/activity_log.cc if (!profile_->IsOffTheRecord()) profile_ 402 chrome/browser/extensions/activity_log/activity_log.cc uma_policy_ = new UmaPolicy(profile_); profile_ 428 chrome/browser/extensions/activity_log/activity_log.cc database_policy_ = new FullStreamUIPolicy(profile_); profile_ 431 chrome/browser/extensions/activity_log/activity_log.cc database_policy_ = new CountingPolicy(profile_); profile_ 456 chrome/browser/extensions/activity_log/activity_log.cc tracker_ = InstallTrackerFactory::GetForProfile(profile_); profile_ 488 chrome/browser/extensions/activity_log/activity_log.cc profile_->GetPrefs()->SetInteger(prefs::kWatchdogExtensionActive, profile_ 497 chrome/browser/extensions/activity_log/activity_log.cc profile_->GetPrefs()->SetInteger(prefs::kWatchdogExtensionActive, profile_ 547 chrome/browser/extensions/activity_log/activity_log.cc ExtractUrls(action, profile_); profile_ 182 chrome/browser/extensions/activity_log/activity_log.h Profile* profile_; profile_ 47 chrome/browser/extensions/activity_log/counting_policy_unittest.cc profile_.reset(new TestingProfile()); profile_ 51 chrome/browser/extensions/activity_log/counting_policy_unittest.cc ExtensionSystem::Get(profile_.get()))->CreateExtensionService profile_ 60 chrome/browser/extensions/activity_log/counting_policy_unittest.cc profile_.reset(NULL); profile_ 414 chrome/browser/extensions/activity_log/counting_policy_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 430 chrome/browser/extensions/activity_log/counting_policy_unittest.cc ActivityLogDatabasePolicy* policy = new CountingPolicy(profile_.get()); profile_ 451 chrome/browser/extensions/activity_log/counting_policy_unittest.cc ActivityLogDatabasePolicy* policy = new CountingPolicy(profile_.get()); profile_ 480 chrome/browser/extensions/activity_log/counting_policy_unittest.cc CountingPolicy* policy = new CountingPolicy(profile_.get()); profile_ 542 chrome/browser/extensions/activity_log/counting_policy_unittest.cc CountingPolicy* policy = new CountingPolicy(profile_.get()); profile_ 597 chrome/browser/extensions/activity_log/counting_policy_unittest.cc ActivityLogDatabasePolicy* policy = new CountingPolicy(profile_.get()); profile_ 697 chrome/browser/extensions/activity_log/counting_policy_unittest.cc CountingPolicy* policy = new CountingPolicy(profile_.get()); profile_ 767 chrome/browser/extensions/activity_log/counting_policy_unittest.cc CountingPolicy* policy = new CountingPolicy(profile_.get()); profile_ 822 chrome/browser/extensions/activity_log/counting_policy_unittest.cc CountingPolicy* policy = new CountingPolicy(profile_.get()); profile_ 898 chrome/browser/extensions/activity_log/counting_policy_unittest.cc CountingPolicy* policy = new CountingPolicy(profile_.get()); profile_ 917 chrome/browser/extensions/activity_log/counting_policy_unittest.cc CountingPolicy* policy = new CountingPolicy(profile_.get()); profile_ 946 chrome/browser/extensions/activity_log/counting_policy_unittest.cc ActivityLogDatabasePolicy* policy = new CountingPolicy(profile_.get()); profile_ 989 chrome/browser/extensions/activity_log/counting_policy_unittest.cc ActivityLogDatabasePolicy* policy = new CountingPolicy(profile_.get()); profile_ 1066 chrome/browser/extensions/activity_log/counting_policy_unittest.cc CountingPolicy* policy = new CountingPolicy(profile_.get()); profile_ 1125 chrome/browser/extensions/activity_log/counting_policy_unittest.cc CountingPolicy* policy = new CountingPolicy(profile_.get()); profile_ 1230 chrome/browser/extensions/activity_log/counting_policy_unittest.cc CountingPolicy* policy = new CountingPolicy(profile_.get()); profile_ 1269 chrome/browser/extensions/activity_log/counting_policy_unittest.cc ActivityLogDatabasePolicy* policy = new CountingPolicy(profile_.get()); profile_ 46 chrome/browser/extensions/activity_log/fullstream_ui_policy_unittest.cc profile_.reset(new TestingProfile()); profile_ 52 chrome/browser/extensions/activity_log/fullstream_ui_policy_unittest.cc ExtensionSystem::Get(profile_.get()))->CreateExtensionService profile_ 61 chrome/browser/extensions/activity_log/fullstream_ui_policy_unittest.cc profile_.reset(NULL); profile_ 371 chrome/browser/extensions/activity_log/fullstream_ui_policy_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 387 chrome/browser/extensions/activity_log/fullstream_ui_policy_unittest.cc ActivityLogDatabasePolicy* policy = new FullStreamUIPolicy(profile_.get()); profile_ 408 chrome/browser/extensions/activity_log/fullstream_ui_policy_unittest.cc ActivityLogDatabasePolicy* policy = new FullStreamUIPolicy(profile_.get()); profile_ 446 chrome/browser/extensions/activity_log/fullstream_ui_policy_unittest.cc ActivityLogDatabasePolicy* policy = new FullStreamUIPolicy(profile_.get()); profile_ 544 chrome/browser/extensions/activity_log/fullstream_ui_policy_unittest.cc ActivityLogDatabasePolicy* policy = new FullStreamUIPolicy(profile_.get()); profile_ 573 chrome/browser/extensions/activity_log/fullstream_ui_policy_unittest.cc ActivityLogDatabasePolicy* policy = new FullStreamUIPolicy(profile_.get()); profile_ 622 chrome/browser/extensions/activity_log/fullstream_ui_policy_unittest.cc ActivityLogDatabasePolicy* policy = new FullStreamUIPolicy(profile_.get()); profile_ 675 chrome/browser/extensions/activity_log/fullstream_ui_policy_unittest.cc ActivityLogDatabasePolicy* policy = new FullStreamUIPolicy(profile_.get()); profile_ 718 chrome/browser/extensions/activity_log/fullstream_ui_policy_unittest.cc ActivityLogDatabasePolicy* policy = new FullStreamUIPolicy(profile_.get()); profile_ 794 chrome/browser/extensions/activity_log/fullstream_ui_policy_unittest.cc FullStreamUIPolicy* policy = new FullStreamUIPolicy(profile_.get()); profile_ 853 chrome/browser/extensions/activity_log/fullstream_ui_policy_unittest.cc FullStreamUIPolicy* policy = new FullStreamUIPolicy(profile_.get()); profile_ 887 chrome/browser/extensions/activity_log/fullstream_ui_policy_unittest.cc ActivityLogDatabasePolicy* policy = new FullStreamUIPolicy(profile_.get()); profile_ 939 chrome/browser/extensions/activity_log/fullstream_ui_policy_unittest.cc ActivityLogDatabasePolicy* policy = new FullStreamUIPolicy(profile_.get()); profile_ 223 chrome/browser/extensions/activity_log/uma_policy.cc if (!profile_->IsSameProfile(browser->profile())) profile_ 229 chrome/browser/extensions/activity_log/uma_policy.cc if (!profile_->IsSameProfile(browser->profile())) profile_ 107 chrome/browser/extensions/activity_log/uma_policy.h Profile* profile_; profile_ 17 chrome/browser/extensions/activity_log/uma_policy_unittest.cc profile_.reset(new TestingProfile()); profile_ 21 chrome/browser/extensions/activity_log/uma_policy_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 25 chrome/browser/extensions/activity_log/uma_policy_unittest.cc ActivityLogPolicy* policy = new UmaPolicy(profile_.get()); profile_ 30 chrome/browser/extensions/activity_log/uma_policy_unittest.cc UmaPolicy* policy = new UmaPolicy(profile_.get()); profile_ 90 chrome/browser/extensions/activity_log/uma_policy_unittest.cc UmaPolicy* policy = new UmaPolicy(profile_.get()); profile_ 130 chrome/browser/extensions/activity_log/uma_policy_unittest.cc UmaPolicy* policy = new UmaPolicy(profile_.get()); profile_ 101 chrome/browser/extensions/api/alarms/alarm_manager.cc : profile_(Profile::FromBrowserContext(context)), profile_ 105 chrome/browser/extensions/api/alarms/alarm_manager.cc content::Source<Profile>(profile_)); profile_ 107 chrome/browser/extensions/api/alarms/alarm_manager.cc content::Source<Profile>(profile_)); profile_ 109 chrome/browser/extensions/api/alarms/alarm_manager.cc StateStore* storage = ExtensionSystem::Get(profile_)->state_store(); profile_ 293 chrome/browser/extensions/api/alarms/alarm_manager.cc StateStore* storage = ExtensionSystem::Get(profile_)->state_store(); profile_ 421 chrome/browser/extensions/api/alarms/alarm_manager.cc StateStore* storage = ExtensionSystem::Get(profile_)->state_store(); profile_ 217 chrome/browser/extensions/api/alarms/alarm_manager.h Profile* const profile_; profile_ 29 chrome/browser/extensions/api/app_window/app_window_apitest.cc : profile_(profile), icon_updates_(0) { profile_ 30 chrome/browser/extensions/api/app_window/app_window_apitest.cc apps::AppWindowRegistry::Get(profile_)->AddObserver(this); profile_ 33 chrome/browser/extensions/api/app_window/app_window_apitest.cc apps::AppWindowRegistry::Get(profile_)->RemoveObserver(this); profile_ 46 chrome/browser/extensions/api/app_window/app_window_apitest.cc Profile* profile_; profile_ 131 chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc callback.Run(profile_); profile_ 136 chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc BluetoothProfile* profile_; profile_ 68 chrome/browser/extensions/api/bluetooth/bluetooth_event_router_unittest.cc fake_event_router_.reset(new FakeEventRouter(profile_)); profile_ 243 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc : profile_(profile), web_contents_(web_contents) { profile_ 260 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc if (!ExtensionSystem::Get(profile_)->event_router()) profile_ 264 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc ExtensionSystem::Get(profile_)->event_router()->BroadcastEvent(event.Pass()); profile_ 273 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc *CreateApiBookmarkNodeData(profile_, data))); profile_ 288 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc *CreateApiBookmarkNodeData(profile_, data))); profile_ 297 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc *CreateApiBookmarkNodeData(profile_, data))); profile_ 107 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.h Profile* profile_; profile_ 39 chrome/browser/extensions/api/braille_display_private/braille_display_private_api.cc Profile* profile_; profile_ 44 chrome/browser/extensions/api/braille_display_private/braille_display_private_api.cc : profile_(Profile::FromBrowserContext(context)), profile_ 46 chrome/browser/extensions/api/braille_display_private/braille_display_private_api.cc event_delegate_(new DefaultEventDelegate(this, profile_)) {} profile_ 95 chrome/browser/extensions/api/braille_display_private/braille_display_private_api.cc return profile_->IsSameProfile(active_profile); profile_ 125 chrome/browser/extensions/api/braille_display_private/braille_display_private_api.cc EventRouter* event_router = ExtensionSystem::Get(profile_)->event_router(); profile_ 131 chrome/browser/extensions/api/braille_display_private/braille_display_private_api.cc ExtensionSystem::Get(profile_)->event_router()->UnregisterObserver(observer_); profile_ 136 chrome/browser/extensions/api/braille_display_private/braille_display_private_api.cc ExtensionSystem::Get(profile_)->event_router()->BroadcastEvent(event.Pass()); profile_ 140 chrome/browser/extensions/api/braille_display_private/braille_display_private_api.cc EventRouter* event_router = ExtensionSystem::Get(profile_)->event_router(); profile_ 69 chrome/browser/extensions/api/braille_display_private/braille_display_private_api.h Profile* profile_; profile_ 146 chrome/browser/extensions/api/commands/command_service.cc : profile_(Profile::FromBrowserContext(context)) { profile_ 152 chrome/browser/extensions/api/commands/command_service.cc content::Source<Profile>(profile_)); profile_ 155 chrome/browser/extensions/api/commands/command_service.cc content::Source<Profile>(profile_)); profile_ 232 chrome/browser/extensions/api/commands/command_service.cc ExtensionRegistry::Get(profile_)->enabled_extensions(); profile_ 280 chrome/browser/extensions/api/commands/command_service.cc DictionaryPrefUpdate updater(profile_->GetPrefs(), profile_ 314 chrome/browser/extensions/api/commands/command_service.cc content::Source<Profile>(profile_), profile_ 374 chrome/browser/extensions/api/commands/command_service.cc profile_->GetPrefs()->GetDictionary(prefs::kExtensionCommands); profile_ 413 chrome/browser/extensions/api/commands/command_service.cc ExtensionRegistry::Get(profile_)->enabled_extensions(); profile_ 474 chrome/browser/extensions/api/commands/command_service.cc ExtensionPrefs* extension_prefs = ExtensionPrefs::Get(profile_); profile_ 484 chrome/browser/extensions/api/commands/command_service.cc profile_, profile_ 500 chrome/browser/extensions/api/commands/command_service.cc profile_, profile_ 515 chrome/browser/extensions/api/commands/command_service.cc profile_, profile_ 528 chrome/browser/extensions/api/commands/command_service.cc DictionaryPrefUpdate updater(profile_->GetPrefs(), profile_ 569 chrome/browser/extensions/api/commands/command_service.cc content::Source<Profile>(profile_), profile_ 582 chrome/browser/extensions/api/commands/command_service.cc ExtensionRegistry::Get(profile_)->enabled_extensions(); profile_ 205 chrome/browser/extensions/api/commands/command_service.h Profile* profile_; profile_ 34 chrome/browser/extensions/api/content_settings/content_settings_apitest.cc ExtensionContentSettingsApiTest() : profile_(NULL) {} profile_ 46 chrome/browser/extensions/api/content_settings/content_settings_apitest.cc profile_ = browser()->profile(); profile_ 67 chrome/browser/extensions/api/content_settings/content_settings_apitest.cc profile_->GetHostContentSettingsMap(); profile_ 69 chrome/browser/extensions/api/content_settings/content_settings_apitest.cc CookieSettings::Factory::GetForProfile(profile_).get(); profile_ 141 chrome/browser/extensions/api/content_settings/content_settings_apitest.cc profile_->GetHostContentSettingsMap(); profile_ 143 chrome/browser/extensions/api/content_settings/content_settings_apitest.cc CookieSettings::Factory::GetForProfile(profile_).get(); profile_ 176 chrome/browser/extensions/api/content_settings/content_settings_apitest.cc Profile* profile_; profile_ 53 chrome/browser/extensions/api/cookies/cookies_api.cc : profile_(Profile::FromBrowserContext(context)) { profile_ 68 chrome/browser/extensions/api/cookies/cookies_api.cc if (!profile_->IsSameProfile(profile)) profile_ 58 chrome/browser/extensions/api/cookies/cookies_api.h Profile* profile_; profile_ 108 chrome/browser/extensions/api/debugger/debugger_api.cc Profile* profile_; profile_ 300 chrome/browser/extensions/api/debugger/debugger_api.cc : profile_(profile), profile_ 312 chrome/browser/extensions/api/debugger/debugger_api.cc content::Source<Profile>(profile_)); profile_ 389 chrome/browser/extensions/api/debugger/debugger_api.cc if (!extensions::ExtensionSystem::Get(profile_)->event_router()) profile_ 396 chrome/browser/extensions/api/debugger/debugger_api.cc event->restrict_to_browser_context = profile_; profile_ 397 chrome/browser/extensions/api/debugger/debugger_api.cc extensions::ExtensionSystem::Get(profile_)->event_router()-> profile_ 423 chrome/browser/extensions/api/debugger/debugger_api.cc if (!extensions::ExtensionSystem::Get(profile_)->event_router()) profile_ 447 chrome/browser/extensions/api/debugger/debugger_api.cc event->restrict_to_browser_context = profile_; profile_ 448 chrome/browser/extensions/api/debugger/debugger_api.cc extensions::ExtensionSystem::Get(profile_)->event_router()-> profile_ 40 chrome/browser/extensions/api/declarative/rules_cache_delegate.cc : profile_(NULL), profile_ 69 chrome/browser/extensions/api/declarative/rules_cache_delegate.cc profile_ = registry->profile(); profile_ 72 chrome/browser/extensions/api/declarative/rules_cache_delegate.cc profile_->IsOffTheRecord()); profile_ 74 chrome/browser/extensions/api/declarative/rules_cache_delegate.cc profile_->IsOffTheRecord()); profile_ 77 chrome/browser/extensions/api/declarative/rules_cache_delegate.cc ExtensionSystem& system = *ExtensionSystem::Get(profile_); profile_ 82 chrome/browser/extensions/api/declarative/rules_cache_delegate.cc if (profile_->IsOffTheRecord()) profile_ 97 chrome/browser/extensions/api/declarative/rules_cache_delegate.cc if (!profile_) profile_ 108 chrome/browser/extensions/api/declarative/rules_cache_delegate.cc StateStore* store = ExtensionSystem::Get(profile_)->rules_store(); profile_ 127 chrome/browser/extensions/api/declarative/rules_cache_delegate.cc ExtensionSystem& system = *ExtensionSystem::Get(profile_); profile_ 132 chrome/browser/extensions/api/declarative/rules_cache_delegate.cc DCHECK(!profile_->IsOffTheRecord() || extension_service->is_ready()); profile_ 142 chrome/browser/extensions/api/declarative/rules_cache_delegate.cc !(profile_->IsOffTheRecord()) || profile_ 143 chrome/browser/extensions/api/declarative/rules_cache_delegate.cc util::IsIncognitoEnabled((*i)->id(), profile_); profile_ 152 chrome/browser/extensions/api/declarative/rules_cache_delegate.cc if (!profile_) profile_ 159 chrome/browser/extensions/api/declarative/rules_cache_delegate.cc ExtensionSystem::Get(profile_)->ready().Post( profile_ 165 chrome/browser/extensions/api/declarative/rules_cache_delegate.cc extensions::StateStore* store = ExtensionSystem::Get(profile_)->rules_store(); profile_ 192 chrome/browser/extensions/api/declarative/rules_cache_delegate.cc ExtensionSystem::Get(profile_)->ready().Post( profile_ 199 chrome/browser/extensions/api/declarative/rules_cache_delegate.cc CHECK(profile_); profile_ 200 chrome/browser/extensions/api/declarative/rules_cache_delegate.cc const ExtensionScopedPrefs* extension_prefs = ExtensionPrefs::Get(profile_); profile_ 215 chrome/browser/extensions/api/declarative/rules_cache_delegate.cc CHECK(profile_); profile_ 216 chrome/browser/extensions/api/declarative/rules_cache_delegate.cc ExtensionSystem& system = *ExtensionSystem::Get(profile_); profile_ 220 chrome/browser/extensions/api/declarative/rules_cache_delegate.cc ExtensionScopedPrefs* extension_prefs = ExtensionPrefs::Get(profile_); profile_ 79 chrome/browser/extensions/api/declarative/rules_cache_delegate.h Profile* profile_; profile_ 81 chrome/browser/extensions/api/declarative/rules_registry.cc : profile_(profile), profile_ 298 chrome/browser/extensions/api/declarative/rules_registry.cc profile_ ? NOT_SCHEDULED_FOR_PROCESSING : NEVER_PROCESS)); profile_ 137 chrome/browser/extensions/api/declarative/rules_registry.h Profile* profile() const { return profile_; } profile_ 225 chrome/browser/extensions/api/declarative/rules_registry.h Profile* profile_; profile_ 47 chrome/browser/extensions/api/declarative/rules_registry_service.cc if (profile_) { profile_ 50 chrome/browser/extensions/api/declarative/rules_registry_service.cc content::Source<Profile>(profile_->GetOriginalProfile())); profile_ 53 chrome/browser/extensions/api/declarative/rules_registry_service.cc content::Source<Profile>(profile_->GetOriginalProfile())); profile_ 56 chrome/browser/extensions/api/declarative/rules_registry_service.cc content::Source<Profile>(profile_->GetOriginalProfile())); profile_ 68 chrome/browser/extensions/api/declarative/rules_registry_service.cc if (!profile_) profile_ 86 chrome/browser/extensions/api/declarative/rules_registry_service.cc new WebRequestRulesRegistry(profile_, profile_ 94 chrome/browser/extensions/api/declarative/rules_registry_service.cc profile_, webview_key, web_request_rules_registry)); profile_ 103 chrome/browser/extensions/api/declarative/rules_registry_service.cc new ContentRulesRegistry(profile_, content_rules_cache_delegate)); profile_ 121 chrome/browser/extensions/api/declarative/rules_registry_service.cc profile_, WebViewKey(0, 0), profile_ 134 chrome/browser/extensions/api/declarative/rules_registry_service.h Profile* profile_; profile_ 169 chrome/browser/extensions/api/developer_private/developer_private_api.cc : profile_(Profile::FromBrowserContext(context)) { profile_ 174 chrome/browser/extensions/api/developer_private/developer_private_api.cc : profile_(profile) { profile_ 188 chrome/browser/extensions/api/developer_private/developer_private_api.cc content::Source<Profile>(profile_)); profile_ 195 chrome/browser/extensions/api/developer_private/developer_private_api.cc ErrorConsole::Get(profile_)->RemoveObserver(this); profile_ 215 chrome/browser/extensions/api/developer_private/developer_private_api.cc CHECK(profile_->IsSameProfile(profile)); profile_ 278 chrome/browser/extensions/api/developer_private/developer_private_api.cc ExtensionSystem::Get(profile_)->event_router()->BroadcastEvent( profile_ 288 chrome/browser/extensions/api/developer_private/developer_private_api.cc ExtensionSystem::Get(profile_)->event_router()->RegisterObserver( profile_ 300 chrome/browser/extensions/api/developer_private/developer_private_api.cc new DeveloperPrivateEventRouter(profile_)); profile_ 308 chrome/browser/extensions/api/developer_private/developer_private_api.cc if (!ExtensionSystem::Get(profile_)->event_router()->HasEventListener( profile_ 80 chrome/browser/extensions/api/developer_private/developer_private_api.h Profile* profile_; profile_ 129 chrome/browser/extensions/api/developer_private/developer_private_api.h Profile* profile_; profile_ 111 chrome/browser/extensions/api/dial/dial_api.cc extensions::ExtensionSystem::Get(profile_)->event_router()-> profile_ 142 chrome/browser/extensions/api/dial/dial_api.cc extensions::ExtensionSystem::Get(profile_)->event_router()-> profile_ 59 chrome/browser/extensions/api/dial/dial_api.h Profile* profile_; profile_ 1518 chrome/browser/extensions/api/downloads/downloads_api.cc : profile_(profile), profile_ 1521 chrome/browser/extensions/api/downloads/downloads_api.cc DCHECK(profile_); profile_ 1523 chrome/browser/extensions/api/downloads/downloads_api.cc content::Source<Profile>(profile_)); profile_ 1524 chrome/browser/extensions/api/downloads/downloads_api.cc extensions::EventRouter* router = extensions::ExtensionSystem::Get(profile_)-> profile_ 1533 chrome/browser/extensions/api/downloads/downloads_api.cc extensions::EventRouter* router = extensions::ExtensionSystem::Get(profile_)-> profile_ 1596 chrome/browser/extensions/api/downloads/downloads_api.cc item, profile_).release(); profile_ 1711 chrome/browser/extensions/api/downloads/downloads_api.cc extensions::EventRouter* router = extensions::ExtensionSystem::Get(profile_)-> profile_ 1751 chrome/browser/extensions/api/downloads/downloads_api.cc extensions::EventRouter* router = extensions::ExtensionSystem::Get(profile_)-> profile_ 1763 chrome/browser/extensions/api/downloads/downloads_api.cc DownloadItemToJSON(download_item, profile_)); profile_ 1779 chrome/browser/extensions/api/downloads/downloads_api.cc extensions::EventRouter* router = extensions::ExtensionSystem::Get(profile_)-> profile_ 1795 chrome/browser/extensions/api/downloads/downloads_api.cc download_item, profile_)); profile_ 1864 chrome/browser/extensions/api/downloads/downloads_api.cc if (!extensions::ExtensionSystem::Get(profile_)->event_router()) profile_ 1878 chrome/browser/extensions/api/downloads/downloads_api.cc (include_incognito && !profile_->IsOffTheRecord()) ? NULL : profile_; profile_ 1880 chrome/browser/extensions/api/downloads/downloads_api.cc extensions::ExtensionSystem::Get(profile_)->event_router()-> profile_ 1884 chrome/browser/extensions/api/downloads/downloads_api.cc notification_source.profile = profile_; profile_ 391 chrome/browser/extensions/api/downloads/downloads_api.h Profile* profile_; profile_ 103 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc : profile_(profile), profile_ 117 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc if ((profile_ != other.profile_) || profile_ 157 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc profile_, profile_ 164 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc Profile* profile_; profile_ 418 chrome/browser/extensions/api/extension_action/extension_action_api.cc : profile_(profile) { profile_ 420 chrome/browser/extensions/api/extension_action/extension_action_api.cc content::Source<Profile>(profile_)); profile_ 424 chrome/browser/extensions/api/extension_action/extension_action_api.cc StateStore* storage = ExtensionSystem::Get(profile_)->state_store(); profile_ 440 chrome/browser/extensions/api/extension_action/extension_action_api.cc if (!ExtensionActionManager::Get(profile_)-> profile_ 445 chrome/browser/extensions/api/extension_action/extension_action_api.cc StateStore* storage = ExtensionSystem::Get(profile_)->state_store(); profile_ 457 chrome/browser/extensions/api/extension_action/extension_action_api.cc if (profile != profile_) profile_ 471 chrome/browser/extensions/api/extension_action/extension_action_api.cc StateStore* storage = ExtensionSystem::Get(profile_)->state_store(); profile_ 485 chrome/browser/extensions/api/extension_action/extension_action_api.cc ExtensionSystem::Get(profile_)->extension_service()-> profile_ 491 chrome/browser/extensions/api/extension_action/extension_action_api.cc ExtensionActionManager::Get(profile_)->GetBrowserAction(*extension); profile_ 110 chrome/browser/extensions/api/extension_action/extension_action_api.h Profile* profile_; profile_ 127 chrome/browser/extensions/api/file_handlers/app_file_handler_util.cc Profile* profile_; profile_ 142 chrome/browser/extensions/api/file_handlers/app_file_handler_util.cc profile_(profile), profile_ 158 chrome/browser/extensions/api/file_handlers/app_file_handler_util.cc profile_, profile_ 163 chrome/browser/extensions/api/file_handlers/app_file_handler_util.cc profile_, profile_ 97 chrome/browser/extensions/api/font_settings/font_settings_api.cc Profile* profile) : profile_(profile) { profile_ 98 chrome/browser/extensions/api/font_settings/font_settings_api.cc registrar_.Init(profile_->GetPrefs()); profile_ 177 chrome/browser/extensions/api/font_settings/font_settings_api.cc profile_, profile_ 199 chrome/browser/extensions/api/font_settings/font_settings_api.cc profile_, profile_ 69 chrome/browser/extensions/api/font_settings/font_settings_api.h Profile* profile_; profile_ 199 chrome/browser/extensions/api/gcm/gcm_api.cc GcmJsEventRouter::GcmJsEventRouter(Profile* profile) : profile_(profile) { profile_ 200 chrome/browser/extensions/api/gcm/gcm_api.cc if (ExtensionSystem::Get(profile_)->event_router()) { profile_ 201 chrome/browser/extensions/api/gcm/gcm_api.cc ExtensionSystem::Get(profile_)->event_router()->RegisterObserver( profile_ 203 chrome/browser/extensions/api/gcm/gcm_api.cc ExtensionSystem::Get(profile_)->event_router()->RegisterObserver( profile_ 205 chrome/browser/extensions/api/gcm/gcm_api.cc ExtensionSystem::Get(profile_)->event_router()->RegisterObserver( profile_ 211 chrome/browser/extensions/api/gcm/gcm_api.cc if (ExtensionSystem::Get(profile_)->event_router()) profile_ 212 chrome/browser/extensions/api/gcm/gcm_api.cc ExtensionSystem::Get(profile_)->event_router()->UnregisterObserver(this); profile_ 226 chrome/browser/extensions/api/gcm/gcm_api.cc profile_)); profile_ 227 chrome/browser/extensions/api/gcm/gcm_api.cc ExtensionSystem::Get(profile_)->event_router()->DispatchEventToExtension( profile_ 235 chrome/browser/extensions/api/gcm/gcm_api.cc profile_)); profile_ 236 chrome/browser/extensions/api/gcm/gcm_api.cc ExtensionSystem::Get(profile_)->event_router()->DispatchEventToExtension( profile_ 251 chrome/browser/extensions/api/gcm/gcm_api.cc profile_)); profile_ 252 chrome/browser/extensions/api/gcm/gcm_api.cc ExtensionSystem::Get(profile_)->event_router()->DispatchEventToExtension( profile_ 257 chrome/browser/extensions/api/gcm/gcm_api.cc if (gcm::GCMProfileService::GetGCMEnabledState(profile_) == profile_ 261 chrome/browser/extensions/api/gcm/gcm_api.cc gcm::GCMProfileServiceFactory::GetForProfile(profile_)->Start(); profile_ 112 chrome/browser/extensions/api/gcm/gcm_api.h Profile* profile_; profile_ 27 chrome/browser/extensions/api/hotword_private/hotword_private_api.cc : profile_(Profile::FromBrowserContext(context)) { profile_ 28 chrome/browser/extensions/api/hotword_private/hotword_private_api.cc pref_change_registrar_.Init(profile_->GetPrefs()); profile_ 61 chrome/browser/extensions/api/hotword_private/hotword_private_api.cc EventRouter* router = ExtensionSystem::Get(profile_)->event_router(); profile_ 38 chrome/browser/extensions/api/hotword_private/hotword_private_api.h Profile* profile_; profile_ 21 chrome/browser/extensions/api/identity/account_tracker.cc AccountTracker::AccountTracker(Profile* profile) : profile_(profile) { profile_ 23 chrome/browser/extensions/api/identity/account_tracker.cc ProfileOAuth2TokenServiceFactory::GetForProfile(profile_); profile_ 26 chrome/browser/extensions/api/identity/account_tracker.cc SigninManagerFactory::GetForProfile(profile_)->AddObserver(this); profile_ 34 chrome/browser/extensions/api/identity/account_tracker.cc ProfileOAuth2TokenServiceFactory::GetForProfile(profile_)-> profile_ 41 chrome/browser/extensions/api/identity/account_tracker.cc SigninManagerFactory::GetForProfile(profile_)->RemoveObserver(this); profile_ 43 chrome/browser/extensions/api/identity/account_tracker.cc ProfileOAuth2TokenServiceFactory::GetForProfile(profile_); profile_ 74 chrome/browser/extensions/api/identity/account_tracker.cc ProfileOAuth2TokenServiceFactory::GetForProfile(profile_)->GetAccounts(); profile_ 93 chrome/browser/extensions/api/identity/account_tracker.cc return SigninManagerFactory::GetForProfile(profile_) profile_ 118 chrome/browser/extensions/api/identity/account_tracker.cc ProfileOAuth2TokenServiceFactory::GetForProfile(profile_)-> profile_ 175 chrome/browser/extensions/api/identity/account_tracker.cc new AccountIdFetcher(profile_, this, account_key); profile_ 228 chrome/browser/extensions/api/identity/account_tracker.cc profile_(profile), profile_ 236 chrome/browser/extensions/api/identity/account_tracker.cc ProfileOAuth2TokenServiceFactory::GetForProfile(profile_); profile_ 100 chrome/browser/extensions/api/identity/account_tracker.h Profile* profile_; profile_ 132 chrome/browser/extensions/api/identity/account_tracker.h Profile* profile_; profile_ 63 chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc ProfileOAuth2TokenServiceFactory::GetForProfile(profile_); profile_ 66 chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc profile_->GetRequestContext())); profile_ 68 chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc SigninManagerFactory::GetForProfile(profile_); profile_ 182 chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc profile_, profile_ 86 chrome/browser/extensions/api/identity/gaia_web_auth_flow.h Profile* profile_; profile_ 23 chrome/browser/extensions/api/identity/identity_signin_flow.cc ProfileOAuth2TokenServiceFactory::GetForProfile(profile_)-> profile_ 39 chrome/browser/extensions/api/identity/identity_signin_flow.cc ProfileOAuth2TokenServiceFactory::GetForProfile(profile_)->AddObserver(this); profile_ 42 chrome/browser/extensions/api/identity/identity_signin_flow.cc LoginUIServiceFactory::GetForProfile(profile_); profile_ 48 chrome/browser/extensions/api/identity/identity_signin_flow.cc if (SigninManagerFactory::GetForProfile(profile_)-> profile_ 47 chrome/browser/extensions/api/identity/identity_signin_flow.h Profile* profile_; profile_ 49 chrome/browser/extensions/api/identity/web_auth_flow.cc profile_(profile), profile_ 64 chrome/browser/extensions/api/identity/web_auth_flow.cc apps::AppWindowRegistry::Get(profile_)->RemoveObserver(this); profile_ 72 chrome/browser/extensions/api/identity/web_auth_flow.cc apps::AppWindowRegistry::Get(profile_)->AddObserver(this); profile_ 91 chrome/browser/extensions/api/identity/web_auth_flow.cc event->restrict_to_browser_context = profile_; profile_ 92 chrome/browser/extensions/api/identity/web_auth_flow.cc ExtensionSystem* system = ExtensionSystem::Get(profile_); profile_ 132 chrome/browser/extensions/api/identity/web_auth_flow.h Profile* profile_; profile_ 42 chrome/browser/extensions/api/idle/idle_manager.cc Profile* profile_; profile_ 46 chrome/browser/extensions/api/idle/idle_manager.cc : profile_(profile) { profile_ 58 chrome/browser/extensions/api/idle/idle_manager.cc event->restrict_to_browser_context = profile_; profile_ 59 chrome/browser/extensions/api/idle/idle_manager.cc ExtensionSystem::Get(profile_)->event_router()->DispatchEventToExtension( profile_ 65 chrome/browser/extensions/api/idle/idle_manager.cc ExtensionSystem::Get(profile_)->event_router()->RegisterObserver( profile_ 70 chrome/browser/extensions/api/idle/idle_manager.cc ExtensionSystem::Get(profile_)->event_router()->UnregisterObserver(observer); profile_ 126 chrome/browser/extensions/api/idle/idle_manager.cc : profile_(profile), profile_ 138 chrome/browser/extensions/api/idle/idle_manager.cc content::Source<Profile>(profile_->GetOriginalProfile())); profile_ 120 chrome/browser/extensions/api/idle/idle_manager.h Profile* profile_; profile_ 31 chrome/browser/extensions/api/image_writer_private/operation_manager.cc : profile_(Profile::FromBrowserContext(context)), weak_factory_(this) { profile_ 33 chrome/browser/extensions/api/image_writer_private/operation_manager.cc content::Source<Profile>(profile_)); profile_ 35 chrome/browser/extensions/api/image_writer_private/operation_manager.cc content::Source<Profile>(profile_)); profile_ 37 chrome/browser/extensions/api/image_writer_private/operation_manager.cc content::Source<Profile>(profile_)); profile_ 39 chrome/browser/extensions/api/image_writer_private/operation_manager.cc content::Source<Profile>(profile_)); profile_ 41 chrome/browser/extensions/api/image_writer_private/operation_manager.cc content::Source<Profile>(profile_)); profile_ 73 chrome/browser/extensions/api/image_writer_private/operation_manager.cc profile_->GetRequestContext(), profile_ 153 chrome/browser/extensions/api/image_writer_private/operation_manager.cc ExtensionSystem::Get(profile_)->event_router()-> profile_ 164 chrome/browser/extensions/api/image_writer_private/operation_manager.cc ExtensionSystem::Get(profile_)->event_router()-> profile_ 187 chrome/browser/extensions/api/image_writer_private/operation_manager.cc ExtensionSystem::Get(profile_)->event_router()-> profile_ 88 chrome/browser/extensions/api/image_writer_private/operation_manager.h Profile* profile() { return profile_; } profile_ 107 chrome/browser/extensions/api/image_writer_private/operation_manager.h Profile* profile_; profile_ 90 chrome/browser/extensions/api/input_ime/input_ime_api.cc : profile_(profile), extension_id_(extension_id) { profile_ 97 chrome/browser/extensions/api/input_ime/input_ime_api.cc profile_ = ProfileManager::GetActiveUserProfile(); profile_ 104 chrome/browser/extensions/api/input_ime/input_ime_api.cc if (profile_ == NULL || extension_id_.empty()) profile_ 109 chrome/browser/extensions/api/input_ime/input_ime_api.cc DispatchEventToExtension(profile_, extension_id_, profile_ 114 chrome/browser/extensions/api/input_ime/input_ime_api.cc if (profile_ == NULL || extension_id_.empty()) profile_ 120 chrome/browser/extensions/api/input_ime/input_ime_api.cc DispatchEventToExtension(profile_, extension_id_, profile_ 126 chrome/browser/extensions/api/input_ime/input_ime_api.cc if (profile_ == NULL || extension_id_.empty()) profile_ 135 chrome/browser/extensions/api/input_ime/input_ime_api.cc DispatchEventToExtension(profile_, extension_id_, profile_ 140 chrome/browser/extensions/api/input_ime/input_ime_api.cc if (profile_ == NULL || extension_id_.empty()) profile_ 145 chrome/browser/extensions/api/input_ime/input_ime_api.cc DispatchEventToExtension(profile_, extension_id_, profile_ 151 chrome/browser/extensions/api/input_ime/input_ime_api.cc if (profile_ == NULL || extension_id_.empty()) profile_ 161 chrome/browser/extensions/api/input_ime/input_ime_api.cc DispatchEventToExtension(profile_, profile_ 171 chrome/browser/extensions/api/input_ime/input_ime_api.cc if (profile_ == NULL || extension_id_.empty()) profile_ 202 chrome/browser/extensions/api/input_ime/input_ime_api.cc DispatchEventToExtension(profile_, extension_id_, profile_ 210 chrome/browser/extensions/api/input_ime/input_ime_api.cc if (profile_ == NULL || extension_id_.empty()) profile_ 236 chrome/browser/extensions/api/input_ime/input_ime_api.cc DispatchEventToExtension(profile_, profile_ 244 chrome/browser/extensions/api/input_ime/input_ime_api.cc if (profile_ == NULL || extension_id_.empty()) profile_ 250 chrome/browser/extensions/api/input_ime/input_ime_api.cc DispatchEventToExtension(profile_, profile_ 260 chrome/browser/extensions/api/input_ime/input_ime_api.cc if (profile_ == NULL || extension_id_.empty()) profile_ 270 chrome/browser/extensions/api/input_ime/input_ime_api.cc DispatchEventToExtension(profile_, profile_ 277 chrome/browser/extensions/api/input_ime/input_ime_api.cc if (profile_ == NULL || extension_id_.empty()) profile_ 282 chrome/browser/extensions/api/input_ime/input_ime_api.cc DispatchEventToExtension(profile_, profile_ 290 chrome/browser/extensions/api/input_ime/input_ime_api.cc return extensions::ExtensionSystem::Get(profile_) profile_ 296 chrome/browser/extensions/api/input_ime/input_ime_api.cc Profile* profile_; profile_ 781 chrome/browser/extensions/api/input_ime/input_ime_api.cc : profile_(Profile::FromBrowserContext(context)) { profile_ 784 chrome/browser/extensions/api/input_ime/input_ime_api.cc content::Source<Profile>(profile_)); profile_ 787 chrome/browser/extensions/api/input_ime/input_ime_api.cc content::Source<Profile>(profile_)); profile_ 789 chrome/browser/extensions/api/input_ime/input_ime_api.cc EventRouter* event_router = ExtensionSystem::Get(profile_)->event_router(); profile_ 795 chrome/browser/extensions/api/input_ime/input_ime_api.cc ExtensionSystem::Get(profile_)->event_router()->UnregisterObserver(this); profile_ 821 chrome/browser/extensions/api/input_ime/input_ime_api.cc profile_, extension->id(), *component); profile_ 832 chrome/browser/extensions/api/input_ime/input_ime_api.cc input_ime_event_router()->UnregisterAllImes(profile_, extension->id()); profile_ 243 chrome/browser/extensions/api/input_ime/input_ime_api.h Profile* const profile_; profile_ 301 chrome/browser/extensions/api/location/location_manager.cc : profile_(Profile::FromBrowserContext(context)) { profile_ 303 chrome/browser/extensions/api/location/location_manager.cc content::Source<Profile>(profile_)); profile_ 305 chrome/browser/extensions/api/location/location_manager.cc content::Source<Profile>(profile_)); profile_ 396 chrome/browser/extensions/api/location/location_manager.cc ExtensionSystem::Get(profile_)->event_router()-> profile_ 92 chrome/browser/extensions/api/location/location_manager.h Profile* const profile_; profile_ 70 chrome/browser/extensions/api/log_private/log_private_api.h Profile* const profile_; profile_ 75 chrome/browser/extensions/api/log_private/log_private_api_chromeos.cc : profile_(Profile::FromBrowserContext(context)), profile_ 79 chrome/browser/extensions/api/log_private/log_private_api_chromeos.cc content::Source<Profile>(profile_)); profile_ 137 chrome/browser/extensions/api/log_private/log_private_api_chromeos.cc ExtensionSystem::Get(profile_)->event_router()->DispatchEventToExtension( profile_ 650 chrome/browser/extensions/api/management/management_api.cc : profile_(profile) { profile_ 662 chrome/browser/extensions/api/management/management_api.cc content::Source<Profile>(profile_)); profile_ 676 chrome/browser/extensions/api/management/management_api.cc CHECK(profile_->IsSameProfile(profile)); profile_ 188 chrome/browser/extensions/api/management/management_api.h Profile* profile_; profile_ 264 chrome/browser/extensions/api/media_galleries/media_galleries_api.cc : profile_(Profile::FromBrowserContext(context)), weak_ptr_factory_(this) { profile_ 266 chrome/browser/extensions/api/media_galleries/media_galleries_api.cc DCHECK(profile_); profile_ 267 chrome/browser/extensions/api/media_galleries/media_galleries_api.cc media_scan_manager()->AddObserver(profile_, this); profile_ 276 chrome/browser/extensions/api/media_galleries/media_galleries_api.cc media_scan_manager()->RemoveObserver(profile_); profile_ 277 chrome/browser/extensions/api/media_galleries/media_galleries_api.cc media_scan_manager()->CancelScansForProfile(profile_); profile_ 301 chrome/browser/extensions/api/media_galleries/media_galleries_api.cc EventRouter* router = ExtensionSystem::Get(profile_)->event_router(); profile_ 358 chrome/browser/extensions/api/media_galleries/media_galleries_api.cc extensions::ExtensionSystem::Get(profile_)->event_router(); profile_ 83 chrome/browser/extensions/api/media_galleries/media_galleries_api.h Profile* profile_; profile_ 75 chrome/browser/extensions/api/media_galleries_private/gallery_watch_state_tracker.cc : profile_(profile), profile_ 78 chrome/browser/extensions/api/media_galleries_private/gallery_watch_state_tracker.cc DCHECK(profile_); profile_ 79 chrome/browser/extensions/api/media_galleries_private/gallery_watch_state_tracker.cc scoped_extension_registry_observer_.Add(ExtensionRegistry::Get(profile_)); profile_ 88 chrome/browser/extensions/api/media_galleries_private/gallery_watch_state_tracker.cc g_browser_process->media_file_system_registry()->GetPreferences(profile_); profile_ 196 chrome/browser/extensions/api/media_galleries_private/gallery_watch_state_tracker.cc StateStore* storage = ExtensionSystem::Get(profile_)->state_store(); profile_ 215 chrome/browser/extensions/api/media_galleries_private/gallery_watch_state_tracker.cc profile_, profile_ 226 chrome/browser/extensions/api/media_galleries_private/gallery_watch_state_tracker.cc StateStore* storage = ExtensionSystem::Get(profile_)->state_store(); profile_ 242 chrome/browser/extensions/api/media_galleries_private/gallery_watch_state_tracker.cc g_browser_process->media_file_system_registry()->GetPreferences(profile_); profile_ 262 chrome/browser/extensions/api/media_galleries_private/gallery_watch_state_tracker.cc const Extension* extension = GetExtensionById(profile_, extension_id); profile_ 269 chrome/browser/extensions/api/media_galleries_private/gallery_watch_state_tracker.cc MediaGalleriesPrivateAPI::Get(profile_)->GetEventRouter(); profile_ 275 chrome/browser/extensions/api/media_galleries_private/gallery_watch_state_tracker.cc profile_, profile_ 291 chrome/browser/extensions/api/media_galleries_private/gallery_watch_state_tracker.cc const Extension* extension = GetExtensionById(profile_, extension_id); profile_ 300 chrome/browser/extensions/api/media_galleries_private/gallery_watch_state_tracker.cc profile_, profile_ 135 chrome/browser/extensions/api/media_galleries_private/gallery_watch_state_tracker.h Profile* profile_; profile_ 85 chrome/browser/extensions/api/media_galleries_private/media_galleries_private_api.cc : profile_(Profile::FromBrowserContext(context)), weak_ptr_factory_(this) { profile_ 86 chrome/browser/extensions/api/media_galleries_private/media_galleries_private_api.cc DCHECK(profile_); profile_ 87 chrome/browser/extensions/api/media_galleries_private/media_galleries_private_api.cc EventRouter* event_router = ExtensionSystem::Get(profile_)->event_router(); profile_ 96 chrome/browser/extensions/api/media_galleries_private/media_galleries_private_api.cc ExtensionSystem::Get(profile_)->event_router()->UnregisterObserver(this); profile_ 100 chrome/browser/extensions/api/media_galleries_private/media_galleries_private_api.cc base::Bind(&HandleProfileShutdownOnFileThread, profile_)); profile_ 127 chrome/browser/extensions/api/media_galleries_private/media_galleries_private_api.cc g_browser_process->media_file_system_registry()->GetPreferences(profile_); profile_ 148 chrome/browser/extensions/api/media_galleries_private/media_galleries_private_api.cc new MediaGalleriesPrivateEventRouter(profile_)); profile_ 150 chrome/browser/extensions/api/media_galleries_private/media_galleries_private_api.cc GetPreferences(profile_)->IsInitialized()); profile_ 152 chrome/browser/extensions/api/media_galleries_private/media_galleries_private_api.cc new GalleryWatchStateTracker(profile_)); profile_ 66 chrome/browser/extensions/api/media_galleries_private/media_galleries_private_api.h Profile* profile_; profile_ 24 chrome/browser/extensions/api/media_galleries_private/media_galleries_private_event_router.cc : profile_(profile) { profile_ 25 chrome/browser/extensions/api/media_galleries_private/media_galleries_private_event_router.cc DCHECK(profile_); profile_ 38 chrome/browser/extensions/api/media_galleries_private/media_galleries_private_event_router.cc extensions::ExtensionSystem::Get(profile_)->event_router(); profile_ 40 chrome/browser/extensions/api/media_galleries_private/media_galleries_private_event_router.h Profile* profile_; profile_ 56 chrome/browser/extensions/api/networking_private/networking_private_event_router_chromeos.cc Profile* profile_; profile_ 64 chrome/browser/extensions/api/networking_private/networking_private_event_router_chromeos.cc : profile_(profile), listening_(false) { profile_ 69 chrome/browser/extensions/api/networking_private/networking_private_event_router_chromeos.cc EventRouter* event_router = ExtensionSystem::Get(profile_)->event_router(); profile_ 87 chrome/browser/extensions/api/networking_private/networking_private_event_router_chromeos.cc EventRouter* event_router = ExtensionSystem::Get(profile_)->event_router(); profile_ 112 chrome/browser/extensions/api/networking_private/networking_private_event_router_chromeos.cc EventRouter* event_router = ExtensionSystem::Get(profile_)->event_router(); profile_ 130 chrome/browser/extensions/api/networking_private/networking_private_event_router_chromeos.cc EventRouter* event_router = ExtensionSystem::Get(profile_)->event_router(); profile_ 163 chrome/browser/extensions/api/networking_private/networking_private_event_router_chromeos.cc EventRouter* event_router = ExtensionSystem::Get(profile_)->event_router(); profile_ 46 chrome/browser/extensions/api/networking_private/networking_private_event_router_nonchromeos.cc Profile* profile_; profile_ 54 chrome/browser/extensions/api/networking_private/networking_private_event_router_nonchromeos.cc : profile_(profile), listening_(false) { profile_ 59 chrome/browser/extensions/api/networking_private/networking_private_event_router_nonchromeos.cc EventRouter* event_router = ExtensionSystem::Get(profile_)->event_router(); profile_ 77 chrome/browser/extensions/api/networking_private/networking_private_event_router_nonchromeos.cc EventRouter* event_router = ExtensionSystem::Get(profile_)->event_router(); profile_ 85 chrome/browser/extensions/api/networking_private/networking_private_event_router_nonchromeos.cc NetworkingPrivateServiceClientFactory::GetForProfile(profile_); profile_ 103 chrome/browser/extensions/api/networking_private/networking_private_event_router_nonchromeos.cc EventRouter* event_router = ExtensionSystem::Get(profile_)->event_router(); profile_ 114 chrome/browser/extensions/api/networking_private/networking_private_event_router_nonchromeos.cc NetworkingPrivateServiceClientFactory::GetForProfile(profile_); profile_ 120 chrome/browser/extensions/api/networking_private/networking_private_event_router_nonchromeos.cc NetworkingPrivateServiceClientFactory::GetForProfile(profile_); profile_ 129 chrome/browser/extensions/api/networking_private/networking_private_event_router_nonchromeos.cc EventRouter* event_router = ExtensionSystem::Get(profile_)->event_router(); profile_ 141 chrome/browser/extensions/api/networking_private/networking_private_event_router_nonchromeos.cc EventRouter* event_router = ExtensionSystem::Get(profile_)->event_router(); profile_ 134 chrome/browser/extensions/api/notifications/notifications_api.cc profile_(profile), profile_ 160 chrome/browser/extensions/api/notifications/notifications_api.cc return ExtensionSystem::Get(profile_)->event_router()->HasEventListener( profile_ 197 chrome/browser/extensions/api/notifications/notifications_api.cc ExtensionSystem::Get(profile_)->event_router()->DispatchEventToExtension( profile_ 208 chrome/browser/extensions/api/notifications/notifications_api.cc Profile* profile_; profile_ 179 chrome/browser/extensions/api/omnibox/omnibox_api.cc : profile_(Profile::FromBrowserContext(context)), profile_ 180 chrome/browser/extensions/api/omnibox/omnibox_api.cc url_service_(TemplateURLServiceFactory::GetForProfile(profile_)) { profile_ 183 chrome/browser/extensions/api/omnibox/omnibox_api.cc content::Source<Profile>(profile_)); profile_ 186 chrome/browser/extensions/api/omnibox/omnibox_api.cc content::Source<Profile>(profile_)); profile_ 229 chrome/browser/extensions/api/omnibox/omnibox_api.cc omnibox_popup_icon_manager_.LoadIcon(profile_, extension); profile_ 230 chrome/browser/extensions/api/omnibox/omnibox_api.cc omnibox_icon_manager_.LoadIcon(profile_, extension); profile_ 126 chrome/browser/extensions/api/omnibox/omnibox_api.h Profile* profile_; profile_ 80 chrome/browser/extensions/api/preference/chrome_direct_setting_api.cc : profile_(Profile::FromBrowserContext(context)) { profile_ 81 chrome/browser/extensions/api/preference/chrome_direct_setting_api.cc preference_whitelist.Get().RegisterEventListeners(profile_, this); profile_ 97 chrome/browser/extensions/api/preference/chrome_direct_setting_api.cc ExtensionSystem::Get(profile_)->event_router()->UnregisterObserver(this); profile_ 98 chrome/browser/extensions/api/preference/chrome_direct_setting_api.cc registrar_.Init(profile_->GetPrefs()); profile_ 100 chrome/browser/extensions/api/preference/chrome_direct_setting_api.cc profile_, profile_ 126 chrome/browser/extensions/api/preference/chrome_direct_setting_api.cc EventRouter* router = ExtensionSystem::Get(profile_)->event_router(); profile_ 129 chrome/browser/extensions/api/preference/chrome_direct_setting_api.cc profile_->GetPrefs()->FindPreference(pref_key.c_str()); profile_ 138 chrome/browser/extensions/api/preference/chrome_direct_setting_api.cc ExtensionSystem::Get(profile_)->extension_service(); profile_ 56 chrome/browser/extensions/api/preference/chrome_direct_setting_api.h Profile* profile_; profile_ 274 chrome/browser/extensions/api/preference/preference_api.cc : profile_(profile) { profile_ 275 chrome/browser/extensions/api/preference/preference_api.cc registrar_.Init(profile_->GetPrefs()); profile_ 276 chrome/browser/extensions/api/preference/preference_api.cc incognito_registrar_.Init(profile_->GetOffTheRecordPrefs()); profile_ 293 chrome/browser/extensions/api/preference/preference_api.cc bool incognito = (pref_service != profile_->GetPrefs()); profile_ 319 chrome/browser/extensions/api/preference/preference_api.cc ExtensionPrefs* ep = ExtensionPrefs::Get(profile_); profile_ 324 chrome/browser/extensions/api/preference/preference_api.cc helpers::DispatchEventToExtensions(profile_, profile_ 409 chrome/browser/extensions/api/preference/preference_api.cc : profile_(Profile::FromBrowserContext(context)) { profile_ 416 chrome/browser/extensions/api/preference/preference_api.cc ExtensionSystem::Get(profile_)->event_router()->RegisterObserver( profile_ 426 chrome/browser/extensions/api/preference/preference_api.cc ExtensionSystem::Get(profile_)->event_router()->UnregisterObserver(this); profile_ 447 chrome/browser/extensions/api/preference/preference_api.cc preference_event_router_.reset(new PreferenceEventRouter(profile_)); profile_ 448 chrome/browser/extensions/api/preference/preference_api.cc ExtensionSystem::Get(profile_)->event_router()->UnregisterObserver(this); profile_ 479 chrome/browser/extensions/api/preference/preference_api.cc return ExtensionPrefs::Get(profile_); profile_ 483 chrome/browser/extensions/api/preference/preference_api.cc return ExtensionPrefValueMapFactory::GetForBrowserContext(profile_); profile_ 487 chrome/browser/extensions/api/preference/preference_api.cc return ContentSettingsService::Get(profile_)->content_settings_store(); profile_ 42 chrome/browser/extensions/api/preference/preference_api.h Profile* profile_; profile_ 128 chrome/browser/extensions/api/preference/preference_api.h Profile* profile_; profile_ 97 chrome/browser/extensions/api/preference/preference_api_prefs_unittest.cc TestingProfile profile_; profile_ 104 chrome/browser/extensions/api/preference/preference_api_prefs_unittest.cc content_settings_(ContentSettingsService::Get(&profile_)), profile_ 29 chrome/browser/extensions/api/preference/preference_apitest.cc ExtensionPreferenceApiTest() : profile_(NULL) {} profile_ 32 chrome/browser/extensions/api/preference/preference_apitest.cc PrefService* prefs = profile_->GetPrefs(); profile_ 49 chrome/browser/extensions/api/preference/preference_apitest.cc PrefService* prefs = profile_->GetPrefs(); profile_ 70 chrome/browser/extensions/api/preference/preference_apitest.cc profile_ = browser()->profile(); profile_ 88 chrome/browser/extensions/api/preference/preference_apitest.cc Profile* profile_; profile_ 98 chrome/browser/extensions/api/preference/preference_apitest.cc PrefService* prefs = profile_->GetPrefs(); profile_ 132 chrome/browser/extensions/api/preference/preference_apitest.cc PrefService* prefs = profile_->GetPrefs(); profile_ 140 chrome/browser/extensions/api/preference/preference_apitest.cc EXPECT_FALSE(profile_->HasOffTheRecordProfile()); profile_ 142 chrome/browser/extensions/api/preference/preference_apitest.cc PrefService* otr_prefs = profile_->GetOffTheRecordProfile()->GetPrefs(); profile_ 161 chrome/browser/extensions/api/preference/preference_apitest.cc PrefService* prefs = profile_->GetPrefs(); profile_ 168 chrome/browser/extensions/api/preference/preference_apitest.cc EXPECT_TRUE(profile_->HasOffTheRecordProfile()); profile_ 170 chrome/browser/extensions/api/preference/preference_apitest.cc PrefService* otr_prefs = profile_->GetOffTheRecordProfile()->GetPrefs(); profile_ 184 chrome/browser/extensions/api/preference/preference_apitest.cc PrefService* prefs = profile_->GetPrefs(); profile_ 203 chrome/browser/extensions/api/preference/preference_apitest.cc catcher.RestrictToProfile(profile_); profile_ 205 chrome/browser/extensions/api/preference/preference_apitest.cc catcher_incognito.RestrictToProfile(profile_->GetOffTheRecordProfile()); profile_ 208 chrome/browser/extensions/api/preference/preference_apitest.cc ui_test_utils::OpenURLOffTheRecord(profile_, GURL("chrome://newtab/")); profile_ 54 chrome/browser/extensions/api/push_messaging/push_messaging_api.cc : profile_(profile) { profile_ 81 chrome/browser/extensions/api/push_messaging/push_messaging_api.cc event->restrict_to_browser_context = profile_; profile_ 82 chrome/browser/extensions/api/push_messaging/push_messaging_api.cc ExtensionSystem::Get(profile_)->event_router()->DispatchEventToExtension( profile_ 291 chrome/browser/extensions/api/push_messaging/push_messaging_api.cc : profile_(Profile::FromBrowserContext(context)) { profile_ 293 chrome/browser/extensions/api/push_messaging/push_messaging_api.cc content::Source<Profile>(profile_->GetOriginalProfile())); profile_ 295 chrome/browser/extensions/api/push_messaging/push_messaging_api.cc content::Source<Profile>(profile_->GetOriginalProfile())); profile_ 297 chrome/browser/extensions/api/push_messaging/push_messaging_api.cc content::Source<Profile>(profile_->GetOriginalProfile())); profile_ 326 chrome/browser/extensions/api/push_messaging/push_messaging_api.cc invalidation::InvalidationServiceFactory::GetForProfile(profile_); profile_ 331 chrome/browser/extensions/api/push_messaging/push_messaging_api.cc event_router_.reset(new PushMessagingEventRouter(profile_)); profile_ 52 chrome/browser/extensions/api/push_messaging/push_messaging_api.h Profile* const profile_; profile_ 156 chrome/browser/extensions/api/push_messaging/push_messaging_api.h Profile* profile_; profile_ 32 chrome/browser/extensions/api/push_messaging/sync_setup_helper.cc profile_ = profile; profile_ 34 chrome/browser/extensions/api/push_messaging/sync_setup_helper.cc ProfileSyncServiceHarness::Create(profile_, username_, password_)); profile_ 61 chrome/browser/extensions/api/push_messaging/sync_setup_helper.h Profile* profile_; profile_ 47 chrome/browser/extensions/api/serial/serial_event_dispatcher.cc ApiResourceManager<SerialConnection>::Get(profile_); profile_ 64 chrome/browser/extensions/api/serial/serial_event_dispatcher.cc params.profile_id = profile_; profile_ 69 chrome/browser/extensions/api/serial/serial_event_dispatcher.h Profile* const profile_; profile_ 598 chrome/browser/extensions/api/sessions/sessions_api.cc : profile_(profile), profile_ 616 chrome/browser/extensions/api/sessions/sessions_api.cc EventRouter::Get(profile_)->BroadcastEvent(make_scoped_ptr( profile_ 99 chrome/browser/extensions/api/sessions/sessions_api.h Profile* profile_; profile_ 92 chrome/browser/extensions/api/settings_overrides/settings_overrides_api.cc : profile_(Profile::FromBrowserContext(context)), profile_ 93 chrome/browser/extensions/api/settings_overrides/settings_overrides_api.cc url_service_(TemplateURLServiceFactory::GetForProfile(profile_)) { profile_ 94 chrome/browser/extensions/api/settings_overrides/settings_overrides_api.cc DCHECK(profile_); profile_ 97 chrome/browser/extensions/api/settings_overrides/settings_overrides_api.cc content::Source<Profile>(profile_)); profile_ 100 chrome/browser/extensions/api/settings_overrides/settings_overrides_api.cc content::Source<Profile>(profile_)); profile_ 114 chrome/browser/extensions/api/settings_overrides/settings_overrides_api.cc PreferenceAPI* prefs = PreferenceAPI::Get(profile_); profile_ 125 chrome/browser/extensions/api/settings_overrides/settings_overrides_api.cc PreferenceAPI* prefs = PreferenceAPI::Get(profile_); profile_ 146 chrome/browser/extensions/api/settings_overrides/settings_overrides_api.cc ExtensionPrefs::Get(profile_)->GetInstallParam(extension->id()); profile_ 243 chrome/browser/extensions/api/settings_overrides/settings_overrides_api.cc ExtensionPrefs* prefs = ExtensionPrefs::Get(profile_); profile_ 248 chrome/browser/extensions/api/settings_overrides/settings_overrides_api.cc url_service_->AddExtensionControlledTURL(new TemplateURL(profile_, data), profile_ 55 chrome/browser/extensions/api/settings_overrides/settings_overrides_api.h Profile* profile_; profile_ 52 chrome/browser/extensions/api/signed_in_devices/signed_in_devices_manager.cc ProfileSyncService* pss = ProfileSyncServiceFactory::GetForProfile(profile_); profile_ 59 chrome/browser/extensions/api/signed_in_devices/signed_in_devices_manager.cc ProfileSyncService* pss = ProfileSyncServiceFactory::GetForProfile(profile_); profile_ 70 chrome/browser/extensions/api/signed_in_devices/signed_in_devices_manager.cc profile_); profile_ 89 chrome/browser/extensions/api/signed_in_devices/signed_in_devices_manager.cc event->restrict_to_browser_context = profile_; profile_ 91 chrome/browser/extensions/api/signed_in_devices/signed_in_devices_manager.cc ExtensionSystem::Get(profile_)->event_router()->DispatchEventToExtension( profile_ 106 chrome/browser/extensions/api/signed_in_devices/signed_in_devices_manager.cc : profile_(NULL) {} profile_ 109 chrome/browser/extensions/api/signed_in_devices/signed_in_devices_manager.cc : profile_(Profile::FromBrowserContext(context)) { profile_ 111 chrome/browser/extensions/api/signed_in_devices/signed_in_devices_manager.cc profile_)->event_router(); profile_ 121 chrome/browser/extensions/api/signed_in_devices/signed_in_devices_manager.cc content::Source<Profile>(profile_->GetOriginalProfile())); profile_ 140 chrome/browser/extensions/api/signed_in_devices/signed_in_devices_manager.cc profile_)); profile_ 52 chrome/browser/extensions/api/signed_in_devices/signed_in_devices_manager.h Profile* const profile_; profile_ 89 chrome/browser/extensions/api/signed_in_devices/signed_in_devices_manager.h Profile* const profile_; profile_ 95 chrome/browser/extensions/api/storage/managed_value_store_cache.cc Profile* profile_; profile_ 104 chrome/browser/extensions/api/storage/managed_value_store_cache.cc : profile_(profile), profile_ 110 chrome/browser/extensions/api/storage/managed_value_store_cache.cc content::Source<Profile>(profile_)); profile_ 113 chrome/browser/extensions/api/storage/managed_value_store_cache.cc content::Source<Profile>(profile_)); profile_ 116 chrome/browser/extensions/api/storage/managed_value_store_cache.cc ExtensionSystem::Get(profile_)->ready().Post( profile_ 130 chrome/browser/extensions/api/storage/managed_value_store_cache.cc if (!ExtensionSystem::Get(profile_)->ready().is_signaled()) profile_ 159 chrome/browser/extensions/api/storage/managed_value_store_cache.cc ExtensionRegistry::Get(profile_)->GenerateInstalledExtensionsSet()); profile_ 241 chrome/browser/extensions/api/storage/managed_value_store_cache.cc : profile_(Profile::FromBrowserContext(context)), profile_ 243 chrome/browser/extensions/api/storage/managed_value_store_cache.cc profile_)->policy_service()), profile_ 246 chrome/browser/extensions/api/storage/managed_value_store_cache.cc base_path_(profile_->GetPath().AppendASCII( profile_ 252 chrome/browser/extensions/api/storage/managed_value_store_cache.cc extension_tracker_.reset(new ExtensionTracker(profile_)); profile_ 301 chrome/browser/extensions/api/storage/managed_value_store_cache.cc policy::SchemaRegistryServiceFactory::GetForContext(profile_); profile_ 84 chrome/browser/extensions/api/storage/managed_value_store_cache.h Profile* profile_; profile_ 208 chrome/browser/extensions/api/storage/settings_sync_unittest.cc profile_.reset(new util::MockProfile(temp_dir_.path())); profile_ 211 chrome/browser/extensions/api/storage/settings_sync_unittest.cc StorageFrontend::CreateForTesting(storage_factory_, profile_.get())); profile_ 216 chrome/browser/extensions/api/storage/settings_sync_unittest.cc profile_.reset(); profile_ 227 chrome/browser/extensions/api/storage/settings_sync_unittest.cc util::AddExtensionWithId(profile_.get(), id, type); profile_ 260 chrome/browser/extensions/api/storage/settings_sync_unittest.cc scoped_ptr<util::MockProfile> profile_; profile_ 58 chrome/browser/extensions/api/streams_private/streams_private_api.cc : profile_(Profile::FromBrowserContext(context)), weak_ptr_factory_(this) { profile_ 61 chrome/browser/extensions/api/streams_private/streams_private_api.cc content::Source<Profile>(profile_)); profile_ 91 chrome/browser/extensions/api/streams_private/streams_private_api.cc ExtensionSystem::Get(profile_)->event_router()->DispatchEventToExtension( profile_ 64 chrome/browser/extensions/api/streams_private/streams_private_api.h Profile* const profile_; profile_ 56 chrome/browser/extensions/api/system_indicator/system_indicator_manager.cc Profile* profile_; profile_ 88 chrome/browser/extensions/api/system_indicator/system_indicator_manager.cc ExtensionSystem::Get(profile_)->event_router(); profile_ 92 chrome/browser/extensions/api/system_indicator/system_indicator_manager.cc profile_)); profile_ 109 chrome/browser/extensions/api/system_indicator/system_indicator_manager.cc profile_(profile), profile_ 125 chrome/browser/extensions/api/system_indicator/system_indicator_manager.cc : profile_(profile), status_tray_(status_tray) { profile_ 127 chrome/browser/extensions/api/system_indicator/system_indicator_manager.cc content::Source<Profile>(profile_->GetOriginalProfile())); profile_ 129 chrome/browser/extensions/api/system_indicator/system_indicator_manager.cc content::Source<Profile>(profile_->GetOriginalProfile())); profile_ 166 chrome/browser/extensions/api/system_indicator/system_indicator_manager.cc ExtensionSystem::Get(profile_)->extension_service(); profile_ 201 chrome/browser/extensions/api/system_indicator/system_indicator_manager.cc extension, extension_action, profile_, status_tray_); profile_ 69 chrome/browser/extensions/api/system_indicator/system_indicator_manager.h Profile* profile_; profile_ 109 chrome/browser/extensions/api/tab_capture/tab_capture_registry.cc : profile_(Profile::FromBrowserContext(context)) { profile_ 113 chrome/browser/extensions/api/tab_capture/tab_capture_registry.cc content::Source<Profile>(profile_)); profile_ 319 chrome/browser/extensions/api/tab_capture/tab_capture_registry.cc EventRouter* router = profile_ ? profile_ 320 chrome/browser/extensions/api/tab_capture/tab_capture_registry.cc extensions::ExtensionSystem::Get(profile_)->event_router() : NULL; profile_ 333 chrome/browser/extensions/api/tab_capture/tab_capture_registry.cc event->restrict_to_browser_context = profile_; profile_ 97 chrome/browser/extensions/api/tab_capture/tab_capture_registry.h Profile* const profile_; profile_ 96 chrome/browser/extensions/api/tabs/tabs_event_router.cc TabsEventRouter::TabsEventRouter(Profile* profile) : profile_(profile) { profile_ 127 chrome/browser/extensions/api/tabs/tabs_event_router.cc if (!profile_->IsSameProfile(browser->profile())) profile_ 164 chrome/browser/extensions/api/tabs/tabs_event_router.cc if (!profile_->IsSameProfile(browser->profile())) profile_ 172 chrome/browser/extensions/api/tabs/tabs_event_router.cc TabsWindowsAPI* tabs_window_api = TabsWindowsAPI::Get(profile_); profile_ 420 chrome/browser/extensions/api/tabs/tabs_event_router.cc if (!profile_->IsSameProfile(profile) || profile_ 432 chrome/browser/extensions/api/tabs/tabs_event_router.cc if (!profile_->IsSameProfile(profile)) profile_ 164 chrome/browser/extensions/api/tabs/tabs_event_router.h Profile* profile_; profile_ 31 chrome/browser/extensions/api/tabs/windows_event_router.cc : profile_(profile), profile_ 60 chrome/browser/extensions/api/tabs/windows_event_router.cc if (!profile_->IsSameProfile(window_controller->profile())) profile_ 73 chrome/browser/extensions/api/tabs/windows_event_router.cc if (!profile_->IsSameProfile(window_controller->profile())) profile_ 136 chrome/browser/extensions/api/tabs/windows_event_router.cc profile_->IsSameProfile(window_controller->profile())) { profile_ 155 chrome/browser/extensions/api/tabs/windows_event_router.cc ExtensionSystem::Get(profile_)->event_router()->BroadcastEvent(event.Pass()); profile_ 73 chrome/browser/extensions/api/tabs/windows_event_router.h Profile* profile_; profile_ 81 chrome/browser/extensions/api/web_navigation/web_navigation_api.cc : profile_(profile) { profile_ 105 chrome/browser/extensions/api/web_navigation/web_navigation_api.cc if (!profile_->IsSameProfile(browser->profile())) profile_ 111 chrome/browser/extensions/api/web_navigation/web_navigation_api.cc if (!profile_->IsSameProfile(browser->profile())) profile_ 136 chrome/browser/extensions/api/web_navigation/web_navigation_api.cc helpers::DispatchOnTabReplaced(old_contents, profile_, new_contents); profile_ 146 chrome/browser/extensions/api/web_navigation/web_navigation_api.cc if (profile->GetOriginalProfile() == profile_) { profile_ 206 chrome/browser/extensions/api/web_navigation/web_navigation_api.h Profile* profile_; profile_ 185 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc &enable_referrers_, NULL, NULL, profile_.GetTestingPrefService()); profile_ 188 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc network_delegate_->set_profile(&profile_); profile_ 190 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc CookieSettings::Factory::GetForProfile(&profile_).get()); profile_ 204 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc TestingProfile profile_; profile_ 225 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc &profile_, extension1_id, extension1_id, kEventName, kEventName + "/1", profile_ 229 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc &profile_, extension2_id, extension2_id, kEventName, kEventName + "/2", profile_ 256 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc &profile_, extension1_id, kEventName, kEventName + "/1", profile_ 265 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc &profile_, extension2_id, kEventName, kEventName + "/2", profile_ 273 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc &profile_, extension2_id, kEventName, kEventName + "/2", profile_ 281 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc &profile_, extension1_id, kEventName, kEventName + "/1", profile_ 307 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc &profile_, extension2_id, kEventName, kEventName + "/2", profile_ 316 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc &profile_, extension1_id, kEventName, kEventName + "/1", profile_ 324 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc &profile_, extension2_id, kEventName, kEventName + "/2", profile_ 332 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc &profile_, extension1_id, kEventName, kEventName + "/1", profile_ 347 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc &profile_, extension1_id, kEventName + "/1"); profile_ 349 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc &profile_, extension2_id, kEventName + "/2"); profile_ 361 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc &profile_, extension1_id, extension1_id, kEventName, kEventName + "/1", profile_ 365 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc &profile_, extension2_id, extension2_id, kEventName, kEventName + "/2", profile_ 386 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc &profile_, extension1_id, kEventName, kEventName + "/1", profile_ 396 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc &profile_, extension2_id, kEventName, kEventName + "/2", profile_ 411 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc &profile_, extension1_id, kEventName + "/1"); profile_ 413 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc &profile_, extension2_id, kEventName + "/2"); profile_ 430 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc &profile_, extension_id, extension_id, kEventName, kEventName + "/1", profile_ 434 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc &profile_, extension_id, extension_id, kEventName2, kEventName2 + "/1", profile_ 451 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc &profile_, extension_id, kEventName, kEventName + "/1", profile_ 473 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc &profile_, extension_id, kEventName + "/1"); profile_ 475 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc &profile_, extension_id, kEventName2 + "/1"); profile_ 625 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc &profile_, extension_id, extension_id, kEventName, kEventName + "/1", profile_ 634 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc &profile_, extension_id, kEventName + "/1"); profile_ 641 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc &profile_, extension_id, extension_id, kEventName, kEventName + "/1", profile_ 647 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc &profile_, extension_id, kEventName + "/1"); profile_ 651 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc &profile_, extension_id, extension_id, kEventName, kEventName + "/1", profile_ 666 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc &profile_, extension_id, kEventName + "/1"); profile_ 709 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc &profile_, extension_id, extension_id, kEventName, kEventName + "/1", profile_ 727 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc &profile_, extension_id, kEventName + "/1"); profile_ 782 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc &enable_referrers_, NULL, NULL, profile_.GetTestingPrefService()); profile_ 785 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc network_delegate_->set_profile(&profile_); profile_ 787 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc CookieSettings::Factory::GetForProfile(&profile_).get()); profile_ 797 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc TestingProfile profile_; profile_ 820 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc &profile_, extension1_id, extension1_id, kEventName, kEventName + "/1", profile_ 824 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc &profile_, extension2_id, extension2_id, kEventName, kEventName + "/2", profile_ 830 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc &profile_, extension3_id, extension3_id, keys::kOnSendHeadersEvent, profile_ 876 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc &profile_, mod.extension_id == 1 ? extension1_id : extension2_id, profile_ 955 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc &profile_, extension1_id, kEventName + "/1"); profile_ 957 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc &profile_, extension2_id, kEventName + "/2"); profile_ 959 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc &profile_, extension3_id, std::string(keys::kOnSendHeadersEvent) + "/3"); profile_ 37 chrome/browser/extensions/app_icon_loader_impl.cc : profile_(profile), profile_ 54 chrome/browser/extensions/app_icon_loader_impl.cc const extensions::Extension* extension = GetExtensionByID(profile_, id); profile_ 59 chrome/browser/extensions/app_icon_loader_impl.cc profile_, profile_ 108 chrome/browser/extensions/app_icon_loader_impl.cc if (!util::IsAppLaunchable(id, profile_)) { profile_ 43 chrome/browser/extensions/app_icon_loader_impl.h Profile* profile_; profile_ 29 chrome/browser/extensions/browser_permissions_policy_delegate_unittest.cc profile_ = profile_manager_->CreateTestingProfile("test"); profile_ 39 chrome/browser/extensions/browser_permissions_policy_delegate_unittest.cc TestingProfile* profile_; profile_ 65 chrome/browser/extensions/browser_permissions_policy_delegate_unittest.cc content::MockRenderProcessHost signin_process(profile_); profile_ 66 chrome/browser/extensions/browser_permissions_policy_delegate_unittest.cc content::MockRenderProcessHost normal_process(profile_); profile_ 68 chrome/browser/extensions/browser_permissions_policy_delegate_unittest.cc ChromeSigninClientFactory::GetForProfile(profile_); profile_ 107 chrome/browser/extensions/bundle_installer.cc profile_(browser->profile()), profile_ 158 chrome/browser/extensions/bundle_installer.cc profile_, profile_ 166 chrome/browser/extensions/bundle_installer.cc profile_, profile_ 273 chrome/browser/extensions/bundle_installer.cc browser = chrome::FindLastActiveWithProfile(profile_, host_desktop_type_); profile_ 193 chrome/browser/extensions/bundle_installer.h Profile* profile_; profile_ 90 chrome/browser/extensions/component_loader_unittest.cc &profile_) { profile_ 116 chrome/browser/extensions/component_loader_unittest.cc TestingProfile profile_; profile_ 26 chrome/browser/extensions/context_menu_matcher.cc : profile_(profile), menu_model_(menu_model), delegate_(delegate), profile_ 142 chrome/browser/extensions/context_menu_matcher.cc MenuManager* manager = MenuManager::Get(profile_); profile_ 143 chrome/browser/extensions/context_menu_matcher.cc manager->ExecuteCommand(profile_, web_contents, params, item->id()); profile_ 152 chrome/browser/extensions/context_menu_matcher.cc extensions::ExtensionSystem::Get(profile_)->extension_service(); profile_ 159 chrome/browser/extensions/context_menu_matcher.cc MenuManager* manager = MenuManager::Get(profile_); profile_ 164 chrome/browser/extensions/context_menu_matcher.cc *can_cross_incognito = util::CanCrossIncognito(*extension, profile_); profile_ 182 chrome/browser/extensions/context_menu_matcher.cc if (item->id().incognito == profile_->IsOffTheRecord() || profile_ 249 chrome/browser/extensions/context_menu_matcher.cc MenuManager* manager = MenuManager::Get(profile_); profile_ 261 chrome/browser/extensions/context_menu_matcher.cc MenuManager* menu_manager = MenuManager::Get(profile_); profile_ 81 chrome/browser/extensions/context_menu_matcher.h Profile* profile_; profile_ 71 chrome/browser/extensions/default_apps.cc profile_->GetPrefs()->GetString(prefs::kDefaultApps) == "install"; profile_ 74 chrome/browser/extensions/default_apps.cc static_cast<InstallState>(profile_->GetPrefs()->GetInteger( profile_ 86 chrome/browser/extensions/default_apps.cc profile_->WasCreatedByVersionOrLater(version_info.Version().c_str()); profile_ 106 chrome/browser/extensions/default_apps.cc profile_->GetPrefs()->SetInteger( profile_ 126 chrome/browser/extensions/default_apps.cc profile_->GetPrefs()->SetInteger(prefs::kDefaultAppsInstallState, profile_ 129 chrome/browser/extensions/default_apps.cc profile_->GetPrefs()->SetInteger(prefs::kDefaultAppsInstallState, profile_ 145 chrome/browser/extensions/default_apps.cc profile_(profile), profile_ 152 chrome/browser/extensions/default_apps.cc if (!profile_ || !ShouldInstallInProfile()) { profile_ 58 chrome/browser/extensions/default_apps.h Profile* profile_; profile_ 41 chrome/browser/extensions/dev_mode_bubble_controller.cc : profile_(profile), profile_ 66 chrome/browser/extensions/dev_mode_bubble_controller.cc ExtensionToolbarModel* toolbar_model = ExtensionToolbarModel::Get(profile_); profile_ 149 chrome/browser/extensions/dev_mode_bubble_controller.cc return !g_shown_for_profiles.Get().count(profile_) && profile_ 154 chrome/browser/extensions/dev_mode_bubble_controller.cc g_shown_for_profiles.Get().insert(profile_); profile_ 49 chrome/browser/extensions/dev_mode_bubble_controller.h Profile* profile_; profile_ 83 chrome/browser/extensions/dev_mode_bubble_controller.h Profile* profile_; profile_ 55 chrome/browser/extensions/error_console/error_console.cc profile_(profile), profile_ 62 chrome/browser/extensions/error_console/error_console.cc pref_registrar_.Init(profile_->GetPrefs()); profile_ 67 chrome/browser/extensions/error_console/error_console.cc registry_observer_.Add(ExtensionRegistry::Get(profile_)); profile_ 98 chrome/browser/extensions/error_console/error_console.cc ExtensionPrefs::Get(profile_)->UpdateExtensionPref( profile_ 111 chrome/browser/extensions/error_console/error_console.cc ExtensionPrefs::Get(profile_)->UpdateExtensionPref( profile_ 152 chrome/browser/extensions/error_console/error_console.cc return profile_->GetPrefs()->GetBoolean(prefs::kExtensionsUIDeveloperMode) && profile_ 158 chrome/browser/extensions/error_console/error_console.cc return ExtensionRegistry::Get(profile_)->enabled_extensions() profile_ 181 chrome/browser/extensions/error_console/error_console.cc content::Source<Profile>(profile_)); profile_ 185 chrome/browser/extensions/error_console/error_console.cc content::Source<Profile>(profile_)); profile_ 187 chrome/browser/extensions/error_console/error_console.cc ExtensionPrefs* prefs = ExtensionPrefs::Get(profile_); profile_ 189 chrome/browser/extensions/error_console/error_console.cc ExtensionRegistry::Get(profile_)->enabled_extensions(); profile_ 242 chrome/browser/extensions/error_console/error_console.cc if (profile->IsOffTheRecord() && profile_->IsSameProfile(profile)) profile_ 164 chrome/browser/extensions/error_console/error_console.h Profile* profile_; profile_ 41 chrome/browser/extensions/error_console/error_console_unittest.cc profile_.reset(new TestingProfile); profile_ 42 chrome/browser/extensions/error_console/error_console_unittest.cc profile_->GetPrefs()->SetBoolean(prefs::kExtensionsUIDeveloperMode, true); profile_ 43 chrome/browser/extensions/error_console/error_console_unittest.cc error_console_ = ErrorConsole::Get(profile_.get()); profile_ 47 chrome/browser/extensions/error_console/error_console_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 67 chrome/browser/extensions/error_console/error_console_unittest.cc profile_->GetPrefs()->SetBoolean(prefs::kExtensionsUIDeveloperMode, false); profile_ 77 chrome/browser/extensions/error_console/error_console_unittest.cc profile_->GetPrefs()->SetBoolean(prefs::kExtensionsUIDeveloperMode, true); profile_ 89 chrome/browser/extensions/error_console/error_console_unittest.cc profile_->GetPrefs()->SetBoolean(prefs::kExtensionsUIDeveloperMode, false); profile_ 90 chrome/browser/extensions/error_console/error_console_unittest.cc profile_->GetPrefs()->SetBoolean(prefs::kExtensionsUIDeveloperMode, true); profile_ 111 chrome/browser/extensions/error_console/error_console_unittest.cc ExtensionRegistry* registry = ExtensionRegistry::Get(profile_.get()); profile_ 137 chrome/browser/extensions/extension_action_icon_factory_unittest.cc profile_.reset(new TestingProfile); profile_ 140 chrome/browser/extensions/extension_action_icon_factory_unittest.cc extensions::ExtensionSystem::Get(profile_.get()))-> profile_ 145 chrome/browser/extensions/extension_action_icon_factory_unittest.cc profile_.reset(); // Get all DeleteSoon calls sent to ui_loop_. profile_ 164 chrome/browser/extensions/extension_action_icon_factory_unittest.cc TestingProfile* profile() { return profile_.get(); } profile_ 172 chrome/browser/extensions/extension_action_icon_factory_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 67 chrome/browser/extensions/extension_action_manager.cc : profile_(profile) { profile_ 139 chrome/browser/extensions/extension_action_manager.cc profile_); profile_ 147 chrome/browser/extensions/extension_action_manager.cc profile_); profile_ 156 chrome/browser/extensions/extension_action_manager.cc if (!extensions::SystemIndicatorManagerFactory::GetForProfile(profile_)) profile_ 162 chrome/browser/extensions/extension_action_manager.cc profile_); profile_ 51 chrome/browser/extensions/extension_action_manager.h Profile* profile_; profile_ 77 chrome/browser/extensions/extension_browsertest.cc if (!profile_) { profile_ 79 chrome/browser/extensions/extension_browsertest.cc profile_ = browser()->profile(); profile_ 81 chrome/browser/extensions/extension_browsertest.cc profile_ = ProfileManager::GetActiveUserProfile(); profile_ 83 chrome/browser/extensions/extension_browsertest.cc return profile_; profile_ 354 chrome/browser/extensions/extension_browsertest.h Profile* profile_; profile_ 42 chrome/browser/extensions/extension_context_menu_model.cc profile_(browser->profile()), profile_ 46 chrome/browser/extensions/extension_context_menu_model.cc if (profile_->GetPrefs()->GetBoolean(prefs::kExtensionsUIDeveloperMode) && profile_ 58 chrome/browser/extensions/extension_context_menu_model.cc profile_(browser->profile()), profile_ 90 chrome/browser/extensions/extension_context_menu_model.cc profile_)->management_policy()->UserMayModifySettings(extension, NULL); profile_ 120 chrome/browser/extensions/extension_context_menu_model.cc extensions::ExtensionPrefs::Get(profile_), extension->id(), false); profile_ 126 chrome/browser/extensions/extension_context_menu_model.cc ExtensionUninstallDialog::Create(profile_, browser_, this)); profile_ 146 chrome/browser/extensions/extension_context_menu_model.cc extensions::ExtensionSystem::Get(profile_)->extension_service()-> profile_ 162 chrome/browser/extensions/extension_context_menu_model.cc extensions::ExtensionActionManager::Get(profile_); profile_ 183 chrome/browser/extensions/extension_context_menu_model.cc extensions::ExtensionSystem::Get(profile_)->extension_service(); profile_ 93 chrome/browser/extensions/extension_context_menu_model.h Profile* profile_; profile_ 42 chrome/browser/extensions/extension_context_menu_model_unittest.cc Browser::CreateParams params(profile_.get(), chrome::GetActiveDesktop()); profile_ 51 chrome/browser/extensions/extension_context_menu_model_unittest.cc extensions::ExtensionSystem::Get(profile_.get()); profile_ 67 chrome/browser/extensions/extension_garbage_collector_unittest.cc DictionaryPrefUpdate update(profile_->GetPrefs(), "extensions.settings"); profile_ 155 chrome/browser/extensions/extension_garbage_collector_unittest.cc ExtensionPrefs* prefs = ExtensionPrefs::Get(profile_.get()); profile_ 46 chrome/browser/extensions/extension_gcm_app_handler.cc : profile_(Profile::FromBrowserContext(context)), profile_ 51 chrome/browser/extensions/extension_gcm_app_handler.cc content::Source<Profile>(profile_)); profile_ 54 chrome/browser/extensions/extension_gcm_app_handler.cc content::Source<Profile>(profile_)); profile_ 57 chrome/browser/extensions/extension_gcm_app_handler.cc content::Source<Profile>(profile_)); profile_ 60 chrome/browser/extensions/extension_gcm_app_handler.cc js_event_router_.reset(new extensions::GcmJsEventRouter(profile_)); profile_ 66 chrome/browser/extensions/extension_gcm_app_handler.cc ExtensionRegistry::Get(profile_)->enabled_extensions(); profile_ 139 chrome/browser/extensions/extension_gcm_app_handler.cc return gcm::GCMProfileServiceFactory::GetForProfile(profile_); profile_ 68 chrome/browser/extensions/extension_gcm_app_handler.h Profile* profile_; profile_ 115 chrome/browser/extensions/extension_gcm_app_handler_unittest.cc profile_ = builder.Build(); profile_ 117 chrome/browser/extensions/extension_gcm_app_handler_unittest.cc SigninManagerFactory::GetInstance()->GetForProfile(profile_.get())); profile_ 228 chrome/browser/extensions/extension_gcm_app_handler_unittest.cc Profile* profile() const { return profile_.get(); } profile_ 240 chrome/browser/extensions/extension_gcm_app_handler_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 11 chrome/browser/extensions/extension_install_ui.cc : profile_(profile), profile_ 70 chrome/browser/extensions/extension_install_ui.h Profile* profile() { return profile_; } profile_ 84 chrome/browser/extensions/extension_install_ui.h Profile* profile_; profile_ 17 chrome/browser/extensions/extension_installer.cc profile_(profile), profile_ 32 chrome/browser/extensions/extension_installer.cc bool allowed = ExtensionSystem::Get(profile_)->management_policy() profile_ 41 chrome/browser/extensions/extension_installer.h return profile_; profile_ 56 chrome/browser/extensions/extension_installer.h Profile* profile_; profile_ 25 chrome/browser/extensions/extension_keybinding_registry.cc : profile_(Profile::FromBrowserContext(context)), profile_ 30 chrome/browser/extensions/extension_keybinding_registry.cc content::Source<Profile>(profile_->GetOriginalProfile())); profile_ 33 chrome/browser/extensions/extension_keybinding_registry.cc content::Source<Profile>(profile_->GetOriginalProfile())); profile_ 36 chrome/browser/extensions/extension_keybinding_registry.cc content::Source<Profile>(profile_->GetOriginalProfile())); profile_ 39 chrome/browser/extensions/extension_keybinding_registry.cc content::Source<Profile>(profile_->GetOriginalProfile())); profile_ 76 chrome/browser/extensions/extension_keybinding_registry.cc extensions::ExtensionSystem::Get(profile_)->extension_service(); profile_ 101 chrome/browser/extensions/extension_keybinding_registry.cc ExtensionSystem::Get(profile_)->extension_service(); profile_ 120 chrome/browser/extensions/extension_keybinding_registry.cc event->restrict_to_browser_context = profile_; profile_ 122 chrome/browser/extensions/extension_keybinding_registry.cc ExtensionSystem::Get(profile_)->event_router()-> profile_ 194 chrome/browser/extensions/extension_keybinding_registry.cc ExtensionSystem::Get(profile_)->extension_service()-> profile_ 142 chrome/browser/extensions/extension_keybinding_registry.h Profile* profile_; profile_ 37 chrome/browser/extensions/extension_message_bubble_controller.cc : profile_(profile), profile_ 52 chrome/browser/extensions/extension_message_bubble_controller.cc ExtensionRegistry* registry = ExtensionRegistry::Get(profile_); profile_ 125 chrome/browser/extensions/extension_message_bubble_controller.cc chrome::FindBrowserWithProfile(profile_, chrome::GetActiveDesktop()); profile_ 148 chrome/browser/extensions/extension_message_bubble_controller.cc ExtensionRegistry::Get(profile_)->GenerateInstalledExtensionsSet()); profile_ 91 chrome/browser/extensions/extension_message_bubble_controller.h Profile* profile_; profile_ 252 chrome/browser/extensions/extension_message_bubble_controller_unittest.cc profile_.reset(new TestingProfile); profile_ 258 chrome/browser/extensions/extension_message_bubble_controller_unittest.cc service_ = profile_->GetExtensionService(); profile_ 264 chrome/browser/extensions/extension_message_bubble_controller_unittest.cc profile_.reset(NULL); profile_ 272 chrome/browser/extensions/extension_message_bubble_controller_unittest.cc Profile* profile() { return profile_.get(); } profile_ 291 chrome/browser/extensions/extension_message_bubble_controller_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 316 chrome/browser/extensions/extension_service.cc profile_(profile), profile_ 333 chrome/browser/extensions/extension_service.cc shared_module_service_(new extensions::SharedModuleService(profile_)) { profile_ 384 chrome/browser/extensions/extension_service.cc this, profile_, &external_extension_providers_); profile_ 393 chrome/browser/extensions/extension_service.cc new extensions::ExtensionActionStorageManager(profile_)); profile_ 580 chrome/browser/extensions/extension_service.cc client.reset(ExtensionInstallUI::CreateInstallPromptWithProfile(profile_)); profile_ 733 chrome/browser/extensions/extension_service.cc content::Source<Profile>(profile_), profile_ 783 chrome/browser/extensions/extension_service.cc extensions::DataDeleter::StartDeleting(profile_, extension.get()); profile_ 790 chrome/browser/extensions/extension_service.cc content::Source<Profile>(profile_), profile_ 874 chrome/browser/extensions/extension_service.cc content::Source<Profile>(profile_), profile_ 1017 chrome/browser/extensions/extension_service.cc profile_->GetOriginalProfile()) { profile_ 1037 chrome/browser/extensions/extension_service.cc content::Source<Profile>(profile_), profile_ 1042 chrome/browser/extensions/extension_service.cc profile_->GetExtensionSpecialStoragePolicy()-> profile_ 1055 chrome/browser/extensions/extension_service.cc FaviconSource* favicon_source = new FaviconSource(profile_, profile_ 1057 chrome/browser/extensions/extension_service.cc content::URLDataSource::Add(profile_, favicon_source); profile_ 1064 chrome/browser/extensions/extension_service.cc ThemeSource* theme_source = new ThemeSource(profile_); profile_ 1065 chrome/browser/extensions/extension_service.cc content::URLDataSource::Add(profile_, theme_source); profile_ 1072 chrome/browser/extensions/extension_service.cc ThumbnailSource* thumbnail_source = new ThumbnailSource(profile_, false); profile_ 1073 chrome/browser/extensions/extension_service.cc content::URLDataSource::Add(profile_, thumbnail_source); profile_ 1085 chrome/browser/extensions/extension_service.cc content::Source<Profile>(profile_), profile_ 1094 chrome/browser/extensions/extension_service.cc if (host_profile->GetOriginalProfile() == profile_->GetOriginalProfile()) profile_ 1102 chrome/browser/extensions/extension_service.cc profile_->GetExtensionSpecialStoragePolicy()-> profile_ 1110 chrome/browser/extensions/extension_service.cc extensions::util::GetSiteForExtensionId(extension->id(), profile_); profile_ 1112 chrome/browser/extensions/extension_service.cc BrowserContext::GetStoragePartitionForSite(profile_, site)-> profile_ 1127 chrome/browser/extensions/extension_service.cc return profile_; profile_ 1133 chrome/browser/extensions/extension_service.cc return profile_; profile_ 1148 chrome/browser/extensions/extension_service.cc token.append(profile_->GetPath().AsUTF8Unsafe()); profile_ 1257 chrome/browser/extensions/extension_service.cc base::TimeDelta elapsed = base::Time::Now() - profile_->GetStartTime(); profile_ 1519 chrome/browser/extensions/extension_service.cc content::Source<Profile>(profile_), profile_ 1530 chrome/browser/extensions/extension_service.cc content::Source<Profile>(profile_), profile_ 1552 chrome/browser/extensions/extension_service.cc content::Source<Profile>(profile_), profile_ 1621 chrome/browser/extensions/extension_service.cc content::Source<Profile>(profile_), profile_ 1998 chrome/browser/extensions/extension_service.cc is_ready() && !extensions::util::IsExtensionIdle(extension_id, profile_)) profile_ 2045 chrome/browser/extensions/extension_service.cc content::Source<Profile>(profile_), profile_ 2105 chrome/browser/extensions/extension_service.cc content::Source<Profile>(profile_), profile_ 2174 chrome/browser/extensions/extension_service.cc extensions::InstallLimiter::Get(profile_)->Add(installer, path); profile_ 2194 chrome/browser/extensions/extension_service.cc content::Source<Profile>(profile_), profile_ 2217 chrome/browser/extensions/extension_service.cc content::Source<Profile>(profile_), profile_ 2243 chrome/browser/extensions/extension_service.cc if (profile_ != profile_ 2274 chrome/browser/extensions/extension_service.cc if (!profile_->IsSameProfile(host_profile->GetOriginalProfile())) profile_ 2278 chrome/browser/extensions/extension_service.cc extensions::ProcessMap::Get(profile_); profile_ 2385 chrome/browser/extensions/extension_service.cc return !extensions::util::IsExtensionIdle(extension_id, profile_); profile_ 2565 chrome/browser/extensions/extension_service.cc profile_->GetExtensionSpecialStoragePolicy()->RevokeRightsForAllExtensions(); profile_ 597 chrome/browser/extensions/extension_service.h Profile* profile_; profile_ 325 chrome/browser/extensions/extension_service_unittest.cc profile_.reset(new TestingProfile); profile_ 340 chrome/browser/extensions/extension_service_unittest.cc profile_.get(), profile_ 458 chrome/browser/extensions/extension_service_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 489 chrome/browser/extensions/extension_service_unittest.cc profile_ = CreateTestingProfile(params); profile_ 490 chrome/browser/extensions/extension_service_unittest.cc service_ = InitializeExtensionServiceForProfile(params, profile_.get()); profile_ 492 chrome/browser/extensions/extension_service_unittest.cc ExtensionSystem::Get(profile_.get())->management_policy(); profile_ 495 chrome/browser/extensions/extension_service_unittest.cc registry_ = extensions::ExtensionRegistry::Get(profile_.get()); profile_ 602 chrome/browser/extensions/extension_service_unittest.cc ExtensionSystem::Get(profile_.get()))-> profile_ 615 chrome/browser/extensions/extension_service_unittest.cc profile_.get(), ExtensionPrefs::Get(profile_.get()), service_)); profile_ 1025 chrome/browser/extensions/extension_service_unittest.cc profile_->GetPrefs()->GetDictionary("extensions.settings"); profile_ 1085 chrome/browser/extensions/extension_service_unittest.cc PrefService* prefs = profile_->GetPrefs(); profile_ 1113 chrome/browser/extensions/extension_service_unittest.cc profile_->GetPrefs()->GetDictionary("extensions.settings"); profile_ 1139 chrome/browser/extensions/extension_service_unittest.cc PrefService* prefs = profile_->GetPrefs(); profile_ 1162 chrome/browser/extensions/extension_service_unittest.cc profile_->GetPrefs()->GetDictionary("extensions.settings"); profile_ 1177 chrome/browser/extensions/extension_service_unittest.cc DictionaryPrefUpdate update(profile_->GetPrefs(), "extensions.settings"); profile_ 1215 chrome/browser/extensions/extension_service_unittest.cc DictionaryPrefUpdate update(profile_->GetPrefs(), "extensions.settings"); profile_ 1497 chrome/browser/extensions/extension_service_unittest.cc ExtensionPrefs* prefs = ExtensionPrefs::Get(profile_.get()); profile_ 1616 chrome/browser/extensions/extension_service_unittest.cc extensions::InstallTrackerFactory::GetForProfile(profile_.get())); profile_ 1889 chrome/browser/extensions/extension_service_unittest.cc ExtensionPrefs* prefs = ExtensionPrefs::Get(profile_.get()); profile_ 1937 chrome/browser/extensions/extension_service_unittest.cc ExtensionPrefs* prefs = ExtensionPrefs::Get(profile_.get()); profile_ 1979 chrome/browser/extensions/extension_service_unittest.cc ExtensionPrefs* prefs = ExtensionPrefs::Get(profile_.get()); profile_ 2011 chrome/browser/extensions/extension_service_unittest.cc ExtensionPrefs* prefs = ExtensionPrefs::Get(profile_.get()); profile_ 2508 chrome/browser/extensions/extension_service_unittest.cc ExtensionPrefs::Get(profile_.get())->AllowFileAccess(extension->id())); profile_ 2533 chrome/browser/extensions/extension_service_unittest.cc AppSorting* sorting = ExtensionPrefs::Get(profile_.get())->app_sorting(); profile_ 2569 chrome/browser/extensions/extension_service_unittest.cc AppSorting* sorting = ExtensionPrefs::Get(profile_.get())->app_sorting(); profile_ 2594 chrome/browser/extensions/extension_service_unittest.cc EXPECT_TRUE(profile_->GetExtensionSpecialStoragePolicy()-> profile_ 2609 chrome/browser/extensions/extension_service_unittest.cc EXPECT_TRUE(profile_->GetExtensionSpecialStoragePolicy()-> profile_ 2617 chrome/browser/extensions/extension_service_unittest.cc EXPECT_TRUE(profile_->GetExtensionSpecialStoragePolicy()-> profile_ 2623 chrome/browser/extensions/extension_service_unittest.cc EXPECT_FALSE(profile_->GetExtensionSpecialStoragePolicy()-> profile_ 2641 chrome/browser/extensions/extension_service_unittest.cc EXPECT_TRUE(profile_->GetExtensionSpecialStoragePolicy()-> profile_ 2652 chrome/browser/extensions/extension_service_unittest.cc EXPECT_TRUE(profile_->GetExtensionSpecialStoragePolicy()-> profile_ 2661 chrome/browser/extensions/extension_service_unittest.cc EXPECT_FALSE(profile_->GetExtensionSpecialStoragePolicy()-> profile_ 2663 chrome/browser/extensions/extension_service_unittest.cc EXPECT_FALSE(profile_->GetExtensionSpecialStoragePolicy()-> profile_ 2848 chrome/browser/extensions/extension_service_unittest.cc extensions::util::SetIsIncognitoEnabled(good->id(), profile_.get(), true); profile_ 2849 chrome/browser/extensions/extension_service_unittest.cc ExtensionPrefs::Get(profile_.get()) profile_ 2858 chrome/browser/extensions/extension_service_unittest.cc good2->id(), profile_.get())); profile_ 2859 chrome/browser/extensions/extension_service_unittest.cc EXPECT_TRUE(ExtensionPrefs::Get(profile_.get()) profile_ 2983 chrome/browser/extensions/extension_service_unittest.cc ExtensionPrefs::Get(profile_.get())->GetGrantedPermissions(good1)); profile_ 3079 chrome/browser/extensions/extension_service_unittest.cc EXPECT_FALSE(ExtensionPrefs::Get(profile_.get()) profile_ 3113 chrome/browser/extensions/extension_service_unittest.cc EXPECT_FALSE(ExtensionPrefs::Get(profile_.get()) profile_ 3117 chrome/browser/extensions/extension_service_unittest.cc profile_.get())); profile_ 3358 chrome/browser/extensions/extension_service_unittest.cc PrefService* prefs = ExtensionPrefs::Get(profile_.get())->pref_service(); profile_ 3409 chrome/browser/extensions/extension_service_unittest.cc ExtensionPrefs::Get(profile_.get())->SetExtensionBlacklisted(good0, true); profile_ 3410 chrome/browser/extensions/extension_service_unittest.cc ExtensionPrefs::Get(profile_.get())->SetExtensionBlacklisted(good1, true); profile_ 3615 chrome/browser/extensions/extension_service_unittest.cc ListPrefUpdate update(profile_->GetPrefs(), profile_ 3628 chrome/browser/extensions/extension_service_unittest.cc ListPrefUpdate update(profile_->GetPrefs(), profile_ 3649 chrome/browser/extensions/extension_service_unittest.cc PrefService* prefs = profile_->GetPrefs(); profile_ 3669 chrome/browser/extensions/extension_service_unittest.cc ListPrefUpdate update(profile_->GetPrefs(), profile_ 3698 chrome/browser/extensions/extension_service_unittest.cc ListPrefUpdate update(profile_->GetPrefs(), profile_ 3715 chrome/browser/extensions/extension_service_unittest.cc profile_->GetPrefs(), extensions::pref_names::kInstallDenyList); profile_ 3721 chrome/browser/extensions/extension_service_unittest.cc profile_->GetPrefs(), profile_ 3749 chrome/browser/extensions/extension_service_unittest.cc ListPrefUpdate update(profile_->GetPrefs(), profile_ 3935 chrome/browser/extensions/extension_service_unittest.cc ExtensionPrefs* prefs = ExtensionPrefs::Get(profile_.get()); profile_ 3957 chrome/browser/extensions/extension_service_unittest.cc profile_.get(), profile_ 4145 chrome/browser/extensions/extension_service_unittest.cc ExtensionPrefs::Get(profile_.get())->GetDisableReasons(extension_id)); profile_ 4331 chrome/browser/extensions/extension_service_unittest.cc profile_->GetRequestContextForExtensions()->GetURLRequestContext()-> profile_ 4351 chrome/browser/extensions/extension_service_unittest.cc BrowserContext::GetDefaultStoragePartition(profile_.get())-> profile_ 4367 chrome/browser/extensions/extension_service_unittest.cc profile_->GetPath().AppendASCII("Local Storage"); profile_ 4377 chrome/browser/extensions/extension_service_unittest.cc BrowserContext::GetDefaultStoragePartition(profile_.get())-> profile_ 4426 chrome/browser/extensions/extension_service_unittest.cc EXPECT_TRUE(profile_->GetExtensionSpecialStoragePolicy()-> profile_ 4442 chrome/browser/extensions/extension_service_unittest.cc EXPECT_TRUE(profile_->GetExtensionSpecialStoragePolicy()-> profile_ 4447 chrome/browser/extensions/extension_service_unittest.cc profile_->GetRequestContext()->GetURLRequestContext()-> profile_ 4467 chrome/browser/extensions/extension_service_unittest.cc BrowserContext::GetDefaultStoragePartition(profile_.get())-> profile_ 4483 chrome/browser/extensions/extension_service_unittest.cc profile_->GetPath().AppendASCII("Local Storage"); profile_ 4493 chrome/browser/extensions/extension_service_unittest.cc BrowserContext::GetDefaultStoragePartition(profile_.get())-> profile_ 4505 chrome/browser/extensions/extension_service_unittest.cc EXPECT_TRUE(profile_->GetExtensionSpecialStoragePolicy()-> profile_ 4519 chrome/browser/extensions/extension_service_unittest.cc EXPECT_FALSE(profile_->GetExtensionSpecialStoragePolicy()-> profile_ 5273 chrome/browser/extensions/extension_service_unittest.cc EXPECT_TRUE(profile_.get()); profile_ 5274 chrome/browser/extensions/extension_service_unittest.cc EXPECT_FALSE(profile_->IsOffTheRecord()); profile_ 5275 chrome/browser/extensions/extension_service_unittest.cc EXPECT_FALSE(profile_->GetExtensionSpecialStoragePolicy()->IsStorageUnlimited( profile_ 5277 chrome/browser/extensions/extension_service_unittest.cc EXPECT_TRUE(profile_->GetExtensionSpecialStoragePolicy()->IsStorageUnlimited( profile_ 5279 chrome/browser/extensions/extension_service_unittest.cc EXPECT_TRUE(profile_->GetExtensionSpecialStoragePolicy()->IsStorageUnlimited( profile_ 5423 chrome/browser/extensions/extension_service_unittest.cc ProfileSyncServiceFactory::GetForProfile(profile_.get()); profile_ 5462 chrome/browser/extensions/extension_service_unittest.cc ProfileSyncServiceFactory::GetForProfile(profile_.get()); profile_ 5518 chrome/browser/extensions/extension_service_unittest.cc EXPECT_EQ(extensions::util::IsIncognitoEnabled(good_crx, profile_.get()), profile_ 5549 chrome/browser/extensions/extension_service_unittest.cc EXPECT_EQ(extensions::util::IsIncognitoEnabled(good_crx, profile_.get()), profile_ 5612 chrome/browser/extensions/extension_service_unittest.cc extensions::util::SetIsIncognitoEnabled(good_crx, profile_.get(), true); profile_ 5650 chrome/browser/extensions/extension_service_unittest.cc EXPECT_TRUE(ExtensionPrefs::Get(profile_.get()) profile_ 5670 chrome/browser/extensions/extension_service_unittest.cc EXPECT_TRUE(ExtensionPrefs::Get(profile_.get()) profile_ 5702 chrome/browser/extensions/extension_service_unittest.cc AppSorting* sorting = ExtensionPrefs::Get(profile_.get())->app_sorting(); profile_ 5913 chrome/browser/extensions/extension_service_unittest.cc EXPECT_FALSE(extensions::util::IsIncognitoEnabled(good_crx, profile_.get())); profile_ 5933 chrome/browser/extensions/extension_service_unittest.cc extensions::util::IsIncognitoEnabled(good_crx, profile_.get())); profile_ 5948 chrome/browser/extensions/extension_service_unittest.cc EXPECT_TRUE(extensions::util::IsIncognitoEnabled(good_crx, profile_.get())); profile_ 5963 chrome/browser/extensions/extension_service_unittest.cc EXPECT_TRUE(extensions::util::IsIncognitoEnabled(good_crx, profile_.get())); profile_ 5983 chrome/browser/extensions/extension_service_unittest.cc EXPECT_FALSE(extensions::util::IsIncognitoEnabled(good_crx, profile_.get())); profile_ 6002 chrome/browser/extensions/extension_service_unittest.cc EXPECT_TRUE(extensions::util::IsIncognitoEnabled(good_crx, profile_.get())); profile_ 6020 chrome/browser/extensions/extension_service_unittest.cc EXPECT_FALSE(extensions::util::IsIncognitoEnabled(good_crx, profile_.get())); profile_ 6105 chrome/browser/extensions/extension_service_unittest.cc EXPECT_FALSE(extensions::util::IsIncognitoEnabled(good_crx, profile_.get())); profile_ 6109 chrome/browser/extensions/extension_service_unittest.cc EXPECT_TRUE(extensions::util::IsIncognitoEnabled(good_crx, profile_.get())); profile_ 6834 chrome/browser/extensions/extension_service_unittest.cc EXPECT_TRUE(ExtensionPrefs::Get(profile_.get())->IsExtensionBlacklisted(id)); profile_ 6835 chrome/browser/extensions/extension_service_unittest.cc EXPECT_TRUE(ExtensionPrefs::Get(profile_.get()) profile_ 6863 chrome/browser/extensions/extension_service_unittest.cc ExtensionPrefs* extension_prefs = ExtensionPrefs::Get(profile_.get()); profile_ 92 chrome/browser/extensions/extension_service_unittest.h scoped_ptr<TestingProfile> profile_; profile_ 40 chrome/browser/extensions/extension_sync_service.cc : profile_(profile), profile_ 54 chrome/browser/extensions/extension_sync_service.cc profile_->GetPath())); profile_ 232 chrome/browser/extensions/extension_sync_service.cc extensions::util::IsIncognitoEnabled(extension.id(), profile_)); profile_ 240 chrome/browser/extensions/extension_sync_service.cc extensions::util::IsIncognitoEnabled(extension.id(), profile_), profile_ 248 chrome/browser/extensions/extension_sync_service.cc ExtensionRegistry* registry = ExtensionRegistry::Get(profile_); profile_ 268 chrome/browser/extensions/extension_sync_service.cc ExtensionRegistry* registry = ExtensionRegistry::Get(profile_); profile_ 388 chrome/browser/extensions/extension_sync_service.cc if (extensions::ExtensionPrefs::Get(profile_) profile_ 413 chrome/browser/extensions/extension_sync_service.cc id, profile_, extension_sync_data.incognito_enabled()); profile_ 131 chrome/browser/extensions/extension_sync_service.h Profile* profile_; profile_ 78 chrome/browser/extensions/extension_system_impl.cc : profile_(profile) { profile_ 85 chrome/browser/extensions/extension_system_impl.cc lazy_background_task_queue_.reset(new LazyBackgroundTaskQueue(profile_)); profile_ 86 chrome/browser/extensions/extension_system_impl.cc event_router_.reset(new EventRouter(profile_, ExtensionPrefs::Get(profile_))); profile_ 93 chrome/browser/extensions/extension_system_impl.cc profile_, profile_ 94 chrome/browser/extensions/extension_system_impl.cc profile_->GetPath().AppendASCII(extensions::kStateStoreName), profile_ 98 chrome/browser/extensions/extension_system_impl.cc profile_, profile_ 99 chrome/browser/extensions/extension_system_impl.cc profile_->GetPath().AppendASCII(extensions::kRulesStoreName), profile_ 102 chrome/browser/extensions/extension_system_impl.cc blacklist_.reset(new Blacklist(ExtensionPrefs::Get(profile_))); profile_ 105 chrome/browser/extensions/extension_system_impl.cc new StandardManagementPolicyProvider(ExtensionPrefs::Get(profile_))); profile_ 143 chrome/browser/extensions/extension_system_impl.cc navigation_observer_.reset(new NavigationObserver(profile_)); profile_ 148 chrome/browser/extensions/extension_system_impl.cc user_script_master_ = new UserScriptMaster(profile_); profile_ 151 chrome/browser/extensions/extension_system_impl.cc runtime_data_.reset(new RuntimeData(ExtensionRegistry::Get(profile_))); profile_ 153 chrome/browser/extensions/extension_system_impl.cc bool autoupdate_enabled = !profile_->IsGuestSession(); profile_ 159 chrome/browser/extensions/extension_system_impl.cc profile_, profile_ 161 chrome/browser/extensions/extension_system_impl.cc profile_->GetPath().AppendASCII(extensions::kInstallDirectoryName), profile_ 162 chrome/browser/extensions/extension_system_impl.cc ExtensionPrefs::Get(profile_), profile_ 172 chrome/browser/extensions/extension_system_impl.cc new InstallVerifier(ExtensionPrefs::Get(profile_), profile_)); profile_ 212 chrome/browser/extensions/extension_system_impl.cc content::URLDataSource::Add(profile_, new ExtensionIconSource(profile_)); profile_ 214 chrome/browser/extensions/extension_system_impl.cc extension_warning_service_.reset(new ExtensionWarningService(profile_)); profile_ 216 chrome/browser/extensions/extension_system_impl.cc new ExtensionWarningBadgeService(profile_)); profile_ 219 chrome/browser/extensions/extension_system_impl.cc error_console_.reset(new ErrorConsole(profile_)); profile_ 314 chrome/browser/extensions/extension_system_impl.cc : profile_(profile) { profile_ 332 chrome/browser/extensions/extension_system_impl.cc DCHECK(!profile_->IsOffTheRecord()); profile_ 339 chrome/browser/extensions/extension_system_impl.cc process_manager_.reset(ProcessManager::Create(profile_)); profile_ 410 chrome/browser/extensions/extension_system_impl.cc install_time = ExtensionPrefs::Get(profile_)-> profile_ 413 chrome/browser/extensions/extension_system_impl.cc bool incognito_enabled = util::IsIncognitoEnabled(extension->id(), profile_); profile_ 422 chrome/browser/extensions/extension_system_impl.cc DesktopNotificationServiceFactory::GetForProfile(profile_); profile_ 97 chrome/browser/extensions/extension_system_impl.h Profile* profile_; profile_ 133 chrome/browser/extensions/extension_system_impl.h Profile* profile_; profile_ 122 chrome/browser/extensions/extension_test_notification_observer.cc profile_(NULL), profile_ 131 chrome/browser/extensions/extension_test_notification_observer.cc if (!profile_) { profile_ 133 chrome/browser/extensions/extension_test_notification_observer.cc profile_ = browser_->profile(); profile_ 135 chrome/browser/extensions/extension_test_notification_observer.cc profile_ = ProfileManager::GetActiveUserProfile(); profile_ 137 chrome/browser/extensions/extension_test_notification_observer.cc return profile_; profile_ 89 chrome/browser/extensions/extension_test_notification_observer.h Profile* profile_; profile_ 45 chrome/browser/extensions/extension_toolbar_model.cc : profile_(profile), profile_ 47 chrome/browser/extensions/extension_toolbar_model.cc prefs_(profile_->GetPrefs()), profile_ 52 chrome/browser/extensions/extension_toolbar_model.cc content::Source<Profile>(profile_)); profile_ 54 chrome/browser/extensions/extension_toolbar_model.cc content::Source<Profile>(profile_)); profile_ 56 chrome/browser/extensions/extension_toolbar_model.cc content::Source<Profile>(profile_)); profile_ 58 chrome/browser/extensions/extension_toolbar_model.cc content::Source<Profile>(profile_)); profile_ 147 chrome/browser/extensions/extension_toolbar_model.cc extensions::ExtensionActionManager::Get(profile_)-> profile_ 187 chrome/browser/extensions/extension_toolbar_model.cc extensions::ExtensionSystem::Get(profile_)->extension_service(); profile_ 262 chrome/browser/extensions/extension_toolbar_model.cc if (!ExtensionActionManager::Get(profile_)->GetBrowserAction(*extension)) profile_ 365 chrome/browser/extensions/extension_toolbar_model.cc ExtensionActionManager::Get(profile_); profile_ 449 chrome/browser/extensions/extension_toolbar_model.cc if (util::IsIncognitoEnabled((*iter)->id(), profile_)) { profile_ 465 chrome/browser/extensions/extension_toolbar_model.cc if (util::IsIncognitoEnabled((*iter)->id(), profile_)) profile_ 490 chrome/browser/extensions/extension_toolbar_model.cc ExtensionSystem::Get(profile_)->extension_service()); profile_ 165 chrome/browser/extensions/extension_toolbar_model.h Profile* profile_; profile_ 39 chrome/browser/extensions/extension_ui_unittest.cc profile_.reset(new TestingProfile()); profile_ 41 chrome/browser/extensions/extension_ui_unittest.cc static_cast<TestExtensionSystem*>(ExtensionSystem::Get(profile_.get())); profile_ 52 chrome/browser/extensions/extension_ui_unittest.cc profile_.reset(); profile_ 122 chrome/browser/extensions/extension_ui_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 58 chrome/browser/extensions/extension_uninstall_dialog.cc : profile_(profile), profile_ 101 chrome/browser/extensions/extension_uninstall_dialog.cc extensions::ImageLoader::Get(profile_); profile_ 77 chrome/browser/extensions/extension_uninstall_dialog.h Profile* const profile_; profile_ 92 chrome/browser/extensions/extension_warning_badge_service.cc : profile_(profile) { profile_ 111 chrome/browser/extensions/extension_warning_badge_service.cc return ExtensionSystem::Get(profile_)->warning_service()->warnings(); profile_ 134 chrome/browser/extensions/extension_warning_badge_service.cc GlobalErrorServiceFactory::GetForProfile(profile_); profile_ 42 chrome/browser/extensions/extension_warning_badge_service.h Profile* profile_; profile_ 23 chrome/browser/extensions/extension_warning_service.cc : profile_(profile) { profile_ 25 chrome/browser/extensions/extension_warning_service.cc if (profile_) { profile_ 27 chrome/browser/extensions/extension_warning_service.cc content::Source<Profile>(profile_->GetOriginalProfile())); profile_ 71 chrome/browser/extensions/extension_warning_service.cc ExtensionSystem::Get(profile_)->extension_service(); profile_ 84 chrome/browser/extensions/extension_warning_service.h Profile* profile_; profile_ 18 chrome/browser/extensions/extension_web_ui_override_registrar.cc : profile_(Profile::FromBrowserContext(context)) { profile_ 21 chrome/browser/extensions/extension_web_ui_override_registrar.cc content::Source<Profile>(profile_)); profile_ 24 chrome/browser/extensions/extension_web_ui_override_registrar.cc content::Source<Profile>(profile_)); profile_ 38 chrome/browser/extensions/extension_web_ui_override_registrar.cc profile_, URLOverrides::GetChromeURLOverrides(extension)); profile_ 44 chrome/browser/extensions/extension_web_ui_override_registrar.cc profile_, URLOverrides::GetChromeURLOverrides(extension)); profile_ 44 chrome/browser/extensions/extension_web_ui_override_registrar.h Profile* const profile_; profile_ 32 chrome/browser/extensions/extension_web_ui_unittest.cc profile_.reset(new TestingProfile()); profile_ 34 chrome/browser/extensions/extension_web_ui_unittest.cc static_cast<TestExtensionSystem*>(ExtensionSystem::Get(profile_.get())); profile_ 40 chrome/browser/extensions/extension_web_ui_unittest.cc profile_.reset(); profile_ 44 chrome/browser/extensions/extension_web_ui_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 71 chrome/browser/extensions/extension_web_ui_unittest.cc profile_->GetExtensionService()->AddExtension(ext_unpacked.get()); profile_ 76 chrome/browser/extensions/extension_web_ui_unittest.cc EXPECT_TRUE(ExtensionWebUI::HandleChromeURLOverride(&url, profile_.get())); profile_ 91 chrome/browser/extensions/extension_web_ui_unittest.cc profile_->GetExtensionService()->AddComponentExtension(ext_component.get()); profile_ 96 chrome/browser/extensions/extension_web_ui_unittest.cc EXPECT_TRUE(ExtensionWebUI::HandleChromeURLOverride(&url, profile_.get())); profile_ 104 chrome/browser/extensions/extension_web_ui_unittest.cc profile_.get(), URLOverrides::GetChromeURLOverrides(ext_unpacked.get())); profile_ 106 chrome/browser/extensions/extension_web_ui_unittest.cc EXPECT_TRUE(ExtensionWebUI::HandleChromeURLOverride(&url, profile_.get())); profile_ 112 chrome/browser/extensions/extension_web_ui_unittest.cc profile_.get(), URLOverrides::GetChromeURLOverrides(ext_unpacked.get())); profile_ 114 chrome/browser/extensions/extension_web_ui_unittest.cc EXPECT_TRUE(ExtensionWebUI::HandleChromeURLOverride(&url, profile_.get())); profile_ 41 chrome/browser/extensions/external_component_loader.cc : profile_(profile) { profile_ 52 chrome/browser/extensions/external_component_loader.cc if (HotwordServiceFactory::IsHotwordAllowed(profile_) || profile_ 60 chrome/browser/extensions/external_component_loader.cc static_cast<BookmarksExperimentState>(profile_->GetPrefs()->GetInteger( profile_ 68 chrome/browser/extensions/external_component_loader.cc std::string ext_id = profile_->GetPrefs()->GetString( profile_ 76 chrome/browser/extensions/external_component_loader.cc profile_->GetPrefs()->SetInteger( profile_ 85 chrome/browser/extensions/external_component_loader.cc profile_->GetPrefs()->SetInteger( profile_ 88 chrome/browser/extensions/external_component_loader.cc std::string ext_id = profile_->GetPrefs()->GetString( profile_ 97 chrome/browser/extensions/external_component_loader.cc profile_->GetPrefs()->ClearPref( profile_ 99 chrome/browser/extensions/external_component_loader.cc profile_->GetPrefs()->ClearPref( profile_ 103 chrome/browser/extensions/external_component_loader.cc static_cast<BookmarksExperimentState>(profile_->GetPrefs()->GetInteger( profile_ 35 chrome/browser/extensions/external_component_loader.h Profile* profile_; profile_ 23 chrome/browser/extensions/external_policy_loader.cc : profile_(profile) { profile_ 24 chrome/browser/extensions/external_policy_loader.cc pref_change_registrar_.Init(profile_->GetPrefs()); profile_ 33 chrome/browser/extensions/external_policy_loader.cc content::Source<Profile>(profile_)); profile_ 49 chrome/browser/extensions/external_policy_loader.cc if (profile_ == NULL) return; profile_ 52 chrome/browser/extensions/external_policy_loader.cc if (content::Source<Profile>(source).ptr() == profile_) { profile_ 55 chrome/browser/extensions/external_policy_loader.cc profile_ = NULL; profile_ 61 chrome/browser/extensions/external_policy_loader.cc profile_->GetPrefs()->GetDictionary(pref_names::kInstallForceList); profile_ 54 chrome/browser/extensions/external_policy_loader.h Profile* profile_; profile_ 52 chrome/browser/extensions/external_policy_loader_unittest.cc profile_.reset(new TestingProfile); profile_ 53 chrome/browser/extensions/external_policy_loader_unittest.cc profile_->GetTestingPrefService()->SetManagedPref( profile_ 57 chrome/browser/extensions/external_policy_loader_unittest.cc new ExternalPolicyLoader(profile_.get()), profile_ 58 chrome/browser/extensions/external_policy_loader_unittest.cc profile_.get(), profile_ 111 chrome/browser/extensions/external_policy_loader_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 79 chrome/browser/extensions/external_provider_impl.cc profile_(profile), profile_ 211 chrome/browser/extensions/external_provider_impl.cc keep_if_present && profile_) { profile_ 213 chrome/browser/extensions/external_provider_impl.cc ExtensionSystem::Get(profile_)->extension_service(); profile_ 105 chrome/browser/extensions/external_provider_impl.h Profile* profile_; profile_ 42 chrome/browser/extensions/external_provider_impl_chromeos_unittest.cc service_, profile_.get(), &providers); profile_ 55 chrome/browser/extensions/external_provider_impl_unittest.cc service_, profile_.get(), &providers); profile_ 49 chrome/browser/extensions/lazy_background_page_apitest.cc explicit LoadedIncognitoObserver(Profile* profile) : profile_(profile) { profile_ 66 chrome/browser/extensions/lazy_background_page_apitest.cc original_complete_.reset(new LazyBackgroundObserver(profile_)); profile_ 68 chrome/browser/extensions/lazy_background_page_apitest.cc new LazyBackgroundObserver(profile_->GetOffTheRecordProfile())); profile_ 71 chrome/browser/extensions/lazy_background_page_apitest.cc Profile* profile_; profile_ 305 chrome/browser/extensions/menu_manager.cc : profile_(profile), store_(store) { profile_ 368 chrome/browser/extensions/menu_manager.cc icon_manager_.LoadIcon(profile_, extension); profile_ 621 chrome/browser/extensions/menu_manager.cc ExtensionSystem::Get(profile_)->extension_service(); profile_ 808 chrome/browser/extensions/menu_manager.cc ExtensionSystem::Get(profile_)->extension_service()->extensions()-> profile_ 863 chrome/browser/extensions/menu_manager.cc if (profile->GetOriginalProfile() == profile_ && profile_ 383 chrome/browser/extensions/menu_manager.h Profile* profile_; profile_ 51 chrome/browser/extensions/menu_manager_unittest.cc manager_(&profile_, ExtensionSystem::Get(&profile_)->state_store()), profile_ 93 chrome/browser/extensions/menu_manager_unittest.cc TestingProfile profile_; profile_ 445 chrome/browser/extensions/menu_manager_unittest.cc content::Source<Profile>(&profile_), profile_ 490 chrome/browser/extensions/menu_manager_unittest.cc mock_event_router_.reset(new MockEventRouter(profile_)); profile_ 22 chrome/browser/extensions/navigation_observer.cc NavigationObserver::NavigationObserver(Profile* profile) : profile_(profile) { profile_ 38 chrome/browser/extensions/navigation_observer.cc if (!profile_->IsSameProfile( profile_ 60 chrome/browser/extensions/navigation_observer.cc ExtensionRegistry* registry = extensions::ExtensionRegistry::Get(profile_); profile_ 72 chrome/browser/extensions/navigation_observer.cc ExtensionPrefs* extension_prefs = ExtensionPrefs::Get(profile_); profile_ 87 chrome/browser/extensions/navigation_observer.cc extensions::ExtensionSystem::Get(profile_)->extension_service(); profile_ 106 chrome/browser/extensions/navigation_observer.cc extensions::ExtensionSystem::Get(profile_)->extension_service(); profile_ 54 chrome/browser/extensions/navigation_observer.h Profile* profile_; profile_ 33 chrome/browser/extensions/permissions_updater.cc : profile_(profile) {} profile_ 80 chrome/browser/extensions/permissions_updater.cc ExtensionPrefs::Get(profile_)->AddGrantedPermissions( profile_ 86 chrome/browser/extensions/permissions_updater.cc ExtensionPrefs::Get(profile_)->SetActivePermissions( profile_ 95 chrome/browser/extensions/permissions_updater.cc if (!profile_ || profile_ 96 chrome/browser/extensions/permissions_updater.cc !ExtensionSystem::Get(profile_)->event_router()) profile_ 104 chrome/browser/extensions/permissions_updater.cc event->restrict_to_browser_context = profile_; profile_ 105 chrome/browser/extensions/permissions_updater.cc ExtensionSystem::Get(profile_)->event_router()-> profile_ 133 chrome/browser/extensions/permissions_updater.cc content::Source<Profile>(profile_), profile_ 141 chrome/browser/extensions/permissions_updater.cc if (profile_->IsSameProfile(profile)) { profile_ 73 chrome/browser/extensions/permissions_updater.h Profile* profile_; profile_ 148 chrome/browser/extensions/permissions_updater_unittest.cc PermissionsUpdater updater(profile_.get()); profile_ 168 chrome/browser/extensions/permissions_updater_unittest.cc ExtensionPrefs* prefs = ExtensionPrefs::Get(profile_.get()); profile_ 29 chrome/browser/extensions/plugin_manager.cc : profile_(Profile::FromBrowserContext(context)) { profile_ 32 chrome/browser/extensions/plugin_manager.cc content::Source<Profile>(profile_)); profile_ 35 chrome/browser/extensions/plugin_manager.cc content::Source<Profile>(profile_)); profile_ 71 chrome/browser/extensions/plugin_manager.cc plugin->path, profile_, GURL()); profile_ 74 chrome/browser/extensions/plugin_manager.cc plugin->path, profile_, extension->url()); profile_ 91 chrome/browser/extensions/plugin_manager.cc PluginService::GetInstance()->PurgePluginListCache(profile_, false); profile_ 124 chrome/browser/extensions/plugin_manager.cc PluginService::GetInstance()->PurgePluginListCache(profile_, false); profile_ 62 chrome/browser/extensions/plugin_manager.h Profile* profile_; profile_ 63 chrome/browser/extensions/settings_api_bubble_controller.cc Profile* profile_; profile_ 80 chrome/browser/extensions/settings_api_bubble_controller.cc : service_(service), profile_(profile), type_(type) {} profile_ 87 chrome/browser/extensions/settings_api_bubble_controller.cc ExtensionRegistry* registry = ExtensionRegistry::Get(profile_); profile_ 93 chrome/browser/extensions/settings_api_bubble_controller.cc extensions::ExtensionPrefs* prefs = extensions::ExtensionPrefs::Get(profile_); profile_ 100 chrome/browser/extensions/settings_api_bubble_controller.cc override = extensions::OverridesHomepage(profile_, NULL); profile_ 103 chrome/browser/extensions/settings_api_bubble_controller.cc override = extensions::OverridesStartupPages(profile_, NULL); profile_ 106 chrome/browser/extensions/settings_api_bubble_controller.cc override = extensions::OverridesSearchEngine(profile_, NULL); profile_ 122 chrome/browser/extensions/settings_api_bubble_controller.cc extensions::ExtensionPrefs::Get(profile_); profile_ 153 chrome/browser/extensions/settings_api_bubble_controller.cc ExtensionRegistry* registry = ExtensionRegistry::Get(profile_); profile_ 273 chrome/browser/extensions/settings_api_bubble_controller.cc profile_(profile), profile_ 279 chrome/browser/extensions/settings_api_bubble_controller.cc extensions::ExtensionPrefs* prefs = extensions::ExtensionPrefs::Get(profile_); profile_ 289 chrome/browser/extensions/settings_api_bubble_controller.cc return profile_->GetLastSessionExitType() != Profile::EXIT_CRASHED; profile_ 32 chrome/browser/extensions/settings_api_bubble_controller.h Profile* profile_; profile_ 34 chrome/browser/extensions/suspicious_extension_bubble_controller.cc : profile_(profile) {} profile_ 41 chrome/browser/extensions/suspicious_extension_bubble_controller.cc extensions::ExtensionPrefs* prefs = extensions::ExtensionPrefs::Get(profile_); profile_ 55 chrome/browser/extensions/suspicious_extension_bubble_controller.cc extensions::ExtensionPrefs* prefs = extensions::ExtensionPrefs::Get(profile_); profile_ 155 chrome/browser/extensions/suspicious_extension_bubble_controller.cc return !g_shown_for_profiles.Get().count(profile_) && profile_ 160 chrome/browser/extensions/suspicious_extension_bubble_controller.cc g_shown_for_profiles.Get().insert(profile_); profile_ 48 chrome/browser/extensions/suspicious_extension_bubble_controller.h Profile* profile_; profile_ 78 chrome/browser/extensions/suspicious_extension_bubble_controller.h Profile* profile_; profile_ 123 chrome/browser/extensions/tab_helper.cc profile_ = Profile::FromBrowserContext(web_contents->GetBrowserContext()); profile_ 126 chrome/browser/extensions/tab_helper.cc AddScriptExecutionObserver(ActivityLog::GetInstance(profile_)); profile_ 137 chrome/browser/extensions/tab_helper.cc RemoveScriptExecutionObserver(ActivityLog::GetInstance(profile_)); profile_ 242 chrome/browser/extensions/tab_helper.cc if (ExtensionSystem::Get(profile_)->extension_service() && profile_ 243 chrome/browser/extensions/tab_helper.cc RulesRegistryService::Get(profile_)) { profile_ 244 chrome/browser/extensions/tab_helper.cc RulesRegistryService::Get(profile_)->content_rules_registry()-> profile_ 351 chrome/browser/extensions/tab_helper.cc profile_->GetExtensionService(), web_app_info_, web_contents())); profile_ 444 chrome/browser/extensions/tab_helper.cc if (ExtensionSystem::Get(profile_)->extension_service() && profile_ 445 chrome/browser/extensions/tab_helper.cc RulesRegistryService::Get(profile_)) { profile_ 446 chrome/browser/extensions/tab_helper.cc RulesRegistryService::Get(profile_)->content_rules_registry()->Apply( profile_ 459 chrome/browser/extensions/tab_helper.cc ErrorConsole::Get(profile_)->ReportError( profile_ 462 chrome/browser/extensions/tab_helper.cc profile_->IsOffTheRecord(), profile_ 273 chrome/browser/extensions/tab_helper.h Profile* profile_; profile_ 31 chrome/browser/extensions/test_extension_environment.cc : profile_(new TestingProfile), profile_ 46 chrome/browser/extensions/test_extension_environment.cc return profile_.get(); profile_ 80 chrome/browser/extensions/test_extension_environment.h scoped_ptr<TestingProfile> profile_; profile_ 39 chrome/browser/extensions/test_extension_system.cc : profile_(profile), profile_ 53 chrome/browser/extensions/test_extension_system.cc process_manager_.reset(ProcessManager::Create(profile_)); profile_ 72 chrome/browser/extensions/test_extension_system.cc profile_->GetPrefs(), profile_ 74 chrome/browser/extensions/test_extension_system.cc ExtensionPrefValueMapFactory::GetForBrowserContext(profile_), profile_ 79 chrome/browser/extensions/test_extension_system.cc profile_, profile_ 88 chrome/browser/extensions/test_extension_system.cc if (!ExtensionPrefs::Get(profile_)) profile_ 91 chrome/browser/extensions/test_extension_system.cc new InstallVerifier(ExtensionPrefs::Get(profile_), profile_)); profile_ 97 chrome/browser/extensions/test_extension_system.cc new StateStore(profile_, value_store.PassAs<ValueStore>())); profile_ 98 chrome/browser/extensions/test_extension_system.cc blacklist_.reset(new Blacklist(ExtensionPrefs::Get(profile_))); profile_ 100 chrome/browser/extensions/test_extension_system.cc new StandardManagementPolicyProvider(ExtensionPrefs::Get(profile_))); profile_ 104 chrome/browser/extensions/test_extension_system.cc runtime_data_.reset(new RuntimeData(ExtensionRegistry::Get(profile_))); profile_ 105 chrome/browser/extensions/test_extension_system.cc extension_service_.reset(new ExtensionService(profile_, profile_ 108 chrome/browser/extensions/test_extension_system.cc ExtensionPrefs::Get(profile_), profile_ 90 chrome/browser/extensions/test_extension_system.h Profile* profile_; profile_ 16 chrome/browser/extensions/token_cache/token_cache_service.cc TokenCacheService::TokenCacheService(Profile* profile) : profile_(profile) { profile_ 69 chrome/browser/extensions/token_cache/token_cache_service.cc SigninManagerFactory::GetForProfile(const_cast<Profile*>(profile_)) profile_ 58 chrome/browser/extensions/token_cache/token_cache_service.h const Profile* const profile_; profile_ 19 chrome/browser/extensions/token_cache/token_cache_service_unittest.cc TokenCacheTest() : cache_(&profile_) {} profile_ 47 chrome/browser/extensions/token_cache/token_cache_service_unittest.cc TestingProfile profile_; profile_ 144 chrome/browser/extensions/updater/extension_updater.cc prefs_(prefs), profile_(profile), profile_ 216 chrome/browser/extensions/updater/extension_updater.cc DCHECK(profile_); profile_ 229 chrome/browser/extensions/updater/extension_updater.cc profile_ = NULL; profile_ 342 chrome/browser/extensions/updater/extension_updater.cc new ExtensionDownloader(this, profile_->GetRequestContext())); profile_ 370 chrome/browser/extensions/updater/extension_updater.cc ExtensionRegistry* registry = ExtensionRegistry::Get(profile_); profile_ 637 chrome/browser/extensions/updater/extension_updater.cc content::Source<Profile>(profile_), profile_ 236 chrome/browser/extensions/updater/extension_updater.h Profile* profile_; profile_ 257 chrome/browser/extensions/updater/extension_updater_unittest.cc : prefs_(prefs), pending_extension_manager_(*this, &profile_) {} profile_ 267 chrome/browser/extensions/updater/extension_updater_unittest.cc Profile* profile() { return &profile_; } profile_ 270 chrome/browser/extensions/updater/extension_updater_unittest.cc return profile_.GetRequestContext(); profile_ 302 chrome/browser/extensions/updater/extension_updater_unittest.cc TestingProfile profile_; profile_ 219 chrome/browser/extensions/user_script_listener_unittest.cc content::Source<Profile>(profile_.get()), profile_ 244 chrome/browser/extensions/user_script_listener_unittest.cc content::Source<Profile>(profile_.get()), profile_ 309 chrome/browser/extensions/user_script_listener_unittest.cc content::Source<Profile>(profile_.get()), profile_ 345 chrome/browser/extensions/user_script_listener_unittest.cc content::Source<Profile>(profile_.get()), profile_ 324 chrome/browser/extensions/user_script_master.cc content::Source<Profile>(profile_)); profile_ 326 chrome/browser/extensions/user_script_master.cc content::Source<Profile>(profile_)); profile_ 328 chrome/browser/extensions/user_script_master.cc content::Source<Profile>(profile_)); profile_ 361 chrome/browser/extensions/user_script_master.cc content::Source<Profile>(profile_), profile_ 383 chrome/browser/extensions/user_script_master.cc util::IsIncognitoEnabled(extension->id(), profile_); profile_ 415 chrome/browser/extensions/user_script_master.cc if (!profile_->IsSameProfile(profile)) profile_ 449 chrome/browser/extensions/user_script_master.cc if (!profile_->IsSameProfile(profile)) profile_ 166 chrome/browser/extensions/user_script_master.h Profile* profile_; profile_ 254 chrome/browser/extensions/webstore_installer.cc profile_(profile), profile_ 283 chrome/browser/extensions/webstore_installer.cc ExtensionSystem::Get(profile_)->extension_service(); profile_ 310 chrome/browser/extensions/webstore_installer.cc ExtensionSystem::Get(profile_)->install_verifier()->AddProvisional(ids); profile_ 317 chrome/browser/extensions/webstore_installer.cc extensions::InstallTrackerFactory::GetForProfile(profile_); profile_ 344 chrome/browser/extensions/webstore_installer.cc installer->profile()->IsSameProfile(profile_)) { profile_ 351 chrome/browser/extensions/webstore_installer.cc CHECK(profile_->IsSameProfile(content::Source<Profile>(source).ptr())); profile_ 387 chrome/browser/extensions/webstore_installer.cc if (!profile_->IsSameProfile(crx_installer->profile())) profile_ 437 chrome/browser/extensions/webstore_installer.cc scoped_ptr<Approval> approval = Approval::CreateForSharedModule(profile_); profile_ 481 chrome/browser/extensions/webstore_installer.cc extensions::InstallTrackerFactory::GetForProfile(profile_); profile_ 529 chrome/browser/extensions/webstore_installer.cc BrowserContext::GetDownloadManager(profile_))->DownloadPath(); profile_ 539 chrome/browser/extensions/webstore_installer.cc profile_)->GetDefaultDownloadDirectoryForProfile(); profile_ 566 chrome/browser/extensions/webstore_installer.cc BrowserContext::GetDownloadManager(profile_); profile_ 634 chrome/browser/extensions/webstore_installer.cc extensions::InstallTrackerFactory::GetForProfile(profile_); profile_ 663 chrome/browser/extensions/webstore_installer.cc extensions::InstallTrackerFactory::GetForProfile(profile_); profile_ 244 chrome/browser/extensions/webstore_installer.h Profile* profile_; profile_ 38 chrome/browser/extensions/webstore_standalone_installer.cc profile_(profile), profile_ 67 chrome/browser/extensions/webstore_standalone_installer.cc profile_->GetRequestContext(), profile_ 88 chrome/browser/extensions/webstore_standalone_installer.cc profile_, profile_ 176 chrome/browser/extensions/webstore_standalone_installer.cc profile_->GetRequestContext()); profile_ 234 chrome/browser/extensions/webstore_standalone_installer.cc ExtensionSystem::Get(profile_)->extension_service(); profile_ 240 chrome/browser/extensions/webstore_standalone_installer.cc if (!ExtensionPrefs::Get(profile_)->IsExtensionBlacklisted(id_)) { profile_ 260 chrome/browser/extensions/webstore_standalone_installer.cc profile_, profile_ 137 chrome/browser/extensions/webstore_standalone_installer.h Profile* profile() const { return profile_; } profile_ 193 chrome/browser/extensions/webstore_standalone_installer.h Profile* profile_; profile_ 38 chrome/browser/extensions/window_controller.cc result->SetBoolean(keys::kIncognitoKey, profile_->IsOffTheRecord()); profile_ 49 chrome/browser/extensions/window_controller.h Profile* profile() const { return profile_; } profile_ 88 chrome/browser/extensions/window_controller.h Profile* profile_; profile_ 219 chrome/browser/favicon/favicon_handler.cc profile_(profile), profile_ 221 chrome/browser/favicon/favicon_handler.cc DCHECK(profile_); profile_ 252 chrome/browser/favicon/favicon_handler.cc profile_, Profile::EXPLICIT_ACCESS); profile_ 475 chrome/browser/favicon/favicon_handler.cc if (!profile_->IsOffTheRecord()) profile_ 480 chrome/browser/favicon/favicon_handler.cc BookmarkService::FromBrowserContext(profile_); profile_ 552 chrome/browser/favicon/favicon_handler.cc if (profile_->IsOffTheRecord()) { profile_ 287 chrome/browser/favicon/favicon_handler.h Profile* profile_; profile_ 330 chrome/browser/favicon/favicon_service.cc return GetFaviconForChromeURL(profile_, params.page_url, profile_ 243 chrome/browser/favicon/favicon_service.h Profile* profile_; profile_ 41 chrome/browser/favicon/favicon_tab_helper.cc favicon_handler_.reset(new FaviconHandler(profile_, this, profile_ 44 chrome/browser/favicon/favicon_tab_helper.cc touch_icon_handler_.reset(new FaviconHandler(profile_, this, profile_ 111 chrome/browser/favicon/favicon_tab_helper.cc profile_->GetOriginalProfile(), Profile::IMPLICIT_ACCESS); profile_ 117 chrome/browser/favicon/favicon_tab_helper.cc profile_->GetOriginalProfile(), Profile::IMPLICIT_ACCESS); profile_ 135 chrome/browser/favicon/favicon_tab_helper.cc profile_->GetOriginalProfile(), Profile::IMPLICIT_ACCESS); profile_ 160 chrome/browser/favicon/favicon_tab_helper.cc !profile_->IsOffTheRecord()) { profile_ 162 chrome/browser/favicon/favicon_tab_helper.cc profile_, Profile::IMPLICIT_ACCESS); profile_ 200 chrome/browser/favicon/favicon_tab_helper.cc profile_->GetOriginalProfile(), Profile::IMPLICIT_ACCESS); profile_ 94 chrome/browser/favicon/favicon_tab_helper.h Profile* profile_; profile_ 116 chrome/browser/feedback/feedback_data.cc FeedbackData::FeedbackData() : profile_(NULL), profile_ 65 chrome/browser/feedback/feedback_data.h Profile* profile() const { return profile_; } profile_ 84 chrome/browser/feedback/feedback_data.h void set_profile(Profile* profile) { profile_ = profile; } profile_ 115 chrome/browser/feedback/feedback_data.h Profile* profile_; profile_ 42 chrome/browser/feedback/feedback_uploader_unittest.cc profile_(new TestingProfile()), profile_ 46 chrome/browser/feedback/feedback_uploader_unittest.cc profile_.get(), &CreateFeedbackUploaderService); profile_ 48 chrome/browser/feedback/feedback_uploader_unittest.cc uploader_ = FeedbackUploaderFactory::GetForBrowserContext(profile_.get()); profile_ 57 chrome/browser/feedback/feedback_uploader_unittest.cc profile_.get(), NULL); profile_ 100 chrome/browser/feedback/feedback_uploader_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 76 chrome/browser/file_select_helper.cc : profile_(profile), profile_ 123 chrome/browser/file_select_helper.cc profile_->set_last_selected_directory(file.file_path.DirName()); profile_ 152 chrome/browser/file_select_helper.cc profile_->set_last_selected_directory(files[0].file_path.DirName()); profile_ 393 chrome/browser/file_select_helper.cc profile_->last_selected_directory().Append(params.default_file_name); profile_ 138 chrome/browser/file_select_helper.h Profile* profile_; profile_ 122 chrome/browser/geolocation/chrome_geolocation_permission_context.cc : profile_(profile), profile_ 157 chrome/browser/geolocation/chrome_geolocation_permission_context.cc ExtensionRegistry* extension_registry = ExtensionRegistry::Get(profile_); profile_ 164 chrome/browser/geolocation/chrome_geolocation_permission_context.cc profile_)) { profile_ 166 chrome/browser/geolocation/chrome_geolocation_permission_context.cc if (extensions::ProcessMap::Get(profile_) profile_ 220 chrome/browser/geolocation/chrome_geolocation_permission_context.cc profile_->GetHostContentSettingsMap()->GetContentSetting( profile_ 236 chrome/browser/geolocation/chrome_geolocation_permission_context.cc profile_->GetPrefs()->GetString(prefs::kAcceptLanguages))); profile_ 57 chrome/browser/geolocation/chrome_geolocation_permission_context.h Profile* profile() const { return profile_; } profile_ 101 chrome/browser/geolocation/chrome_geolocation_permission_context.h Profile* const profile_; profile_ 39 chrome/browser/google/google_url_tracker.cc : profile_(profile), profile_ 107 chrome/browser/google/google_url_tracker.cc PrefService* prefs = profile_->GetPrefs(); profile_ 112 chrome/browser/google/google_url_tracker.cc content::Source<Profile>(profile_), profile_ 119 chrome/browser/google/google_url_tracker.cc profile_->GetPrefs()->SetString(prefs::kLastPromptedGoogleURL, profile_ 149 chrome/browser/google/google_url_tracker.cc profile_->GetPrefs()->GetString(prefs::kLastPromptedGoogleURL)); profile_ 260 chrome/browser/google/google_url_tracker.cc fetcher_->SetRequestContext(profile_->GetRequestContext()); profile_ 175 chrome/browser/google/google_url_tracker.h Profile* profile_; profile_ 257 chrome/browser/google/google_url_tracker_unittest.cc TestingProfile profile_; profile_ 285 chrome/browser/google/google_url_tracker_unittest.cc RegisterUserPrefsOnBrowserContextForTest(&profile_); profile_ 298 chrome/browser/google/google_url_tracker_unittest.cc new GoogleURLTracker(&profile_, nav_helper.Pass(), profile_ 335 chrome/browser/google/google_url_tracker_unittest.cc content::Source<Profile>(&profile_))) { profile_ 337 chrome/browser/google/google_url_tracker_unittest.cc content::Source<Profile>(&profile_)); profile_ 354 chrome/browser/google/google_url_tracker_unittest.cc profile_.GetPrefs()->SetString(prefs::kLastPromptedGoogleURL, url.spec()); profile_ 358 chrome/browser/google/google_url_tracker_unittest.cc return GURL(profile_.GetPrefs()->GetString(prefs::kLastPromptedGoogleURL)); profile_ 15 chrome/browser/history/android/android_history_provider_service.cc : profile_(profile) { profile_ 32 chrome/browser/history/android/android_history_provider_service.cc HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS); profile_ 53 chrome/browser/history/android/android_history_provider_service.cc HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS); profile_ 73 chrome/browser/history/android/android_history_provider_service.cc HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS); profile_ 92 chrome/browser/history/android/android_history_provider_service.cc HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS); profile_ 111 chrome/browser/history/android/android_history_provider_service.cc HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS); profile_ 132 chrome/browser/history/android/android_history_provider_service.cc HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS); profile_ 146 chrome/browser/history/android/android_history_provider_service.cc HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS); profile_ 163 chrome/browser/history/android/android_history_provider_service.cc HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS); profile_ 183 chrome/browser/history/android/android_history_provider_service.cc HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS); profile_ 203 chrome/browser/history/android/android_history_provider_service.cc HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS); profile_ 225 chrome/browser/history/android/android_history_provider_service.cc HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS); profile_ 175 chrome/browser/history/android/android_history_provider_service.h Profile* profile_; profile_ 26 chrome/browser/history/android/android_urls_database_unittest.cc profile_.reset(new TestingProfile); profile_ 32 chrome/browser/history/android/android_urls_database_unittest.cc history_db_name_ = profile_->GetPath().Append(chrome::kHistoryFilename); profile_ 41 chrome/browser/history/android/android_urls_database_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 112 chrome/browser/history/expire_history_backend_unittest.cc TestingProfile profile_; profile_ 145 chrome/browser/history/expire_history_backend_unittest.cc profile_.CreateTopSites(); profile_ 146 chrome/browser/history/expire_history_backend_unittest.cc profile_.BlockUntilTopSitesLoaded(); profile_ 147 chrome/browser/history/expire_history_backend_unittest.cc top_sites_ = profile_.GetTopSites(); profile_ 161 chrome/browser/history/history_service.cc type, content::Source<Profile>(profile_), det); profile_ 187 chrome/browser/history/history_service.cc Profile* const profile_; profile_ 196 chrome/browser/history/history_service.cc profile_(NULL), profile_ 205 chrome/browser/history/history_service.cc profile_(profile), profile_ 211 chrome/browser/history/history_service.cc DCHECK(profile_); profile_ 213 chrome/browser/history/history_service.cc content::Source<Profile>(profile_)); profile_ 215 chrome/browser/history/history_service.cc content::Source<Profile>(profile_)); profile_ 341 chrome/browser/history/history_service.cc BookmarkModelFactory::GetForProfileIfExists(profile_)); profile_ 924 chrome/browser/history/history_service.cc if (profile_) { profile_ 926 chrome/browser/history/history_service.cc profile_->GetPrefs()->GetString(prefs::kAcceptLanguages); profile_ 928 chrome/browser/history/history_service.cc new history::InMemoryURLIndex(profile_, history_dir_, languages)); profile_ 938 chrome/browser/history/history_service.cc profile_), profile_ 944 chrome/browser/history/history_service.cc if (profile_) { profile_ 945 chrome/browser/history/history_service.cc PrefService* prefs = profile_->GetPrefs(); profile_ 1051 chrome/browser/history/history_service.cc in_memory_backend_->AttachToHistoryService(profile_); profile_ 1118 chrome/browser/history/history_service.cc WebHistoryServiceFactory::GetForProfile(profile_); profile_ 1153 chrome/browser/history/history_service.cc content::Source<Profile> source(profile_); profile_ 1168 chrome/browser/history/history_service.cc content::Source<Profile>(profile_), profile_ 1023 chrome/browser/history/history_service.h Profile* profile_; profile_ 25 chrome/browser/history/in_memory_history_backend.cc : profile_(NULL) { profile_ 42 chrome/browser/history/in_memory_history_backend.cc profile_ = profile; profile_ 52 chrome/browser/history/in_memory_history_backend.cc content::Source<Profile> source(profile_); profile_ 92 chrome/browser/history/in_memory_history_backend.h Profile* profile_; profile_ 95 chrome/browser/history/in_memory_url_index.cc : profile_(profile), profile_ 117 chrome/browser/history/in_memory_url_index.cc : profile_(NULL), profile_ 169 chrome/browser/history/in_memory_url_index.cc BookmarkModelFactory::GetForProfile(profile_)); profile_ 195 chrome/browser/history/in_memory_url_index.cc content::Source<Profile>(profile_)); profile_ 207 chrome/browser/history/in_memory_url_index.cc HistoryServiceFactory::GetForProfile(profile_, profile_ 215 chrome/browser/history/in_memory_url_index.cc HistoryServiceFactory::GetForProfile(profile_, profile_ 262 chrome/browser/history/in_memory_url_index.cc } else if (profile_) { profile_ 272 chrome/browser/history/in_memory_url_index.cc HistoryServiceFactory::GetForProfileWithoutCreating(profile_); profile_ 277 chrome/browser/history/in_memory_url_index.cc content::Source<Profile>(profile_)); profile_ 286 chrome/browser/history/in_memory_url_index.cc HistoryServiceFactory::GetForProfile(profile_, profile_ 255 chrome/browser/history/in_memory_url_index.h Profile* profile_; profile_ 125 chrome/browser/history/in_memory_url_index_unittest.cc TestingProfile profile_; profile_ 190 chrome/browser/history/in_memory_url_index_unittest.cc ASSERT_TRUE(profile_.CreateHistoryService(true, false)); profile_ 191 chrome/browser/history/in_memory_url_index_unittest.cc profile_.CreateBookmarkModel(true); profile_ 192 chrome/browser/history/in_memory_url_index_unittest.cc test::WaitForBookmarkModelToLoad(&profile_); profile_ 193 chrome/browser/history/in_memory_url_index_unittest.cc profile_.BlockUntilHistoryProcessesPendingRequests(); profile_ 194 chrome/browser/history/in_memory_url_index_unittest.cc profile_.BlockUntilHistoryIndexIsRefreshed(); profile_ 196 chrome/browser/history/in_memory_url_index_unittest.cc &profile_, Profile::EXPLICIT_ACCESS); profile_ 276 chrome/browser/history/in_memory_url_index_unittest.cc new InMemoryURLIndex(&profile_, base::FilePath(), "en,ja,hi,zh")); profile_ 434 chrome/browser/history/in_memory_url_index_unittest.cc new InMemoryURLIndex(&profile_, base::FilePath(), "en,ja,hi,zh")); profile_ 93 chrome/browser/history/shortcuts_database_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 98 chrome/browser/history/shortcuts_database_unittest.cc profile_.reset(new TestingProfile()); profile_ 100 chrome/browser/history/shortcuts_database_unittest.cc profile_->GetPath().Append(chrome::kShortcutsDatabaseName)); profile_ 105 chrome/browser/history/top_sites_impl.cc profile_(profile), profile_ 108 chrome/browser/history/top_sites_impl.cc if (!profile_) profile_ 113 chrome/browser/history/top_sites_impl.cc content::Source<Profile>(profile_)); profile_ 329 chrome/browser/history/top_sites_impl.cc profile_->GetPrefs()->GetDictionary(prefs::kNtpMostVisitedURLsBlacklist); profile_ 338 chrome/browser/history/top_sites_impl.cc DictionaryPrefUpdate update(profile_->GetPrefs(), profile_ 351 chrome/browser/history/top_sites_impl.cc DictionaryPrefUpdate update(profile_->GetPrefs(), profile_ 363 chrome/browser/history/top_sites_impl.cc profile_->GetPrefs()->GetDictionary(prefs::kNtpMostVisitedURLsBlacklist); profile_ 370 chrome/browser/history/top_sites_impl.cc DictionaryPrefUpdate update(profile_->GetPrefs(), profile_ 380 chrome/browser/history/top_sites_impl.cc profile_ = NULL; profile_ 452 chrome/browser/history/top_sites_impl.cc if (!profile_) profile_ 456 chrome/browser/history/top_sites_impl.cc profile_, Profile::EXPLICIT_ACCESS); profile_ 700 chrome/browser/history/top_sites_impl.cc profile_->GetPrefs()->GetDictionary(prefs::kNtpMostVisitedURLsBlacklist); profile_ 775 chrome/browser/history/top_sites_impl.cc if (profile == profile_ && !IsNonForcedFull()) { profile_ 845 chrome/browser/history/top_sites_impl.cc profile_->GetPrefs()->GetDictionary(prefs::kNtpMostVisitedURLsBlacklist); profile_ 880 chrome/browser/history/top_sites_impl.cc content::Source<Profile>(profile_), profile_ 232 chrome/browser/history/top_sites_impl.h Profile* profile_; profile_ 140 chrome/browser/history/top_sites_impl_unittest.cc profile_.reset(new TestingProfile); profile_ 142 chrome/browser/history/top_sites_impl_unittest.cc ASSERT_TRUE(profile_->CreateHistoryService(false, false)); profile_ 143 chrome/browser/history/top_sites_impl_unittest.cc profile_->CreateTopSites(); profile_ 144 chrome/browser/history/top_sites_impl_unittest.cc profile_->BlockUntilTopSitesLoaded(); profile_ 149 chrome/browser/history/top_sites_impl_unittest.cc profile_.reset(); profile_ 199 chrome/browser/history/top_sites_impl_unittest.cc return static_cast<TopSitesImpl*>(profile_->GetTopSites()); profile_ 202 chrome/browser/history/top_sites_impl_unittest.cc TestingProfile* profile() {return profile_.get();} profile_ 204 chrome/browser/history/top_sites_impl_unittest.cc return HistoryServiceFactory::GetForProfile(profile_.get(), profile_ 333 chrome/browser/history/top_sites_impl_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 73 chrome/browser/history/web_history_service.cc profile_(profile), profile_ 87 chrome/browser/history/web_history_service.cc ProfileOAuth2TokenServiceFactory::GetForProfile(profile_); profile_ 89 chrome/browser/history/web_history_service.cc SigninManagerFactory::GetForProfile(profile_); profile_ 110 chrome/browser/history/web_history_service.cc ProfileOAuth2TokenServiceFactory::GetForProfile(profile_); profile_ 112 chrome/browser/history/web_history_service.cc SigninManagerFactory::GetForProfile(profile_); profile_ 165 chrome/browser/history/web_history_service.cc fetcher->SetRequestContext(profile_->GetRequestContext()); profile_ 181 chrome/browser/history/web_history_service.cc Profile* profile_; profile_ 303 chrome/browser/history/web_history_service.cc : profile_(profile), profile_ 321 chrome/browser/history/web_history_service.cc new RequestImpl(profile_, url, completion_callback)); profile_ 370 chrome/browser/history/web_history_service.cc new RequestImpl(profile_, url, completion_callback)); profile_ 96 chrome/browser/history/web_history_service.h Profile* profile_; profile_ 26 chrome/browser/importer/external_process_importer_host.cc profile_(NULL), profile_ 50 chrome/browser/importer/external_process_importer_host.cc DCHECK(!profile_); profile_ 53 chrome/browser/importer/external_process_importer_host.cc profile_ = target_profile; profile_ 95 chrome/browser/importer/external_process_importer_host.cc DCHECK(profile_); profile_ 96 chrome/browser/importer/external_process_importer_host.cc BookmarkModelFactory::GetForProfile(profile_)->RemoveObserver(this); profile_ 189 chrome/browser/importer/external_process_importer_host.cc DCHECK(profile_); profile_ 194 chrome/browser/importer/external_process_importer_host.cc BookmarkModelFactory::GetForProfile(profile_)->AddObserver(this); profile_ 205 chrome/browser/importer/external_process_importer_host.cc TemplateURLServiceFactory::GetForProfile(profile_); profile_ 127 chrome/browser/importer/external_process_importer_host.h Profile* profile_; profile_ 72 chrome/browser/importer/profile_writer.cc ProfileWriter::ProfileWriter(Profile* profile) : profile_(profile) {} profile_ 75 chrome/browser/importer/profile_writer.cc return BookmarkModelFactory::GetForProfile(profile_)->loaded(); profile_ 79 chrome/browser/importer/profile_writer.cc return TemplateURLServiceFactory::GetForProfile(profile_)->loaded(); profile_ 84 chrome/browser/importer/profile_writer.cc profile_, Profile::EXPLICIT_ACCESS)->AddLogin(form); profile_ 89 chrome/browser/importer/profile_writer.cc WebDataService::FromBrowserContext(profile_)->AddIE7Login(info); profile_ 95 chrome/browser/importer/profile_writer.cc HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS)-> profile_ 100 chrome/browser/importer/profile_writer.cc DCHECK(profile_); profile_ 102 chrome/browser/importer/profile_writer.cc PrefService* prefs = profile_->GetPrefs(); profile_ 116 chrome/browser/importer/profile_writer.cc BookmarkModel* model = BookmarkModelFactory::GetForProfile(profile_); profile_ 221 chrome/browser/importer/profile_writer.cc ShowBookmarkBar(profile_); profile_ 226 chrome/browser/importer/profile_writer.cc FaviconServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS)-> profile_ 291 chrome/browser/importer/profile_writer.cc TemplateURLServiceFactory::GetForProfile(profile_); profile_ 314 chrome/browser/importer/profile_writer.cc model->AddAndSetProfile(*i, profile_); // Takes ownership. profile_ 98 chrome/browser/importer/profile_writer.h Profile* const profile_; profile_ 80 chrome/browser/invalidation/gcm_invalidation_bridge_unittest.cc profile_ = builder.Build(); profile_ 84 chrome/browser/invalidation/gcm_invalidation_bridge_unittest.cc ProfileOAuth2TokenServiceFactory::GetForProfile(profile_.get()); profile_ 88 chrome/browser/invalidation/gcm_invalidation_bridge_unittest.cc profile_.get()); profile_ 113 chrome/browser/invalidation/gcm_invalidation_bridge_unittest.cc scoped_ptr<Profile> profile_; profile_ 39 chrome/browser/invalidation/invalidation_service_android_unittest.cc profile_.reset(new TestingProfile()); profile_ 42 chrome/browser/invalidation/invalidation_service_android_unittest.cc profile_.get(), profile_ 62 chrome/browser/invalidation/invalidation_service_android_unittest.cc content::Source<Profile>(profile_.get()), profile_ 67 chrome/browser/invalidation/invalidation_service_android_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 79 chrome/browser/invalidation/invalidation_service_android_unittest.cc invalidation_service_(&profile_, invalidation_controller_) {} profile_ 107 chrome/browser/invalidation/invalidation_service_android_unittest.cc TestingProfile profile_; profile_ 153 chrome/browser/invalidation/invalidation_service_android_unittest.cc : invalidation_service_(&profile_, new InvalidationControllerAndroid()) {} profile_ 161 chrome/browser/invalidation/invalidation_service_android_unittest.cc TestingProfile profile_; profile_ 67 chrome/browser/invalidation/ticl_invalidation_service.cc profile_(profile), profile_ 81 chrome/browser/invalidation/ticl_invalidation_service.cc invalidator_storage_.reset(new InvalidatorStorage(profile_->GetPrefs())); profile_ 88 chrome/browser/invalidation/ticl_invalidation_service.cc pref_change_registrar_.Init(profile_->GetPrefs()); profile_ 286 chrome/browser/invalidation/ticl_invalidation_service.cc invalidator_storage_.reset(new InvalidatorStorage(profile_->GetPrefs())); profile_ 333 chrome/browser/invalidation/ticl_invalidation_service.cc if (profile_->IsManaged()) { profile_ 387 chrome/browser/invalidation/ticl_invalidation_service.cc options.request_context_getter = profile_->GetRequestContext(); profile_ 400 chrome/browser/invalidation/ticl_invalidation_service.cc gcm::GCMProfileServiceFactory::GetForProfile(profile_); profile_ 405 chrome/browser/invalidation/ticl_invalidation_service.cc profile_->GetRequestContext(), profile_ 422 chrome/browser/invalidation/ticl_invalidation_service.cc profile_->GetRequestContext())); profile_ 434 chrome/browser/invalidation/ticl_invalidation_service.cc if (gcm::GCMProfileService::GetGCMEnabledState(profile_) == profile_ 436 chrome/browser/invalidation/ticl_invalidation_service.cc (profile_->GetPrefs()->GetBoolean( profile_ 118 chrome/browser/invalidation/ticl_invalidation_service.h Profile *const profile_; profile_ 38 chrome/browser/invalidation/ticl_invalidation_service_unittest.cc profile_.reset(new TestingProfile()); profile_ 43 chrome/browser/invalidation/ticl_invalidation_service_unittest.cc SigninManagerFactory::GetForProfile(profile_.get()), profile_ 46 chrome/browser/invalidation/ticl_invalidation_service_unittest.cc profile_.get())); profile_ 72 chrome/browser/invalidation/ticl_invalidation_service_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 90 chrome/browser/invalidation/ticl_invalidation_service_unittest.cc profile_ = builder.Build(); profile_ 92 chrome/browser/invalidation/ticl_invalidation_service_unittest.cc SigninManagerFactory::GetForProfile(profile_.get())); profile_ 99 chrome/browser/invalidation/ticl_invalidation_service_unittest.cc new TiclInvalidationService(auth_provider.Pass(), profile_.get())); profile_ 112 chrome/browser/invalidation/ticl_invalidation_service_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 122 chrome/browser/invalidation/ticl_invalidation_service_unittest.cc profile_->GetPrefs()->SetBoolean(prefs::kGCMChannelEnabled, true); profile_ 123 chrome/browser/invalidation/ticl_invalidation_service_unittest.cc profile_->GetPrefs()->SetBoolean(prefs::kInvalidationServiceUseGCMChannel, profile_ 129 chrome/browser/invalidation/ticl_invalidation_service_unittest.cc profile_->GetPrefs()->SetBoolean(prefs::kGCMChannelEnabled, true); profile_ 131 chrome/browser/invalidation/ticl_invalidation_service_unittest.cc profile_->GetPrefs()->ClearPref(prefs::kInvalidationServiceUseGCMChannel); profile_ 134 chrome/browser/invalidation/ticl_invalidation_service_unittest.cc profile_->GetPrefs()->SetBoolean(prefs::kInvalidationServiceUseGCMChannel, profile_ 140 chrome/browser/invalidation/ticl_invalidation_service_unittest.cc profile_->GetPrefs()->SetBoolean(prefs::kInvalidationServiceUseGCMChannel, profile_ 143 chrome/browser/invalidation/ticl_invalidation_service_unittest.cc profile_->GetPrefs()->ClearPref(prefs::kGCMChannelEnabled); profile_ 146 chrome/browser/invalidation/ticl_invalidation_service_unittest.cc profile_->GetPrefs()->SetBoolean(prefs::kGCMChannelEnabled, false); profile_ 151 chrome/browser/invalidation/ticl_invalidation_service_unittest.cc profile_->GetPrefs()->SetBoolean(prefs::kInvalidationServiceUseGCMChannel, profile_ 153 chrome/browser/invalidation/ticl_invalidation_service_unittest.cc profile_->GetPrefs()->SetBoolean(prefs::kGCMChannelEnabled, true); profile_ 183 chrome/browser/jumplist_win.cc profile_(NULL), profile_ 211 chrome/browser/jumplist_win.cc profile_ = profile; profile_ 212 chrome/browser/jumplist_win.cc history::TopSites* top_sites = profile_->GetTopSites(); profile_ 226 chrome/browser/jumplist_win.cc content::Source<Profile>(profile_)); profile_ 238 chrome/browser/jumplist_win.cc history::TopSites* top_sites = profile_->GetTopSites(); profile_ 257 chrome/browser/jumplist_win.cc if (profile_) { profile_ 259 chrome/browser/jumplist_win.cc TabRestoreServiceFactory::GetForProfile(profile_); profile_ 264 chrome/browser/jumplist_win.cc profile_ = NULL; profile_ 324 chrome/browser/jumplist_win.cc TabRestoreServiceFactory::GetForProfile(profile_); profile_ 399 chrome/browser/jumplist_win.cc FaviconServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS); profile_ 153 chrome/browser/jumplist_win.h Profile* profile_; profile_ 194 chrome/browser/local_discovery/privet_notifications.cc : profile_(profile) { profile_ 251 chrome/browser/local_discovery/privet_notifications.cc Profile* profile_object = Profile::FromBrowserContext(profile_); profile_ 274 chrome/browser/local_discovery/privet_notifications.cc new PrivetNotificationDelegate(profile_)); profile_ 295 chrome/browser/local_discovery/privet_notifications.cc Profile::FromBrowserContext(profile_)); profile_ 303 chrome/browser/local_discovery/privet_notifications.cc Profile::FromBrowserContext(profile_)->GetPrefs(), profile_ 350 chrome/browser/local_discovery/privet_notifications.cc service_discovery_client_.get(), profile_->GetRequestContext())); profile_ 358 chrome/browser/local_discovery/privet_notifications.cc : profile_(profile) { profile_ 396 chrome/browser/local_discovery/privet_notifications.cc Profile* profile_obj = Profile::FromBrowserContext(profile_); profile_ 406 chrome/browser/local_discovery/privet_notifications.cc Profile* profile_obj = Profile::FromBrowserContext(profile_); profile_ 119 chrome/browser/local_discovery/privet_notifications.h content::BrowserContext* profile_; profile_ 149 chrome/browser/local_discovery/privet_notifications.h content::BrowserContext* profile_; profile_ 114 chrome/browser/managed_mode/managed_user_refresh_token_fetcher_unittest.cc TestingProfile profile_; profile_ 128 chrome/browser/managed_mode/managed_user_refresh_token_fetcher_unittest.cc profile_.GetRequestContext())), profile_ 108 chrome/browser/managed_mode/managed_user_registration_utility_unittest.cc PrefService* prefs() { return profile_.GetTestingPrefService(); } profile_ 125 chrome/browser/managed_mode/managed_user_registration_utility_unittest.cc TestingProfile profile_; profile_ 152 chrome/browser/managed_mode/managed_user_registration_utility_unittest.cc service_ = ManagedUserSyncServiceFactory::GetForProfile(&profile_); profile_ 154 chrome/browser/managed_mode/managed_user_registration_utility_unittest.cc ManagedUserSharedSettingsServiceFactory::GetForBrowserContext(&profile_); profile_ 141 chrome/browser/managed_mode/managed_user_service.cc : profile_(profile), profile_ 168 chrome/browser/managed_mode/managed_user_service.cc ProfileSyncServiceFactory::GetForProfile(profile_); profile_ 173 chrome/browser/managed_mode/managed_user_service.cc return profile_->IsManaged(); profile_ 250 chrome/browser/managed_mode/managed_user_service.cc return profile_->GetPrefs()->GetString(prefs::kManagedUserCustodianEmail); profile_ 260 chrome/browser/managed_mode/managed_user_service.cc std::string name = profile_->GetPrefs()->GetString( profile_ 299 chrome/browser/managed_mode/managed_user_service.cc extensions::ExtensionSystem::Get(profile_)->extension_service(); profile_ 335 chrome/browser/managed_mode/managed_user_service.cc ProfileSyncServiceFactory::GetForProfile(profile_); profile_ 377 chrome/browser/managed_mode/managed_user_service.cc ProfileSyncServiceFactory::GetForProfile(profile_); profile_ 408 chrome/browser/managed_mode/managed_user_service.cc extensions::ExtensionSystem::Get(profile_)->extension_service(); profile_ 432 chrome/browser/managed_mode/managed_user_service.cc return ManagedUserSettingsServiceFactory::GetForProfile(profile_); profile_ 438 chrome/browser/managed_mode/managed_user_service.cc int behavior_value = profile_->GetPrefs()->GetInteger( profile_ 451 chrome/browser/managed_mode/managed_user_service.cc ProfileSyncServiceFactory::GetForProfile(profile_); profile_ 475 chrome/browser/managed_mode/managed_user_service.cc dict->SetString(kManagedUserName, profile_->GetProfileName()); profile_ 479 chrome/browser/managed_mode/managed_user_service.cc profile_->GetPrefs()->GetString(prefs::kManagedUserId); profile_ 481 chrome/browser/managed_mode/managed_user_service.cc ManagedUserSharedSettingsServiceFactory::GetForBrowserContext(profile_) profile_ 496 chrome/browser/managed_mode/managed_user_service.cc profile_->GetPrefs()->GetDictionary(prefs::kManagedModeManualHosts); profile_ 507 chrome/browser/managed_mode/managed_user_service.cc profile_->GetPrefs()->GetDictionary(prefs::kManagedModeManualURLs); profile_ 519 chrome/browser/managed_mode/managed_user_service.cc profile_->GetPrefs()->GetDictionary(prefs::kManagedModeManualURLs); profile_ 529 chrome/browser/managed_mode/managed_user_service.cc ProfileSyncServiceFactory::GetForProfile(profile_); profile_ 535 chrome/browser/managed_mode/managed_user_service.cc ProfileOAuth2TokenServiceFactory::GetForProfile(profile_); profile_ 543 chrome/browser/managed_mode/managed_user_service.cc ProfileSyncServiceFactory::GetForProfile(profile_)->AddObserver(this); profile_ 558 chrome/browser/managed_mode/managed_user_service.cc SupervisedUserPrefMappingServiceFactory::GetForBrowserContext(profile_) profile_ 568 chrome/browser/managed_mode/managed_user_service.cc ProfileOAuth2TokenServiceFactory::GetForProfile(profile_); profile_ 572 chrome/browser/managed_mode/managed_user_service.cc extensions::ExtensionSystem::Get(profile_); profile_ 579 chrome/browser/managed_mode/managed_user_service.cc content::Source<Profile>(profile_)); profile_ 581 chrome/browser/managed_mode/managed_user_service.cc content::Source<Profile>(profile_)); profile_ 583 chrome/browser/managed_mode/managed_user_service.cc pref_change_registrar_.Init(profile_->GetPrefs()); profile_ 617 chrome/browser/managed_mode/managed_user_service.cc profile_->GetPrefs()->GetString(prefs::kProfileName)); profile_ 618 chrome/browser/managed_mode/managed_user_service.cc int avatar_index = profile_->GetPrefs()->GetInteger( profile_ 640 chrome/browser/managed_mode/managed_user_service.cc profile_->GetPrefs()->SetString(prefs::kManagedUserCustodianName, profile_ 653 chrome/browser/managed_mode/managed_user_service.cc profile_->GetPrefs()->SetString(prefs::kManagedUserCustodianEmail, profile_ 659 chrome/browser/managed_mode/managed_user_service.cc size_t index = cache.GetIndexOfProfileWithPath(profile_->GetPath()); profile_ 670 chrome/browser/managed_mode/managed_user_service.cc profile_->GetPrefs()->GetDictionary(prefs::kManagedModeManualHosts); profile_ 684 chrome/browser/managed_mode/managed_user_service.cc profile_->GetPrefs()->GetDictionary(prefs::kManagedModeManualURLs); profile_ 696 chrome/browser/managed_mode/managed_user_service.cc bool profile_became_active = profile_->IsSameProfile(browser->profile()); profile_ 234 chrome/browser/managed_mode/managed_user_service.h Profile* profile_; profile_ 79 chrome/browser/managed_mode/managed_user_service_unittest.cc profile_ = builder.Build(); profile_ 81 chrome/browser/managed_mode/managed_user_service_unittest.cc ManagedUserServiceFactory::GetForProfile(profile_.get()); profile_ 85 chrome/browser/managed_mode/managed_user_service_unittest.cc profile_.reset(); profile_ 92 chrome/browser/managed_mode/managed_user_service_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 105 chrome/browser/managed_mode/managed_user_service_unittest.cc DictionaryPrefUpdate update(profile_->GetPrefs(), profile_ 133 chrome/browser/managed_mode/managed_user_service_unittest.cc DictionaryPrefUpdate update(profile_->GetPrefs(), profile_ 159 chrome/browser/managed_mode/managed_user_service_unittest.cc CustodianProfileDownloaderServiceFactory::GetForProfile(profile_.get()); profile_ 163 chrome/browser/managed_mode/managed_user_service_unittest.cc profile_->GetPrefs()->SetString(prefs::kGoogleServicesUsername, "Logged In"); profile_ 181 chrome/browser/managed_mode/managed_user_service_unittest.cc ManagedUserServiceFactory::GetForProfile(profile_.get())->Init(); profile_ 233 chrome/browser/managed_mode/managed_user_service_unittest.cc ManagedUserServiceFactory::GetForProfile(profile_.get()); profile_ 234 chrome/browser/managed_mode/managed_user_service_unittest.cc EXPECT_FALSE(profile_->IsManaged()); profile_ 249 chrome/browser/managed_mode/managed_user_service_unittest.cc ManagedUserServiceFactory::GetForProfile(profile_.get()); profile_ 252 chrome/browser/managed_mode/managed_user_service_unittest.cc ASSERT_TRUE(profile_->IsManaged()); profile_ 282 chrome/browser/managed_mode/managed_user_service_unittest.cc ManagedUserServiceFactory::GetForProfile(profile_.get()); profile_ 296 chrome/browser/managed_mode/managed_user_service_unittest.cc ManagedUserServiceFactory::GetForProfile(profile_.get()); profile_ 307 chrome/browser/managed_mode/managed_user_service_unittest.cc profile_->GetPrefs()->SetInteger(prefs::kDefaultManagedModeFilteringBehavior, profile_ 312 chrome/browser/managed_mode/managed_user_service_unittest.cc profile_->GetPrefs()->SetInteger(prefs::kDefaultManagedModeFilteringBehavior, profile_ 329 chrome/browser/managed_mode/managed_user_service_unittest.cc content::Source<Profile>(profile_.get())); profile_ 81 chrome/browser/managed_mode/managed_user_shared_settings_service_unittest.cc : settings_service_(profile_.GetPrefs()) {} profile_ 98 chrome/browser/managed_mode/managed_user_shared_settings_service_unittest.cc return profile_.GetPrefs()->GetDictionary( profile_ 133 chrome/browser/managed_mode/managed_user_shared_settings_service_unittest.cc TestingProfile profile_; profile_ 15 chrome/browser/managed_mode/managed_user_shared_settings_update_unittest.cc ManagedUserSharedSettingsUpdateTest() : service_(profile_.GetPrefs()) {} profile_ 23 chrome/browser/managed_mode/managed_user_shared_settings_update_unittest.cc TestingProfile profile_; profile_ 96 chrome/browser/managed_mode/managed_user_sync_service_unittest.cc PrefService* prefs() { return profile_.GetPrefs(); } profile_ 101 chrome/browser/managed_mode/managed_user_sync_service_unittest.cc TestingProfile profile_; profile_ 114 chrome/browser/managed_mode/managed_user_sync_service_unittest.cc service_ = ManagedUserSyncServiceFactory::GetForProfile(&profile_); profile_ 22 chrome/browser/managed_mode/supervised_user_pref_mapping_service_unittest.cc profile_.GetPrefs()->SetString(prefs::kManagedUserId, kFakeManagedUserId); profile_ 25 chrome/browser/managed_mode/supervised_user_pref_mapping_service_unittest.cc &profile_); profile_ 28 chrome/browser/managed_mode/supervised_user_pref_mapping_service_unittest.cc &profile_); profile_ 42 chrome/browser/managed_mode/supervised_user_pref_mapping_service_unittest.cc TestingProfile profile_; profile_ 51 chrome/browser/managed_mode/supervised_user_pref_mapping_service_unittest.cc profile_.GetPrefs()->SetInteger(prefs::kProfileAvatarIndex, 4); profile_ 60 chrome/browser/managed_mode/supervised_user_pref_mapping_service_unittest.cc EXPECT_EQ(profile_.GetPrefs()->GetInteger(prefs::kProfileAvatarIndex), -1); profile_ 66 chrome/browser/managed_mode/supervised_user_pref_mapping_service_unittest.cc EXPECT_EQ(profile_.GetPrefs()->GetInteger(prefs::kProfileAvatarIndex), 1); profile_ 48 chrome/browser/media/audio_stream_monitor_unittest.cc content::WebContents::CreateParams(&profile_, NULL))); profile_ 133 chrome/browser/media/audio_stream_monitor_unittest.cc TestingProfile profile_; profile_ 112 chrome/browser/media/chrome_midi_permission_context.cc : profile_(profile), profile_ 186 chrome/browser/media/chrome_midi_permission_context.cc profile_->GetHostContentSettingsMap()->GetContentSetting( profile_ 204 chrome/browser/media/chrome_midi_permission_context.cc profile_->GetPrefs()->GetString(prefs::kAcceptLanguages), profile_ 251 chrome/browser/media/chrome_midi_permission_context.cc new PermissionQueueController(profile_, profile_ 80 chrome/browser/media/chrome_midi_permission_context.h Profile* const profile_; profile_ 92 chrome/browser/media/media_stream_devices_controller.cc profile_ = Profile::FromBrowserContext(web_contents->GetBrowserContext()); profile_ 303 chrome/browser/media/media_stream_devices_controller.cc GetDefaultDevicesForProfile(profile_, profile_ 313 chrome/browser/media/media_stream_devices_controller.cc GetDefaultDevicesForProfile(profile_, profile_ 438 chrome/browser/media/media_stream_devices_controller.cc PrefService* prefs = profile_->GetPrefs(); profile_ 506 chrome/browser/media/media_stream_devices_controller.cc if (profile_->GetHostContentSettingsMap()->GetContentSetting( profile_ 524 chrome/browser/media/media_stream_devices_controller.cc if (profile_->GetHostContentSettingsMap()->GetContentSetting( profile_ 537 chrome/browser/media/media_stream_devices_controller.cc if (profile_->GetHostContentSettingsMap()->GetContentSetting( profile_ 558 chrome/browser/media/media_stream_devices_controller.cc profile_->GetHostContentSettingsMap()->GetDefaultContentSetting( profile_ 574 chrome/browser/media/media_stream_devices_controller.cc return profile_->GetHostContentSettingsMap()->ShouldAllowAllContent( profile_ 592 chrome/browser/media/media_stream_devices_controller.cc profile_->GetHostContentSettingsMap()->SetContentSetting( profile_ 601 chrome/browser/media/media_stream_devices_controller.cc profile_->GetHostContentSettingsMap()->SetContentSetting( profile_ 144 chrome/browser/media/media_stream_devices_controller.h Profile* profile_; profile_ 32 chrome/browser/media/protected_media_identifier_permission_context.cc : profile_(profile), shutting_down_(false) {} profile_ 107 chrome/browser/media/protected_media_identifier_permission_context.cc profile_->GetHostContentSettingsMap()->GetContentSetting( profile_ 47 chrome/browser/media/protected_media_identifier_permission_context.h Profile* profile() const { return profile_; } profile_ 89 chrome/browser/media/protected_media_identifier_permission_context.h Profile* const profile_; profile_ 115 chrome/browser/media/webrtc_logging_handler_host.cc profile_(profile), profile_ 118 chrome/browser/media/webrtc_logging_handler_host.cc DCHECK(profile_); profile_ 425 chrome/browser/media/webrtc_logging_handler_host.cc WebRtcLogList::GetWebRtcLogDirectoryForProfile(profile_->GetPath()); profile_ 137 chrome/browser/media/webrtc_logging_handler_host.h Profile* profile_; profile_ 21 chrome/browser/media_galleries/fileapi/safe_media_metadata_parser.cc : profile_(profile), profile_ 90 chrome/browser/media_galleries/fileapi/safe_media_metadata_parser.cc BlobReader* reader = new BlobReader(profile_, blob_uuid_, base::Bind( profile_ 77 chrome/browser/media_galleries/fileapi/safe_media_metadata_parser.h Profile* const profile_; profile_ 248 chrome/browser/media_galleries/media_file_system_registry_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 434 chrome/browser/media_galleries/media_file_system_registry_unittest.cc extensions::ExtensionSystem::Get(profile_.get()))); profile_ 445 chrome/browser/media_galleries/media_file_system_registry_unittest.cc AddMediaGalleriesApp("all", all_permissions, profile_.get()); profile_ 447 chrome/browser/media_galleries/media_file_system_registry_unittest.cc AddMediaGalleriesApp("regular", read_permissions, profile_.get()); profile_ 449 chrome/browser/media_galleries/media_file_system_registry_unittest.cc AddMediaGalleriesApp("no", read_permissions, profile_.get()); profile_ 452 chrome/browser/media_galleries/media_file_system_registry_unittest.cc content::WebContentsTester::CreateTestWebContents(profile_.get(), NULL)); profile_ 453 chrome/browser/media_galleries/media_file_system_registry_unittest.cc single_rph_ = rph_factory->ReleaseRPH(profile_.get()); profile_ 456 chrome/browser/media_galleries/media_file_system_registry_unittest.cc content::WebContentsTester::CreateTestWebContents(profile_.get(), NULL)); profile_ 458 chrome/browser/media_galleries/media_file_system_registry_unittest.cc content::WebContentsTester::CreateTestWebContents(profile_.get(), NULL)); profile_ 459 chrome/browser/media_galleries/media_file_system_registry_unittest.cc shared_rph_ = rph_factory->ReleaseRPH(profile_.get()); profile_ 469 chrome/browser/media_galleries/media_file_system_registry_unittest.cc profile_.reset(); profile_ 476 chrome/browser/media_galleries/media_file_system_registry_unittest.cc MediaGalleriesPreferencesFactory::GetForProfile(profile_.get()); profile_ 545 chrome/browser/media_galleries/media_file_system_registry_unittest.cc return profile_.get(); profile_ 79 chrome/browser/media_galleries/media_galleries_dialog_controller_unittest.cc profile_(new TestingProfile()), profile_ 93 chrome/browser/media_galleries/media_galleries_dialog_controller_unittest.cc extensions::ExtensionSystem::Get(profile_.get()))); profile_ 97 chrome/browser/media_galleries/media_galleries_dialog_controller_unittest.cc gallery_prefs_.reset(new MediaGalleriesPreferences(profile_.get())); profile_ 105 chrome/browser/media_galleries/media_galleries_dialog_controller_unittest.cc extension_ = AddMediaGalleriesApp("read", read_permissions, profile_.get()); profile_ 191 chrome/browser/media_galleries/media_galleries_dialog_controller_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 64 chrome/browser/media_galleries/media_galleries_permissions_unittest.cc profile_.reset(new TestingProfile); profile_ 65 chrome/browser/media_galleries/media_galleries_permissions_unittest.cc gallery_prefs_.reset(new MediaGalleriesPreferences(profile_.get())); profile_ 153 chrome/browser/media_galleries/media_galleries_permissions_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 406 chrome/browser/media_galleries/media_galleries_preferences.cc profile_(profile), profile_ 438 chrome/browser/media_galleries/media_galleries_preferences.cc if (NumberExtensionsUsingMediaGalleries(profile_) == 0) { profile_ 447 chrome/browser/media_galleries/media_galleries_preferences.cc !APIHasBeenUsed(profile_) /* add_default_galleries */)); profile_ 465 chrome/browser/media_galleries/media_galleries_preferences.cc Profile* MediaGalleriesPreferences::profile() { return profile_; } profile_ 541 chrome/browser/media_galleries/media_galleries_preferences.cc PrefService* prefs = profile_->GetPrefs(); profile_ 620 chrome/browser/media_galleries/media_galleries_preferences.cc PrefService* prefs = profile_->GetPrefs(); profile_ 824 chrome/browser/media_galleries/media_galleries_preferences.cc PrefService* prefs = profile_->GetPrefs(); profile_ 868 chrome/browser/media_galleries/media_galleries_preferences.cc PrefService* prefs = profile_->GetPrefs(); profile_ 934 chrome/browser/media_galleries/media_galleries_preferences.cc PrefService* prefs = profile_->GetPrefs(); profile_ 1085 chrome/browser/media_galleries/media_galleries_preferences.cc profile_->GetPrefs()->GetInt64(prefs::kMediaGalleriesLastScanTime); profile_ 1091 chrome/browser/media_galleries/media_galleries_preferences.cc profile_->GetPrefs()->SetInt64(prefs::kMediaGalleriesLastScanTime, profile_ 1097 chrome/browser/media_galleries/media_galleries_preferences.cc profile_ = NULL; profile_ 1237 chrome/browser/media_galleries/media_galleries_preferences.cc return extensions::ExtensionPrefs::Get(profile_); profile_ 352 chrome/browser/media_galleries/media_galleries_preferences.h Profile* profile_; profile_ 103 chrome/browser/media_galleries/media_galleries_preferences_unittest.cc : profile_(new TestingProfile()), profile_ 115 chrome/browser/media_galleries/media_galleries_preferences_unittest.cc extensions::ExtensionSystem::Get(profile_.get()))); profile_ 119 chrome/browser/media_galleries/media_galleries_preferences_unittest.cc gallery_prefs_.reset(new MediaGalleriesPreferences(profile_.get())); profile_ 148 chrome/browser/media_galleries/media_galleries_preferences_unittest.cc AddMediaGalleriesApp("all", all_permissions, profile_.get()); profile_ 150 chrome/browser/media_galleries/media_galleries_preferences_unittest.cc AddMediaGalleriesApp("regular", read_permissions, profile_.get()); profile_ 152 chrome/browser/media_galleries/media_galleries_preferences_unittest.cc AddMediaGalleriesApp("no", read_permissions, profile_.get()); profile_ 334 chrome/browser/media_galleries/media_galleries_preferences_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 79 chrome/browser/media_galleries/media_galleries_scan_result_dialog_controller_unittest.cc profile_(new TestingProfile()), profile_ 93 chrome/browser/media_galleries/media_galleries_scan_result_dialog_controller_unittest.cc extensions::ExtensionSystem::Get(profile_.get()))); profile_ 97 chrome/browser/media_galleries/media_galleries_scan_result_dialog_controller_unittest.cc gallery_prefs_.reset(new MediaGalleriesPreferences(profile_.get())); profile_ 105 chrome/browser/media_galleries/media_galleries_scan_result_dialog_controller_unittest.cc extension_ = AddMediaGalleriesApp("read", read_permissions, profile_.get()); profile_ 214 chrome/browser/media_galleries/media_galleries_scan_result_dialog_controller_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 111 chrome/browser/media_galleries/media_scan_manager_unittest.cc extensions::ExtensionSystem::Get(profile_.get()))); profile_ 116 chrome/browser/media_galleries/media_scan_manager_unittest.cc MediaGalleriesPreferencesFactory::GetForProfile(profile_.get()); profile_ 124 chrome/browser/media_galleries/media_scan_manager_unittest.cc extension_ = AddMediaGalleriesApp("read", read_permissions, profile_.get()); profile_ 138 chrome/browser/media_galleries/media_scan_manager_unittest.cc media_scan_manager_->AddObserver(profile_.get(), this); profile_ 142 chrome/browser/media_galleries/media_scan_manager_unittest.cc media_scan_manager_->RemoveObserver(profile_.get()); profile_ 192 chrome/browser/media_galleries/media_scan_manager_unittest.cc media_scan_manager_->StartScan(profile_.get(), extension_, profile_ 282 chrome/browser/media_galleries/media_scan_manager_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 355 chrome/browser/net/chrome_network_delegate.cc profile_(NULL), profile_ 456 chrome/browser/net/chrome_network_delegate.cc if (first_request_ && profile_) { profile_ 488 chrome/browser/net/chrome_network_delegate.cc ForwardRequestStatus(REQUEST_STARTED, request, profile_); profile_ 513 chrome/browser/net/chrome_network_delegate.cc profile_, extension_info_map_.get(), request, wrapped_callback, profile_ 531 chrome/browser/net/chrome_network_delegate.cc profile_, extension_info_map_.get(), request, callback, headers); profile_ 538 chrome/browser/net/chrome_network_delegate.cc profile_, extension_info_map_.get(), request, headers); profile_ 548 chrome/browser/net/chrome_network_delegate.cc profile_, profile_ 562 chrome/browser/net/chrome_network_delegate.cc profile_, extension_info_map_.get(), request, new_location); profile_ 569 chrome/browser/net/chrome_network_delegate.cc profile_, extension_info_map_.get(), request); profile_ 570 chrome/browser/net/chrome_network_delegate.cc ForwardProxyErrors(request, event_router_.get(), profile_); profile_ 605 chrome/browser/net/chrome_network_delegate.cc request->was_cached(), profile_)); profile_ 646 chrome/browser/net/chrome_network_delegate.cc profile_, extension_info_map_.get(), request); profile_ 651 chrome/browser/net/chrome_network_delegate.cc profile_, extension_info_map_.get(), request, started); profile_ 657 chrome/browser/net/chrome_network_delegate.cc ForwardProxyErrors(request, event_router_.get(), profile_); profile_ 659 chrome/browser/net/chrome_network_delegate.cc ForwardRequestStatus(REQUEST_DONE, request, profile_); profile_ 664 chrome/browser/net/chrome_network_delegate.cc profile_, request); profile_ 670 chrome/browser/net/chrome_network_delegate.cc event_router_.get(), profile_, line_number, error); profile_ 680 chrome/browser/net/chrome_network_delegate.cc profile_, extension_info_map_.get(), request, auth_info, profile_ 864 chrome/browser/net/chrome_network_delegate.cc reinterpret_cast<Profile*>(profile_)); profile_ 75 chrome/browser/net/chrome_network_delegate.h profile_ = profile; profile_ 192 chrome/browser/net/chrome_network_delegate.h void* profile_; profile_ 102 chrome/browser/net/chrome_network_delegate_unittest.cc profile_.GetTestingPrefService()); profile_ 142 chrome/browser/net/chrome_network_delegate_unittest.cc TestingProfile profile_; profile_ 289 chrome/browser/net/chrome_network_delegate_unittest.cc cookie_settings_(CookieSettings::Factory::GetForProfile(&profile_) profile_ 299 chrome/browser/net/chrome_network_delegate_unittest.cc profile_.GetTestingPrefService()); profile_ 318 chrome/browser/net/chrome_network_delegate_unittest.cc TestingProfile profile_; profile_ 363 chrome/browser/net/chrome_network_delegate_unittest.cc profile_.GetPrefs()->SetBoolean(prefs::kBlockThirdPartyCookies, true); profile_ 366 chrome/browser/net/chrome_network_delegate_unittest.cc profile_.GetPrefs()->SetBoolean(prefs::kBlockThirdPartyCookies, false); profile_ 32 chrome/browser/net/nss_context_chromeos_browsertest.cc explicit DBTester(Profile* profile) : profile_(profile), db_(NULL) {} profile_ 43 chrome/browser/net/nss_context_chromeos_browsertest.cc profile_->GetResourceContext(), profile_ 57 chrome/browser/net/nss_context_chromeos_browsertest.cc profile_->GetResourceContext(), profile_ 112 chrome/browser/net/nss_context_chromeos_browsertest.cc Profile* profile_; profile_ 25 chrome/browser/network_time/network_time_service.cc : profile_(profile) { profile_ 35 chrome/browser/network_time/network_time_service.cc profile_->GetPrefs()->GetDictionary(prefs::kNetworkTimeMapping); profile_ 44 chrome/browser/network_time/network_time_service.cc profile_->GetPrefs()->ClearPref(prefs::kNetworkTimeMapping); profile_ 67 chrome/browser/network_time/network_time_service.cc profile_->GetPrefs()->Set(prefs::kNetworkTimeMapping, time_mapping); profile_ 37 chrome/browser/network_time/network_time_service.h Profile* profile_; profile_ 25 chrome/browser/notifications/balloon.cc : profile_(profile), profile_ 59 chrome/browser/notifications/balloon.h Profile* profile() const { return profile_; } profile_ 118 chrome/browser/notifications/balloon.h Profile* profile_; profile_ 30 chrome/browser/notifications/balloon_notification_ui_manager.cc Profile* profile() const { return profile_; } profile_ 41 chrome/browser/notifications/balloon_notification_ui_manager.cc Profile* profile_; profile_ 447 chrome/browser/notifications/desktop_notification_service.cc : profile_(profile), profile_ 458 chrome/browser/notifications/desktop_notification_service.cc profile_->GetPrefs(), profile_ 466 chrome/browser/notifications/desktop_notification_service.cc profile_->GetPrefs(), profile_ 474 chrome/browser/notifications/desktop_notification_service.cc profile_->GetPrefs(), profile_ 481 chrome/browser/notifications/desktop_notification_service.cc content::Source<Profile>(profile_)); profile_ 490 chrome/browser/notifications/desktop_notification_service.cc profile_->GetHostContentSettingsMap()->SetContentSetting( profile_ 501 chrome/browser/notifications/desktop_notification_service.cc profile_->GetHostContentSettingsMap()->SetContentSetting( profile_ 511 chrome/browser/notifications/desktop_notification_service.cc return profile_->GetHostContentSettingsMap()->GetDefaultContentSetting( profile_ 517 chrome/browser/notifications/desktop_notification_service.cc profile_->GetHostContentSettingsMap()->SetDefaultContentSetting( profile_ 522 chrome/browser/notifications/desktop_notification_service.cc profile_->GetHostContentSettingsMap()->SetDefaultContentSetting( profile_ 528 chrome/browser/notifications/desktop_notification_service.cc profile_->GetHostContentSettingsMap()->GetSettingsForOneType( profile_ 536 chrome/browser/notifications/desktop_notification_service.cc profile_->GetHostContentSettingsMap()->SetContentSetting( profile_ 545 chrome/browser/notifications/desktop_notification_service.cc profile_->GetHostContentSettingsMap()->ClearSettingsForOneType( profile_ 551 chrome/browser/notifications/desktop_notification_service.cc return profile_->GetHostContentSettingsMap()->GetContentSetting( profile_ 600 chrome/browser/notifications/desktop_notification_service.cc GetUIManager()->Add(notification, profile_); profile_ 643 chrome/browser/notifications/desktop_notification_service.cc extensions::ExtensionSystem::Get(profile_)->info_map(); profile_ 736 chrome/browser/notifications/desktop_notification_service.cc ListPrefUpdate update(profile_->GetPrefs(), pref_name); profile_ 752 chrome/browser/notifications/desktop_notification_service.cc ExtensionWelcomeNotification::Create(kChromeNowExtensionID, profile_); profile_ 765 chrome/browser/notifications/desktop_notification_service.cc const PrefService* pref_service = profile_->GetPrefs(); profile_ 808 chrome/browser/notifications/desktop_notification_service.cc extensions::ExtensionSystem::Get(profile_)->event_router()-> profile_ 814 chrome/browser/notifications/desktop_notification_service.cc extensions::ExtensionSystem::Get(profile_)->info_map(); profile_ 204 chrome/browser/notifications/desktop_notification_service.h Profile* profile_; profile_ 51 chrome/browser/notifications/desktop_notification_service_win.cc GetUIManager()->Add(notification, profile_); profile_ 131 chrome/browser/notifications/desktop_notifications_unittest.cc profile_.reset(new TestingProfile()); profile_ 142 chrome/browser/notifications/desktop_notifications_unittest.cc profile_.reset(NULL); profile_ 86 chrome/browser/notifications/desktop_notifications_unittest.h Profile* profile() { return profile_.get(); } profile_ 117 chrome/browser/notifications/desktop_notifications_unittest.h scoped_ptr<TestingProfile> profile_; profile_ 39 chrome/browser/notifications/extension_welcome_notification.cc : profile_(profile), profile_ 65 chrome/browser/notifications/extension_welcome_notification.cc profile_->GetPrefs()->SetBoolean(prefs::kWelcomeNotificationDismissed, profile_ 71 chrome/browser/notifications/extension_welcome_notification.cc profile_, profile_ 81 chrome/browser/notifications/extension_welcome_notification.cc Profile* const profile_; profile_ 118 chrome/browser/notifications/extension_welcome_notification.cc profile_(profile), profile_ 122 chrome/browser/notifications/extension_welcome_notification.cc profile_->GetPrefs(), profile_ 147 chrome/browser/notifications/extension_welcome_notification.cc PrefServiceSyncable::FromProfile(profile_)->RemoveObserver(this); profile_ 156 chrome/browser/notifications/extension_welcome_notification.cc PrefServiceSyncable::FromProfile(profile_); profile_ 169 chrome/browser/notifications/extension_welcome_notification.cc PrefServiceSyncable::FromProfile(profile_); profile_ 171 chrome/browser/notifications/extension_welcome_notification.cc PrefService* const pref_service = profile_->GetPrefs(); profile_ 243 chrome/browser/notifications/extension_welcome_notification.cc new NotificationCallbacks(profile_, delegate_.get()))); profile_ 263 chrome/browser/notifications/extension_welcome_notification.cc profile_->GetPrefs()->GetBoolean(prefs::kWelcomeNotificationDismissed); profile_ 295 chrome/browser/notifications/extension_welcome_notification.cc profile_->GetPrefs()->SetBoolean(prefs::kWelcomeNotificationDismissed, true); profile_ 300 chrome/browser/notifications/extension_welcome_notification.cc PrefService* const pref_service = profile_->GetPrefs(); profile_ 309 chrome/browser/notifications/extension_welcome_notification.cc PrefService* const pref_service = profile_->GetPrefs(); profile_ 134 chrome/browser/notifications/extension_welcome_notification.h Profile* profile_; profile_ 138 chrome/browser/notifications/extension_welcome_notification_unittest.cc profile_.reset(new TestingProfile()); profile_ 141 chrome/browser/notifications/extension_welcome_notification_unittest.cc kChromeNowExtensionID, profile_.get(), delegate_); profile_ 147 chrome/browser/notifications/extension_welcome_notification_unittest.cc profile_.reset(); profile_ 153 chrome/browser/notifications/extension_welcome_notification_unittest.cc PrefServiceSyncable::FromProfile(profile_.get()) profile_ 192 chrome/browser/notifications/extension_welcome_notification_unittest.cc return profile_->GetPrefs()->GetBoolean(path); profile_ 195 chrome/browser/notifications/extension_welcome_notification_unittest.cc profile_->GetPrefs()->SetBoolean(path, value); profile_ 198 chrome/browser/notifications/extension_welcome_notification_unittest.cc return profile_->GetPrefs()->GetInt64(path); profile_ 201 chrome/browser/notifications/extension_welcome_notification_unittest.cc profile_->GetPrefs()->SetInt64(path, value); profile_ 250 chrome/browser/notifications/extension_welcome_notification_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 423 chrome/browser/notifications/message_center_notification_manager.cc : profile_(profile), profile_ 172 chrome/browser/notifications/message_center_notification_manager.h Profile* profile() const { return profile_; } profile_ 181 chrome/browser/notifications/message_center_notification_manager.h Profile* profile_; profile_ 67 chrome/browser/notifications/message_center_settings_controller.cc Profile* profile() const { return profile_; } profile_ 70 chrome/browser/notifications/message_center_settings_controller.cc Profile* profile_; profile_ 81 chrome/browser/notifications/message_center_settings_controller.cc profile_ = profile_ 34 chrome/browser/notifications/notification_test_util.cc profile_ = profile; profile_ 45 chrome/browser/notifications/notification_test_util.cc profile_ = profile; profile_ 64 chrome/browser/notifications/notification_test_util.cc if (source == notification_.origin_url() && profile->IsSameProfile(profile_)) profile_ 132 chrome/browser/notifications/notification_test_util.h Profile* profile_; profile_ 60 chrome/browser/notifications/sync_notifier/chrome_notifier_service.cc : profile_(profile), profile_ 69 chrome/browser/notifications/sync_notifier/chrome_notifier_service.cc profile_, Profile::IMPLICIT_ACCESS); profile_ 174 chrome/browser/notifications/sync_notifier/chrome_notifier_service.cc profile_->GetPrefs()->SetBoolean(prefs::kSyncedNotificationFirstRun, false); profile_ 412 chrome/browser/notifications/sync_notifier/chrome_notifier_service.cc (*notification_iter)->ShowAllForAppId(profile_, *app_id_iter); profile_ 538 chrome/browser/notifications/sync_notifier/chrome_notifier_service.cc notification->Show(profile_); profile_ 543 chrome/browser/notifications/sync_notifier/chrome_notifier_service.cc notification->QueueBitmapFetchJobs(this, profile_); profile_ 572 chrome/browser/notifications/sync_notifier/chrome_notifier_service.cc profile_->GetPrefs()->Set(prefs::kEnabledSyncedNotificationSendingServices, profile_ 580 chrome/browser/notifications/sync_notifier/chrome_notifier_service.cc profile_->GetPrefs()->Set(prefs::kEnabledSyncedNotificationSendingServices, profile_ 719 chrome/browser/notifications/sync_notifier/chrome_notifier_service.cc profile_->GetPrefs(), profile_ 726 chrome/browser/notifications/sync_notifier/chrome_notifier_service.cc profile_->GetPrefs(), profile_ 733 chrome/browser/notifications/sync_notifier/chrome_notifier_service.cc profile_->GetPrefs(), profile_ 745 chrome/browser/notifications/sync_notifier/chrome_notifier_service.cc profile_->GetPrefs()->GetBoolean(prefs::kSyncedNotificationFirstRun); profile_ 787 chrome/browser/notifications/sync_notifier/chrome_notifier_service.cc notification_ui_manager->Add(notification, profile_); profile_ 799 chrome/browser/notifications/sync_notifier/chrome_notifier_service.cc profile_->GetPrefs()->Set(prefs::kEnabledSyncedNotificationSendingServices, profile_ 804 chrome/browser/notifications/sync_notifier/chrome_notifier_service.cc profile_->GetPrefs()->Set( profile_ 823 chrome/browser/notifications/sync_notifier/chrome_notifier_service.cc new WelcomeDelegate(welcome_notification_id, profile_, notifier_id)); profile_ 112 chrome/browser/notifications/sync_notifier/chrome_notifier_service.h Profile* profile() const { return profile_; } profile_ 196 chrome/browser/notifications/sync_notifier/chrome_notifier_service.h Profile* const profile_; profile_ 129 chrome/browser/notifications/sync_notifier/chrome_notifier_service_unittest.cc profile_.reset(new TestingProfile()); profile_ 183 chrome/browser/notifications/sync_notifier/chrome_notifier_service_unittest.cc profile_.get(), Profile::EXPLICIT_ACCESS); profile_ 188 chrome/browser/notifications/sync_notifier/chrome_notifier_service_unittest.cc new SyncedNotificationAppInfo(profile_.get(), profile_ 204 chrome/browser/notifications/sync_notifier/chrome_notifier_service_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 217 chrome/browser/notifications/sync_notifier/chrome_notifier_service_unittest.cc ChromeNotifierService notifier(profile_.get(), notification_manager()); profile_ 234 chrome/browser/notifications/sync_notifier/chrome_notifier_service_unittest.cc ChromeNotifierService notifier(profile_.get(), notification_manager()); profile_ 249 chrome/browser/notifications/sync_notifier/chrome_notifier_service_unittest.cc ChromeNotifierService notifier(profile_.get(), notification_manager()); profile_ 279 chrome/browser/notifications/sync_notifier/chrome_notifier_service_unittest.cc ChromeNotifierService notifier(profile_.get(), notification_manager()); profile_ 330 chrome/browser/notifications/sync_notifier/chrome_notifier_service_unittest.cc ChromeNotifierService notifier(profile_.get(), notification_manager()); profile_ 380 chrome/browser/notifications/sync_notifier/chrome_notifier_service_unittest.cc ChromeNotifierService notifier(profile_.get(), notification_manager()); profile_ 443 chrome/browser/notifications/sync_notifier/chrome_notifier_service_unittest.cc ChromeNotifierService notifier(profile_.get(), notification_manager()); profile_ 487 chrome/browser/notifications/sync_notifier/chrome_notifier_service_unittest.cc ChromeNotifierService notifier(profile_.get(), notification_manager()); profile_ 529 chrome/browser/notifications/sync_notifier/chrome_notifier_service_unittest.cc ChromeNotifierService notifier(profile_.get(), notification_manager()); profile_ 562 chrome/browser/notifications/sync_notifier/chrome_notifier_service_unittest.cc ChromeNotifierService notifier(profile_.get(), notification_manager()); profile_ 601 chrome/browser/notifications/sync_notifier/chrome_notifier_service_unittest.cc ChromeNotifierService notifier(profile_.get(), notification_manager()); profile_ 656 chrome/browser/notifications/sync_notifier/chrome_notifier_service_unittest.cc ChromeNotifierService notifier(profile_.get(), notification_manager()); profile_ 698 chrome/browser/notifications/sync_notifier/chrome_notifier_service_unittest.cc ChromeNotifierService notifier(profile_.get(), notification_manager()); profile_ 722 chrome/browser/notifications/sync_notifier/chrome_notifier_service_unittest.cc ChromeNotifierService notifier(profile_.get(), notification_manager()); profile_ 68 chrome/browser/notifications/sync_notifier/image_holder.cc (*iter)->Start(profile_); profile_ 61 chrome/browser/notifications/sync_notifier/image_holder.h Profile* profile_; profile_ 77 chrome/browser/notifications/sync_notifier/synced_notification.cc profile_(NULL), profile_ 277 chrome/browser/notifications/sync_notifier/synced_notification.cc profile_ = profile; profile_ 303 chrome/browser/notifications/sync_notifier/synced_notification.cc Show(profile_); profile_ 311 chrome/browser/notifications/sync_notifier/synced_notification.cc (*iter)->Start(profile_); profile_ 708 chrome/browser/notifications/sync_notifier/synced_notification.cc Show(profile_); profile_ 139 chrome/browser/notifications/sync_notifier/synced_notification.h Profile* profile_; profile_ 19 chrome/browser/notifications/sync_notifier/synced_notification_app_info.cc : profile_(profile), profile_ 66 chrome/browser/notifications/sync_notifier/synced_notification_app_info.cc profile_, profile_ 74 chrome/browser/notifications/sync_notifier/synced_notification_app_info.cc profile_, profile_ 82 chrome/browser/notifications/sync_notifier/synced_notification_app_info.cc profile_, profile_ 103 chrome/browser/notifications/sync_notifier/synced_notification_app_info.h Profile* profile_; profile_ 36 chrome/browser/notifications/sync_notifier/synced_notification_app_info_service.cc : profile_(profile), chrome_notifier_service_(NULL) {} profile_ 253 chrome/browser/notifications/sync_notifier/synced_notification_app_info_service.cc app_info.reset(new SyncedNotificationAppInfo(profile_, display_name, this)); profile_ 136 chrome/browser/notifications/sync_notifier/synced_notification_app_info_service.h Profile* const profile_; profile_ 98 chrome/browser/notifications/sync_notifier/synced_notification_app_info_service_unittest.cc virtual void SetUp() { profile_.reset(new TestingProfile()); } profile_ 212 chrome/browser/notifications/sync_notifier/synced_notification_app_info_service_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 223 chrome/browser/notifications/sync_notifier/synced_notification_app_info_service_unittest.cc SyncedNotificationAppInfoService app_info_service(profile_.get()); profile_ 238 chrome/browser/notifications/sync_notifier/synced_notification_app_info_service_unittest.cc SyncedNotificationAppInfoService app_info_service(profile_.get()); profile_ 265 chrome/browser/notifications/sync_notifier/synced_notification_app_info_service_unittest.cc SyncedNotificationAppInfoService app_info_service(profile_.get()); profile_ 298 chrome/browser/notifications/sync_notifier/synced_notification_app_info_service_unittest.cc SyncedNotificationAppInfoService app_info_service(profile_.get()); profile_ 323 chrome/browser/notifications/sync_notifier/synced_notification_app_info_service_unittest.cc SyncedNotificationAppInfoService app_info_service(profile_.get()); profile_ 363 chrome/browser/notifications/sync_notifier/synced_notification_app_info_service_unittest.cc SyncedNotificationAppInfoService app_info_service(profile_.get()); profile_ 383 chrome/browser/notifications/sync_notifier/synced_notification_app_info_service_unittest.cc SyncedNotificationAppInfoService app_info_service(profile_.get()); profile_ 403 chrome/browser/notifications/sync_notifier/synced_notification_app_info_service_unittest.cc SyncedNotificationAppInfoService app_info_service(profile_.get()); profile_ 421 chrome/browser/notifications/sync_notifier/synced_notification_app_info_service_unittest.cc SyncedNotificationAppInfoService app_info_service(profile_.get()); profile_ 438 chrome/browser/notifications/sync_notifier/synced_notification_app_info_service_unittest.cc SyncedNotificationAppInfoService app_info_service(profile_.get()); profile_ 452 chrome/browser/notifications/sync_notifier/synced_notification_app_info_service_unittest.cc SyncedNotificationAppInfoService app_info_service(profile_.get()); profile_ 36 chrome/browser/notifications/sync_notifier/welcome_delegate.cc profile_(profile), profile_ 70 chrome/browser/notifications/sync_notifier/welcome_delegate.cc DesktopNotificationServiceFactory::GetForProfile(profile_); profile_ 75 chrome/browser/notifications/sync_notifier/welcome_delegate.cc ChromeNotifierServiceFactory::GetForProfile(profile_, profile_ 40 chrome/browser/notifications/sync_notifier/welcome_delegate.h Profile* profile_; // Weak. profile_ 24 chrome/browser/password_manager/password_manager_metrics_util_unittest.cc url_host, profile_.GetPrefs()); profile_ 28 chrome/browser/password_manager/password_manager_metrics_util_unittest.cc TestingProfile profile_; profile_ 56 chrome/browser/password_manager/password_manager_metrics_util_unittest.cc ListPrefUpdate group_indices(profile_.GetPrefs(), profile_ 62 chrome/browser/password_manager/password_manager_metrics_util_unittest.cc kMonitoredWebsites[i], profile_.GetPrefs())]; profile_ 111 chrome/browser/password_manager/password_store_win_unittest.cc profile_.reset(new TestingProfile()); profile_ 159 chrome/browser/password_manager/password_store_win_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 511 chrome/browser/plugins/plugin_prefs.cc PluginPrefs::PluginPrefs() : profile_(NULL), profile_ 580 chrome/browser/plugins/plugin_prefs.cc content::Source<Profile>(profile_), profile_ 75 chrome/browser/plugins/plugin_prefs.h void set_profile(Profile* profile) { profile_ = profile; } profile_ 152 chrome/browser/plugins/plugin_prefs.h Profile* profile_; profile_ 24 chrome/browser/plugins/plugin_status_pref_setter.cc : profile_(NULL), profile_ 37 chrome/browser/plugins/plugin_status_pref_setter.cc profile_ = profile; profile_ 57 chrome/browser/plugins/plugin_status_pref_setter.cc PluginPrefs::GetForProfile(profile_))); profile_ 66 chrome/browser/plugins/plugin_status_pref_setter.cc profile_->GetPrefs()->SetBoolean( profile_ 69 chrome/browser/plugins/plugin_status_pref_setter.cc profile_->GetPrefs()->SetBoolean( profile_ 60 chrome/browser/plugins/plugin_status_pref_setter.h Profile* profile_; profile_ 52 chrome/browser/policy/cloud/user_cloud_policy_invalidator.cc invalidation::InvalidationServiceFactory::GetForProfile(profile_); profile_ 44 chrome/browser/policy/cloud/user_cloud_policy_invalidator.h Profile* profile_; profile_ 40 chrome/browser/policy/cloud/user_policy_signin_service.cc profile_(profile), profile_ 124 chrome/browser/policy/cloud/user_policy_signin_service.cc profile_->GetRequestContext()); profile_ 91 chrome/browser/policy/cloud/user_policy_signin_service.h Profile* profile_; profile_ 181 chrome/browser/policy/cloud/user_policy_signin_service_unittest.cc profile_ = builder.Build().Pass(); profile_ 185 chrome/browser/policy/cloud/user_policy_signin_service_unittest.cc SigninManagerFactory::GetForProfile(profile_.get())); profile_ 189 chrome/browser/policy/cloud/user_policy_signin_service_unittest.cc profile_.get())); profile_ 203 chrome/browser/policy/cloud/user_policy_signin_service_unittest.cc profile_.reset(); profile_ 224 chrome/browser/policy/cloud/user_policy_signin_service_unittest.cc content::Source<Profile>(profile_.get()), profile_ 230 chrome/browser/policy/cloud/user_policy_signin_service_unittest.cc ProfileOAuth2TokenServiceFactory::GetForProfile(profile_.get()); profile_ 263 chrome/browser/policy/cloud/user_policy_signin_service_unittest.cc UserPolicySigninServiceFactory::GetForProfile(profile_.get()); profile_ 316 chrome/browser/policy/cloud/user_policy_signin_service_unittest.cc profile_->GetRequestContext(), profile_ 348 chrome/browser/policy/cloud/user_policy_signin_service_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 384 chrome/browser/policy/cloud/user_policy_signin_service_unittest.cc SigninManagerFactory::GetForProfile(profile_.get())-> profile_ 390 chrome/browser/policy/cloud/user_policy_signin_service_unittest.cc content::Source<Profile>(profile_.get()), profile_ 397 chrome/browser/policy/cloud/user_policy_signin_service_unittest.cc ASSERT_TRUE(SigninManagerFactory::GetForProfile(profile_.get())-> profile_ 458 chrome/browser/policy/cloud/user_policy_signin_service_unittest.cc SigninManagerFactory::GetForProfile(profile_.get())->SetAuthenticatedUsername( profile_ 482 chrome/browser/policy/cloud/user_policy_signin_service_unittest.cc SigninManagerFactory::GetForProfile(profile_.get())->SetAuthenticatedUsername( profile_ 504 chrome/browser/policy/cloud/user_policy_signin_service_unittest.cc SigninManagerFactory::GetForProfile(profile_.get())->SetAuthenticatedUsername( profile_ 532 chrome/browser/policy/cloud/user_policy_signin_service_unittest.cc SigninManagerFactory::GetForProfile(profile_.get())->SetAuthenticatedUsername( profile_ 572 chrome/browser/policy/cloud/user_policy_signin_service_unittest.cc SigninManagerFactory::GetForProfile(profile_.get())->SignOut(); profile_ 580 chrome/browser/policy/cloud/user_policy_signin_service_unittest.cc UserPolicySigninServiceFactory::GetForProfile(profile_.get()); profile_ 607 chrome/browser/policy/cloud/user_policy_signin_service_unittest.cc UserPolicySigninServiceFactory::GetForProfile(profile_.get()); profile_ 636 chrome/browser/policy/cloud/user_policy_signin_service_unittest.cc UserPolicySigninServiceFactory::GetForProfile(profile_.get()); profile_ 675 chrome/browser/policy/cloud/user_policy_signin_service_unittest.cc UserPolicySigninServiceFactory::GetForProfile(profile_.get()); profile_ 723 chrome/browser/policy/cloud/user_policy_signin_service_unittest.cc UserPolicySigninServiceFactory::GetForProfile(profile_.get()); profile_ 728 chrome/browser/policy/cloud/user_policy_signin_service_unittest.cc profile_->GetRequestContext(), profile_ 68 chrome/browser/predictors/autocomplete_action_predictor.cc : profile_(profile), profile_ 72 chrome/browser/predictors/autocomplete_action_predictor.cc if (profile_->IsOffTheRecord()) { profile_ 74 chrome/browser/predictors/autocomplete_action_predictor.cc profile_->GetOriginalProfile()); profile_ 83 chrome/browser/predictors/autocomplete_action_predictor.cc profile_, Profile::EXPLICIT_ACCESS); profile_ 88 chrome/browser/predictors/autocomplete_action_predictor.cc PredictorDatabaseFactory::GetForProfile(profile_)->autocomplete_table(); profile_ 148 chrome/browser/predictors/autocomplete_action_predictor.cc prerender::PrerenderManagerFactory::GetForProfile(profile_)) { profile_ 197 chrome/browser/predictors/autocomplete_action_predictor.cc !prerender::IsOmniboxEnabled(profile_))) { profile_ 254 chrome/browser/predictors/autocomplete_action_predictor.cc content::Source<Profile>(profile_)); profile_ 333 chrome/browser/predictors/autocomplete_action_predictor.cc prerender::IsOmniboxEnabled(profile_)); profile_ 437 chrome/browser/predictors/autocomplete_action_predictor.cc DCHECK(!profile_->IsOffTheRecord()); profile_ 452 chrome/browser/predictors/autocomplete_action_predictor.cc HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS); profile_ 457 chrome/browser/predictors/autocomplete_action_predictor.cc content::Source<Profile>(profile_)); profile_ 463 chrome/browser/predictors/autocomplete_action_predictor.cc DCHECK(!profile_->IsOffTheRecord()); profile_ 480 chrome/browser/predictors/autocomplete_action_predictor.cc DCHECK(!profile_->IsOffTheRecord()); profile_ 500 chrome/browser/predictors/autocomplete_action_predictor.cc DCHECK(!profile_->IsOffTheRecord()); profile_ 525 chrome/browser/predictors/autocomplete_action_predictor.cc DCHECK(profile_->IsOffTheRecord()); profile_ 544 chrome/browser/predictors/autocomplete_action_predictor.cc content::Source<Profile>(profile_)); profile_ 546 chrome/browser/predictors/autocomplete_action_predictor.cc content::Source<Profile>(profile_->GetOriginalProfile())); profile_ 211 chrome/browser/predictors/autocomplete_action_predictor.h Profile* profile_; profile_ 41 chrome/browser/predictors/autocomplete_action_predictor_table_unittest.cc TestingProfile* profile() { return &profile_; } profile_ 55 chrome/browser/predictors/autocomplete_action_predictor_table_unittest.cc TestingProfile profile_; profile_ 81 chrome/browser/predictors/autocomplete_action_predictor_table_unittest.cc db_.reset(new PredictorDatabase(&profile_)); profile_ 89 chrome/browser/predictors/autocomplete_action_predictor_unittest.cc profile_(new TestingProfile()), profile_ 90 chrome/browser/predictors/autocomplete_action_predictor_unittest.cc predictor_(new AutocompleteActionPredictor(profile_.get())) { profile_ 95 chrome/browser/predictors/autocomplete_action_predictor_unittest.cc profile_.reset(NULL); profile_ 105 chrome/browser/predictors/autocomplete_action_predictor_unittest.cc ASSERT_TRUE(profile_->CreateHistoryService(true, false)); profile_ 106 chrome/browser/predictors/autocomplete_action_predictor_unittest.cc profile_->BlockUntilHistoryProcessesPendingRequests(); profile_ 114 chrome/browser/predictors/autocomplete_action_predictor_unittest.cc profile_->DestroyHistoryService(); profile_ 131 chrome/browser/predictors/autocomplete_action_predictor_unittest.cc HistoryServiceFactory::GetForProfile(profile_.get(), profile_ 193 chrome/browser/predictors/autocomplete_action_predictor_unittest.cc HistoryServiceFactory::GetForProfile(profile_.get(), profile_ 221 chrome/browser/predictors/autocomplete_action_predictor_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 36 chrome/browser/prefs/pref_metrics_service.cc : profile_(profile), profile_ 37 chrome/browser/prefs/pref_metrics_service.cc prefs_(profile_->GetPrefs()), profile_ 42 chrome/browser/prefs/pref_metrics_service.cc PrefServiceSyncable* prefs = PrefServiceSyncable::FromProfile(profile_); profile_ 51 chrome/browser/prefs/pref_metrics_service.cc : profile_(profile), profile_ 117 chrome/browser/prefs/pref_metrics_service.cc StartupTabs startup_tabs = PinnedTabCodec::ReadPinnedTabs(profile_); profile_ 161 chrome/browser/prefs/pref_metrics_service.cc PrefServiceSyncable* prefs = PrefServiceSyncable::FromProfile(profile_); profile_ 83 chrome/browser/prefs/pref_metrics_service.h Profile* profile_; profile_ 16 chrome/browser/prefs/pref_model_associator_unittest.cc pref_service_ = profile_.GetPrefs(); profile_ 51 chrome/browser/prefs/pref_model_associator_unittest.cc TestingProfile profile_; profile_ 225 chrome/browser/prerender/prerender_contents.cc profile_(profile), profile_ 292 chrome/browser/prerender/prerender_contents.cc DCHECK(profile_ != NULL); profile_ 489 chrome/browser/prerender/prerender_contents.cc WebContents::CreateParams(profile_), session_storage_namespace_map); profile_ 393 chrome/browser/prerender/prerender_contents.h Profile* profile_; profile_ 241 chrome/browser/prerender/prerender_manager.cc profile_(profile), profile_ 258 chrome/browser/prerender/prerender_manager.cc if (IsLoggedInPredictorEnabled() && !profile_->IsOffTheRecord()) { profile_ 295 chrome/browser/prerender/prerender_manager.cc content::Source<Profile>(profile_)); profile_ 317 chrome/browser/prerender/prerender_manager.cc profile_ = NULL; profile_ 361 chrome/browser/prerender/prerender_manager.cc if (!IsOmniboxEnabled(profile_)) profile_ 910 chrome/browser/prerender/prerender_manager.cc dict_value->SetBoolean("omnibox_enabled", IsOmniboxEnabled(profile_)); profile_ 1270 chrome/browser/prerender/prerender_manager.cc profile_, url) && profile_ 1321 chrome/browser/prerender/prerender_manager.cc profile_, Profile::EXPLICIT_ACCESS); profile_ 1437 chrome/browser/prerender/prerender_manager.cc this, profile_, url, referrer, origin, experiment_id); profile_ 1598 chrome/browser/prerender/prerender_manager.cc if (!profile || !profile_->IsSameProfile(profile) || profile_ 1691 chrome/browser/prerender/prerender_manager.cc net::URLRequestContextGetter* rq_context = profile_->GetRequestContext(); profile_ 323 chrome/browser/prerender/prerender_manager.h Profile* profile() const { return profile_; } profile_ 661 chrome/browser/prerender/prerender_manager.h Profile* profile_; profile_ 71 chrome/browser/prerender/prerender_message_filter.cc base::Bind(&OnChannelClosingInUIThread, profile_, render_process_id_)); profile_ 82 chrome/browser/prerender/prerender_message_filter.cc PrerenderLinkManagerFactory::GetForProfile(profile_); profile_ 95 chrome/browser/prerender/prerender_message_filter.cc PrerenderLinkManagerFactory::GetForProfile(profile_); profile_ 105 chrome/browser/prerender/prerender_message_filter.cc PrerenderLinkManagerFactory::GetForProfile(profile_); profile_ 53 chrome/browser/prerender/prerender_message_filter.h Profile* const profile_; profile_ 319 chrome/browser/prerender/prerender_unittest.cc &profile_, prerender_tracker())), profile_ 394 chrome/browser/prerender/prerender_unittest.cc TestingProfile profile_; profile_ 39 chrome/browser/printing/cloud_print/cloud_print_proxy_service.cc : profile_(profile), profile_ 52 chrome/browser/printing/cloud_print/cloud_print_proxy_service.cc if (profile_->GetPrefs()->HasPrefPath(prefs::kCloudPrintEmail) && profile_ 53 chrome/browser/printing/cloud_print/cloud_print_proxy_service.cc (!profile_->GetPrefs()->GetString(prefs::kCloudPrintEmail).empty() || profile_ 54 chrome/browser/printing/cloud_print/cloud_print_proxy_service.cc !profile_->GetPrefs()->GetBoolean(prefs::kCloudPrintProxyEnabled))) { profile_ 66 chrome/browser/printing/cloud_print/cloud_print_proxy_service.cc pref_change_registrar_.Init(profile_->GetPrefs()); profile_ 99 chrome/browser/printing/cloud_print/cloud_print_proxy_service.cc if (profile_->GetPrefs()->GetBoolean(prefs::kCloudPrintProxyEnabled)) { profile_ 119 chrome/browser/printing/cloud_print/cloud_print_proxy_service.cc if (!profile_->GetPrefs()->GetBoolean(prefs::kCloudPrintProxyEnabled)) { profile_ 121 chrome/browser/printing/cloud_print/cloud_print_proxy_service.cc profile_->GetPrefs()->GetString(prefs::kCloudPrintEmail); profile_ 128 chrome/browser/printing/cloud_print/cloud_print_proxy_service.cc profile_->GetPrefs()->SetString(prefs::kCloudPrintEmail, std::string()); profile_ 146 chrome/browser/printing/cloud_print/cloud_print_proxy_service.cc if (!profile_->GetPrefs()->GetBoolean(prefs::kCloudPrintProxyEnabled)) profile_ 205 chrome/browser/printing/cloud_print/cloud_print_proxy_service.cc profile_->GetPrefs()->SetString(prefs::kCloudPrintEmail, user_email); profile_ 213 chrome/browser/printing/cloud_print/cloud_print_proxy_service.cc profile_->GetPrefs()->SetString(prefs::kCloudPrintEmail, std::string()); profile_ 219 chrome/browser/printing/cloud_print/cloud_print_proxy_service.cc profile_->GetPrefs()->SetString( profile_ 93 chrome/browser/printing/cloud_print/cloud_print_proxy_service.h Profile* profile_; profile_ 220 chrome/browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc TestingProfile profile_; profile_ 238 chrome/browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc TestCloudPrintProxyService service(&profile_); profile_ 243 chrome/browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc TestingPrefServiceSyncable* prefs = profile_.GetTestingPrefService(); profile_ 254 chrome/browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc TestCloudPrintProxyService service(&profile_); profile_ 259 chrome/browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc TestingPrefServiceSyncable* prefs = profile_.GetTestingPrefService(); profile_ 271 chrome/browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc TestCloudPrintProxyService service(&profile_); profile_ 276 chrome/browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc TestingPrefServiceSyncable* prefs = profile_.GetTestingPrefService(); profile_ 288 chrome/browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc TestCloudPrintProxyService service(&profile_); profile_ 294 chrome/browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc TestingPrefServiceSyncable* prefs = profile_.GetTestingPrefService(); profile_ 306 chrome/browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc TestCloudPrintProxyService service(&profile_); profile_ 311 chrome/browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc TestingPrefServiceSyncable* prefs = profile_.GetTestingPrefService(); profile_ 327 chrome/browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc TestCloudPrintProxyService service(&profile_); profile_ 332 chrome/browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc TestingPrefServiceSyncable* prefs = profile_.GetTestingPrefService(); profile_ 351 chrome/browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc TestCloudPrintProxyService service(&profile_); profile_ 356 chrome/browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc TestingPrefServiceSyncable* prefs = profile_.GetTestingPrefService(); profile_ 371 chrome/browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc TestCloudPrintProxyService service(&profile_); profile_ 377 chrome/browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc TestingPrefServiceSyncable* prefs = profile_.GetTestingPrefService(); profile_ 391 chrome/browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc TestCloudPrintProxyService service(&profile_); profile_ 396 chrome/browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc TestingPrefServiceSyncable* prefs = profile_.GetTestingPrefService(); profile_ 413 chrome/browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc TestCloudPrintProxyService service(&profile_); profile_ 419 chrome/browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc TestingPrefServiceSyncable* prefs = profile_.GetTestingPrefService(); profile_ 455 chrome/browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc TestingPrefServiceSyncable* prefs = profile_.GetTestingPrefService(); profile_ 462 chrome/browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc SetTestingFactory(&profile_, TestCloudPrintProxyServiceFactory); profile_ 467 chrome/browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc EXPECT_FALSE(LaunchBrowser(command_line, &profile_)); profile_ 57 chrome/browser/printing/cloud_print/cloud_print_url.cc DCHECK(profile_); profile_ 58 chrome/browser/printing/cloud_print/cloud_print_url.cc return GURL(profile_->GetPrefs()->GetString(prefs::kCloudPrintServiceURL)); profile_ 62 chrome/browser/printing/cloud_print/cloud_print_url.cc DCHECK(profile_); profile_ 64 chrome/browser/printing/cloud_print/cloud_print_url.cc profile_->GetPrefs()->GetString(prefs::kCloudPrintSigninURL)); profile_ 69 chrome/browser/printing/cloud_print/cloud_print_url.cc DCHECK(profile_); profile_ 76 chrome/browser/printing/cloud_print/cloud_print_url.cc profile_->GetPrefs()->GetString(prefs::kCloudPrintServiceURL)); profile_ 22 chrome/browser/printing/cloud_print/cloud_print_url.h explicit CloudPrintURL(Profile* profile) : profile_(profile) {} profile_ 37 chrome/browser/printing/cloud_print/cloud_print_url.h Profile* profile_; profile_ 147 chrome/browser/printing/print_dialog_cloud_unittest.cc profile_.reset(new TestingProfile()); profile_ 150 chrome/browser/printing/print_dialog_cloud_unittest.cc scoped_ptr<Profile> profile_; profile_ 155 chrome/browser/printing/print_dialog_cloud_unittest.cc CloudPrintURL(profile_.get()). profile_ 161 chrome/browser/printing/print_dialog_cloud_unittest.cc CloudPrintURL(profile_.get()). profile_ 171 chrome/browser/printing/print_dialog_cloud_unittest.cc CloudPrintURL(profile_.get()). profile_ 180 chrome/browser/printing/print_dialog_cloud_unittest.cc CloudPrintURL(profile_.get()). profile_ 181 chrome/browser/profile_resetter/automatic_profile_resetter.cc : profile_(profile), profile_ 183 chrome/browser/profile_resetter/automatic_profile_resetter.cc memento_in_prefs_(profile_), profile_ 184 chrome/browser/profile_resetter/automatic_profile_resetter.cc memento_in_local_state_(profile_), profile_ 185 chrome/browser/profile_resetter/automatic_profile_resetter.cc memento_in_file_(profile_) {} profile_ 232 chrome/browser/profile_resetter/automatic_profile_resetter.cc PrefService* prefs = profile_->GetPrefs(); profile_ 244 chrome/browser/profile_resetter/automatic_profile_resetter.cc PrefService* prefs = profile_->GetPrefs(); profile_ 334 chrome/browser/profile_resetter/automatic_profile_resetter.cc Profile* profile_; profile_ 373 chrome/browser/profile_resetter/automatic_profile_resetter.cc : profile_(profile), profile_ 380 chrome/browser/profile_resetter/automatic_profile_resetter.cc DCHECK(profile_); profile_ 410 chrome/browser/profile_resetter/automatic_profile_resetter.cc profile_, ProfileResetter::ALL)); profile_ 605 chrome/browser/profile_resetter/automatic_profile_resetter.cc input_builder_.reset(new InputBuilder(profile_, delegate_.get())); profile_ 744 chrome/browser/profile_resetter/automatic_profile_resetter.cc PreferenceHostedPromptMemento memento_in_prefs(profile_); profile_ 745 chrome/browser/profile_resetter/automatic_profile_resetter.cc LocalStateHostedPromptMemento memento_in_local_state(profile_); profile_ 746 chrome/browser/profile_resetter/automatic_profile_resetter.cc FileHostedPromptMemento memento_in_file(profile_); profile_ 245 chrome/browser/profile_resetter/automatic_profile_resetter.h Profile* profile_; profile_ 112 chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc : profile_(profile), profile_ 113 chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc global_error_service_(GlobalErrorServiceFactory::GetForProfile(profile_)), profile_ 114 chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc template_url_service_(TemplateURLServiceFactory::GetForProfile(profile_)), profile_ 116 chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc DCHECK(profile_); profile_ 253 chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc ProfileResetGlobalError* global_error = new ProfileResetGlobalError(profile_); profile_ 266 chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc profile_, profile_ 281 chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc profile_resetter_.reset(new ProfileResetter(profile_)); profile_ 326 chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc SendSettingsFeedback(report, profile_, PROFILE_RESET_PROMPT); profile_ 335 chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc old_settings_snapshot.reset(new ResettableSettingsSnapshot(profile_)); profile_ 364 chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc ResettableSettingsSnapshot new_settings_snapshot(profile_); profile_ 184 chrome/browser/profile_resetter/automatic_profile_resetter_delegate.h Profile* profile_; profile_ 254 chrome/browser/profile_resetter/automatic_profile_resetter_delegate_unittest.cc virtual TestingProfile* profile() const OVERRIDE { return profile_.get(); } profile_ 27 chrome/browser/profile_resetter/automatic_profile_resetter_mementos.cc : profile_(profile) {} profile_ 32 chrome/browser/profile_resetter/automatic_profile_resetter_mementos.cc PrefService* prefs = profile_->GetPrefs(); profile_ 38 chrome/browser/profile_resetter/automatic_profile_resetter_mementos.cc PrefService* prefs = profile_->GetPrefs(); profile_ 47 chrome/browser/profile_resetter/automatic_profile_resetter_mementos.cc : profile_(profile) {} profile_ 83 chrome/browser/profile_resetter/automatic_profile_resetter_mementos.cc return profile_->GetPath().BaseName().MaybeAsASCII(); profile_ 90 chrome/browser/profile_resetter/automatic_profile_resetter_mementos.cc : profile_(profile) {} profile_ 128 chrome/browser/profile_resetter/automatic_profile_resetter_mementos.cc return profile_->GetPath().Append(chrome::kResetPromptMementoFilename); profile_ 41 chrome/browser/profile_resetter/automatic_profile_resetter_mementos.h Profile* profile_; profile_ 62 chrome/browser/profile_resetter/automatic_profile_resetter_mementos.h Profile* profile_; profile_ 96 chrome/browser/profile_resetter/automatic_profile_resetter_mementos.h Profile* profile_; profile_ 492 chrome/browser/profile_resetter/automatic_profile_resetter_unittest.cc profile_(new TestingProfile()), profile_ 511 chrome/browser/profile_resetter/automatic_profile_resetter_unittest.cc profile_->GetTestingPrefService()->registry(); profile_ 609 chrome/browser/profile_resetter/automatic_profile_resetter_unittest.cc TestingProfile* profile() { return profile_.get(); } profile_ 631 chrome/browser/profile_resetter/automatic_profile_resetter_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 42 chrome/browser/profile_resetter/profile_reset_global_error.cc : profile_(profile), has_shown_bubble_view_(false), bubble_view_(NULL) { profile_ 44 chrome/browser/profile_resetter/profile_reset_global_error.cc AutomaticProfileResetterFactory::GetForBrowserContext(profile_); profile_ 52 chrome/browser/profile_resetter/profile_reset_global_error.h Profile* profile_; profile_ 61 chrome/browser/profile_resetter/profile_resetter.cc : profile_(profile), profile_ 62 chrome/browser/profile_resetter/profile_resetter.cc template_url_service_(TemplateURLServiceFactory::GetForProfile(profile_)), profile_ 67 chrome/browser/profile_resetter/profile_resetter.cc DCHECK(profile_); profile_ 153 chrome/browser/profile_resetter/profile_resetter.cc PrefService* prefs = profile_->GetPrefs(); profile_ 155 chrome/browser/profile_resetter/profile_resetter.cc TemplateURLPrepopulateData::ClearPrepopulatedEnginesInPrefs(profile_); profile_ 173 chrome/browser/profile_resetter/profile_resetter.cc GoogleURLTracker::RequestServerCheck(profile_, true); profile_ 187 chrome/browser/profile_resetter/profile_resetter.cc PrefService* prefs = profile_->GetPrefs(); profile_ 209 chrome/browser/profile_resetter/profile_resetter.cc PrefService* prefs = profile_->GetPrefs(); profile_ 210 chrome/browser/profile_resetter/profile_resetter.cc HostContentSettingsMap* map = profile_->GetHostContentSettingsMap(); profile_ 228 chrome/browser/profile_resetter/profile_resetter.cc cookies_remover_ = BrowsingDataRemover::CreateForUnboundedRange(profile_); profile_ 232 chrome/browser/profile_resetter/profile_resetter.cc PrefService* prefs = profile_->GetPrefs(); profile_ 246 chrome/browser/profile_resetter/profile_resetter.cc ExtensionService* extension_service = profile_->GetExtensionService(); profile_ 255 chrome/browser/profile_resetter/profile_resetter.cc PrefService* prefs = profile_->GetPrefs(); profile_ 275 chrome/browser/profile_resetter/profile_resetter.cc if (it->is_type_tabbed() && it->profile() == profile_) { profile_ 90 chrome/browser/profile_resetter/profile_resetter.h Profile* const profile_; profile_ 48 chrome/browser/profile_resetter/profile_resetter_browsertest.cc Profile* profile_; profile_ 70 chrome/browser/profile_resetter/profile_resetter_browsertest.cc base::Unretained(profile_->GetRequestContext()), profile_ 84 chrome/browser/profile_resetter/profile_resetter_browsertest.cc base::Unretained(profile_->GetRequestContext()), profile_ 105 chrome/browser/profile_resetter/profile_resetter_unittest.cc TestingProfile* profile() { return profile_.get(); } profile_ 11 chrome/browser/profiles/bookmark_model_loaded_observer.cc : profile_(profile) { profile_ 20 chrome/browser/profiles/bookmark_model_loaded_observer.cc ProfileSyncServiceFactory::GetInstance()->GetForProfile(profile_); profile_ 24 chrome/browser/profiles/bookmark_model_loaded_observer.h Profile* profile_; profile_ 33 chrome/browser/profiles/gaia_info_update_service.cc : profile_(profile) { profile_ 35 chrome/browser/profiles/gaia_info_update_service.cc SigninManagerFactory::GetForProfile(profile_); profile_ 38 chrome/browser/profiles/gaia_info_update_service.cc PrefService* prefs = profile_->GetPrefs(); profile_ 45 chrome/browser/profiles/gaia_info_update_service.cc DCHECK(!profile_) << "Shutdown not called before dtor"; profile_ 51 chrome/browser/profiles/gaia_info_update_service.cc SigninManagerFactory::GetForProfile(profile_); profile_ 88 chrome/browser/profiles/gaia_info_update_service.cc return profile_; profile_ 92 chrome/browser/profiles/gaia_info_update_service.cc return profile_->GetPrefs()->GetString(prefs::kProfileGAIAInfoPictureURL); profile_ 103 chrome/browser/profiles/gaia_info_update_service.cc profile_->GetPrefs()->SetInt64(prefs::kProfileGAIAInfoUpdateTime, profile_ 116 chrome/browser/profiles/gaia_info_update_service.cc size_t profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath()); profile_ 124 chrome/browser/profiles/gaia_info_update_service.cc profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath()); profile_ 128 chrome/browser/profiles/gaia_info_update_service.cc profile_->GetPrefs()->SetString(prefs::kProfileGAIAInfoPictureURL, profile_ 140 chrome/browser/profiles/gaia_info_update_service.cc profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath()); profile_ 151 chrome/browser/profiles/gaia_info_update_service.cc profile_->GetPrefs()->SetInt64(prefs::kProfileGAIAInfoUpdateTime, profile_ 159 chrome/browser/profiles/gaia_info_update_service.cc size_t profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath()); profile_ 167 chrome/browser/profiles/gaia_info_update_service.cc profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath()); profile_ 172 chrome/browser/profiles/gaia_info_update_service.cc profile_->GetPrefs()->ClearPref(prefs::kProfileGAIAInfoPictureURL); profile_ 183 chrome/browser/profiles/gaia_info_update_service.cc SigninManagerFactory::GetForProfile(profile_); profile_ 189 chrome/browser/profiles/gaia_info_update_service.cc profile_ = NULL; profile_ 59 chrome/browser/profiles/gaia_info_update_service.h Profile* profile_; profile_ 57 chrome/browser/profiles/gaia_info_update_service_unittest.cc GAIAInfoUpdateServiceTest() : profile_(NULL) { profile_ 61 chrome/browser/profiles/gaia_info_update_service_unittest.cc if (!profile_) { profile_ 62 chrome/browser/profiles/gaia_info_update_service_unittest.cc profile_ = testing_profile_manager_.CreateTestingProfile("Person 1"); profile_ 66 chrome/browser/profiles/gaia_info_update_service_unittest.cc size_t index = GetCache()->GetIndexOfProfileWithPath(profile_->GetPath()); profile_ 69 chrome/browser/profiles/gaia_info_update_service_unittest.cc return profile_; profile_ 79 chrome/browser/profiles/gaia_info_update_service_unittest.cc Profile* profile_; profile_ 98 chrome/browser/profiles/off_the_record_profile_impl.cc : profile_(real_profile), profile_ 124 chrome/browser/profiles/off_the_record_profile_impl.cc IncognitoModePrefs::GetAvailability(profile_->GetPrefs())); profile_ 142 chrome/browser/profiles/off_the_record_profile_impl.cc new extensions::ExtensionIconSource(profile_); profile_ 153 chrome/browser/profiles/off_the_record_profile_impl.cc base::Bind(&NotifyOTRProfileCreatedOnIOThread, profile_, this)); profile_ 169 chrome/browser/profiles/off_the_record_profile_impl.cc base::Bind(&NotifyOTRProfileDestroyedOnIOThread, profile_, this)); profile_ 189 chrome/browser/profiles/off_the_record_profile_impl.cc HostZoomMap::GetForBrowserContext(profile_); profile_ 224 chrome/browser/profiles/off_the_record_profile_impl.cc return profile_->GetPath(); profile_ 229 chrome/browser/profiles/off_the_record_profile_impl.cc return profile_->GetIOTaskRunner(); profile_ 250 chrome/browser/profiles/off_the_record_profile_impl.cc return profile_; profile_ 403 chrome/browser/profiles/off_the_record_profile_impl.cc return profile_->GetSSLConfigService(); profile_ 409 chrome/browser/profiles/off_the_record_profile_impl.cc profile_->GetHostContentSettingsMap(); profile_ 432 chrome/browser/profiles/off_the_record_profile_impl.cc return (profile == this) || (profile == profile_); profile_ 453 chrome/browser/profiles/off_the_record_profile_impl.cc return profile_->last_selected_directory(); profile_ 465 chrome/browser/profiles/off_the_record_profile_impl.cc return profile_->WasCreatedByVersionOrLater(version); profile_ 469 chrome/browser/profiles/off_the_record_profile_impl.cc return profile_->GetLastSessionExitType(); profile_ 511 chrome/browser/profiles/off_the_record_profile_impl.cc return profile_->GetHomePage(); profile_ 142 chrome/browser/profiles/off_the_record_profile_impl.h Profile* profile_; profile_ 45 chrome/browser/profiles/off_the_record_profile_io_data.cc profile_(profile), profile_ 84 chrome/browser/profiles/off_the_record_profile_io_data.cc profile_, io_data_, protocol_handlers, protocol_interceptors.Pass()); profile_ 94 chrome/browser/profiles/off_the_record_profile_io_data.cc ChromeURLRequestContextGetter::CreateForExtensions(profile_, io_data_); profile_ 131 chrome/browser/profiles/off_the_record_profile_io_data.cc ProtocolHandlerRegistryFactory::GetForProfile(profile_)-> profile_ 135 chrome/browser/profiles/off_the_record_profile_io_data.cc profile_, profile_ 155 chrome/browser/profiles/off_the_record_profile_io_data.cc profile_->GetPrefs()); profile_ 159 chrome/browser/profiles/off_the_record_profile_io_data.cc io_data_->InitializeOnUIThread(profile_); profile_ 93 chrome/browser/profiles/off_the_record_profile_io_data.h Profile* const profile_; profile_ 41 chrome/browser/profiles/profile_android.cc return profile_android->profile_; profile_ 72 chrome/browser/profiles/profile_android.cc : profile_(profile) { profile_ 32 chrome/browser/profiles/profile_android.h Profile* profile_; // weak profile_ 78 chrome/browser/profiles/profile_destroyer.cc if ((*i)->profile_ == profile) { profile_ 83 chrome/browser/profiles/profile_destroyer.cc (*i)->profile_ = NULL; profile_ 95 chrome/browser/profiles/profile_destroyer.cc profile_(profile), profile_ 119 chrome/browser/profiles/profile_destroyer.cc if (profile_) profile_ 120 chrome/browser/profiles/profile_destroyer.cc DestroyProfileWhenAppropriate(profile_); profile_ 153 chrome/browser/profiles/profile_destroyer.cc if (!profile_) { profile_ 158 chrome/browser/profiles/profile_destroyer.cc DCHECK(profile_->IsOffTheRecord()); profile_ 159 chrome/browser/profiles/profile_destroyer.cc DCHECK(profile_->GetOriginalProfile()); profile_ 160 chrome/browser/profiles/profile_destroyer.cc profile_->GetOriginalProfile()->DestroyOffTheRecordProfile(); profile_ 161 chrome/browser/profiles/profile_destroyer.cc profile_ = NULL; profile_ 58 chrome/browser/profiles/profile_destroyer.h Profile* profile_; profile_ 95 chrome/browser/profiles/profile_impl_io_data.cc profile_(profile), profile_ 108 chrome/browser/profiles/profile_impl_io_data.cc save_prefs = !chromeos::ProfileHelper::IsSigninProfile(profile_); profile_ 112 chrome/browser/profiles/profile_impl_io_data.cc profile_->GetPrefs()); profile_ 191 chrome/browser/profiles/profile_impl_io_data.cc profile_, io_data_, protocol_handlers, protocol_interceptors.Pass()); profile_ 194 chrome/browser/profiles/profile_impl_io_data.cc ->InitNetworkPredictor(profile_->GetPrefs(), profile_ 201 chrome/browser/profiles/profile_impl_io_data.cc content::Source<Profile>(profile_), profile_ 212 chrome/browser/profiles/profile_impl_io_data.cc ChromeURLRequestContextGetter::CreateForMedia(profile_, io_data_); profile_ 223 chrome/browser/profiles/profile_impl_io_data.cc ChromeURLRequestContextGetter::CreateForExtensions(profile_, io_data_); profile_ 237 chrome/browser/profiles/profile_impl_io_data.cc CHECK(partition_path != profile_->GetPath()); profile_ 249 chrome/browser/profiles/profile_impl_io_data.cc ProtocolHandlerRegistryFactory::GetForProfile(profile_)-> profile_ 253 chrome/browser/profiles/profile_impl_io_data.cc profile_, profile_ 271 chrome/browser/profiles/profile_impl_io_data.cc CHECK(partition_path != profile_->GetPath()); profile_ 289 chrome/browser/profiles/profile_impl_io_data.cc profile_, app_context, io_data_, descriptor); profile_ 317 chrome/browser/profiles/profile_impl_io_data.cc PrefService* pref_service = profile_->GetPrefs(); profile_ 333 chrome/browser/profiles/profile_impl_io_data.cc io_data_->InitializeOnUIThread(profile_); profile_ 128 chrome/browser/profiles/profile_impl_io_data.h Profile* const profile_; profile_ 41 chrome/browser/profiles/profile_window.cc : profile_(profile), profile_ 52 chrome/browser/profiles/profile_window.cc if (browser->profile() == profile_) { profile_ 60 chrome/browser/profiles/profile_window.cc Profile* profile_; profile_ 12 chrome/browser/profiles/startup_task_runner_service.cc : profile_(profile) { profile_ 23 chrome/browser/profiles/startup_task_runner_service.cc new base::DeferredSequencedTaskRunner(profile_->GetIOTaskRunner()); profile_ 39 chrome/browser/profiles/startup_task_runner_service.h Profile* profile_; profile_ 43 chrome/browser/renderer_context_menu/context_menu_content_type.cc profile_(Profile::FromBrowserContext( profile_ 53 chrome/browser/renderer_context_menu/context_menu_content_type.cc extensions::ExtensionSystem::Get(profile_); profile_ 80 chrome/browser/renderer_context_menu/context_menu_content_type.h Profile* profile_; profile_ 407 chrome/browser/renderer_context_menu/render_view_context_menu.cc profile_(Profile::FromBrowserContext( profile_ 410 chrome/browser/renderer_context_menu/render_view_context_menu.cc extension_items_(profile_, profile_ 417 chrome/browser/renderer_context_menu/render_view_context_menu.cc ProtocolHandlerRegistryFactory::GetForProfile(profile_)), profile_ 519 chrome/browser/renderer_context_menu/render_view_context_menu.cc extensions::ExtensionSystem::Get(profile_)->extension_service(); profile_ 523 chrome/browser/renderer_context_menu/render_view_context_menu.cc MenuManager* menu_manager = MenuManager::Get(profile_); profile_ 699 chrome/browser/renderer_context_menu/render_view_context_menu.cc extensions::ExtensionSystem::Get(profile_); profile_ 745 chrome/browser/renderer_context_menu/render_view_context_menu.cc return profile_; profile_ 823 chrome/browser/renderer_context_menu/render_view_context_menu.cc TemplateURLServiceFactory::GetForProfile(profile_)-> profile_ 942 chrome/browser/renderer_context_menu/render_view_context_menu.cc if (profile_->GetPrefs()->GetBoolean(prefs::kPrintingEnabled) && profile_ 950 chrome/browser/renderer_context_menu/render_view_context_menu.cc DCHECK(profile_); profile_ 961 chrome/browser/renderer_context_menu/render_view_context_menu.cc AutocompleteClassifierFactory::GetForProfile(profile_)->Classify( profile_ 973 chrome/browser/renderer_context_menu/render_view_context_menu.cc TemplateURLServiceFactory::GetForProfile(profile_)-> profile_ 1121 chrome/browser/renderer_context_menu/render_view_context_menu.cc return profile_->GetPrefs()->GetBoolean(prefs::kEnableContinuousSpellcheck); profile_ 1142 chrome/browser/renderer_context_menu/render_view_context_menu.cc IncognitoModePrefs::GetAvailability(profile_->GetPrefs()); profile_ 1345 chrome/browser/renderer_context_menu/render_view_context_menu.cc return !profile_->IsOffTheRecord() && params_.link_url.is_valid() && profile_ 1349 chrome/browser/renderer_context_menu/render_view_context_menu.cc return profile_->GetPrefs()->GetBoolean(prefs::kPrintingEnabled) && profile_ 1365 chrome/browser/renderer_context_menu/render_view_context_menu.cc return profile_->GetPrefs()->GetBoolean( profile_ 1433 chrome/browser/renderer_context_menu/render_view_context_menu.cc return profile_->GetPrefs()->GetBoolean( profile_ 1528 chrome/browser/renderer_context_menu/render_view_context_menu.cc DownloadManager* dlm = BrowserContext::GetDownloadManager(profile_); profile_ 1552 chrome/browser/renderer_context_menu/render_view_context_menu.cc DownloadManager* dlm = BrowserContext::GetDownloadManager(profile_); profile_ 1675 chrome/browser/renderer_context_menu/render_view_context_menu.cc extensions::ExtensionSystem::Get(profile_)->extension_service()-> profile_ 1685 chrome/browser/renderer_context_menu/render_view_context_menu.cc apps::AppLoadService::Get(profile_)->RestartApplication( profile_ 1699 chrome/browser/renderer_context_menu/render_view_context_menu.cc if (profile_->GetPrefs()->GetBoolean(prefs::kPrintPreviewDisabled)) { profile_ 1734 chrome/browser/renderer_context_menu/render_view_context_menu.cc extensions::devtools_util::InspectBackgroundPage(platform_app, profile_); profile_ 1767 chrome/browser/renderer_context_menu/render_view_context_menu.cc TranslateTabHelper::CreateTranslatePrefs(profile_->GetPrefs())); profile_ 1865 chrome/browser/renderer_context_menu/render_view_context_menu.cc TemplateURLServiceFactory::GetForProfile(profile_); profile_ 1884 chrome/browser/renderer_context_menu/render_view_context_menu.cc ConfirmAddSearchProvider(new TemplateURL(profile_, data), profile_); profile_ 1891 chrome/browser/renderer_context_menu/render_view_context_menu.cc profile_->GetPrefs()->SetBoolean( profile_ 1893 chrome/browser/renderer_context_menu/render_view_context_menu.cc !profile_->GetPrefs()->GetBoolean( profile_ 1969 chrome/browser/renderer_context_menu/render_view_context_menu.cc if (!profile_->GetPrefs()->GetBoolean(prefs::kWebKitJavascriptEnabled) || profile_ 1975 chrome/browser/renderer_context_menu/render_view_context_menu.cc if (profile_->GetPrefs()->GetBoolean(prefs::kDevToolsDisabled)) profile_ 2042 chrome/browser/renderer_context_menu/render_view_context_menu.cc profile_->GetPrefs()->GetString(prefs::kAcceptLanguages), profile_ 186 chrome/browser/renderer_context_menu/render_view_context_menu.h Profile* profile_; profile_ 79 chrome/browser/renderer_context_menu/spellchecker_submenu_observer_browsertest.cc return profile_.get(); profile_ 102 chrome/browser/renderer_context_menu/spellchecker_submenu_observer_browsertest.cc return profile_->GetPrefs(); profile_ 113 chrome/browser/renderer_context_menu/spellchecker_submenu_observer_browsertest.cc scoped_ptr<TestingProfile> profile_; profile_ 26 chrome/browser/renderer_context_menu/spelling_bubble_model.cc : profile_(profile), profile_ 73 chrome/browser/renderer_context_menu/spelling_bubble_model.cc PrefService* pref = profile_->GetPrefs(); profile_ 41 chrome/browser/renderer_context_menu/spelling_bubble_model.h Profile* profile_; profile_ 86 chrome/browser/renderer_context_menu/spelling_menu_observer_browsertest.cc scoped_ptr<TestingProfile> profile_; profile_ 99 chrome/browser/renderer_context_menu/spelling_menu_observer_browsertest.cc profile_ = builder.Build(); profile_ 175 chrome/browser/renderer_context_menu/spelling_menu_observer_browsertest.cc return profile_.get(); profile_ 200 chrome/browser/renderer_context_menu/spelling_menu_observer_browsertest.cc return profile_->GetPrefs(); profile_ 88 chrome/browser/renderer_host/chrome_render_message_filter.cc profile_(profile), profile_ 89 chrome/browser/renderer_host/chrome_render_message_filter.cc off_the_record_(profile_->IsOffTheRecord()), profile_ 90 chrome/browser/renderer_host/chrome_render_message_filter.cc predictor_(profile_->GetNetworkPredictor()), profile_ 260 chrome/browser/renderer_host/chrome_render_message_filter.cc extensions::MessageService::Get(profile_)->OpenChannelToExtension( profile_ 287 chrome/browser/renderer_host/chrome_render_message_filter.cc extensions::MessageService::Get(profile_)->OpenChannelToNativeApp( profile_ 312 chrome/browser/renderer_host/chrome_render_message_filter.cc extensions::MessageService::Get(profile_)->OpenChannelToTab( profile_ 358 chrome/browser/renderer_host/chrome_render_message_filter.cc extensions::MessageService::Get(profile_); profile_ 374 chrome/browser/renderer_host/chrome_render_message_filter.cc AddActionToExtensionActivityLog(profile_, action); profile_ 388 chrome/browser/renderer_host/chrome_render_message_filter.cc AddActionToExtensionActivityLog(profile_, action); profile_ 402 chrome/browser/renderer_host/chrome_render_message_filter.cc AddActionToExtensionActivityLog(profile_, action); profile_ 157 chrome/browser/renderer_host/chrome_render_message_filter.h Profile* profile_; profile_ 80 chrome/browser/safe_browsing/malware_details.cc profile_(Profile::FromBrowserContext(web_contents->GetBrowserContext())), profile_ 81 chrome/browser/safe_browsing/malware_details.cc request_context_getter_(profile_->GetRequestContext()), profile_ 87 chrome/browser/safe_browsing/malware_details.cc new MalwareDetailsRedirectsCollector(profile_)) { profile_ 88 chrome/browser/safe_browsing/malware_details.h Profile* profile_; profile_ 25 chrome/browser/safe_browsing/malware_details_history.cc : profile_(profile), profile_ 68 chrome/browser/safe_browsing/malware_details_history.cc profile_ = NULL; profile_ 86 chrome/browser/safe_browsing/malware_details_history.cc if (!profile_) { profile_ 92 chrome/browser/safe_browsing/malware_details_history.cc profile_, Profile::EXPLICIT_ACCESS); profile_ 71 chrome/browser/safe_browsing/malware_details_history.h Profile* profile_; profile_ 127 chrome/browser/search/hotword_service.cc : profile_(profile) { profile_ 131 chrome/browser/search/hotword_service.cc if (profile_->GetPrefs()->HasPrefPath(prefs::kHotwordSearchEnabled)) { profile_ 132 chrome/browser/search/hotword_service.cc if (profile_->GetPrefs()->GetBoolean(prefs::kHotwordSearchEnabled)) profile_ 139 chrome/browser/search/hotword_service.cc DisableHotwordExtension(GetExtensionService(profile_)); profile_ 144 chrome/browser/search/hotword_service.cc pref_registrar_.Init(profile_->GetPrefs()); profile_ 152 chrome/browser/search/hotword_service.cc content::Source<Profile>(profile_)); profile_ 166 chrome/browser/search/hotword_service.cc !profile_->GetPrefs()->GetBoolean(prefs::kHotwordSearchEnabled)) { profile_ 167 chrome/browser/search/hotword_service.cc DisableHotwordExtension(GetExtensionService(profile_)); profile_ 173 chrome/browser/search/hotword_service.cc content::Source<Profile>(profile_)); profile_ 179 chrome/browser/search/hotword_service.cc if (profile_->IsOffTheRecord()) profile_ 183 chrome/browser/search/hotword_service.cc if (profile_->GetPrefs()->HasPrefPath(prefs::kHotwordSearchEnabled)) profile_ 186 chrome/browser/search/hotword_service.cc int number_shown = profile_->GetPrefs()->GetInteger( profile_ 196 chrome/browser/search/hotword_service.cc int number_shown = profile_->GetPrefs()->GetInteger( profile_ 198 chrome/browser/search/hotword_service.cc profile_->GetPrefs()->SetInteger(prefs::kHotwordOptInPopupTimesShown, profile_ 205 chrome/browser/search/hotword_service.cc extensions::ExtensionSystem::Get(profile_); profile_ 213 chrome/browser/search/hotword_service.cc RecordLoggingMetrics(profile_); profile_ 223 chrome/browser/search/hotword_service.cc DoesHotwordSupportLanguage(profile_); profile_ 229 chrome/browser/search/hotword_service.cc profile_->GetPrefs()->HasPrefPath(prefs::kHotwordAudioLoggingEnabled) && profile_ 230 chrome/browser/search/hotword_service.cc profile_->GetPrefs()->GetBoolean(prefs::kHotwordAudioLoggingEnabled); profile_ 234 chrome/browser/search/hotword_service.cc ExtensionService* extension_service = GetExtensionService(profile_); profile_ 261 chrome/browser/search/hotword_service.cc ExtensionService* extension_service = GetExtensionService(profile_); profile_ 262 chrome/browser/search/hotword_service.cc if (profile_->GetPrefs()->GetBoolean(prefs::kHotwordSearchEnabled)) profile_ 76 chrome/browser/search/hotword_service.h Profile* profile_; profile_ 71 chrome/browser/search/instant_service.cc : profile_(profile), profile_ 87 chrome/browser/search/instant_service.cc history::TopSites* top_sites = profile_->GetTopSites(); profile_ 95 chrome/browser/search/instant_service.cc if (profile_ && profile_->GetResourceContext()) { profile_ 107 chrome/browser/search/instant_service.cc ThemeServiceFactory::GetForProfile(profile_))); profile_ 109 chrome/browser/search/instant_service.cc content::URLDataSource::Add(profile_, new ThemeSource(profile_)); profile_ 112 chrome/browser/search/instant_service.cc content::URLDataSource::Add(profile_, new ThumbnailSource(profile_, false)); profile_ 113 chrome/browser/search/instant_service.cc content::URLDataSource::Add(profile_, new ThumbnailSource(profile_, true)); profile_ 114 chrome/browser/search/instant_service.cc content::URLDataSource::Add(profile_, new ThumbnailListSource(profile_)); profile_ 116 chrome/browser/search/instant_service.cc profile_, new FaviconSource(profile_, FaviconSource::FAVICON)); profile_ 117 chrome/browser/search/instant_service.cc content::URLDataSource::Add(profile_, new LocalNtpSource(profile_)); profile_ 118 chrome/browser/search/instant_service.cc content::URLDataSource::Add(profile_, new MostVisitedIframeSource()); profile_ 121 chrome/browser/search/instant_service.cc profile_, new suggestions::SuggestionsSource(profile_)); profile_ 124 chrome/browser/search/instant_service.cc profile_pref_registrar_.Init(profile_->GetPrefs()); profile_ 131 chrome/browser/search/instant_service.cc content::Source<Profile>(profile_->GetOriginalProfile())); profile_ 162 chrome/browser/search/instant_service.cc history::TopSites* top_sites = profile_->GetTopSites(); profile_ 170 chrome/browser/search/instant_service.cc history::TopSites* top_sites = profile_->GetTopSites(); profile_ 178 chrome/browser/search/instant_service.cc history::TopSites* top_sites = profile_->GetTopSites(); profile_ 189 chrome/browser/search/instant_service.cc OnThemeChanged(ThemeServiceFactory::GetForProfile(profile_)); profile_ 224 chrome/browser/search/instant_service.cc history::TopSites* top_sites = profile_->GetTopSites(); profile_ 251 chrome/browser/search/instant_service.cc chrome::GetSearchURLs(profile_), chrome::GetNewTabPageURL(profile_))); profile_ 431 chrome/browser/search/instant_service.cc profile_)->GetDefaultSearchProvider(); profile_ 451 chrome/browser/search/instant_service.cc GURL url(chrome::GetSearchResultPrefetchBaseURL(profile_)); profile_ 453 chrome/browser/search/instant_service.cc instant_prerenderer_.reset(new InstantSearchPrerenderer(profile_, url)); profile_ 142 chrome/browser/search/instant_service.h Profile* const profile_; profile_ 125 chrome/browser/search/local_ntp_source.cc LocalNtpSource::LocalNtpSource(Profile* profile) : profile_(profile) { profile_ 142 chrome/browser/search/local_ntp_source.cc std::string config_data_js = GetConfigData(profile_); profile_ 35 chrome/browser/search/local_ntp_source.h Profile* profile_; profile_ 71 chrome/browser/search/suggestions/suggestions_service.cc : profile_(profile) { profile_ 102 chrome/browser/search/suggestions/suggestions_service.cc pending_request_->SetRequestContext(profile_->GetRequestContext()); profile_ 107 chrome/browser/search/suggestions/suggestions_service.cc profile_->IsOffTheRecord(), false, &headers); profile_ 71 chrome/browser/search/suggestions/suggestions_service.h Profile* profile_; profile_ 78 chrome/browser/search/suggestions/suggestions_service_unittest.cc profile_ = profile_builder_.Build(); profile_ 104 chrome/browser/search/suggestions/suggestions_service_unittest.cc return suggestions_service_factory->GetForProfile(profile_.get()); profile_ 115 chrome/browser/search/suggestions/suggestions_service_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 38 chrome/browser/search/suggestions/suggestions_source.cc : profile_(profile), profile_ 58 chrome/browser/search/suggestions/suggestions_source.cc suggestions_service_factory->GetForProfile(profile_)); profile_ 51 chrome/browser/search/suggestions/suggestions_source.h Profile* const profile_; profile_ 87 chrome/browser/search_engines/search_terms_data.cc : profile_(profile) { profile_ 100 chrome/browser/search_engines/search_terms_data.cc return profile_ ? GoogleURLTracker::GoogleURL(profile_).spec() : profile_ 176 chrome/browser/search_engines/search_terms_data.cc ThemeService* theme_service = ThemeServiceFactory::GetForProfile(profile_); profile_ 86 chrome/browser/search_engines/search_terms_data.h Profile* profile_; profile_ 1080 chrome/browser/search_engines/template_url.cc : profile_(profile), profile_ 1127 chrome/browser/search_engines/template_url.cc UIThreadSearchTermsData search_terms_data(profile_); profile_ 1176 chrome/browser/search_engines/template_url.cc UIThreadSearchTermsData search_terms_data(profile_); profile_ 1190 chrome/browser/search_engines/template_url.cc UIThreadSearchTermsData search_terms_data(profile_); profile_ 1225 chrome/browser/search_engines/template_url.cc UIThreadSearchTermsData search_terms_data(profile_); profile_ 1285 chrome/browser/search_engines/template_url.cc profile_ = other.profile_; profile_ 566 chrome/browser/search_engines/template_url.h Profile* profile() { return profile_; } profile_ 756 chrome/browser/search_engines/template_url.h Profile* profile_; profile_ 221 chrome/browser/search_engines/template_url_fetcher.cc TemplateURLFetcher::TemplateURLFetcher(Profile* profile) : profile_(profile) { profile_ 222 chrome/browser/search_engines/template_url_fetcher.cc DCHECK(profile_); profile_ 67 chrome/browser/search_engines/template_url_fetcher.h Profile* profile() const { return profile_; } profile_ 72 chrome/browser/search_engines/template_url_fetcher.h Profile* profile_; profile_ 281 chrome/browser/search_engines/template_url_service.cc profile_(profile), profile_ 293 chrome/browser/search_engines/template_url_service.cc DCHECK(profile_); profile_ 300 chrome/browser/search_engines/template_url_service.cc profile_(NULL), profile_ 500 chrome/browser/search_engines/template_url_service.cc template_url->profile_ = profile; profile_ 711 chrome/browser/search_engines/template_url_service.cc TemplateURLPrepopulateData::GetPrepopulatedDefaultSearch(profile_)); profile_ 748 chrome/browser/search_engines/template_url_service.cc profile_, &default_search_provider_index); profile_ 801 chrome/browser/search_engines/template_url_service.cc service_ = WebDataService::FromBrowserContext(profile_); profile_ 843 chrome/browser/search_engines/template_url_service.cc GetSearchProvidersUsingKeywordResult(*result, service_.get(), profile_, profile_ 992 chrome/browser/search_engines/template_url_service.cc profile_, existing_turl, iter->sync_data(), &new_changes)); profile_ 1059 chrome/browser/search_engines/template_url_service.cc Add(new TemplateURL(profile_, data)); profile_ 1147 chrome/browser/search_engines/template_url_service.cc CreateTemplateURLFromTemplateURLAndSyncData(profile_, local_turl, profile_ 1432 chrome/browser/search_engines/template_url_service.cc HistoryService* history = profile_ ? profile_ 1433 chrome/browser/search_engines/template_url_service.cc HistoryServiceFactory::GetForProfile(profile_, profile_ 1444 chrome/browser/search_engines/template_url_service.cc if (profile_) { profile_ 1449 chrome/browser/search_engines/template_url_service.cc content::Source<Profile> profile_source(profile_->GetOriginalProfile()); profile_ 1483 chrome/browser/search_engines/template_url_service.cc TemplateURL* template_url = new TemplateURL(profile_, data); profile_ 1497 chrome/browser/search_engines/template_url_service.cc if (profile_ && initial_default_search_provider_.get() && profile_ 1501 chrome/browser/search_engines/template_url_service.cc GoogleURLTracker::RequestServerCheck(profile_, false); profile_ 1567 chrome/browser/search_engines/template_url_service.cc UIThreadSearchTermsData search_terms_data(profile_); profile_ 1608 chrome/browser/search_engines/template_url_service.cc UIThreadSearchTermsData search_terms_data(profile_); profile_ 1781 chrome/browser/search_engines/template_url_service.cc default_provider->reset(new TemplateURL(profile_, data)); profile_ 1855 chrome/browser/search_engines/template_url_service.cc UIThreadSearchTermsData new_search_terms_data(profile_); profile_ 1926 chrome/browser/search_engines/template_url_service.cc return profile_ ? profile_->GetPrefs() : NULL; profile_ 1965 chrome/browser/search_engines/template_url_service.cc if (!profile_) profile_ 1969 chrome/browser/search_engines/template_url_service.cc HistoryServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS); profile_ 2032 chrome/browser/search_engines/template_url_service.cc TemplateURLPrepopulateData::GetPrepopulatedDefaultSearch(profile_)); profile_ 2080 chrome/browser/search_engines/template_url_service.cc new_template = new TemplateURL(profile_, data); profile_ 2095 chrome/browser/search_engines/template_url_service.cc new_template = new TemplateURL(profile_, data); profile_ 2166 chrome/browser/search_engines/template_url_service.cc GoogleURLTracker::RequestServerCheck(profile_, false); profile_ 2288 chrome/browser/search_engines/template_url_service.cc if (profile_) { profile_ 2289 chrome/browser/search_engines/template_url_service.cc content::Source<Profile> source(profile_); profile_ 2523 chrome/browser/search_engines/template_url_service.cc Add(new TemplateURL(profile_, data)); profile_ 2611 chrome/browser/search_engines/template_url_service.cc default_search_provider = new TemplateURL(profile_, data); profile_ 2694 chrome/browser/search_engines/template_url_service.cc return new TemplateURL(profile_, data); profile_ 343 chrome/browser/search_engines/template_url_service.h Profile* profile() const { return profile_; } profile_ 701 chrome/browser/search_engines/template_url_service.h Profile* profile_; profile_ 211 chrome/browser/search_engines/template_url_service_test_util.cc profile_.reset(new TestingProfile(temp_dir_.path())); profile_ 221 chrome/browser/search_engines/template_url_service_test_util.cc profile_.reset(); profile_ 230 chrome/browser/search_engines/template_url_service_test_util.cc return profile_.get(); profile_ 118 chrome/browser/search_engines/template_url_service_test_util.h scoped_ptr<TestingProfile> profile_; profile_ 439 chrome/browser/services/gcm/gcm_profile_service.cc : profile_(profile), profile_ 452 chrome/browser/services/gcm/gcm_profile_service.cc content::Source<Profile>(profile_)); profile_ 454 chrome/browser/services/gcm/gcm_profile_service.cc SigninManagerFactory::GetForProfile(profile_)->AddObserver(this); profile_ 460 chrome/browser/services/gcm/gcm_profile_service.cc ProfileOAuth2TokenServiceFactory::GetForProfile(profile_)->GetAccounts(); profile_ 467 chrome/browser/services/gcm/gcm_profile_service.cc profile_->GetRequestContext(); profile_ 474 chrome/browser/services/gcm/gcm_profile_service.cc profile_->GetPath().Append(chrome::kGCMStoreDirname), profile_ 480 chrome/browser/services/gcm/gcm_profile_service.cc if (GetGCMEnabledState(profile_) == ALWAYS_ENABLED) profile_ 512 chrome/browser/services/gcm/gcm_profile_service.cc SigninManagerFactory::GetForProfile(profile_)->RemoveObserver(this); profile_ 720 chrome/browser/services/gcm/gcm_profile_service.cc if (GetGCMEnabledState(profile_) == ALWAYS_ENABLED) profile_ 729 chrome/browser/services/gcm/gcm_profile_service.cc SigninManagerBase* manager = SigninManagerFactory::GetForProfile(profile_); profile_ 205 chrome/browser/services/gcm/gcm_profile_service.h Profile* profile_; profile_ 103 chrome/browser/services/gcm/gcm_profile_service_test_helper.cc profile_->GetPrefs()->ClearPref(prefs::kGoogleServicesUsername); profile_ 73 chrome/browser/services/gcm/gcm_profile_service_test_helper.h Profile* profile_; profile_ 137 chrome/browser/services/gcm/gcm_profile_service_unittest.cc profile_ = builder.Build(); profile_ 139 chrome/browser/services/gcm/gcm_profile_service_unittest.cc SigninManagerFactory::GetInstance()->GetForProfile(profile_.get())); profile_ 243 chrome/browser/services/gcm/gcm_profile_service_unittest.cc Profile* profile() const { return profile_.get(); } profile_ 274 chrome/browser/services/gcm/gcm_profile_service_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 78 chrome/browser/sessions/base_session_service.cc : profile_(profile), profile_ 88 chrome/browser/sessions/base_session_service.cc backend_ = new SessionBackend(type, profile_ ? profile_->GetPath() : path); profile_ 52 chrome/browser/sessions/base_session_service.h Profile* profile() const { return profile_; } profile_ 170 chrome/browser/sessions/base_session_service.h Profile* profile_; profile_ 499 chrome/browser/sessions/session_restore.cc : profile_(profile), profile_ 521 chrome/browser/sessions/session_restore.cc if ((*it)->profile_ == profile) profile_ 538 chrome/browser/sessions/session_restore.cc SessionServiceFactory::GetForProfile(profile_); profile_ 615 chrome/browser/sessions/session_restore.cc new Browser(Browser::CreateParams(profile_, host_desktop_type_)) : profile_ 687 chrome/browser/sessions/session_restore.cc Profile* profile() { return profile_; } profile_ 707 chrome/browser/sessions/session_restore.cc browser = new Browser(Browser::CreateParams(profile_, profile_ 787 chrome/browser/sessions/session_restore.cc content::BrowserContext::GetDefaultStoragePartition(profile_)-> profile_ 939 chrome/browser/sessions/session_restore.cc content::BrowserContext::GetDefaultStoragePartition(profile_)-> profile_ 1028 chrome/browser/sessions/session_restore.cc content::BrowserContext::GetDefaultStoragePartition(profile_)-> profile_ 1069 chrome/browser/sessions/session_restore.cc Browser::CreateParams params(type, profile_, host_desktop_type_); profile_ 1125 chrome/browser/sessions/session_restore.cc SessionServiceFactory::GetForProfile(profile_); profile_ 1135 chrome/browser/sessions/session_restore.cc Profile* profile_; profile_ 76 chrome/browser/sessions/tab_restore_service_helper.cc profile_(profile), profile_ 242 chrome/browser/sessions/tab_restore_service_helper.cc delegate = TabRestoreServiceDelegate::Create(profile_, host_desktop_type, profile_ 258 chrome/browser/sessions/tab_restore_service_helper.cc RecordAppLaunch(profile_, tab); profile_ 477 chrome/browser/sessions/tab_restore_service_helper.cc delegate = TabRestoreServiceDelegate::Create(profile_, host_desktop_type, profile_ 501 chrome/browser/sessions/tab_restore_service_helper.cc RecordAppLaunch(profile_, tab); profile_ 172 chrome/browser/sessions/tab_restore_service_helper.h Profile* const profile_; profile_ 77 chrome/browser/signin/account_reconcilor_unittest.cc TestingProfile* profile() { return profile_.get(); } profile_ 102 chrome/browser/signin/account_reconcilor_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 123 chrome/browser/signin/account_reconcilor_unittest.cc profile_ = builder.Build(); profile_ 136 chrome/browser/signin/account_reconcilor_unittest.cc profile_.reset(); profile_ 38 chrome/browser/signin/chrome_signin_client.cc : profile_(profile), signin_host_id_(ChildProcessHost::kInvalidUniqueID) {} profile_ 99 chrome/browser/signin/chrome_signin_client.cc PrefService* ChromeSigninClient::GetPrefs() { return profile_->GetPrefs(); } profile_ 103 chrome/browser/signin/chrome_signin_client.cc profile_, Profile::EXPLICIT_ACCESS); profile_ 120 chrome/browser/signin/chrome_signin_client.cc if (profile_->IsManaged()) { profile_ 130 chrome/browser/signin/chrome_signin_client.cc return profile_->GetRequestContext(); profile_ 166 chrome/browser/signin/chrome_signin_client.cc chrome::SetLocalAuthCredentials(profile_, password); profile_ 188 chrome/browser/signin/chrome_signin_client.cc content::Source<Profile> source(profile_); profile_ 197 chrome/browser/signin/chrome_signin_client.cc content::Source<Profile> source(profile_); profile_ 73 chrome/browser/signin/chrome_signin_client.h Profile* profile_; profile_ 70 chrome/browser/signin/profile_oauth2_token_service_request.cc Profile* const profile_; profile_ 89 chrome/browser/signin/profile_oauth2_token_service_request.cc profile_(profile), profile_ 147 chrome/browser/signin/profile_oauth2_token_service_request.cc ProfileOAuth2TokenServiceFactory::GetForProfile(profile_); profile_ 150 chrome/browser/signin/profile_oauth2_token_service_request.cc SigninManagerFactory::GetForProfile(profile_); profile_ 75 chrome/browser/signin/profile_oauth2_token_service_request_unittest.cc scoped_ptr<Profile> profile_; profile_ 88 chrome/browser/signin/profile_oauth2_token_service_request_unittest.cc profile_ = builder.Build(); profile_ 91 chrome/browser/signin/profile_oauth2_token_service_request_unittest.cc ProfileOAuth2TokenServiceFactory::GetForProfile(profile_.get()); profile_ 98 chrome/browser/signin/profile_oauth2_token_service_request_unittest.cc profile_.get(), profile_ 113 chrome/browser/signin/profile_oauth2_token_service_request_unittest.cc profile_.get(), profile_ 130 chrome/browser/signin/profile_oauth2_token_service_request_unittest.cc profile_.get(), profile_ 147 chrome/browser/signin/profile_oauth2_token_service_request_unittest.cc profile_.get(), profile_ 68 chrome/browser/signin/signin_error_notifier_ash.cc Profile* profile_; profile_ 103 chrome/browser/signin/signin_error_notifier_ash.cc LoginUIService* login_ui = LoginUIServiceFactory::GetForProfile(profile_); profile_ 111 chrome/browser/signin/signin_error_notifier_ash.cc profile_, chrome::HOST_DESKTOP_TYPE_ASH); profile_ 183 chrome/browser/signin/signin_error_notifier_ash.cc new SigninNotificationDelegate(notification_id_, profile_); profile_ 190 chrome/browser/signin/signin_error_notifier_ash.cc notifier_id.profile_id = multi_user_util::GetUserIDFromProfile(profile_); profile_ 208 chrome/browser/signin/signin_error_notifier_ash.cc notification_ui_manager->Update(notification, profile_); profile_ 210 chrome/browser/signin/signin_error_notifier_ash.cc notification_ui_manager->Add(notification, profile_); profile_ 38 chrome/browser/signin/signin_error_notifier_ash.h Profile* profile_; profile_ 72 chrome/browser/signin/signin_error_notifier_ash_unittest.cc profile_ = builder.Build(); profile_ 73 chrome/browser/signin/signin_error_notifier_ash_unittest.cc profile_->set_profile_name(kTestAccountId); profile_ 90 chrome/browser/signin/signin_error_notifier_ash_unittest.cc ProfileOAuth2TokenServiceFactory::GetForProfile(profile_.get())-> profile_ 92 chrome/browser/signin/signin_error_notifier_ash_unittest.cc SigninErrorNotifierFactory::GetForProfile(profile_.get()); profile_ 111 chrome/browser/signin/signin_error_notifier_ash_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 29 chrome/browser/signin/signin_global_error.cc : profile_(profile), profile_ 32 chrome/browser/signin/signin_global_error.cc GlobalErrorServiceFactory::GetForProfile(profile_)->AddGlobalError(this); profile_ 41 chrome/browser/signin/signin_global_error.cc GlobalErrorServiceFactory::GetForProfile(profile_)->RemoveGlobalError(this); profile_ 74 chrome/browser/signin/signin_global_error.cc LoginUIService* login_ui = LoginUIServiceFactory::GetForProfile(profile_); profile_ 82 chrome/browser/signin/signin_global_error.cc signin::GetReauthURL(profile_, error_controller_->error_account_id())); profile_ 99 chrome/browser/signin/signin_global_error.cc SigninManagerFactory::GetForProfileIfExists(profile_); profile_ 163 chrome/browser/signin/signin_global_error.cc GlobalErrorServiceFactory::GetForProfile(profile_)->NotifyErrorsChanged(this); profile_ 48 chrome/browser/signin/signin_global_error.h Profile* profile_; profile_ 36 chrome/browser/signin/signin_global_error_unittest.cc profile_ = builder.Build(); profile_ 38 chrome/browser/signin/signin_global_error_unittest.cc profile_->GetPrefs()->SetString( profile_ 40 chrome/browser/signin/signin_global_error_unittest.cc SigninManagerFactory::GetForProfile(profile_.get()) profile_ 43 chrome/browser/signin/signin_global_error_unittest.cc global_error_ = SigninGlobalErrorFactory::GetForProfile(profile_.get()); profile_ 45 chrome/browser/signin/signin_global_error_unittest.cc profile_.get())->signin_error_controller(); profile_ 49 chrome/browser/signin/signin_global_error_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 104 chrome/browser/signin/signin_manager_unittest.cc profile_ = builder.Build(); profile_ 122 chrome/browser/signin/signin_manager_unittest.cc profile_.reset(); profile_ 126 chrome/browser/signin/signin_manager_unittest.cc TestingProfile* profile() { return profile_.get(); } profile_ 182 chrome/browser/signin/signin_manager_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 34 chrome/browser/signin/signin_names_io_thread_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 52 chrome/browser/signin/signin_names_io_thread_unittest.cc profile_ = builder.Build(); profile_ 54 chrome/browser/signin/signin_names_io_thread_unittest.cc SigninManagerFactory::GetForProfile(profile_.get())); profile_ 60 chrome/browser/signin/signin_tracker_unittest.cc profile_ = builder.Build(); profile_ 64 chrome/browser/signin/signin_tracker_unittest.cc ProfileOAuth2TokenServiceFactory::GetForProfile(profile_.get())); profile_ 67 chrome/browser/signin/signin_tracker_unittest.cc SigninManagerFactory::GetForProfile(profile_.get())); profile_ 70 chrome/browser/signin/signin_tracker_unittest.cc SigninTrackerFactory::CreateForProfile(profile_.get(), &observer_); profile_ 74 chrome/browser/signin/signin_tracker_unittest.cc profile_.reset(); profile_ 79 chrome/browser/signin/signin_tracker_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 75 chrome/browser/speech/tts_controller.cc : profile_(profile), profile_ 188 chrome/browser/speech/tts_controller.h Profile* profile() const { return profile_; } profile_ 194 chrome/browser/speech/tts_controller.h Profile* profile_; profile_ 69 chrome/browser/speech/tts_extension_loader_chromeos.cc : profile_(profile) { profile_ 73 chrome/browser/speech/tts_extension_loader_chromeos.cc extensions::ExtensionSystem::Get(profile_); profile_ 88 chrome/browser/speech/tts_extension_loader_chromeos.cc ExtensionService* extension_service = profile_->GetExtensionService(); profile_ 95 chrome/browser/speech/tts_extension_loader_chromeos.cc extensions::ExtensionSystem::Get(profile_)-> profile_ 101 chrome/browser/speech/tts_extension_loader_chromeos.cc extensions::ExtensionSystem::Get(profile_); profile_ 47 chrome/browser/speech/tts_extension_loader_chromeos.h Profile* profile_; profile_ 62 chrome/browser/speech/tts_message_filter.cc tts_controller->GetVoices(profile_, &voices); profile_ 79 chrome/browser/speech/tts_message_filter.cc scoped_ptr<Utterance> utterance(new Utterance(profile_)); profile_ 52 chrome/browser/speech/tts_message_filter.h Profile* profile_; profile_ 144 chrome/browser/spellchecker/feedback_sender_unittest.cc TestingProfile profile_; profile_ 69 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc &profile_, &BuildSpellcheckService); profile_ 110 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc TestingProfile profile_; profile_ 161 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc profile_.GetPath().Append(chrome::kCustomDictionaryFileName); profile_ 191 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc SpellcheckServiceFactory::GetForContext(&profile_); profile_ 225 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc profile_.GetPath().Append(chrome::kCustomDictionaryFileName); profile_ 238 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc profile_.GetPath().Append(chrome::kCustomDictionaryFileName); profile_ 254 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc profile_.GetPath().Append(chrome::kCustomDictionaryFileName); profile_ 273 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc profile_.GetPath().Append(chrome::kCustomDictionaryFileName); profile_ 298 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc &profile_)->GetCustomDictionary(); profile_ 328 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc &profile_)->GetCustomDictionary(); profile_ 363 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc SpellcheckServiceFactory::GetForContext(&profile_); profile_ 434 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc SpellcheckServiceFactory::GetForContext(&profile_); profile_ 485 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc SpellcheckServiceFactory::GetForContext(&profile_); profile_ 533 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc SpellcheckServiceFactory::GetForContext(&profile_); profile_ 590 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc SpellcheckServiceFactory::GetForContext(&profile_); profile_ 645 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc SpellcheckServiceFactory::GetForContext(&profile_); profile_ 696 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc SpellcheckServiceFactory::GetForContext(&profile_); profile_ 752 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc SpellcheckServiceFactory::GetForContext(&profile_); profile_ 795 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc SpellcheckServiceFactory::GetForContext(&profile_); profile_ 847 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc SpellcheckServiceFactory::GetForContext(&profile_); profile_ 899 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc SpellcheckServiceFactory::GetForContext(&profile_); profile_ 920 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc SpellcheckServiceFactory::GetForContext(&profile_); profile_ 940 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc SpellcheckServiceFactory::GetForContext(&profile_); profile_ 963 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc SpellcheckServiceFactory::GetForContext(&profile_); profile_ 1029 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc SpellcheckServiceFactory::GetForContext(&profile_); profile_ 1134 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc profile_.GetPath().Append(chrome::kCustomDictionaryFileName); profile_ 1167 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc SpellcheckServiceFactory::GetForContext(&profile_); profile_ 20 chrome/browser/spellchecker/spellcheck_message_filter_unittest.cc spellcheck_(new SpellcheckService(&profile_)) {} profile_ 49 chrome/browser/spellchecker/spellcheck_message_filter_unittest.cc TestingProfile profile_; profile_ 29 chrome/browser/spellchecker/spellcheck_service_unittest.cc &profile_, &BuildSpellcheckService); profile_ 34 chrome/browser/spellchecker/spellcheck_service_unittest.cc TestingProfile profile_; profile_ 205 chrome/browser/spellchecker/spelling_service_client_unittest.cc TestingProfile profile_; profile_ 303 chrome/browser/spellchecker/spelling_service_client_unittest.cc PrefService* pref = profile_.GetPrefs(); profile_ 315 chrome/browser/spellchecker/spelling_service_client_unittest.cc &profile_, profile_ 334 chrome/browser/spellchecker/spelling_service_client_unittest.cc PrefService* pref = profile_.GetPrefs(); profile_ 337 chrome/browser/spellchecker/spelling_service_client_unittest.cc EXPECT_FALSE(client_.IsAvailable(&profile_, kSuggest)); profile_ 338 chrome/browser/spellchecker/spelling_service_client_unittest.cc EXPECT_FALSE(client_.IsAvailable(&profile_, kSpellcheck)); profile_ 349 chrome/browser/spellchecker/spelling_service_client_unittest.cc EXPECT_FALSE(client_.IsAvailable(&profile_, kSuggest)); profile_ 350 chrome/browser/spellchecker/spelling_service_client_unittest.cc EXPECT_FALSE(client_.IsAvailable(&profile_, kSpellcheck)); profile_ 361 chrome/browser/spellchecker/spelling_service_client_unittest.cc EXPECT_FALSE(client_.IsAvailable(&profile_, kSuggest)); profile_ 362 chrome/browser/spellchecker/spelling_service_client_unittest.cc EXPECT_TRUE(client_.IsAvailable(&profile_, kSpellcheck)); profile_ 378 chrome/browser/spellchecker/spelling_service_client_unittest.cc EXPECT_TRUE(client_.IsAvailable(&profile_, kSuggest)); profile_ 379 chrome/browser/spellchecker/spelling_service_client_unittest.cc EXPECT_FALSE(client_.IsAvailable(&profile_, kSpellcheck)); profile_ 32 chrome/browser/sync/backend_migrator_unittest.cc SyncBackendMigratorTest() : service_(&profile_) { } profile_ 107 chrome/browser/sync/backend_migrator_unittest.cc TestingProfile profile_; profile_ 142 chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc service_(&profile_), profile_ 156 chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc &profile_, MockWebDataServiceWrapperSyncable::Build); profile_ 160 chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc &profile_, profile_ 194 chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc TestingProfile profile_; profile_ 211 chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc &profile_, Profile::EXPLICIT_ACCESS).get()); profile_ 245 chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc &profile_, Profile::EXPLICIT_ACCESS).get()); profile_ 65 chrome/browser/sync/glue/bookmark_change_processor.cc profile_ = profile; profile_ 518 chrome/browser/sync/glue/bookmark_change_processor.cc ScopedSuspendBookmarkUndo suspend_undo(profile_); profile_ 631 chrome/browser/sync/glue/bookmark_change_processor.cc UpdateBookmarkWithSyncData(src, model, dst, profile_); profile_ 642 chrome/browser/sync/glue/bookmark_change_processor.cc profile_, profile_ 197 chrome/browser/sync/glue/bookmark_change_processor.h Profile* profile_; profile_ 63 chrome/browser/sync/glue/bookmark_data_type_controller.cc DCHECK(profile_); profile_ 69 chrome/browser/sync/glue/bookmark_data_type_controller.cc bookmark_model_ = BookmarkModelFactory::GetForProfile(profile_); profile_ 126 chrome/browser/sync/glue/bookmark_data_type_controller.cc profile_, Profile::EXPLICIT_ACCESS); profile_ 79 chrome/browser/sync/glue/bookmark_data_type_controller_unittest.cc service_(&profile_) {} profile_ 86 chrome/browser/sync/glue/bookmark_data_type_controller_unittest.cc &profile_, BuildHistoryService)); profile_ 91 chrome/browser/sync/glue/bookmark_data_type_controller_unittest.cc &profile_, profile_ 105 chrome/browser/sync/glue/bookmark_data_type_controller_unittest.cc &profile_, BuildBookmarkModel)); profile_ 110 chrome/browser/sync/glue/bookmark_data_type_controller_unittest.cc &profile_, BuildBookmarkModelWithoutLoading)); profile_ 150 chrome/browser/sync/glue/bookmark_data_type_controller_unittest.cc ProfileMock profile_; profile_ 183 chrome/browser/sync/glue/bookmark_data_type_controller_unittest.cc bookmark_model_->Load(profile_.GetIOTaskRunner()); profile_ 211 chrome/browser/sync/glue/bookmark_data_type_controller_unittest.cc content::Source<Profile>(&profile_), profile_ 217 chrome/browser/sync/glue/bookmark_model_associator.cc profile_(profile), profile_ 392 chrome/browser/sync/glue/bookmark_model_associator.cc ScopedSuspendBookmarkUndo suspend_undo(profile_); profile_ 536 chrome/browser/sync/glue/bookmark_model_associator.cc sync_child_node, bookmark_model_, child_node, profile_); profile_ 542 chrome/browser/sync/glue/bookmark_model_associator.cc &sync_child_node, parent_node, bookmark_model_, profile_, index); profile_ 45 chrome/browser/sync/glue/bookmark_model_associator.h Profile* profile_, profile_ 151 chrome/browser/sync/glue/bookmark_model_associator.h Profile* profile_; profile_ 36 chrome/browser/sync/glue/extension_data_type_controller.cc extensions::ExtensionSystem::Get(profile_)->InitForRegularProfile(true); profile_ 34 chrome/browser/sync/glue/extension_setting_data_type_controller.cc profile_(profile), profile_ 60 chrome/browser/sync/glue/extension_setting_data_type_controller.cc extensions::ExtensionSystem::Get(profile_)->InitForRegularProfile(true); profile_ 54 chrome/browser/sync/glue/extension_setting_data_type_controller.h Profile* profile_; profile_ 229 chrome/browser/sync/glue/favicon_cache.cc : profile_(profile), profile_ 234 chrome/browser/sync/glue/favicon_cache.cc content::Source<Profile>(profile_)); profile_ 435 chrome/browser/sync/glue/favicon_cache.cc if (!profile_) { profile_ 440 chrome/browser/sync/glue/favicon_cache.cc FaviconServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS); profile_ 216 chrome/browser/sync/glue/favicon_cache.h Profile* profile_; profile_ 31 chrome/browser/sync/glue/frontend_data_type_controller.cc profile_(profile), profile_ 152 chrome/browser/sync/glue/frontend_data_type_controller.cc profile_(NULL), profile_ 109 chrome/browser/sync/glue/frontend_data_type_controller.h Profile* const profile_; profile_ 91 chrome/browser/sync/glue/frontend_data_type_controller_unittest.cc service_(&profile_) {} profile_ 98 chrome/browser/sync/glue/frontend_data_type_controller_unittest.cc &profile_, profile_ 162 chrome/browser/sync/glue/frontend_data_type_controller_unittest.cc ProfileMock profile_; profile_ 168 chrome/browser/sync/glue/non_frontend_data_type_controller.cc profile_(profile), profile_ 175 chrome/browser/sync/glue/non_frontend_data_type_controller.cc DCHECK(profile_); profile_ 311 chrome/browser/sync/glue/non_frontend_data_type_controller.cc profile_(NULL), profile_ 411 chrome/browser/sync/glue/non_frontend_data_type_controller.cc return profile_; profile_ 173 chrome/browser/sync/glue/non_frontend_data_type_controller.h Profile* const profile_; profile_ 117 chrome/browser/sync/glue/non_frontend_data_type_controller_unittest.cc service_(&profile_), profile_ 130 chrome/browser/sync/glue/non_frontend_data_type_controller_unittest.cc &profile_, profile_ 217 chrome/browser/sync/glue/non_frontend_data_type_controller_unittest.cc ProfileMock profile_; profile_ 31 chrome/browser/sync/glue/non_ui_data_type_controller.cc profile_(profile), profile_ 194 chrome/browser/sync/glue/non_ui_data_type_controller.cc profile_(NULL), profile_ 102 chrome/browser/sync/glue/non_ui_data_type_controller.h Profile* profile() const { return profile_; } profile_ 132 chrome/browser/sync/glue/non_ui_data_type_controller.h Profile* const profile_; profile_ 156 chrome/browser/sync/glue/non_ui_data_type_controller_unittest.cc db_thread_(BrowserThread::DB), service_(&profile_) {} profile_ 170 chrome/browser/sync/glue/non_ui_data_type_controller_unittest.cc &profile_, profile_ 248 chrome/browser/sync/glue/non_ui_data_type_controller_unittest.cc TestingProfile profile_; profile_ 41 chrome/browser/sync/glue/search_engine_data_type_controller.cc TemplateURLServiceFactory::GetForProfile(profile_); profile_ 62 chrome/browser/sync/glue/session_change_processor.cc profile_(NULL), profile_ 76 chrome/browser/sync/glue/session_change_processor.cc profile_(NULL), profile_ 93 chrome/browser/sync/glue/session_change_processor.cc DCHECK(profile_); profile_ 108 chrome/browser/sync/glue/session_change_processor.cc if (!browser || browser->profile() != profile_) { profile_ 111 chrome/browser/sync/glue/session_change_processor.cc DVLOG(1) << "Received BROWSER_OPENED for profile " << profile_; profile_ 119 chrome/browser/sync/glue/session_change_processor.cc if (!tab || tab->profile() != profile_) { profile_ 123 chrome/browser/sync/glue/session_change_processor.cc DVLOG(1) << "Received TAB_PARENTED for profile " << profile_; profile_ 131 chrome/browser/sync/glue/session_change_processor.cc if (!tab || tab->profile() != profile_) { profile_ 135 chrome/browser/sync/glue/session_change_processor.cc DVLOG(1) << "Received LOAD_COMPLETED_MAIN_FRAME for profile " << profile_; profile_ 143 chrome/browser/sync/glue/session_change_processor.cc if (!tab || tab->profile() != profile_) profile_ 147 chrome/browser/sync/glue/session_change_processor.cc << profile_; profile_ 153 chrome/browser/sync/glue/session_change_processor.cc if (!tab || tab->profile() != profile_) { profile_ 157 chrome/browser/sync/glue/session_change_processor.cc DVLOG(1) << "Received NAV_LIST_PRUNED for profile " << profile_; profile_ 163 chrome/browser/sync/glue/session_change_processor.cc if (!tab || tab->profile() != profile_) { profile_ 167 chrome/browser/sync/glue/session_change_processor.cc DVLOG(1) << "Received NAV_ENTRY_CHANGED for profile " << profile_; profile_ 173 chrome/browser/sync/glue/session_change_processor.cc if (!tab || tab->profile() != profile_) { profile_ 177 chrome/browser/sync/glue/session_change_processor.cc DVLOG(1) << "Received NAV_ENTRY_COMMITTED for profile " << profile_; profile_ 185 chrome/browser/sync/glue/session_change_processor.cc profile_) { profile_ 194 chrome/browser/sync/glue/session_change_processor.cc << "for profile " << profile_; profile_ 281 chrome/browser/sync/glue/session_change_processor.cc content::Source<Profile>(profile_), profile_ 288 chrome/browser/sync/glue/session_change_processor.cc DCHECK(profile_ == NULL); profile_ 289 chrome/browser/sync/glue/session_change_processor.cc profile_ = profile; profile_ 299 chrome/browser/sync/glue/session_change_processor.cc DCHECK(tab->profile() == profile_); profile_ 322 chrome/browser/sync/glue/session_change_processor.cc content::Source<Profile>(profile_), profile_ 357 chrome/browser/sync/glue/session_change_processor.cc if (!profile_) profile_ 379 chrome/browser/sync/glue/session_change_processor.cc content::Source<Profile>(profile_)); profile_ 381 chrome/browser/sync/glue/session_change_processor.cc if (profile_->IsManaged()) { profile_ 383 chrome/browser/sync/glue/session_change_processor.cc ManagedUserServiceFactory::GetForProfile(profile_); profile_ 78 chrome/browser/sync/glue/session_change_processor.h Profile* profile_; profile_ 51 chrome/browser/sync/glue/session_data_type_controller.cc content::Source<Profile>(profile_)); profile_ 69 chrome/browser/sync/glue/session_data_type_controller.cc DCHECK_EQ(profile_, content::Source<Profile>(source).ptr()); profile_ 125 chrome/browser/sync/glue/session_model_associator.cc profile_(sync_service->profile()), profile_ 127 chrome/browser/sync/glue/session_model_associator.cc favicon_cache_(profile_, profile_ 132 chrome/browser/sync/glue/session_model_associator.cc DCHECK(profile_); profile_ 143 chrome/browser/sync/glue/session_model_associator.cc profile_(sync_service->profile()), profile_ 145 chrome/browser/sync/glue/session_model_associator.cc favicon_cache_(profile_, kMaxSyncFavicons), profile_ 149 chrome/browser/sync/glue/session_model_associator.cc DCHECK(profile_); profile_ 694 chrome/browser/sync/glue/session_model_associator.cc sync_driver::SyncPrefs prefs(profile_->GetPrefs()); profile_ 991 chrome/browser/sync/glue/session_model_associator.cc content::Source<Profile>(profile_), profile_ 363 chrome/browser/sync/glue/session_model_associator.h Profile* const profile_; profile_ 43 chrome/browser/sync/glue/session_model_associator_unittest.cc sync_service_(&profile_), profile_ 84 chrome/browser/sync/glue/session_model_associator_unittest.cc NiceMock<ProfileMock> profile_; profile_ 41 chrome/browser/sync/glue/shared_change_processor_unittest.cc sync_service_(&profile_) {} profile_ 121 chrome/browser/sync/glue/shared_change_processor_unittest.cc TestingProfile profile_; profile_ 53 chrome/browser/sync/glue/sync_backend_host_impl.cc profile_(profile), profile_ 66 chrome/browser/sync/glue/sync_backend_host_impl.cc profile_->GetPath().Append(kSyncDataFolderName), profile_ 89 chrome/browser/sync/glue/sync_backend_host_impl.cc profile_, profile_ 125 chrome/browser/sync/glue/sync_backend_host_impl.cc make_scoped_refptr(profile_->GetRequestContext()), profile_ 604 chrome/browser/sync/glue/sync_backend_host_impl.cc content::Source<Profile>(profile_)); profile_ 282 chrome/browser/sync/glue/sync_backend_host_impl.h Profile* const profile_; profile_ 144 chrome/browser/sync/glue/sync_backend_host_impl_unittest.cc profile_ = profile_manager_.CreateTestingProfile(kTestProfileName); profile_ 145 chrome/browser/sync/glue/sync_backend_host_impl_unittest.cc sync_prefs_.reset(new sync_driver::SyncPrefs(profile_->GetPrefs())); profile_ 147 chrome/browser/sync/glue/sync_backend_host_impl_unittest.cc profile_->GetDebugName(), profile_ 148 chrome/browser/sync/glue/sync_backend_host_impl_unittest.cc profile_, profile_ 179 chrome/browser/sync/glue/sync_backend_host_impl_unittest.cc profile_ = NULL; profile_ 248 chrome/browser/sync/glue/sync_backend_host_impl_unittest.cc content::Source<Profile>(profile_), profile_ 266 chrome/browser/sync/glue/sync_backend_host_impl_unittest.cc TestingProfile* profile_; profile_ 706 chrome/browser/sync/glue/sync_backend_host_impl_unittest.cc profile_->GetPath().AppendASCII("Sync Data"); profile_ 64 chrome/browser/sync/glue/sync_backend_registrar.cc CHECK(profile_); profile_ 222 chrome/browser/sync/glue/sync_backend_registrar.cc change_processor->Start(profile_, user_share); profile_ 155 chrome/browser/sync/glue/sync_backend_registrar.h Profile* const profile_; profile_ 74 chrome/browser/sync/glue/sync_backend_registrar_unittest.cc registrar_.reset(new SyncBackendRegistrar("test", &profile_, profile_ 111 chrome/browser/sync/glue/sync_backend_registrar_unittest.cc TestingProfile profile_; profile_ 196 chrome/browser/sync/glue/sync_backend_registrar_unittest.cc EXPECT_CALL(change_processor_mock, StartImpl(&profile_)); profile_ 237 chrome/browser/sync/glue/sync_backend_registrar_unittest.cc EXPECT_CALL(change_processor_mock, StartImpl(&profile_)); profile_ 32 chrome/browser/sync/glue/theme_data_type_controller.cc extensions::ExtensionSystem::Get(profile_)->InitForRegularProfile(true); profile_ 44 chrome/browser/sync/glue/typed_url_change_processor.cc profile_(profile), profile_ 341 chrome/browser/sync/glue/typed_url_change_processor.cc DCHECK_EQ(profile, profile_); profile_ 351 chrome/browser/sync/glue/typed_url_change_processor.cc DCHECK(profile_); profile_ 354 chrome/browser/sync/glue/typed_url_change_processor.cc content::Source<Profile>(profile_)); profile_ 357 chrome/browser/sync/glue/typed_url_change_processor.cc content::Source<Profile>(profile_)); profile_ 360 chrome/browser/sync/glue/typed_url_change_processor.cc content::Source<Profile>(profile_)); profile_ 365 chrome/browser/sync/glue/typed_url_change_processor.cc DCHECK(profile_); profile_ 368 chrome/browser/sync/glue/typed_url_change_processor.cc content::Source<Profile>(profile_)); profile_ 371 chrome/browser/sync/glue/typed_url_change_processor.cc content::Source<Profile>(profile_)); profile_ 374 chrome/browser/sync/glue/typed_url_change_processor.cc content::Source<Profile>(profile_)); profile_ 98 chrome/browser/sync/glue/typed_url_change_processor.h Profile* profile_; profile_ 26 chrome/browser/sync/glue/ui_data_type_controller.cc profile_(NULL), profile_ 41 chrome/browser/sync/glue/ui_data_type_controller.cc profile_(profile), profile_ 93 chrome/browser/sync/glue/ui_data_type_controller.h Profile* const profile_; profile_ 44 chrome/browser/sync/glue/ui_data_type_controller_unittest.cc profile_sync_service_(&profile_), profile_ 55 chrome/browser/sync/glue/ui_data_type_controller_unittest.cc &profile_, profile_ 104 chrome/browser/sync/glue/ui_data_type_controller_unittest.cc ProfileMock profile_; profile_ 17 chrome/browser/sync/managed_user_signin_manager_wrapper.cc : profile_(profile), original_(original) {} profile_ 27 chrome/browser/sync/managed_user_signin_manager_wrapper.cc if (profile_->IsManaged()) { profile_ 40 chrome/browser/sync/managed_user_signin_manager_wrapper.cc if (profile_->IsManaged()) { profile_ 32 chrome/browser/sync/managed_user_signin_manager_wrapper.h Profile* profile_; profile_ 146 chrome/browser/sync/profile_sync_components_factory_impl.cc : profile_(profile), profile_ 151 chrome/browser/sync/profile_sync_components_factory_impl.cc profile_, Profile::EXPLICIT_ACCESS)) { profile_ 175 chrome/browser/sync/profile_sync_components_factory_impl.cc new AutofillDataTypeController(this, profile_, pss)); profile_ 182 chrome/browser/sync/profile_sync_components_factory_impl.cc new AutofillProfileDataTypeController(this, profile_, pss)); profile_ 189 chrome/browser/sync/profile_sync_components_factory_impl.cc new BookmarkDataTypeController(this, profile_, pss)); profile_ 194 chrome/browser/sync/profile_sync_components_factory_impl.cc if (!profile_->GetPrefs()->GetBoolean(prefs::kSavingBrowserHistoryDisabled) && profile_ 197 chrome/browser/sync/profile_sync_components_factory_impl.cc new TypedUrlDataTypeController(this, profile_, pss)); profile_ 209 chrome/browser/sync/profile_sync_components_factory_impl.cc profile_, profile_ 219 chrome/browser/sync/profile_sync_components_factory_impl.cc new SessionDataTypeController2(this, profile_, pss)); profile_ 231 chrome/browser/sync/profile_sync_components_factory_impl.cc profile_, profile_ 239 chrome/browser/sync/profile_sync_components_factory_impl.cc profile_, profile_ 247 chrome/browser/sync/profile_sync_components_factory_impl.cc new PasswordDataTypeController(this, profile_, pss)); profile_ 258 chrome/browser/sync/profile_sync_components_factory_impl.cc profile_, profile_ 263 chrome/browser/sync/profile_sync_components_factory_impl.cc if (profile_->IsManaged()) { profile_ 270 chrome/browser/sync/profile_sync_components_factory_impl.cc profile_, profile_ 279 chrome/browser/sync/profile_sync_components_factory_impl.cc profile_, profile_ 288 chrome/browser/sync/profile_sync_components_factory_impl.cc profile_, profile_ 300 chrome/browser/sync/profile_sync_components_factory_impl.cc new ExtensionDataTypeController(syncer::APPS, this, profile_, pss)); profile_ 308 chrome/browser/sync/profile_sync_components_factory_impl.cc this, profile_, pss)); profile_ 320 chrome/browser/sync/profile_sync_components_factory_impl.cc profile_, profile_ 332 chrome/browser/sync/profile_sync_components_factory_impl.cc profile_, profile_ 340 chrome/browser/sync/profile_sync_components_factory_impl.cc new ThemeDataTypeController(this, profile_, pss)); profile_ 348 chrome/browser/sync/profile_sync_components_factory_impl.cc new SearchEngineDataTypeController(this, profile_, pss)); profile_ 356 chrome/browser/sync/profile_sync_components_factory_impl.cc syncer::EXTENSION_SETTINGS, this, profile_, pss)); profile_ 364 chrome/browser/sync/profile_sync_components_factory_impl.cc syncer::APP_SETTINGS, this, profile_, pss)); profile_ 375 chrome/browser/sync/profile_sync_components_factory_impl.cc profile_, profile_ 388 chrome/browser/sync/profile_sync_components_factory_impl.cc profile_, profile_ 398 chrome/browser/sync/profile_sync_components_factory_impl.cc profile_, profile_ 412 chrome/browser/sync/profile_sync_components_factory_impl.cc profile_, profile_ 471 chrome/browser/sync/profile_sync_components_factory_impl.cc if (!profile_) { // For tests. profile_ 477 chrome/browser/sync/profile_sync_components_factory_impl.cc profile_)->GetSyncableService(syncer::PREFERENCES)->AsWeakPtr(); profile_ 479 chrome/browser/sync/profile_sync_components_factory_impl.cc return PrefServiceSyncable::FromProfile(profile_)->GetSyncableService( profile_ 494 chrome/browser/sync/profile_sync_components_factory_impl.cc return TemplateURLServiceFactory::GetForProfile(profile_)->AsWeakPtr(); profile_ 498 chrome/browser/sync/profile_sync_components_factory_impl.cc return ExtensionSyncService::Get(profile_)->AsWeakPtr(); profile_ 501 chrome/browser/sync/profile_sync_components_factory_impl.cc return extensions::settings_sync_util::GetSyncableService(profile_, type) profile_ 506 chrome/browser/sync/profile_sync_components_factory_impl.cc return app_list::AppListSyncableServiceFactory::GetForProfile(profile_)-> profile_ 511 chrome/browser/sync/profile_sync_components_factory_impl.cc return ThemeServiceFactory::GetForProfile(profile_)-> profile_ 517 chrome/browser/sync/profile_sync_components_factory_impl.cc profile_, Profile::EXPLICIT_ACCESS); profile_ 524 chrome/browser/sync/profile_sync_components_factory_impl.cc profile_, Profile::EXPLICIT_ACCESS); profile_ 532 chrome/browser/sync/profile_sync_components_factory_impl.cc profile_, Profile::EXPLICIT_ACCESS); profile_ 539 chrome/browser/sync/profile_sync_components_factory_impl.cc return SpellcheckServiceFactory::GetForContext(profile_)-> profile_ 545 chrome/browser/sync/profile_sync_components_factory_impl.cc ProfileSyncServiceFactory::GetForProfile(profile_)-> profile_ 552 chrome/browser/sync/profile_sync_components_factory_impl.cc return ManagedUserSettingsServiceFactory::GetForProfile(profile_)-> profile_ 555 chrome/browser/sync/profile_sync_components_factory_impl.cc return ManagedUserSyncServiceFactory::GetForProfile(profile_)-> profile_ 559 chrome/browser/sync/profile_sync_components_factory_impl.cc profile_)->AsWeakPtr(); profile_ 564 chrome/browser/sync/profile_sync_components_factory_impl.cc profile_); profile_ 571 chrome/browser/sync/profile_sync_components_factory_impl.cc return ProfileSyncServiceFactory::GetForProfile(profile_)-> profile_ 577 chrome/browser/sync/profile_sync_components_factory_impl.cc profile_, Profile::EXPLICIT_ACCESS); profile_ 629 chrome/browser/sync/profile_sync_components_factory_impl.cc new TypedUrlChangeProcessor(profile_, profile_ 80 chrome/browser/sync/profile_sync_components_factory_impl.h Profile* profile_; profile_ 32 chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc profile_.reset(new TestingProfile()); profile_ 102 chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc new ProfileSyncComponentsFactoryImpl(profile_.get(), profile_ 104 chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc profile_.get(), profile_ 106 chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc ProfileOAuth2TokenServiceFactory::GetForProfile(profile_.get()), profile_ 117 chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc scoped_ptr<Profile> profile_; profile_ 123 chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc new ProfileSyncComponentsFactoryImpl(profile_.get(), command_line_.get()), profile_ 124 chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc profile_.get(), profile_ 126 chrome/browser/sync/profile_sync_components_factory_impl_unittest.cc ProfileOAuth2TokenServiceFactory::GetForProfile(profile_.get()), profile_ 174 chrome/browser/sync/profile_sync_service.cc profile_(profile), profile_ 175 chrome/browser/sync/profile_sync_service.cc sync_prefs_(profile_->GetPrefs()), profile_ 306 chrome/browser/sync/profile_sync_service.cc PrefService* const pref_service = profile_->GetPrefs(); profile_ 526 chrome/browser/sync/profile_sync_service.cc profile_->GetRequestContext()); profile_ 604 chrome/browser/sync/profile_sync_service.cc profile_->GetDebugName(), profile_ 605 chrome/browser/sync/profile_sync_service.cc profile_, profile_ 1031 chrome/browser/sync/profile_sync_service.cc int bookmarks_experiment_state_before = profile_->GetPrefs()->GetInteger( profile_ 1037 chrome/browser/sync/profile_sync_service.cc profile_->GetPrefs()->SetInteger( profile_ 1041 chrome/browser/sync/profile_sync_service.cc profile_->GetPrefs()->SetString( profile_ 1047 chrome/browser/sync/profile_sync_service.cc profile_->GetPrefs()->SetInteger( profile_ 1051 chrome/browser/sync/profile_sync_service.cc profile_->GetPrefs()->SetString( profile_ 1055 chrome/browser/sync/profile_sync_service.cc profile_->GetPrefs()->ClearPref( profile_ 1057 chrome/browser/sync/profile_sync_service.cc profile_->GetPrefs()->ClearPref( profile_ 1062 chrome/browser/sync/profile_sync_service.cc static_cast<BookmarksExperimentState>(profile_->GetPrefs()->GetInteger( profile_ 1338 chrome/browser/sync/profile_sync_service.cc SigninManagerFactory::GetForProfile(profile_)->SignOut(); profile_ 1783 chrome/browser/sync/profile_sync_service.cc profile_->GetDebugName(), GetUserShare(), profile_ 1978 chrome/browser/sync/profile_sync_service.cc if (profile_->IsManaged()) { profile_ 2182 chrome/browser/sync/profile_sync_service.cc DCHECK(profile_); profile_ 2189 chrome/browser/sync/profile_sync_service.cc profile_->GetPrefs()->GetString(prefs::kGoogleServicesUsername)); profile_ 487 chrome/browser/sync/profile_sync_service.h Profile* profile() const { return profile_; } profile_ 887 chrome/browser/sync/profile_sync_service.h Profile* profile_; profile_ 58 chrome/browser/sync/profile_sync_service_android.cc : profile_(NULL), profile_ 67 chrome/browser/sync/profile_sync_service_android.cc profile_ = ProfileManager::GetActiveUserProfile(); profile_ 68 chrome/browser/sync/profile_sync_service_android.cc if (profile_ == NULL) { profile_ 73 chrome/browser/sync/profile_sync_service_android.cc sync_prefs_.reset(new sync_driver::SyncPrefs(profile_->GetPrefs())); profile_ 76 chrome/browser/sync/profile_sync_service_android.cc ProfileSyncServiceFactory::GetInstance()->GetForProfile(profile_); profile_ 125 chrome/browser/sync/profile_sync_service_android.cc content::Source<Profile>(profile_), profile_ 176 chrome/browser/sync/profile_sync_service_android.cc DCHECK(profile_); profile_ 186 chrome/browser/sync/profile_sync_service_android.cc DCHECK(profile_); profile_ 194 chrome/browser/sync/profile_sync_service_android.cc DCHECK(profile_); profile_ 324 chrome/browser/sync/profile_sync_service_android.cc SigninManagerFactory::GetForProfile(profile_)->GetAuthenticatedUsername(); profile_ 475 chrome/browser/sync/profile_sync_service_android.cc profile_->GetPrefs()->GetInt64(sync_driver::prefs::kSyncLastSyncedTime)); profile_ 495 chrome/browser/sync/profile_sync_service_android.cc content::Source<Profile>(profile_), profile_ 221 chrome/browser/sync/profile_sync_service_android.h Profile* profile_; profile_ 507 chrome/browser/sync/profile_sync_service_autofill_unittest.cc profile_ = profile_manager_.CreateTestingProfile( profile_ 518 chrome/browser/sync/profile_sync_service_autofill_unittest.cc profile_, BuildMockWebDataServiceWrapper)); profile_ 525 chrome/browser/sync/profile_sync_service_autofill_unittest.cc ->SetTestingFactoryAndUse(profile_, profile_ 533 chrome/browser/sync/profile_sync_service_autofill_unittest.cc profile_, Profile::EXPLICIT_ACCESS), profile_ 534 chrome/browser/sync/profile_sync_service_autofill_unittest.cc profile_->GetPrefs(), profile_ 535 chrome/browser/sync/profile_sync_service_autofill_unittest.cc profile_->IsOffTheRecord()); profile_ 542 chrome/browser/sync/profile_sync_service_autofill_unittest.cc ProfileSyncServiceFactory::GetInstance()->SetTestingFactory(profile_, NULL); profile_ 548 chrome/browser/sync/profile_sync_service_autofill_unittest.cc profile_ = NULL; profile_ 566 chrome/browser/sync/profile_sync_service_autofill_unittest.cc SigninManagerBase* signin = SigninManagerFactory::GetForProfile(profile_); profile_ 568 chrome/browser/sync/profile_sync_service_autofill_unittest.cc sync_service_ = TestProfileSyncService::BuildAutoStartAsyncInit(profile_, profile_ 574 chrome/browser/sync/profile_sync_service_autofill_unittest.cc factory->CreateDataTypeController(components, profile_, sync_service_); profile_ 588 chrome/browser/sync/profile_sync_service_autofill_unittest.cc ProfileOAuth2TokenServiceFactory::GetForProfile(profile_) profile_ 758 chrome/browser/sync/profile_sync_service_autofill_unittest.cc TestingProfile* profile_; profile_ 397 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc profile_.CreateBookmarkModel(delete_bookmarks); profile_ 398 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc model_ = BookmarkModelFactory::GetForProfile(&profile_); profile_ 484 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc BookmarkModelFactory::GetForProfile(&profile_), profile_ 485 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc &profile_, profile_ 533 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc change_processor_->Start(&profile_, test_user_share_.user_share()); profile_ 552 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc profile_.CreateBookmarkModel(false /* delete_bookmarks */); profile_ 743 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc TestingProfile profile_; profile_ 147 chrome/browser/sync/profile_sync_service_preference_unittest.cc profile_ = profile_manager_.CreateTestingProfile( profile_ 155 chrome/browser/sync/profile_sync_service_preference_unittest.cc profile_, invalidation::FakeInvalidationService::Build); profile_ 156 chrome/browser/sync/profile_sync_service_preference_unittest.cc prefs_ = profile_->GetTestingPrefService(); profile_ 165 chrome/browser/sync/profile_sync_service_preference_unittest.cc profile_ = NULL; profile_ 185 chrome/browser/sync/profile_sync_service_preference_unittest.cc SigninManagerFactory::GetForProfile(profile_); profile_ 187 chrome/browser/sync/profile_sync_service_preference_unittest.cc sync_service_ = TestProfileSyncService::BuildAutoStartAsyncInit(profile_, profile_ 205 chrome/browser/sync/profile_sync_service_preference_unittest.cc profile_, profile_ 213 chrome/browser/sync/profile_sync_service_preference_unittest.cc ProfileOAuth2TokenServiceFactory::GetForProfile(profile_) profile_ 293 chrome/browser/sync/profile_sync_service_preference_unittest.cc TestingProfile* profile_; profile_ 651 chrome/browser/sync/profile_sync_service_preference_unittest.cc profile_->GetPrefs()->Set(prefs::kHomePage, expected); profile_ 659 chrome/browser/sync/profile_sync_service_preference_unittest.cc profile_->GetPrefs()->SetString(prefs::kHomePage, example_url0_); profile_ 665 chrome/browser/sync/profile_sync_service_preference_unittest.cc profile_->GetPrefs()->Set(prefs::kHomePage, expected); profile_ 673 chrome/browser/sync/profile_sync_service_preference_unittest.cc profile_->GetPrefs()->SetString(prefs::kHomePage, example_url0_); profile_ 832 chrome/browser/sync/profile_sync_service_preference_unittest.cc profile_->GetPrefs()->Set(prefs::kHomePage, initial_value); profile_ 839 chrome/browser/sync/profile_sync_service_preference_unittest.cc profile_->GetTestingPrefService()->SetManagedPref(prefs::kHomePage, profile_ 846 chrome/browser/sync/profile_sync_service_preference_unittest.cc profile_->GetTestingPrefService()->RemoveManagedPref(prefs::kHomePage); profile_ 859 chrome/browser/sync/profile_sync_service_preference_unittest.cc profile_->GetPrefs()->Set(prefs::kHomePage, initial_value); profile_ 865 chrome/browser/sync/profile_sync_service_preference_unittest.cc profile_->GetTestingPrefService()->SetManagedPref(prefs::kHomePage, profile_ 885 chrome/browser/sync/profile_sync_service_preference_unittest.cc profile_->GetTestingPrefService()->RemoveManagedPref(prefs::kHomePage); profile_ 903 chrome/browser/sync/profile_sync_service_preference_unittest.cc profile_->GetTestingPrefService()->SetManagedPref(prefs::kHomePage, profile_ 911 chrome/browser/sync/profile_sync_service_preference_unittest.cc profile_->GetTestingPrefService()->RemoveManagedPref(prefs::kHomePage); profile_ 71 chrome/browser/sync/profile_sync_service_startup_unittest.cc profile_ = CreateProfile(); profile_ 87 chrome/browser/sync/profile_sync_service_startup_unittest.cc profile_.reset(); profile_ 103 chrome/browser/sync/profile_sync_service_startup_unittest.cc ProfileSyncServiceFactory::GetForProfile(profile_.get())); profile_ 108 chrome/browser/sync/profile_sync_service_startup_unittest.cc ProfileOAuth2TokenServiceFactory::GetForProfile(profile_.get()) profile_ 122 chrome/browser/sync/profile_sync_service_startup_unittest.cc profile_->GetPrefs()->SetString(prefs::kGoogleServicesUsername, profile_ 150 chrome/browser/sync/profile_sync_service_startup_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 161 chrome/browser/sync/profile_sync_service_startup_unittest.cc profile_.get(), BuildCrosService)); profile_ 186 chrome/browser/sync/profile_sync_service_startup_unittest.cc profile_->GetPrefs()->ClearPref(sync_driver::prefs::kSyncHasSetupCompleted); profile_ 200 chrome/browser/sync/profile_sync_service_startup_unittest.cc profile_->GetPrefs()->GetInt64(sync_driver::prefs::kSyncLastSyncedTime)); profile_ 201 chrome/browser/sync/profile_sync_service_startup_unittest.cc EXPECT_FALSE(profile_->GetPrefs()->GetBoolean( profile_ 228 chrome/browser/sync/profile_sync_service_startup_unittest.cc profile_->GetPrefs()->ClearPref(sync_driver::prefs::kSyncHasSetupCompleted); profile_ 241 chrome/browser/sync/profile_sync_service_startup_unittest.cc profile_->GetPrefs()->GetInt64(sync_driver::prefs::kSyncLastSyncedTime)); profile_ 242 chrome/browser/sync/profile_sync_service_startup_unittest.cc EXPECT_FALSE(profile_->GetPrefs()->GetBoolean( profile_ 252 chrome/browser/sync/profile_sync_service_startup_unittest.cc ProfileOAuth2TokenServiceFactory::GetForProfile(profile_.get()); profile_ 265 chrome/browser/sync/profile_sync_service_startup_unittest.cc profile_->GetPrefs()->SetString(prefs::kGoogleServicesUsername, profile_ 305 chrome/browser/sync/profile_sync_service_startup_unittest.cc profile_->GetPrefs()->ClearPref(sync_driver::prefs::kSyncHasSetupCompleted); profile_ 320 chrome/browser/sync/profile_sync_service_startup_unittest.cc profile_->GetPrefs()->ClearPref(sync_driver::prefs::kSyncHasSetupCompleted); profile_ 334 chrome/browser/sync/profile_sync_service_startup_unittest.cc profile_->GetPrefs()->SetString(prefs::kGoogleServicesUsername, profile_ 336 chrome/browser/sync/profile_sync_service_startup_unittest.cc SigninManagerFactory::GetForProfile(profile_.get()) profile_ 358 chrome/browser/sync/profile_sync_service_startup_unittest.cc profile_->GetPrefs()->ClearPref( profile_ 363 chrome/browser/sync/profile_sync_service_startup_unittest.cc profile_->GetPrefs()->ClearPref( profile_ 368 chrome/browser/sync/profile_sync_service_startup_unittest.cc profile_->GetPrefs()->SetString(prefs::kGoogleServicesUsername, profile_ 370 chrome/browser/sync/profile_sync_service_startup_unittest.cc SigninManagerFactory::GetForProfile(profile_.get()) profile_ 385 chrome/browser/sync/profile_sync_service_startup_unittest.cc EXPECT_TRUE(profile_->GetPrefs()->GetBoolean( profile_ 394 chrome/browser/sync/profile_sync_service_startup_unittest.cc profile_->GetPrefs()->SetBoolean( profile_ 398 chrome/browser/sync/profile_sync_service_startup_unittest.cc profile_->GetPrefs()->SetString(prefs::kGoogleServicesUsername, profile_ 400 chrome/browser/sync/profile_sync_service_startup_unittest.cc SigninManagerFactory::GetForProfile(profile_.get()) profile_ 414 chrome/browser/sync/profile_sync_service_startup_unittest.cc EXPECT_FALSE(profile_->GetPrefs()->GetBoolean( profile_ 420 chrome/browser/sync/profile_sync_service_startup_unittest.cc profile_->GetPrefs()->SetString(prefs::kGoogleServicesUsername, profile_ 425 chrome/browser/sync/profile_sync_service_startup_unittest.cc profile_->GetPrefs()->SetBoolean(sync_driver::prefs::kSyncManaged, true); profile_ 434 chrome/browser/sync/profile_sync_service_startup_unittest.cc profile_->GetPrefs()->SetString(prefs::kGoogleServicesUsername, profile_ 436 chrome/browser/sync/profile_sync_service_startup_unittest.cc SigninManagerFactory::GetForProfile(profile_.get()) profile_ 453 chrome/browser/sync/profile_sync_service_startup_unittest.cc profile_->GetPrefs()->SetBoolean(sync_driver::prefs::kSyncManaged, true); profile_ 461 chrome/browser/sync/profile_sync_service_startup_unittest.cc profile_->GetPrefs()->ClearPref(sync_driver::prefs::kSyncManaged); profile_ 465 chrome/browser/sync/profile_sync_service_startup_unittest.cc profile_->GetPrefs()->SetString(prefs::kGoogleServicesUsername, profile_ 467 chrome/browser/sync/profile_sync_service_startup_unittest.cc SigninManagerFactory::GetForProfile(profile_.get()) profile_ 501 chrome/browser/sync/profile_sync_service_startup_unittest.cc profile_->GetPrefs()->SetString(prefs::kGoogleServicesUsername, profile_ 503 chrome/browser/sync/profile_sync_service_startup_unittest.cc SigninManagerFactory::GetForProfile(profile_.get()) profile_ 509 chrome/browser/sync/profile_sync_service_startup_unittest.cc profile_->GetPrefs()->ClearPref(sync_driver::prefs::kSyncHasSetupCompleted); profile_ 203 chrome/browser/sync/profile_sync_service_typed_url_unittest.cc profile_ = profile_manager_.CreateTestingProfile( profile_ 211 chrome/browser/sync/profile_sync_service_typed_url_unittest.cc profile_, invalidation::FakeInvalidationService::Build); profile_ 215 chrome/browser/sync/profile_sync_service_typed_url_unittest.cc profile_, BuildHistoryService)); profile_ 226 chrome/browser/sync/profile_sync_service_typed_url_unittest.cc profile_ = NULL; profile_ 234 chrome/browser/sync/profile_sync_service_typed_url_unittest.cc SigninManagerBase* signin = SigninManagerFactory::GetForProfile(profile_); profile_ 236 chrome/browser/sync/profile_sync_service_typed_url_unittest.cc sync_service_ = TestProfileSyncService::BuildAutoStartAsyncInit(profile_, profile_ 241 chrome/browser/sync/profile_sync_service_typed_url_unittest.cc new TypedUrlDataTypeController(components, profile_, sync_service_); profile_ 244 chrome/browser/sync/profile_sync_service_typed_url_unittest.cc WillOnce(MakeTypedUrlSyncComponents(profile_, profile_ 254 chrome/browser/sync/profile_sync_service_typed_url_unittest.cc ProfileOAuth2TokenServiceFactory::GetForProfile(profile_); profile_ 336 chrome/browser/sync/profile_sync_service_typed_url_unittest.cc TestingProfile* profile_; profile_ 587 chrome/browser/sync/profile_sync_service_typed_url_unittest.cc content::Source<Profile>(profile_), profile_ 618 chrome/browser/sync/profile_sync_service_typed_url_unittest.cc content::Source<Profile>(profile_), profile_ 656 chrome/browser/sync/profile_sync_service_typed_url_unittest.cc content::Source<Profile>(profile_), profile_ 685 chrome/browser/sync/profile_sync_service_typed_url_unittest.cc content::Source<Profile>(profile_), profile_ 724 chrome/browser/sync/profile_sync_service_typed_url_unittest.cc content::Source<Profile>(profile_), profile_ 765 chrome/browser/sync/profile_sync_service_typed_url_unittest.cc content::Source<Profile>(profile_), profile_ 782 chrome/browser/sync/profile_sync_service_typed_url_unittest.cc content::Source<Profile>(profile_), profile_ 797 chrome/browser/sync/profile_sync_service_typed_url_unittest.cc content::Source<Profile>(profile_), profile_ 832 chrome/browser/sync/profile_sync_service_typed_url_unittest.cc content::Source<Profile>(profile_), profile_ 871 chrome/browser/sync/profile_sync_service_typed_url_unittest.cc content::Source<Profile>(profile_), profile_ 911 chrome/browser/sync/profile_sync_service_typed_url_unittest.cc content::Source<Profile>(profile_), profile_ 1030 chrome/browser/sync/profile_sync_service_typed_url_unittest.cc content::Source<Profile>(profile_), profile_ 1084 chrome/browser/sync/profile_sync_service_typed_url_unittest.cc content::Source<Profile>(profile_), profile_ 104 chrome/browser/sync/profile_sync_service_unittest.cc profile_ = builder.Build().Pass(); profile_ 113 chrome/browser/sync/profile_sync_service_unittest.cc profile_.reset(); profile_ 117 chrome/browser/sync/profile_sync_service_unittest.cc ProfileOAuth2TokenServiceFactory::GetForProfile(profile_.get()) profile_ 123 chrome/browser/sync/profile_sync_service_unittest.cc SigninManagerFactory::GetForProfile(profile_.get()); profile_ 126 chrome/browser/sync/profile_sync_service_unittest.cc ProfileOAuth2TokenServiceFactory::GetForProfile(profile_.get()); profile_ 130 chrome/browser/sync/profile_sync_service_unittest.cc profile_.get(), profile_ 131 chrome/browser/sync/profile_sync_service_unittest.cc new ManagedUserSigninManagerWrapper(profile_.get(), signin), profile_ 162 chrome/browser/sync/profile_sync_service_unittest.cc return profile_.get(); profile_ 174 chrome/browser/sync/profile_sync_service_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 36 chrome/browser/sync/sessions2/notification_service_sessions_router.cc profile_(profile), profile_ 57 chrome/browser/sync/sessions2/notification_service_sessions_router.cc content::Source<Profile>(profile_)); profile_ 59 chrome/browser/sync/sessions2/notification_service_sessions_router.cc if (profile_->IsManaged()) { profile_ 61 chrome/browser/sync/sessions2/notification_service_sessions_router.cc ManagedUserServiceFactory::GetForProfile(profile_); profile_ 89 chrome/browser/sync/sessions2/notification_service_sessions_router.cc if (!tab || tab->profile() != profile_) profile_ 104 chrome/browser/sync/sessions2/notification_service_sessions_router.cc if (!tab || tab->profile() != profile_) profile_ 116 chrome/browser/sync/sessions2/notification_service_sessions_router.cc profile_) { profile_ 122 chrome/browser/sync/sessions2/notification_service_sessions_router.cc if (!tab || tab->profile() != profile_) profile_ 148 chrome/browser/sync/sessions2/notification_service_sessions_router.cc DCHECK(tab->profile() == profile_); profile_ 52 chrome/browser/sync/sessions2/notification_service_sessions_router.h Profile* const profile_; profile_ 44 chrome/browser/sync/sessions2/session_data_type_controller2.cc content::Source<Profile>(profile_)); profile_ 61 chrome/browser/sync/sessions2/session_data_type_controller2.cc DCHECK_EQ(profile_, content::Source<Profile>(source).ptr()); profile_ 57 chrome/browser/sync/sessions2/sessions_sync_manager.cc profile_(profile), profile_ 257 chrome/browser/sync/sessions2/sessions_sync_manager.cc if (tab->profile() != profile_) profile_ 344 chrome/browser/sync/sessions2/sessions_sync_manager.cc content::Source<Profile>(profile_), profile_ 500 chrome/browser/sync/sessions2/sessions_sync_manager.cc content::Source<Profile>(profile_), profile_ 780 chrome/browser/sync/sessions2/sessions_sync_manager.cc content::Source<Profile>(profile_), profile_ 352 chrome/browser/sync/sessions2/sessions_sync_manager.h const Profile* const profile_; profile_ 58 chrome/browser/sync/startup_controller_unittest.cc profile_.reset(new TestingProfile()); profile_ 59 chrome/browser/sync/startup_controller_unittest.cc sync_prefs_.reset(new sync_driver::SyncPrefs(profile_->GetPrefs())); profile_ 61 chrome/browser/sync/startup_controller_unittest.cc BuildFakeProfileOAuth2TokenService(profile_.get()))); profile_ 97 chrome/browser/sync/startup_controller_unittest.cc Profile* profile() { return profile_.get(); } profile_ 106 chrome/browser/sync/startup_controller_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 63 chrome/browser/sync/sync_error_notifier_ash.cc Profile* profile_; profile_ 103 chrome/browser/sync/sync_error_notifier_ash.cc LoginUIService* login_ui = LoginUIServiceFactory::GetForProfile(profile_); profile_ 111 chrome/browser/sync/sync_error_notifier_ash.cc chrome::ShowSettingsSubPageForProfile(profile_, chrome::kSyncSetupSubPage); profile_ 121 chrome/browser/sync/sync_error_notifier_ash.cc notification_id_ = kProfileSyncNotificationId + profile_->GetProfileName(); profile_ 174 chrome/browser/sync/sync_error_notifier_ash.cc new SyncNotificationDelegate(notification_id_, profile_); profile_ 181 chrome/browser/sync/sync_error_notifier_ash.cc notifier_id.profile_id = multi_user_util::GetUserIDFromProfile(profile_); profile_ 197 chrome/browser/sync/sync_error_notifier_ash.cc notification_ui_manager->Add(notification, profile_); profile_ 36 chrome/browser/sync/sync_error_notifier_ash.h Profile* profile_; profile_ 107 chrome/browser/sync/sync_error_notifier_ash_unittest.cc profile_ = profile_manager_->CreateTestingProfile(kTestAccountId); profile_ 120 chrome/browser/sync/sync_error_notifier_ash_unittest.cc service_.reset(new NiceMock<ProfileSyncServiceMock>(profile_)); profile_ 124 chrome/browser/sync/sync_error_notifier_ash_unittest.cc profile_, BuildMockLoginUIService)); profile_ 129 chrome/browser/sync/sync_error_notifier_ash_unittest.cc profile_)); profile_ 175 chrome/browser/sync/sync_error_notifier_ash_unittest.cc TestingProfile* profile_; profile_ 64 chrome/browser/sync/sync_global_error_unittest.cc profile_.reset(ProfileSyncServiceMock::MakeSignedInTestingProfile()); profile_ 69 chrome/browser/sync/sync_global_error_unittest.cc Profile* profile() { return profile_.get(); } profile_ 72 chrome/browser/sync/sync_global_error_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 12 chrome/browser/sync/sync_startup_tracker.cc : profile_(profile), profile_ 15 chrome/browser/sync/sync_startup_tracker.cc profile_); profile_ 24 chrome/browser/sync/sync_startup_tracker.cc profile_); profile_ 36 chrome/browser/sync/sync_startup_tracker.cc switch (GetSyncServiceState(profile_)) { profile_ 58 chrome/browser/sync/sync_startup_tracker.h Profile* profile_; profile_ 33 chrome/browser/sync/sync_startup_tracker_unittest.cc profile_.reset(new TestingProfile()); profile_ 36 chrome/browser/sync/sync_startup_tracker_unittest.cc profile_.get(), profile_ 51 chrome/browser/sync/sync_startup_tracker_unittest.cc profile_.reset(); profile_ 66 chrome/browser/sync/sync_startup_tracker_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 76 chrome/browser/sync/sync_startup_tracker_unittest.cc SyncStartupTracker tracker(profile_.get(), &observer_); profile_ 86 chrome/browser/sync/sync_startup_tracker_unittest.cc SyncStartupTracker tracker(profile_.get(), &observer_); profile_ 99 chrome/browser/sync/sync_startup_tracker_unittest.cc SyncStartupTracker tracker(profile_.get(), &observer_); profile_ 107 chrome/browser/sync/sync_startup_tracker_unittest.cc SyncStartupTracker tracker(profile_.get(), &observer_); profile_ 120 chrome/browser/sync/sync_startup_tracker_unittest.cc SyncStartupTracker tracker(profile_.get(), &observer_); profile_ 140 chrome/browser/sync/sync_startup_tracker_unittest.cc SyncStartupTracker tracker(profile_.get(), &observer_); profile_ 119 chrome/browser/sync/test/integration/profile_sync_service_harness.cc : profile_(profile), profile_ 164 chrome/browser/sync/test/integration/profile_sync_service_harness.cc std::string account_id = profile_->IsManaged() ? profile_ 170 chrome/browser/sync/test/integration/profile_sync_service_harness.cc ProfileOAuth2TokenServiceFactory::GetForProfile(profile_)-> profile_ 117 chrome/browser/sync/test/integration/profile_sync_service_harness.h Profile* profile_; profile_ 62 chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc &profile_, in_memory_env_.get()); profile_ 484 chrome/browser/sync_file_system/drive_backend/drive_backend_sync_unittest.cc TestingProfile profile_; profile_ 87 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc drive::DriveNotificationManagerFactory::FindForBrowserContext(profile_); profile_ 368 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc : profile_(profile), profile_ 381 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc DCHECK(profile_); profile_ 388 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc profile_->GetPath()).Append(kTempDirName); profile_ 390 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc api_util_.reset(new drive_backend::APIUtil(profile_, temporary_file_dir_)); profile_ 394 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc GetSyncFileSystemDir(profile_->GetPath()), profile_ 466 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc drive::DriveNotificationManagerFactory::GetForBrowserContext(profile_); profile_ 777 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc extensions::ExtensionSystem::Get(profile_)->extension_service(); profile_ 351 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.h Profile* profile_; profile_ 178 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_fake_unittest.cc profile_ = profile_manager_.CreateTestingProfile(kTestProfileName); profile_ 183 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_fake_unittest.cc extensions::ExtensionSystem::Get(profile_))); profile_ 187 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_fake_unittest.cc profile_)->extension_service(); profile_ 225 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_fake_unittest.cc profile_, profile_ 247 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_fake_unittest.cc profile_ = NULL; profile_ 423 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_fake_unittest.cc TestingProfile* profile_; profile_ 118 chrome/browser/sync_file_system/local/local_file_sync_service.cc profile_ = NULL; profile_ 208 chrome/browser/sync_file_system/local/local_file_sync_service.cc DCHECK(profile_); profile_ 211 chrome/browser/sync_file_system/local/local_file_sync_service.cc extensions::ExtensionSystem::Get(profile_)->extension_service(); profile_ 228 chrome/browser/sync_file_system/local/local_file_sync_service.cc extensions::util::GetSiteForExtensionId(extension->id(), profile_); profile_ 232 chrome/browser/sync_file_system/local/local_file_sync_service.cc profile_, site_url)->GetFileSystemContext(); profile_ 326 chrome/browser/sync_file_system/local/local_file_sync_service.cc : profile_(profile), profile_ 328 chrome/browser/sync_file_system/local/local_file_sync_service.cc profile_->GetPath(), profile_ 231 chrome/browser/sync_file_system/local/local_file_sync_service.h Profile* profile_; profile_ 123 chrome/browser/sync_file_system/local/local_file_sync_service_unittest.cc &profile_, in_memory_env_.get()); profile_ 202 chrome/browser/sync_file_system/local/local_file_sync_service_unittest.cc TestingProfile profile_; profile_ 39 chrome/browser/sync_file_system/local/sync_file_system_backend.cc : profile_(profile) { profile_ 43 chrome/browser/sync_file_system/local/sync_file_system_backend.cc content::Source<Profile>(profile_)); profile_ 52 chrome/browser/sync_file_system/local/sync_file_system_backend.cc DCHECK_EQ(profile_, content::Source<Profile>(source).ptr()); profile_ 53 chrome/browser/sync_file_system/local/sync_file_system_backend.cc profile_ = NULL; profile_ 59 chrome/browser/sync_file_system/local/sync_file_system_backend.cc return profile_; profile_ 82 chrome/browser/sync_file_system/local/sync_file_system_backend.h Profile* profile_; profile_ 273 chrome/browser/sync_file_system/sync_file_system_service.cc ProfileSyncServiceFactory::GetForProfile(profile_); profile_ 277 chrome/browser/sync_file_system/sync_file_system_service.cc profile_ = NULL; profile_ 282 chrome/browser/sync_file_system/sync_file_system_service.cc DCHECK(!profile_); profile_ 321 chrome/browser/sync_file_system/sync_file_system_service.cc content::BrowserContext::GetStoragePartitionForSite(profile_, origin); profile_ 406 chrome/browser/sync_file_system/sync_file_system_service.cc : profile_(profile), profile_ 416 chrome/browser/sync_file_system/sync_file_system_service.cc DCHECK(profile_); profile_ 438 chrome/browser/sync_file_system/sync_file_system_service.cc ProfileSyncServiceFactory::GetForProfile(profile_); profile_ 445 chrome/browser/sync_file_system/sync_file_system_service.cc content::Source<Profile>(profile_)); profile_ 447 chrome/browser/sync_file_system/sync_file_system_service.cc content::Source<Profile>(profile_)); profile_ 449 chrome/browser/sync_file_system/sync_file_system_service.cc content::Source<Profile>(profile_)); profile_ 451 chrome/browser/sync_file_system/sync_file_system_service.cc content::Source<Profile>(profile_)); profile_ 659 chrome/browser/sync_file_system/sync_file_system_service.cc int reasons = ExtensionPrefs::Get(profile_)->GetDisableReasons(extension_id); profile_ 720 chrome/browser/sync_file_system/sync_file_system_service.cc ProfileSyncServiceFactory::GetForProfile(profile_); profile_ 770 chrome/browser/sync_file_system/sync_file_system_service.cc RemoteFileSyncService::V2, profile_); profile_ 153 chrome/browser/sync_file_system/sync_file_system_service.h Profile* profile_; profile_ 135 chrome/browser/sync_file_system/sync_file_system_service_unittest.cc LocalFileSyncService::CreateForTesting(&profile_, in_memory_env_.get()); profile_ 137 chrome/browser/sync_file_system/sync_file_system_service_unittest.cc sync_service_.reset(new SyncFileSystemService(&profile_)); profile_ 260 chrome/browser/sync_file_system/sync_file_system_service_unittest.cc TestingProfile profile_; profile_ 32 chrome/browser/tab_contents/background_contents.cc profile_ = Profile::FromBrowserContext( profile_ 35 chrome/browser/tab_contents/background_contents.cc WebContents::CreateParams create_params(profile_, site_instance); profile_ 61 chrome/browser/tab_contents/background_contents.cc content::Source<Profile>(profile_)); profile_ 81 chrome/browser/tab_contents/background_contents.cc content::Source<Profile>(profile_), profile_ 92 chrome/browser/tab_contents/background_contents.cc content::Source<Profile>(profile_), profile_ 111 chrome/browser/tab_contents/background_contents.cc content::Source<Profile>(profile_), profile_ 129 chrome/browser/tab_contents/background_contents.cc content::Source<Profile>(profile_), profile_ 85 chrome/browser/tab_contents/background_contents.h Profile* profile_; profile_ 70 chrome/browser/task_manager/tab_contents_information.cc Profile* profile_; profile_ 108 chrome/browser/task_manager/tab_contents_information.cc ExtensionService* extension_service = profile_->GetExtensionService(); profile_ 109 chrome/browser/task_manager/tab_contents_information.cc extensions::ProcessMap* process_map = extensions::ProcessMap::Get(profile_); profile_ 116 chrome/browser/task_manager/tab_contents_information.cc profile_->IsOffTheRecord(), profile_ 86 chrome/browser/themes/theme_service.cc profile_(NULL), profile_ 98 chrome/browser/themes/theme_service.cc profile_ = profile; profile_ 104 chrome/browser/themes/theme_service.cc content::Source<Profile>(profile_)); profile_ 106 chrome/browser/themes/theme_service.cc theme_syncable_service_.reset(new ThemeSyncableService(profile_, this)); profile_ 247 chrome/browser/themes/theme_service.cc content::Source<Profile>(profile_)); profile_ 293 chrome/browser/themes/theme_service.cc extensions::ExtensionSystem::Get(profile_)->extension_service(); profile_ 335 chrome/browser/themes/theme_service.cc if (!profile_ || !ready_) profile_ 341 chrome/browser/themes/theme_service.cc extensions::ExtensionSystem::Get(profile_)->extension_service(); profile_ 348 chrome/browser/themes/theme_service.cc extensions::ExtensionRegistry::Get(profile_) profile_ 350 chrome/browser/themes/theme_service.cc extensions::ExtensionPrefs* prefs = extensions::ExtensionPrefs::Get(profile_); profile_ 396 chrome/browser/themes/theme_service.cc return profile_->GetPrefs()->GetString(prefs::kCurrentThemeID); profile_ 418 chrome/browser/themes/theme_service.cc profile_->GetPrefs()->ClearPref(prefs::kCurrentThemePackFilename); profile_ 432 chrome/browser/themes/theme_service.cc PrefService* prefs = profile_->GetPrefs(); profile_ 505 chrome/browser/themes/theme_service.cc content::Source<Profile>(profile_)); profile_ 508 chrome/browser/themes/theme_service.cc content::Source<Profile>(profile_)); profile_ 511 chrome/browser/themes/theme_service.cc content::Source<Profile>(profile_)); profile_ 514 chrome/browser/themes/theme_service.cc content::Source<Profile>(profile_)); profile_ 527 chrome/browser/themes/theme_service.cc extensions::ExtensionSystem::Get(profile_)->extension_service(); profile_ 551 chrome/browser/themes/theme_service.cc profile_->GetPrefs()->SetFilePath( profile_ 556 chrome/browser/themes/theme_service.cc profile_->GetPrefs()->SetString(prefs::kCurrentThemeID, id); profile_ 570 chrome/browser/themes/theme_service.cc extensions::ExtensionSystem::Get(profile_)->extension_service(); profile_ 586 chrome/browser/themes/theme_service.cc return profile_->IsManaged(); profile_ 176 chrome/browser/themes/theme_service.h Profile* profile() const { return profile_; } profile_ 245 chrome/browser/themes/theme_service.h Profile* profile_; profile_ 50 chrome/browser/themes/theme_service_unittest.cc content::Source<Profile>(profile_.get())); profile_ 75 chrome/browser/themes/theme_service_unittest.cc content::Source<Profile>(profile_.get())); profile_ 90 chrome/browser/themes/theme_service_unittest.cc registry_ = ExtensionRegistry::Get(profile_.get()); profile_ 108 chrome/browser/themes/theme_service_unittest.cc ThemeServiceFactory::GetForProfile(profile_.get()); profile_ 129 chrome/browser/themes/theme_service_unittest.cc ThemeServiceFactory::GetForProfile(profile_.get()); profile_ 190 chrome/browser/themes/theme_service_unittest.cc ThemeServiceFactory::GetForProfile(profile_.get()); profile_ 245 chrome/browser/themes/theme_service_unittest.cc ThemeServiceFactory::GetForProfile(profile_.get()); profile_ 257 chrome/browser/themes/theme_service_unittest.cc profile_->GetPrefs()->SetBoolean(prefs::kUsesSystemTheme, true); profile_ 259 chrome/browser/themes/theme_service_unittest.cc ThemeServiceFactory::GetForProfile(profile_.get()); profile_ 43 chrome/browser/themes/theme_syncable_service.cc : profile_(profile), profile_ 46 chrome/browser/themes/theme_syncable_service.cc DCHECK(profile_); profile_ 213 chrome/browser/themes/theme_syncable_service.cc extensions::ExtensionSystem::Get(profile_)->extension_service(); profile_ 223 chrome/browser/themes/theme_syncable_service.cc extensions::ExtensionPrefs::Get(profile_)->GetDisableReasons(id); profile_ 259 chrome/browser/themes/theme_syncable_service.cc extensions::ExtensionSystem::Get(profile_)->extension_service()-> profile_ 77 chrome/browser/themes/theme_syncable_service.h Profile* const profile_; profile_ 153 chrome/browser/themes/theme_syncable_service_unittest.cc profile_.reset(new TestingProfile); profile_ 154 chrome/browser/themes/theme_syncable_service_unittest.cc fake_theme_service_ = BuildForProfile(profile_.get()); profile_ 155 chrome/browser/themes/theme_syncable_service_unittest.cc theme_sync_service_.reset(new ThemeSyncableService(profile_.get(), profile_ 162 chrome/browser/themes/theme_syncable_service_unittest.cc profile_.reset(); profile_ 170 chrome/browser/themes/theme_syncable_service_unittest.cc extensions::ExtensionSystem::Get(profile_.get())); profile_ 189 chrome/browser/themes/theme_syncable_service_unittest.cc extensions::ExtensionPrefs::Get(profile_.get()) profile_ 229 chrome/browser/themes/theme_syncable_service_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 259 chrome/browser/ui/android/autofill/autofill_dialog_controller_android.cc const bool incognito_mode = profile_->IsOffTheRecord(); profile_ 268 chrome/browser/ui/android/autofill/autofill_dialog_controller_android.cc profile_->GetPrefs()->GetDictionary(::prefs::kAutofillDialogDefaults); profile_ 361 chrome/browser/ui/android/autofill/autofill_dialog_controller_android.cc DictionaryPrefUpdate updater(profile_->GetPrefs(), profile_ 394 chrome/browser/ui/android/autofill/autofill_dialog_controller_android.cc : profile_(Profile::FromBrowserContext(contents->GetBrowserContext())), profile_ 70 chrome/browser/ui/android/autofill/autofill_dialog_controller_android.h Profile* const profile_; profile_ 19 chrome/browser/ui/android/tab_model/tab_model.cc : profile_(profile), profile_ 35 chrome/browser/ui/android/tab_model/tab_model.cc content::Source<Profile>(profile_)); profile_ 47 chrome/browser/ui/android/tab_model/tab_model.cc return profile_; profile_ 63 chrome/browser/ui/android/tab_model/tab_model.cc if (profile_) { profile_ 66 chrome/browser/ui/android/tab_model/tab_model.cc content::Source<Profile>(profile_), profile_ 82 chrome/browser/ui/android/tab_model/tab_model.cc profile_ = NULL; profile_ 92 chrome/browser/ui/android/tab_model/tab_model.cc profile_ = profile; profile_ 76 chrome/browser/ui/android/tab_model/tab_model.h Profile* profile_; profile_ 63 chrome/browser/ui/app_list/app_context_menu.cc profile_(profile), profile_ 75 chrome/browser/ui/app_list/app_context_menu.cc if (!controller_->IsExtensionInstalled(profile_, app_id_)) profile_ 87 chrome/browser/ui/app_list/app_context_menu.cc if (!profile_->IsOffTheRecord()) { profile_ 94 chrome/browser/ui/app_list/app_context_menu.cc profile_, this, menu_model_.get(), profile_ 200 chrome/browser/ui/app_list/app_context_menu.cc profile_, app_id_)) + USE_LAUNCH_TYPE_COMMAND_START == command_id; profile_ 213 chrome/browser/ui/app_list/app_context_menu.cc return controller_->HasOptionsPage(profile_, app_id_); profile_ 215 chrome/browser/ui/app_list/app_context_menu.cc return controller_->UserMayModifySettings(profile_, app_id_); profile_ 217 chrome/browser/ui/app_list/app_context_menu.cc return controller_->IsAppFromWebStore(profile_, app_id_); profile_ 223 chrome/browser/ui/app_list/app_context_menu.cc return IncognitoModePrefs::GetAvailability(profile_->GetPrefs()) != profile_ 227 chrome/browser/ui/app_list/app_context_menu.cc return IncognitoModePrefs::GetAvailability(profile_->GetPrefs()) != profile_ 249 chrome/browser/ui/app_list/app_context_menu.cc controller_->DoCreateShortcutsFlow(profile_, app_id_); profile_ 251 chrome/browser/ui/app_list/app_context_menu.cc controller_->DoShowAppInfoFlow(profile_, app_id_); profile_ 260 chrome/browser/ui/app_list/app_context_menu.cc launch_type = (controller_->GetExtensionLaunchType(profile_, app_id_) == profile_ 265 chrome/browser/ui/app_list/app_context_menu.cc controller_->SetExtensionLaunchType(profile_, app_id_, launch_type); profile_ 267 chrome/browser/ui/app_list/app_context_menu.cc controller_->ShowOptionsPage(profile_, app_id_); profile_ 269 chrome/browser/ui/app_list/app_context_menu.cc controller_->UninstallApp(profile_, app_id_); profile_ 271 chrome/browser/ui/app_list/app_context_menu.cc controller_->ShowAppInWebStore(profile_, app_id_, is_search_result_); profile_ 277 chrome/browser/ui/app_list/app_context_menu.cc controller_->CreateNewWindow(profile_, false); profile_ 279 chrome/browser/ui/app_list/app_context_menu.cc controller_->CreateNewWindow(profile_, true); profile_ 58 chrome/browser/ui/app_list/app_context_menu.h Profile* profile_; profile_ 90 chrome/browser/ui/app_list/app_list_service_mac.h Profile* profile_; profile_ 15 chrome/browser/ui/app_list/app_list_shower.cc profile_(NULL), profile_ 30 chrome/browser/ui/app_list/app_list_shower.cc if (IsAppListVisible() && (requested_profile == profile_)) { profile_ 37 chrome/browser/ui/app_list/app_list_shower.cc } else if (requested_profile != profile_) { profile_ 38 chrome/browser/ui/app_list/app_list_shower.cc profile_ = requested_profile; profile_ 55 chrome/browser/ui/app_list/app_list_shower.cc profile_ = requested_profile; profile_ 57 chrome/browser/ui/app_list/app_list_shower.cc profile_, profile_ 71 chrome/browser/ui/app_list/app_list_shower.cc profile_ = NULL; profile_ 97 chrome/browser/ui/app_list/app_list_shower.cc DCHECK(!profile_); profile_ 39 chrome/browser/ui/app_list/app_list_shower.h Profile* profile() const { return profile_; } profile_ 55 chrome/browser/ui/app_list/app_list_shower.h Profile* profile_; profile_ 175 chrome/browser/ui/app_list/app_list_syncable_service.cc : profile_(profile), profile_ 218 chrome/browser/ui/app_list/app_list_syncable_service.cc DCHECK(profile_); profile_ 221 chrome/browser/ui/app_list/app_list_syncable_service.cc if (!profile_->IsOffTheRecord() && profile_ 228 chrome/browser/ui/app_list/app_list_syncable_service.cc apps_builder_->InitializeWithProfile(profile_, model_.get()); profile_ 237 chrome/browser/ui/app_list/app_list_syncable_service.cc DCHECK_EQ(profile_, content::Source<Profile>(source).ptr()); profile_ 701 chrome/browser/ui/app_list/app_list_syncable_service.cc flare_ = sync_start_util::GetFlareForSyncableService(profile_->GetPath()); profile_ 80 chrome/browser/ui/app_list/app_list_syncable_service.h Profile* profile() { return profile_; } profile_ 187 chrome/browser/ui/app_list/app_list_syncable_service.h Profile* profile_; profile_ 92 chrome/browser/ui/app_list/app_list_view_delegate.cc profile_(profile), profile_ 115 chrome/browser/ui/app_list/app_list_view_delegate.cc app_list::StartPageService::Get(profile_); profile_ 132 chrome/browser/ui/app_list/app_list_view_delegate.cc app_list::StartPageService::Get(profile_); profile_ 171 chrome/browser/ui/app_list/app_list_view_delegate.cc profile_)->model(); profile_ 174 chrome/browser/ui/app_list/app_list_view_delegate.cc profile_, model_->search_box(), model_->results(), profile_ 177 chrome/browser/ui/app_list/app_list_view_delegate.cc signin_delegate_.SetProfile(profile_); profile_ 180 chrome/browser/ui/app_list/app_list_view_delegate.cc app_sync_ui_state_watcher_.reset(new AppSyncUIStateWatcher(profile_, model_)); profile_ 191 chrome/browser/ui/app_list/app_list_view_delegate.cc profile_->GetPath(), &users_); profile_ 206 chrome/browser/ui/app_list/app_list_view_delegate.cc profile_ = profile_ 208 chrome/browser/ui/app_list/app_list_view_delegate.cc DCHECK(profile_); profile_ 232 chrome/browser/ui/app_list/app_list_view_delegate.cc ExtensionService* service = profile_->GetExtensionService(); profile_ 242 chrome/browser/ui/app_list/app_list_view_delegate.cc web_app::GetWebAppDataDirectory(profile_->GetPath(), profile_ 248 chrome/browser/ui/app_list/app_list_view_delegate.cc profile_, profile_ 292 chrome/browser/ui/app_list/app_list_view_delegate.cc app_list::StartPageService::Get(profile_); profile_ 305 chrome/browser/ui/app_list/app_list_view_delegate.cc app_list::StartPageService::Get(profile_); profile_ 315 chrome/browser/ui/app_list/app_list_view_delegate.cc ExtensionService* service = profile_->GetExtensionService(); profile_ 320 chrome/browser/ui/app_list/app_list_view_delegate.cc controller_->ActivateApp(profile_, profile_ 329 chrome/browser/ui/app_list/app_list_view_delegate.cc chrome::ScopedTabbedBrowserDisplayer displayer(profile_, desktop); profile_ 341 chrome/browser/ui/app_list/app_list_view_delegate.cc Browser* browser = chrome::FindTabbedBrowser(profile_, false, desktop); profile_ 348 chrome/browser/ui/app_list/app_list_view_delegate.cc app_list::StartPageService::Get(profile_); profile_ 394 chrome/browser/ui/app_list/app_list_view_delegate.cc app_list::StartPageService::Get(profile_); profile_ 403 chrome/browser/ui/app_list/app_list_view_delegate.cc app_list::StartPageService::Get(profile_); profile_ 124 chrome/browser/ui/app_list/app_list_view_delegate.h Profile* profile_; profile_ 38 chrome/browser/ui/app_list/chrome_signin_delegate.cc profile_ = profile; profile_ 45 chrome/browser/ui/app_list/chrome_signin_delegate.cc if (!profile_) profile_ 48 chrome/browser/ui/app_list/chrome_signin_delegate.cc if (!GetSigninManager(profile_)) profile_ 51 chrome/browser/ui/app_list/chrome_signin_delegate.cc return GetSigninManager(profile_)->GetAuthenticatedUsername().empty(); profile_ 56 chrome/browser/ui/app_list/chrome_signin_delegate.cc DCHECK(profile_); profile_ 58 chrome/browser/ui/app_list/chrome_signin_delegate.cc profile_, chrome::GetActiveDesktop()); profile_ 65 chrome/browser/ui/app_list/chrome_signin_delegate.cc chrome::NavigateParams params(profile_, gurl, content::PAGE_TRANSITION_LINK); profile_ 70 chrome/browser/ui/app_list/chrome_signin_delegate.cc ExtensionService* service = profile_->GetExtensionService(); profile_ 77 chrome/browser/ui/app_list/chrome_signin_delegate.cc OpenApplication(AppLaunchParams(profile_, extension, NEW_FOREGROUND_TAB)); profile_ 32 chrome/browser/ui/app_list/chrome_signin_delegate.h Profile* profile_; profile_ 122 chrome/browser/ui/app_list/extension_app_item.cc profile_(profile), profile_ 140 chrome/browser/ui/app_list/extension_app_item.cc GetAppSorting(profile_)->EnsureValidOrdinals(extension_id_, profile_ 159 chrome/browser/ui/app_list/extension_app_item.cc ? extensions::GetLaunchType(extensions::ExtensionPrefs::Get(profile_), profile_ 189 chrome/browser/ui/app_list/extension_app_item.cc profile_); profile_ 211 chrome/browser/ui/app_list/extension_app_item.cc extensions::ExtensionPrefs* prefs = extensions::ExtensionPrefs::Get(profile_); profile_ 212 chrome/browser/ui/app_list/extension_app_item.cc extensions::AppSorting* sorting = GetAppSorting(profile_); profile_ 237 chrome/browser/ui/app_list/extension_app_item.cc extensions::ExtensionSystem::Get(profile_)->extension_service(); profile_ 244 chrome/browser/ui/app_list/extension_app_item.cc profile_, profile_ 254 chrome/browser/ui/app_list/extension_app_item.cc if (extensions::util::IsAppLaunchableWithoutEnabling(extension_id_, profile_)) profile_ 262 chrome/browser/ui/app_list/extension_app_item.cc profile_, extension_id_, this)); profile_ 278 chrome/browser/ui/app_list/extension_app_item.cc GetController()->LaunchApp(profile_, profile_ 316 chrome/browser/ui/app_list/extension_app_item.cc GetController()->ActivateApp(profile_, profile_ 324 chrome/browser/ui/app_list/extension_app_item.cc this, profile_, extension_id_, GetController())); profile_ 349 chrome/browser/ui/app_list/extension_app_item.cc GetAppSorting(profile_)->GetPageOrdinal(extension_id_); profile_ 351 chrome/browser/ui/app_list/extension_app_item.cc GetAppSorting(profile_)->GetAppLaunchOrdinal(extension_id_); profile_ 105 chrome/browser/ui/app_list/extension_app_item.h Profile* profile_; profile_ 53 chrome/browser/ui/app_list/extension_app_model_builder.cc profile_(NULL), profile_ 68 chrome/browser/ui/app_list/extension_app_model_builder.cc DCHECK(!service_ && !profile_); profile_ 71 chrome/browser/ui/app_list/extension_app_model_builder.cc profile_ = service->profile(); profile_ 80 chrome/browser/ui/app_list/extension_app_model_builder.cc DCHECK(!service_ && !profile_); profile_ 83 chrome/browser/ui/app_list/extension_app_model_builder.cc profile_ = profile; profile_ 99 chrome/browser/ui/app_list/extension_app_model_builder.cc client->GetPrefServiceForContext(profile_)); profile_ 211 chrome/browser/ui/app_list/extension_app_model_builder.cc return make_scoped_ptr(new ExtensionAppItem(profile_, profile_ 221 chrome/browser/ui/app_list/extension_app_model_builder.cc tracker_ = controller_->GetInstallTrackerFor(profile_); profile_ 233 chrome/browser/ui/app_list/extension_app_model_builder.cc controller_->GetApps(profile_, &extensions); profile_ 237 chrome/browser/ui/app_list/extension_app_model_builder.cc if (!ShouldDisplayInAppLauncher(profile_, *app)) profile_ 117 chrome/browser/ui/app_list/extension_app_model_builder.h Profile* profile_; profile_ 145 chrome/browser/ui/app_list/extension_app_model_builder_unittest.cc builder_->InitializeWithProfile(profile_.get(), model_.get()); profile_ 190 chrome/browser/ui/app_list/extension_app_model_builder_unittest.cc builder1.InitializeWithProfile(profile_.get(), &model1); profile_ 196 chrome/browser/ui/app_list/extension_app_model_builder_unittest.cc profile_->GetPrefs()->SetBoolean(prefs::kHideWebStoreIcon, true); profile_ 201 chrome/browser/ui/app_list/extension_app_model_builder_unittest.cc builder2.InitializeWithProfile(profile_.get(), &model2); profile_ 244 chrome/browser/ui/app_list/extension_app_model_builder_unittest.cc extensions::InstallTrackerFactory::GetForProfile(profile_.get()); profile_ 254 chrome/browser/ui/app_list/extension_app_model_builder_unittest.cc extensions::ExtensionPrefs::Get(profile_.get())->app_sorting(); profile_ 277 chrome/browser/ui/app_list/extension_app_model_builder_unittest.cc extensions::ExtensionPrefs::Get(profile_.get())->app_sorting(); profile_ 300 chrome/browser/ui/app_list/extension_app_model_builder_unittest.cc extensions::ExtensionPrefs::Get(profile_.get())->app_sorting(); profile_ 305 chrome/browser/ui/app_list/extension_app_model_builder_unittest.cc extensions::ExtensionPrefs::Get(profile_.get()); profile_ 321 chrome/browser/ui/app_list/extension_app_model_builder_unittest.cc extensions::ExtensionPrefs::Get(profile_.get())->app_sorting(); profile_ 17 chrome/browser/ui/app_list/extension_uninstaller.cc : profile_(profile), profile_ 27 chrome/browser/ui/app_list/extension_uninstaller.cc extensions::ExtensionSystem::Get(profile_)->extension_service()-> profile_ 34 chrome/browser/ui/app_list/extension_uninstaller.cc dialog_.reset(ExtensionUninstallDialog::Create(profile_, NULL, this)); profile_ 40 chrome/browser/ui/app_list/extension_uninstaller.cc extensions::ExtensionSystem::Get(profile_)->extension_service(); profile_ 31 chrome/browser/ui/app_list/extension_uninstaller.h Profile* profile_; profile_ 42 chrome/browser/ui/app_list/recommended_apps.cc RecommendedApps::RecommendedApps(Profile* profile) : profile_(profile) { profile_ 43 chrome/browser/ui/app_list/recommended_apps.cc extensions::InstallTrackerFactory::GetForProfile(profile_)->AddObserver(this); profile_ 45 chrome/browser/ui/app_list/recommended_apps.cc extensions::ExtensionPrefs* prefs = extensions::ExtensionPrefs::Get(profile_); profile_ 55 chrome/browser/ui/app_list/recommended_apps.cc extensions::InstallTrackerFactory::GetForProfile(profile_) profile_ 68 chrome/browser/ui/app_list/recommended_apps.cc extensions::ExtensionPrefs* prefs = extensions::ExtensionPrefs::Get(profile_); profile_ 72 chrome/browser/ui/app_list/recommended_apps.cc extensions::ExtensionRegistry::Get(profile_)->enabled_extensions(); profile_ 49 chrome/browser/ui/app_list/recommended_apps.h Profile* profile_; profile_ 33 chrome/browser/ui/app_list/search/app_result.cc : profile_(profile), profile_ 40 chrome/browser/ui/app_list/search/app_result.cc extensions::ExtensionSystem::Get(profile_)->extension_service() profile_ 47 chrome/browser/ui/app_list/search/app_result.cc profile_, profile_ 77 chrome/browser/ui/app_list/search/app_result.cc extensions::ExtensionSystem::Get(profile_)->extension_service() profile_ 91 chrome/browser/ui/app_list/search/app_result.cc profile_, profile_ 101 chrome/browser/ui/app_list/search/app_result.cc new AppResult(profile_, app_id_, controller_)); profile_ 115 chrome/browser/ui/app_list/search/app_result.cc this, profile_, app_id_, controller_)); profile_ 126 chrome/browser/ui/app_list/search/app_result.cc install_tracker_ = extensions::InstallTrackerFactory::GetForProfile(profile_); profile_ 138 chrome/browser/ui/app_list/search/app_result.cc if (extensions::util::IsAppLaunchableWithoutEnabling(app_id_, profile_)) profile_ 145 chrome/browser/ui/app_list/search/app_result.cc profile_, app_id_, this)); profile_ 155 chrome/browser/ui/app_list/search/app_result.cc if (!extensions::util::IsAppLaunchable(app_id_, profile_)) { profile_ 82 chrome/browser/ui/app_list/search/app_result.h Profile* profile_; profile_ 49 chrome/browser/ui/app_list/search/app_search_provider.cc : profile_(profile), profile_ 52 chrome/browser/ui/app_list/search/app_search_provider.cc content::Source<Profile>(profile_->GetOriginalProfile())); profile_ 54 chrome/browser/ui/app_list/search/app_search_provider.cc content::Source<Profile>(profile_->GetOriginalProfile())); profile_ 73 chrome/browser/ui/app_list/search/app_search_provider.cc new AppResult(profile_, (*app_it)->app_id(), list_controller_)); profile_ 89 chrome/browser/ui/app_list/search/app_search_provider.cc if (profile_->IsOffTheRecord() && profile_ 90 chrome/browser/ui/app_list/search/app_search_provider.cc !extensions::util::CanLoadInIncognito(app, profile_)) profile_ 98 chrome/browser/ui/app_list/search/app_search_provider.cc ExtensionRegistry* registry = ExtensionRegistry::Get(profile_); profile_ 48 chrome/browser/ui/app_list/search/app_search_provider.h Profile* profile_; profile_ 50 chrome/browser/ui/app_list/search/app_search_provider_unittest.cc app_search_.reset(new AppSearchProvider(profile_.get(), NULL)); profile_ 28 chrome/browser/ui/app_list/search/common/webservice_search_provider.cc : profile_(profile), profile_ 52 chrome/browser/ui/app_list/search/common/webservice_search_provider.cc !chrome::IsSuggestPrefEnabled(profile_)) { profile_ 36 chrome/browser/ui/app_list/search/common/webservice_search_provider.h Profile* profile_; profile_ 117 chrome/browser/ui/app_list/search/history_unittest.cc profile_.reset(new TestingProfile); profile_ 125 chrome/browser/ui/app_list/search/history_unittest.cc history_.reset(new History(profile_.get())); profile_ 162 chrome/browser/ui/app_list/search/history_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 67 chrome/browser/ui/app_list/search/omnibox_provider.cc : profile_(profile), profile_ 83 chrome/browser/ui/app_list/search/omnibox_provider.cc chrome::NavigateParams params(profile_, profile_ 94 chrome/browser/ui/app_list/search/omnibox_provider.cc new OmniboxResult(profile_, match_)).Pass(); profile_ 125 chrome/browser/ui/app_list/search/omnibox_provider.cc Profile* profile_; profile_ 134 chrome/browser/ui/app_list/search/omnibox_provider.cc : profile_(profile), profile_ 168 chrome/browser/ui/app_list/search/omnibox_provider.cc new OmniboxResult(profile_, *it)).Pass()); profile_ 37 chrome/browser/ui/app_list/search/omnibox_provider.h Profile* profile_; profile_ 78 chrome/browser/ui/app_list/search/people/people_provider.cc profile_->GetRequestContext())); profile_ 122 chrome/browser/ui/app_list/search/people/people_provider.cc ProfileOAuth2TokenServiceFactory::GetForProfile(profile_); profile_ 124 chrome/browser/ui/app_list/search/people/people_provider.cc SigninManagerFactory::GetInstance()->GetForProfile(profile_); profile_ 193 chrome/browser/ui/app_list/search/people/people_provider.cc result.reset(new PeopleResult(profile_, person.Pass())); profile_ 64 chrome/browser/ui/app_list/search/people/people_result.cc : profile_(profile), person_(person.Pass()), weak_factory_(this) { profile_ 76 chrome/browser/ui/app_list/search/people/people_result.cc profile_->GetRequestContext(), profile_ 113 chrome/browser/ui/app_list/search/people/people_result.cc new PeopleResult(profile_, person_->Duplicate().Pass())).Pass(); profile_ 152 chrome/browser/ui/app_list/search/people/people_result.cc SigninManagerFactory::GetInstance()->GetForProfile(profile_); profile_ 168 chrome/browser/ui/app_list/search/people/people_result.cc profile_)->event_router()->DispatchEventToExtension( profile_ 175 chrome/browser/ui/app_list/search/people/people_result.cc chrome::NavigateParams params(profile_, profile_ 189 chrome/browser/ui/app_list/search/people/people_result.cc profile_)->event_router()->ExtensionHasEventListener( profile_ 45 chrome/browser/ui/app_list/search/people/people_result.h Profile* profile_; profile_ 47 chrome/browser/ui/app_list/search/search_controller.cc : profile_(profile), profile_ 65 chrome/browser/ui/app_list/search/search_controller.cc StartPageService* service = StartPageService::Get(profile_); profile_ 82 chrome/browser/ui/app_list/search/search_controller.cc new AppSearchProvider(profile_, list_controller_)).Pass()); profile_ 84 chrome/browser/ui/app_list/search/search_controller.cc new OmniboxProvider(profile_)).Pass()); profile_ 86 chrome/browser/ui/app_list/search/search_controller.cc new WebstoreProvider(profile_, list_controller_)).Pass()); profile_ 90 chrome/browser/ui/app_list/search/search_controller.cc new PeopleProvider(profile_)).Pass()); profile_ 63 chrome/browser/ui/app_list/search/search_controller.h Profile* profile_; profile_ 21 chrome/browser/ui/app_list/search/search_webstore_result.cc : profile_(profile), profile_ 49 chrome/browser/ui/app_list/search/search_webstore_result.cc chrome::NavigateParams params(profile_, profile_ 61 chrome/browser/ui/app_list/search/search_webstore_result.cc new SearchWebstoreResult(profile_, query_)).Pass(); profile_ 31 chrome/browser/ui/app_list/search/search_webstore_result.h Profile* profile_; profile_ 18 chrome/browser/ui/app_list/search/webstore/webstore_installer.cc profile_(profile), profile_ 28 chrome/browser/ui/app_list/search/webstore/webstore_installer.cc new ExtensionInstallPrompt(profile_, parent_window_, this)); profile_ 34 chrome/browser/ui/app_list/search/webstore/webstore_installer.cc profile_, chrome::GetActiveDesktop()); profile_ 41 chrome/browser/ui/app_list/search/webstore/webstore_installer.h Profile* profile_; profile_ 70 chrome/browser/ui/app_list/search/webstore/webstore_provider.cc profile_->GetRequestContext())); profile_ 80 chrome/browser/ui/app_list/search/webstore/webstore_provider.cc new SearchWebstoreResult(profile_, query_)).Pass()); profile_ 156 chrome/browser/ui/app_list/search/webstore/webstore_provider.cc profile_, app_id, localized_name, icon_url, controller_)); profile_ 72 chrome/browser/ui/app_list/search/webstore/webstore_result.cc : profile_(profile), profile_ 90 chrome/browser/ui/app_list/search/webstore/webstore_result.cc profile_->GetRequestContext(), profile_ 110 chrome/browser/ui/app_list/search/webstore/webstore_result.cc chrome::NavigateParams params(profile_, profile_ 123 chrome/browser/ui/app_list/search/webstore/webstore_result.cc profile_, app_id_, localized_name_, icon_url_, controller_)).Pass(); profile_ 129 chrome/browser/ui/app_list/search/webstore/webstore_result.cc const bool is_otr = profile_->IsOffTheRecord(); profile_ 131 chrome/browser/ui/app_list/search/webstore/webstore_result.cc extensions::util::IsExtensionInstalledPermanently(app_id_, profile_); profile_ 184 chrome/browser/ui/app_list/search/webstore/webstore_result.cc profile_, profile_ 195 chrome/browser/ui/app_list/search/webstore/webstore_result.cc profile_, profile_ 216 chrome/browser/ui/app_list/search/webstore/webstore_result.cc install_tracker_ = extensions::InstallTrackerFactory::GetForProfile(profile_); profile_ 59 chrome/browser/ui/app_list/search/webstore/webstore_result.h Profile* profile_; profile_ 101 chrome/browser/ui/app_list/start_page_service.cc : profile_(profile), profile_ 154 chrome/browser/ui/app_list/start_page_service.cc if (!HotwordService::DoesHotwordSupportLanguage(profile_)) profile_ 158 chrome/browser/ui/app_list/start_page_service.cc profile_->GetPrefs()->FindPreference(prefs::kHotwordSearchEnabled); profile_ 162 chrome/browser/ui/app_list/start_page_service.cc if (!HotwordServiceFactory::IsServiceAvailable(profile_)) profile_ 235 chrome/browser/ui/app_list/start_page_service.cc content::WebContents::CreateParams(profile_))); profile_ 55 chrome/browser/ui/app_list/start_page_service.h Profile* profile() { return profile_; } profile_ 82 chrome/browser/ui/app_list/start_page_service.h Profile* profile_; profile_ 18 chrome/browser/ui/app_list/test/app_list_shower_unittest.cc : profile_(profile) { profile_ 22 chrome/browser/ui/app_list/test/app_list_shower_unittest.cc return profile_->GetProfileName(); profile_ 53 chrome/browser/ui/app_list/test/app_list_shower_unittest.cc profile_ = profile; profile_ 56 chrome/browser/ui/app_list/test/app_list_shower_unittest.cc Profile* profile_; profile_ 56 chrome/browser/ui/ash/app_sync_ui_state.cc : profile_(profile), profile_ 75 chrome/browser/ui/ash/app_sync_ui_state.cc DCHECK(ShouldObserveAppSyncForProfile(profile_)); profile_ 80 chrome/browser/ui/ash/app_sync_ui_state.cc content::Source<Profile>(profile_)); profile_ 82 chrome/browser/ui/ash/app_sync_ui_state.cc sync_service_ = ProfileSyncServiceFactory::GetForProfile(profile_); profile_ 94 chrome/browser/ui/ash/app_sync_ui_state.cc profile_ = NULL; profile_ 127 chrome/browser/ui/ash/app_sync_ui_state.cc extensions::ExtensionSystem::Get(profile_)->extension_service()-> profile_ 75 chrome/browser/ui/ash/app_sync_ui_state.h Profile* profile_; profile_ 47 chrome/browser/ui/ash/chrome_new_window_delegate.cc profile_(profile), profile_ 67 chrome/browser/ui/ash/chrome_new_window_delegate.cc RestoreTabUsingProfile(profile_); profile_ 74 chrome/browser/ui/ash/chrome_new_window_delegate.cc Profile* profile_; profile_ 317 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc profile_(profile), profile_ 320 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc if (!profile_) { profile_ 327 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc profile_ = active_profile->IsGuestSession() ? active_profile : profile_ 330 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc app_sync_ui_state_ = AppSyncUIState::Get(profile_); profile_ 336 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc AttachProfile(profile_); profile_ 385 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc content::Source<Profile>(profile_)); profile_ 389 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc content::Source<Profile>(profile_)); profile_ 448 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc PrefServiceSyncable* prefs = PrefServiceSyncable::FromProfile(profile_); profile_ 642 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc if (!extensions::util::IsAppLaunchableWithoutEnabling(app_id, profile_)) { profile_ 648 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc new ExtensionEnableFlow(profile_, app_id, this)); profile_ 657 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc AppLaunchParams params(profile_, profile_ 707 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc return extensions::GetLaunchType(extensions::ExtensionPrefs::Get(profile_), profile_ 770 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc profile_->GetPrefs()->FindPreference(prefs::kPinnedLauncherApps); profile_ 807 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc extensions::SetLaunchType(profile_->GetExtensionService(), profile_ 820 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc return profile_->IsGuestSession(); profile_ 825 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc chrome::NewEmptyWindow(profile_, chrome::HOST_DESKTOP_TYPE_ASH); profile_ 830 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc chrome::NewEmptyWindow(profile_->GetOffTheRecordProfile(), profile_ 849 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc ListPrefUpdate updater(profile_->GetPrefs(), prefs::kPinnedLauncherApps); profile_ 881 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc return profile_; profile_ 892 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc GetPrefForRootWindow(profile_->GetPrefs(), profile_ 909 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc profile_->GetPrefs()->FindPreference( profile_ 1003 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc return (profile_->GetExtensionService()) ? profile_ 1004 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc profile_->GetExtensionService()->GetInstalledExtension(app_id) : NULL; profile_ 1176 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc profile_->GetPrefs(), root_window, prefs::kShelfAlignment, pref_value); profile_ 1180 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc profile_->GetPrefs()->SetString(prefs::kShelfAlignmentLocal, pref_value); profile_ 1181 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc profile_->GetPrefs()->SetString(prefs::kShelfAlignment, pref_value); profile_ 1190 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc PrefServiceSyncable* prefs = PrefServiceSyncable::FromProfile(profile_); profile_ 1347 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc multi_user_util::GetUserIDFromProfile(profile_)] = list; profile_ 1633 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc profile_->GetPrefs(), root_window, prefs::kShelfAutoHideBehavior, value); profile_ 1637 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc profile_->GetPrefs()->SetString(prefs::kShelfAutoHideBehaviorLocal, value); profile_ 1638 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc profile_->GetPrefs()->SetString(prefs::kShelfAutoHideBehavior, value); profile_ 1662 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc GetPrefForRootWindow(profile_->GetPrefs(), profile_ 1785 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc profile_->GetPrefs()->SetInteger(prefs::kShelfChromeIconIndex, index); profile_ 1789 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc size_t index = profile_->GetPrefs()->GetInteger(prefs::kShelfChromeIconIndex); profile_ 1791 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc profile_->GetPrefs()->GetList(prefs::kPinnedLauncherApps); profile_ 1870 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc profile_->GetPrefs()->GetList(prefs::kPinnedLauncherApps); profile_ 1973 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc profile_ = profile; profile_ 1977 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc app_tab_helper_.reset(new LauncherAppTabHelper(profile_)); profile_ 1979 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc app_tab_helper_->SetCurrentUser(profile_); profile_ 1986 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc profile_, extension_misc::EXTENSION_ICON_SMALL, this)); profile_ 1988 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc pref_change_registrar_.Init(profile_->GetPrefs()); profile_ 2012 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc PrefServiceSyncable::FromProfile(profile_)->RemoveObserver(this); profile_ 543 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h Profile* profile_; profile_ 83 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc : profile_(profile), icon_updates_(0) { profile_ 84 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc apps::AppWindowRegistry::Get(profile_)->AddObserver(this); profile_ 88 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc apps::AppWindowRegistry::Get(profile_)->RemoveObserver(this); profile_ 103 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc Profile* profile_; profile_ 44 chrome/browser/ui/ash/launcher/chrome_launcher_controller_win.cc profile_->GetPath().BaseName().AsUTF8Unsafe().c_str(), profile_ 74 chrome/browser/ui/ash/launcher/launcher_app_tab_helper.cc : profile_(profile) { profile_ 97 chrome/browser/ui/ash/launcher/launcher_app_tab_helper.cc const extensions::Extension* extension = GetExtensionForTab(profile_, tab); profile_ 102 chrome/browser/ui/ash/launcher/launcher_app_tab_helper.cc return GetExtensionByID(profile_, id) != NULL; profile_ 106 chrome/browser/ui/ash/launcher/launcher_app_tab_helper.cc profile_ = profile; profile_ 27 chrome/browser/ui/ash/launcher/launcher_app_tab_helper.h Profile* profile_; profile_ 39 chrome/browser/ui/ash/launcher/launcher_context_menu_unittest.cc : profile_(new TestingProfile()) {} profile_ 60 chrome/browser/ui/ash/launcher/launcher_context_menu_unittest.cc Profile* profile() { return profile_.get(); } profile_ 63 chrome/browser/ui/ash/launcher/launcher_context_menu_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 129 chrome/browser/ui/ash/screenshot_taker.cc profile_(profile), profile_ 141 chrome/browser/ui/ash/screenshot_taker.cc file_manager::util::ShowItemInFolder(profile_, screenshot_path_); profile_ 154 chrome/browser/ui/ash/screenshot_taker.cc drive::util::GetFileSystemByProfile(profile_); profile_ 177 chrome/browser/ui/ash/screenshot_taker.cc Profile* profile_; profile_ 80 chrome/browser/ui/ash/window_positioner_unittest.cc TestingProfile profile_; profile_ 110 chrome/browser/ui/ash/window_positioner_unittest.cc Browser::CreateParams window_params(&profile_, profile_ 117 chrome/browser/ui/ash/window_positioner_unittest.cc Browser::CreateParams popup_params(Browser::TYPE_POPUP, &profile_, profile_ 158 chrome/browser/ui/auto_login_infobar_delegate.cc profile_(profile), profile_ 165 chrome/browser/ui/auto_login_infobar_delegate.cc SigninManagerFactory::GetInstance()->GetForProfile(profile_); profile_ 174 chrome/browser/ui/auto_login_infobar_delegate.cc SigninManagerFactory::GetInstance()->GetForProfile(profile_); profile_ 72 chrome/browser/ui/auto_login_infobar_delegate.h Profile* profile_; profile_ 51 chrome/browser/ui/autofill/account_chooser_model_unittest.cc : model_(&delegate_, &profile_, false, metric_logger_) {} profile_ 54 chrome/browser/ui/autofill/account_chooser_model_unittest.cc TestingProfile* profile() { return &profile_; } profile_ 60 chrome/browser/ui/autofill/account_chooser_model_unittest.cc TestingProfile profile_; profile_ 713 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc profile_, profile_ 721 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc new autofill::ChromeDownloaderImpl(profile_->GetRequestContext())); profile_ 839 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc !profile_->IsOffTheRecord() && profile_ 845 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc return profile_->GetPrefs()->GetBoolean(::prefs::kAutofillDialogSaveData); profile_ 1050 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc profile_->GetRequestContext())); profile_ 2235 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc return profile_; profile_ 2680 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc profile_(Profile::FromBrowserContext(contents->GetBrowserContext())), profile_ 2686 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc wallet_client_(profile_->GetRequestContext(), this, source_url), profile_ 2713 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc return PersonalDataManagerFactory::GetForProfile(profile_); profile_ 2745 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc PrefService* user_prefs = profile_->GetPrefs(); profile_ 2832 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc bool shipping_same_as_billing = profile_->GetPrefs()->GetBoolean( profile_ 3371 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc return profile_->GetPrefs()->GetBoolean(prefs::kAutofillEnabled); profile_ 3715 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc profile_->GetPrefs()->SetBoolean( profile_ 3735 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc profile_->GetPrefs()->SetBoolean(::prefs::kAutofillDialogSaveData, profile_ 3745 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc profile_->GetPrefs()->SetBoolean( profile_ 3952 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc net::URLRequestContextGetter* request_context = profile_->GetRequestContext(); profile_ 617 chrome/browser/ui/autofill/autofill_dialog_controller_impl.h Profile* const profile_; profile_ 21 chrome/browser/ui/autofill/country_combobox_model_unittest.cc manager_.Init(NULL, profile_.GetPrefs(), false); profile_ 32 chrome/browser/ui/autofill/country_combobox_model_unittest.cc TestingProfile profile_; profile_ 101 chrome/browser/ui/autofill/data_model_wrapper.cc : profile_(profile), profile_ 109 chrome/browser/ui/autofill/data_model_wrapper.cc : profile_(profile), profile_ 125 chrome/browser/ui/autofill/data_model_wrapper.cc return profile_->GetInfoForVariant(effective_type, variant, app_locale); profile_ 133 chrome/browser/ui/autofill/data_model_wrapper.cc profile_->GetRawMultiInfo(type.GetStorableType(), &values); profile_ 107 chrome/browser/ui/autofill/data_model_wrapper.h const AutofillProfile* profile_; profile_ 51 chrome/browser/ui/autofill/generated_credit_card_bubble_controller_unittest.cc &profile_, NULL)) {} profile_ 68 chrome/browser/ui/autofill/generated_credit_card_bubble_controller_unittest.cc return profile_.GetPrefs()->GetInteger( profile_ 90 chrome/browser/ui/autofill/generated_credit_card_bubble_controller_unittest.cc TestingProfile profile_; profile_ 65 chrome/browser/ui/autofill/new_credit_card_bubble_controller.cc chrome::ShowSettingsSubPageForProfile(profile_, chrome::kAutofillSubPage); profile_ 71 chrome/browser/ui/autofill/new_credit_card_bubble_controller.cc : profile_(Profile::FromBrowserContext(web_contents->GetBrowserContext())), profile_ 85 chrome/browser/ui/autofill/new_credit_card_bubble_controller.h Profile* profile() { return profile_; } profile_ 113 chrome/browser/ui/autofill/new_credit_card_bubble_controller.h Profile* const profile_; profile_ 17 chrome/browser/ui/bookmarks/bookmark_bubble_sign_in_delegate.cc profile_(browser->profile()), profile_ 38 chrome/browser/ui/bookmarks/bookmark_bubble_sign_in_delegate.cc Profile* original_profile = profile_->GetOriginalProfile(); profile_ 40 chrome/browser/ui/bookmarks/bookmark_bubble_sign_in_delegate.h Profile* profile_; profile_ 44 chrome/browser/ui/bookmarks/bookmark_context_menu_controller.cc profile_(profile), profile_ 49 chrome/browser/ui/bookmarks/bookmark_context_menu_controller.cc DCHECK(profile_); profile_ 106 chrome/browser/ui/bookmarks/bookmark_context_menu_controller.cc profile_, profile_ 157 chrome/browser/ui/bookmarks/bookmark_context_menu_controller.cc initial_disposition, profile_); profile_ 173 chrome/browser/ui/bookmarks/bookmark_context_menu_controller.cc profile_, profile_ 182 chrome/browser/ui/bookmarks/bookmark_context_menu_controller.cc BookmarkUndoServiceFactory::GetForProfile(profile_)->undo_manager()-> profile_ 190 chrome/browser/ui/bookmarks/bookmark_context_menu_controller.cc BookmarkUndoServiceFactory::GetForProfile(profile_)->undo_manager()-> profile_ 221 chrome/browser/ui/bookmarks/bookmark_context_menu_controller.cc profile_, profile_ 237 chrome/browser/ui/bookmarks/bookmark_context_menu_controller.cc profile_, profile_ 244 chrome/browser/ui/bookmarks/bookmark_context_menu_controller.cc chrome::ToggleBookmarkBarWhenVisible(profile_); profile_ 248 chrome/browser/ui/bookmarks/bookmark_context_menu_controller.cc PrefService* prefs = profile_->GetPrefs(); profile_ 304 chrome/browser/ui/bookmarks/bookmark_context_menu_controller.cc return BookmarkUndoServiceFactory::GetForProfile(profile_)-> profile_ 308 chrome/browser/ui/bookmarks/bookmark_context_menu_controller.cc return BookmarkUndoServiceFactory::GetForProfile(profile_)-> profile_ 317 chrome/browser/ui/bookmarks/bookmark_context_menu_controller.cc PrefService* prefs = profile_->GetPrefs(); profile_ 330 chrome/browser/ui/bookmarks/bookmark_context_menu_controller.cc PrefService* prefs = profile_->GetPrefs(); profile_ 339 chrome/browser/ui/bookmarks/bookmark_context_menu_controller.cc return !profile_->IsOffTheRecord() && profile_ 343 chrome/browser/ui/bookmarks/bookmark_context_menu_controller.cc return chrome::HasBookmarkURLsAllowedInIncognitoMode(selection_, profile_) profile_ 345 chrome/browser/ui/bookmarks/bookmark_context_menu_controller.cc !profile_->IsOffTheRecord() && profile_ 360 chrome/browser/ui/bookmarks/bookmark_context_menu_controller.cc BookmarkUndoServiceFactory::GetForProfile(profile_)-> profile_ 365 chrome/browser/ui/bookmarks/bookmark_context_menu_controller.cc BookmarkUndoServiceFactory::GetForProfile(profile_)-> profile_ 104 chrome/browser/ui/bookmarks/bookmark_context_menu_controller.h Profile* profile_; profile_ 57 chrome/browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc profile_ = builder.Build(); profile_ 58 chrome/browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc profile_->CreateBookmarkModel(true); profile_ 60 chrome/browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc model_ = BookmarkModelFactory::GetForProfile(profile_.get()); profile_ 77 chrome/browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 112 chrome/browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc NULL, NULL, NULL, profile_.get(), NULL, nodes[0]->parent(), nodes); profile_ 134 chrome/browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc NULL, NULL, NULL, profile_.get(), NULL, model_->other_node(), profile_ 154 chrome/browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc NULL, NULL, NULL, profile_.get(), NULL, nodes[0]->parent(), nodes); profile_ 174 chrome/browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc NULL, NULL, NULL, profile_.get(), NULL, nodes[0]->parent(), nodes); profile_ 193 chrome/browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc NULL, NULL, NULL, profile_.get(), NULL, nodes[0]->parent(), nodes); profile_ 213 chrome/browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc NULL, NULL, NULL, profile_.get(), NULL, nodes[0]->parent(), nodes); profile_ 233 chrome/browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc NULL, NULL, NULL, profile_.get(), NULL, nodes[0]->parent(), nodes); profile_ 253 chrome/browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc NULL, NULL, NULL, profile_.get(), NULL, nodes[0]->parent(), nodes); profile_ 264 chrome/browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc NULL, NULL, NULL, profile_.get(), NULL, nodes[0], nodes); profile_ 273 chrome/browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc NULL, NULL, NULL, profile_.get(), NULL, NULL, profile_ 293 chrome/browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc NULL, NULL, NULL, profile_.get(), NULL, nodes[0]->parent(), nodes); profile_ 312 chrome/browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc NULL, NULL, NULL, profile_.get(), NULL, nodes[0]->parent(), nodes)); profile_ 320 chrome/browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc NULL, NULL, NULL, profile_.get(), NULL, nodes[0]->parent(), nodes)); profile_ 329 chrome/browser/ui/bookmarks/bookmark_context_menu_controller_unittest.cc NULL, NULL, NULL, profile_.get(), NULL, nodes[0]->parent(), nodes)); profile_ 59 chrome/browser/ui/bookmarks/recently_used_folders_combo_model_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 70 chrome/browser/ui/bookmarks/recently_used_folders_combo_model_unittest.cc profile_.reset(new TestingProfile()); profile_ 71 chrome/browser/ui/bookmarks/recently_used_folders_combo_model_unittest.cc profile_->CreateBookmarkModel(true); profile_ 81 chrome/browser/ui/bookmarks/recently_used_folders_combo_model_unittest.cc return BookmarkModelFactory::GetForProfile(profile_.get()); profile_ 330 chrome/browser/ui/browser.cc profile_(params.profile), profile_ 359 chrome/browser/ui/browser.cc CHECK(IncognitoModePrefs::CanOpenBrowser(profile_)); profile_ 360 chrome/browser/ui/browser.cc CHECK(!profile_->IsGuestSession() || profile_->IsOffTheRecord()) profile_ 370 chrome/browser/ui/browser.cc chrome::RegisterAppPrefs(app_name_, profile_); profile_ 378 chrome/browser/ui/browser.cc content::Source<Profile>(profile_->GetOriginalProfile())); profile_ 380 chrome/browser/ui/browser.cc content::Source<Profile>(profile_->GetOriginalProfile())); profile_ 382 chrome/browser/ui/browser.cc content::Source<Profile>(profile_->GetOriginalProfile())); profile_ 389 chrome/browser/ui/browser.cc ThemeServiceFactory::GetForProfile(profile_))); profile_ 394 chrome/browser/ui/browser.cc profile_pref_registrar_.Init(profile_->GetPrefs()); profile_ 408 chrome/browser/ui/browser.cc profile_->GetPrefs()); profile_ 415 chrome/browser/ui/browser.cc ProfileMetrics::LogProfileLaunch(profile_); profile_ 424 chrome/browser/ui/browser.cc SessionServiceFactory::GetForProfileForSessionRestore(profile_); profile_ 440 chrome/browser/ui/browser.cc autofill::PersonalDataManagerFactory::GetForProfile(profile_)); profile_ 459 chrome/browser/ui/browser.cc SessionServiceFactory::GetForProfile(profile_); profile_ 469 chrome/browser/ui/browser.cc if (!chrome::GetTotalBrowserCountForProfile(profile_)) { profile_ 479 chrome/browser/ui/browser.cc TabRestoreServiceFactory::ResetForProfile(profile_); profile_ 495 chrome/browser/ui/browser.cc if (profile_->IsOffTheRecord() && profile_ 496 chrome/browser/ui/browser.cc !BrowserList::IsOffTheRecordSessionActiveForProfile(profile_)) { profile_ 499 chrome/browser/ui/browser.cc ProfileDestroyer::DestroyProfileWhenAppropriate(profile_); profile_ 823 chrome/browser/ui/browser.cc profile_->GetPrefs()->GetString(prefs::kRecentlySelectedEncoding), profile_ 826 chrome/browser/ui/browser.cc profile_->GetPrefs()->SetString(prefs::kRecentlySelectedEncoding, profile_ 837 chrome/browser/ui/browser.cc const base::FilePath directory = profile_->last_selected_directory(); profile_ 921 chrome/browser/ui/browser.cc SessionServiceFactory::GetForProfile(profile_); profile_ 936 chrome/browser/ui/browser.cc SessionServiceFactory::GetForProfile(profile_); profile_ 954 chrome/browser/ui/browser.cc SessionServiceFactory::GetForProfileIfExisting(profile_); profile_ 1036 chrome/browser/ui/browser.cc SessionServiceFactory::GetForProfileIfExisting(profile_); profile_ 1066 chrome/browser/ui/browser.cc SessionServiceFactory::GetForProfile(profile_); profile_ 1386 chrome/browser/ui/browser.cc PrefService* prefs = profile_->GetPrefs(); profile_ 1530 chrome/browser/ui/browser.cc content::Source<Profile>(profile_), profile_ 1696 chrome/browser/ui/browser.cc ::RequestMediaAccessPermission(web_contents, profile_, request, callback); profile_ 1721 chrome/browser/ui/browser.cc !chrome::IsNTPURL(pending_entry->GetVirtualURL(), profile_)) { profile_ 1808 chrome/browser/ui/browser.cc profile_->set_last_selected_directory(file_info.file_path.DirName()); profile_ 1813 chrome/browser/ui/browser.cc drive::util::MaybeSetDriveURL(profile_, file_info.file_path, &url); profile_ 1834 chrome/browser/ui/browser.cc !chrome::ShouldRemoveBookmarkThisPageUI(profile_)); profile_ 1838 chrome/browser/ui/browser.cc !chrome::ShouldRemoveBookmarkOpenPagesUI(profile_)); profile_ 1873 chrome/browser/ui/browser.cc if (profile_->IsSameProfile(profile) && window()->GetLocationBar()) profile_ 1882 chrome/browser/ui/browser.cc !chrome::ShouldRemoveBookmarkThisPageUI(profile_)); profile_ 1886 chrome/browser/ui/browser.cc !chrome::ShouldRemoveBookmarkOpenPagesUI(profile_)); profile_ 1922 chrome/browser/ui/browser.cc if (profile_->GetPrefs()->GetBoolean(prefs::kDevToolsDisabled)) profile_ 2209 chrome/browser/ui/browser.cc extensions::ExtensionSystem::Get(profile_)->extension_service(); profile_ 2246 chrome/browser/ui/browser.cc if (profile_->IsGuestSession()) { profile_ 2249 chrome/browser/ui/browser.cc profile_->GetPrefs()->GetBoolean(prefs::kShowBookmarkBar) && profile_ 2298 chrome/browser/ui/browser.cc extensions::ExtensionSystem::Get(profile_)->extension_service(); profile_ 2317 chrome/browser/ui/browser.cc BackgroundContentsServiceFactory::GetForProfile(profile_); profile_ 2323 chrome/browser/ui/browser.cc extensions::ProcessMap* process_map = extensions::ProcessMap::Get(profile_); profile_ 2355 chrome/browser/ui/browser.cc profile_, profile_ 233 chrome/browser/ui/browser.h Profile* profile() const { return profile_; } profile_ 810 chrome/browser/ui/browser.h Profile* const profile_; profile_ 1371 chrome/browser/ui/browser_browsertest.cc launch.profile_ = browser()->profile(); profile_ 145 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_controller.h Profile* profile_; profile_ 33 chrome/browser/ui/cocoa/bookmarks/bookmark_editor_base_controller.h Profile* profile_; // weak profile_ 25 chrome/browser/ui/cocoa/bookmarks/bookmark_folder_target.h Profile* profile_; profile_ 139 chrome/browser/ui/cocoa/bookmarks/bookmark_menu_bridge.h Profile* profile_; // weak profile_ 25 chrome/browser/ui/cocoa/bookmarks/bookmark_name_folder_controller.h Profile* profile_; // weak profile_ 33 chrome/browser/ui/cocoa/browser/edit_search_engine_cocoa_controller.h Profile* profile_; // weak profile_ 49 chrome/browser/ui/cocoa/cocoa_profile_test.h TestingProfile* profile() { return profile_; } profile_ 63 chrome/browser/ui/cocoa/cocoa_profile_test.h TestingProfile* profile_; // Weak; owned by profile_manager_. profile_ 40 chrome/browser/ui/cocoa/extensions/browser_actions_controller.h Profile* profile_; profile_ 71 chrome/browser/ui/cocoa/extensions/extension_keybinding_registry_cocoa.h Profile* profile_; profile_ 17 chrome/browser/ui/cocoa/first_run_bubble_controller.h Profile* profile_; profile_ 210 chrome/browser/ui/cocoa/history_menu_bridge.h Profile* profile_; // weak profile_ 60 chrome/browser/ui/cocoa/location_bar/content_setting_decoration.h Profile* profile_; // weak profile_ 61 chrome/browser/ui/cocoa/toolbar/toolbar_controller.h Profile* profile_; // weak, one per window profile_ 1270 chrome/browser/ui/content_settings/content_setting_bubble_model.cc profile_(profile), profile_ 1276 chrome/browser/ui/content_settings/content_setting_bubble_model.cc content::Source<Profile>(profile_)); profile_ 1311 chrome/browser/ui/content_settings/content_setting_bubble_model.cc DCHECK_EQ(profile_, content::Source<Profile>(source).ptr()); profile_ 1312 chrome/browser/ui/content_settings/content_setting_bubble_model.cc profile_ = NULL; profile_ 130 chrome/browser/ui/content_settings/content_setting_bubble_model.h Profile* profile() const { return profile_; } profile_ 169 chrome/browser/ui/content_settings/content_setting_bubble_model.h Profile* profile_; profile_ 78 chrome/browser/ui/extensions/application_launch.cc profile_(profile), profile_ 89 chrome/browser/ui/extensions/application_launch.cc flow_.reset(new ExtensionEnableFlow(profile_, extension_id_, this)); profile_ 116 chrome/browser/ui/extensions/application_launch.cc Profile* profile_; profile_ 23 chrome/browser/ui/extensions/extension_enable_flow.cc : profile_(profile), profile_ 55 chrome/browser/ui/extensions/extension_enable_flow.cc extensions::ExtensionSystem::Get(profile_)->extension_service(); profile_ 58 chrome/browser/ui/extensions/extension_enable_flow.cc extension = extensions::ExtensionRegistry::Get(profile_)->GetExtensionById( profile_ 83 chrome/browser/ui/extensions/extension_enable_flow.cc extensions::ExtensionSystem::Get(profile_)->extension_service(); profile_ 90 chrome/browser/ui/extensions/extension_enable_flow.cc extensions::ExtensionPrefs* prefs = extensions::ExtensionPrefs::Get(profile_); profile_ 109 chrome/browser/ui/extensions/extension_enable_flow.cc new ExtensionInstallPrompt(profile_, parent_window_, this)); profile_ 114 chrome/browser/ui/extensions/extension_enable_flow.cc content::Source<Profile>(profile_)); profile_ 116 chrome/browser/ui/extensions/extension_enable_flow.cc content::Source<Profile>(profile_)); profile_ 118 chrome/browser/ui/extensions/extension_enable_flow.cc content::Source<Profile>(profile_)); profile_ 161 chrome/browser/ui/extensions/extension_enable_flow.cc extensions::ExtensionSystem::Get(profile_)->extension_service(); profile_ 183 chrome/browser/ui/extensions/extension_enable_flow.cc profile_, chrome::GetActiveDesktop()); profile_ 88 chrome/browser/ui/extensions/extension_enable_flow.h Profile* const profile_; profile_ 46 chrome/browser/ui/fullscreen/fullscreen_controller.cc profile_(browser->profile()), profile_ 57 chrome/browser/ui/fullscreen/fullscreen_controller.cc DCHECK(profile_); profile_ 388 chrome/browser/ui/fullscreen/fullscreen_controller.cc HostContentSettingsMap* settings_map = profile_->GetHostContentSettingsMap(); profile_ 602 chrome/browser/ui/fullscreen/fullscreen_controller.cc !profile_->GetPrefs()->GetBoolean(prefs::kFullscreenAllowed)) { profile_ 697 chrome/browser/ui/fullscreen/fullscreen_controller.cc return profile_->GetHostContentSettingsMap()->GetContentSetting(url, url, profile_ 706 chrome/browser/ui/fullscreen/fullscreen_controller.cc HostContentSettingsMap* settings_map = profile_->GetHostContentSettingsMap(); profile_ 219 chrome/browser/ui/fullscreen/fullscreen_controller.h Profile* const profile_; profile_ 16 chrome/browser/ui/global_error/global_error_service.cc GlobalErrorService::GlobalErrorService(Profile* profile) : profile_(profile) { profile_ 82 chrome/browser/ui/global_error/global_error_service.cc if (profile_ != NULL) { profile_ 83 chrome/browser/ui/global_error/global_error_service.cc profiles_to_notify.push_back(profile_); profile_ 84 chrome/browser/ui/global_error/global_error_service.cc if (profile_->IsOffTheRecord()) profile_ 85 chrome/browser/ui/global_error/global_error_service.cc profiles_to_notify.push_back(profile_->GetOriginalProfile()); profile_ 86 chrome/browser/ui/global_error/global_error_service.cc else if (profile_->HasOffTheRecordProfile()) profile_ 87 chrome/browser/ui/global_error/global_error_service.cc profiles_to_notify.push_back(profile_->GetOffTheRecordProfile()); profile_ 63 chrome/browser/ui/global_error/global_error_service.h Profile* profile_; profile_ 32 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk_unittest.cc profile_.reset(new TestingProfile()); profile_ 33 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk_unittest.cc profile_->CreateBookmarkModel(true); profile_ 34 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk_unittest.cc model_ = BookmarkModelFactory::GetForProfile(profile_.get()); profile_ 37 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk_unittest.cc Browser::CreateParams native_params(profile_.get(), profile_ 52 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk_unittest.cc profile_.reset(); profile_ 59 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 23 chrome/browser/ui/gtk/bookmarks/bookmark_bar_instructions_gtk.cc profile_(profile), profile_ 24 chrome/browser/ui/gtk/bookmarks/bookmark_bar_instructions_gtk.cc theme_service_(GtkThemeService::GetFrom(profile_)) { profile_ 40 chrome/browser/ui/gtk/bookmarks/bookmark_bar_instructions_gtk.h Profile* profile_; profile_ 136 chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.cc profile_(profile), profile_ 138 chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.cc theme_service_(GtkThemeService::GetFrom(profile_)), profile_ 216 chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.cc if (SyncPromoUI::ShouldShowSyncPromo(profile_)) { profile_ 448 chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.cc Profile* profile = profile_; profile_ 104 chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.h Profile* profile_; profile_ 32 chrome/browser/ui/gtk/bookmarks/bookmark_drag_drop_gtk.cc WriteBookmarksToSelection(nodes_, selection_data, target_type, profile_); profile_ 35 chrome/browser/ui/gtk/bookmarks/bookmark_drag_drop_gtk.cc Profile* profile_; profile_ 44 chrome/browser/ui/gtk/bookmarks/bookmark_drag_drop_gtk.cc profile_(profile), profile_ 266 chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk.cc : profile_(profile), profile_ 284 chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk.cc bb_model_ = BookmarkModelFactory::GetForProfile(profile_); profile_ 363 chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk.cc profile_ ? user_prefs::UserPrefs::Get(profile_) : NULL; profile_ 122 chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk.h Profile* profile_; profile_ 43 chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk_unittest.cc profile_.reset(new TestingProfile()); profile_ 44 chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk_unittest.cc profile_->CreateBookmarkModel(true); profile_ 46 chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk_unittest.cc model_ = BookmarkModelFactory::GetForProfile(profile_.get()); profile_ 63 chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 113 chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk_unittest.cc profile_.get(), profile_ 162 chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk_unittest.cc BookmarkEditorGtk editor(NULL, profile_.get(), NULL, profile_ 181 chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk_unittest.cc BookmarkEditorGtk editor(NULL, profile_.get(), NULL, profile_ 201 chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk_unittest.cc BookmarkEditorGtk editor(NULL, profile_.get(), NULL, profile_ 220 chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk_unittest.cc BookmarkEditorGtk editor(NULL, profile_.get(), NULL, profile_ 241 chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk_unittest.cc BookmarkEditorGtk editor(NULL, profile_.get(), NULL, profile_ 288 chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk_unittest.cc profile_.get(), profile_ 313 chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk_unittest.cc BookmarkEditorGtk editor(NULL, profile_.get(), NULL, profile_ 335 chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk_unittest.cc BookmarkEditorGtk editor(NULL, profile_.get(), NULL, profile_ 92 chrome/browser/ui/gtk/bookmarks/bookmark_sub_menu_model_gtk.cc GtkThemeService::GetFrom(profile_)->UsingNativeTheme()); profile_ 109 chrome/browser/ui/gtk/bookmarks/bookmark_sub_menu_model_gtk.cc new BookmarkNodeMenuModel(NULL, model_, node, page_navigator_, profile_); profile_ 73 chrome/browser/ui/gtk/bookmarks/bookmark_sub_menu_model_gtk.h Profile* profile_; profile_ 495 chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc profile_(browser->profile()), profile_ 506 chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc model_ = extensions::ExtensionToolbarModel::Get(profile_); profile_ 645 chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc if (profile_->IsOffTheRecord()) profile_ 704 chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc return (!profile_->IsOffTheRecord() || profile_ 705 chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc extensions::util::IsIncognitoEnabled(extension->id(), profile_)); profile_ 772 chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc if (profile_->IsOffTheRecord()) profile_ 821 chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc return ExtensionActionManager::Get(profile_)->GetBrowserAction(*extension) profile_ 934 chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc if (profile_->IsOffTheRecord()) profile_ 1062 chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc if (profile_->IsOffTheRecord()) profile_ 1103 chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc if (profile_->IsOffTheRecord()) profile_ 186 chrome/browser/ui/gtk/browser_actions_toolbar_gtk.h Profile* profile_; profile_ 65 chrome/browser/ui/gtk/content_setting_bubble_gtk.cc profile_(profile), profile_ 101 chrome/browser/ui/gtk/content_setting_bubble_gtk.cc GtkThemeService* theme_provider = GtkThemeService::GetFrom(profile_); profile_ 86 chrome/browser/ui/gtk/content_setting_bubble_gtk.h Profile* profile_; profile_ 29 chrome/browser/ui/gtk/extensions/extension_keybinding_registry_gtk.cc profile_(profile), profile_ 61 chrome/browser/ui/gtk/extensions/extension_keybinding_registry_gtk.cc extensions::CommandService::Get(profile_); profile_ 79 chrome/browser/ui/gtk/extensions/extension_keybinding_registry_gtk.h Profile* profile_; profile_ 73 chrome/browser/ui/gtk/first_run_dialog.cc : profile_(profile), profile_ 154 chrome/browser/ui/gtk/first_run_dialog.cc platform_util::OpenExternal(profile_, GURL(chrome::kLearnMoreReportingURL)); profile_ 35 chrome/browser/ui/gtk/first_run_dialog.h Profile* profile_; profile_ 97 chrome/browser/ui/gtk/global_history_menu.cc profile_(browser_->profile()), profile_ 129 chrome/browser/ui/gtk/global_history_menu.cc if (profile_) { profile_ 130 chrome/browser/ui/gtk/global_history_menu.cc top_sites_ = profile_->GetTopSites(); profile_ 407 chrome/browser/ui/gtk/global_history_menu.cc tab_restore_service_ = TabRestoreServiceFactory::GetForProfile(profile_); profile_ 105 chrome/browser/ui/gtk/global_history_menu.h Profile* profile_; profile_ 22 chrome/browser/ui/gtk/gtk_theme_service_unittest.cc profile_.GetPrefs()->SetBoolean(prefs::kUsesSystemTheme, use_gtk_theme); profile_ 26 chrome/browser/ui/gtk/gtk_theme_service_unittest.cc provider_ = GtkThemeService::GetFrom(&profile_); profile_ 30 chrome/browser/ui/gtk/gtk_theme_service_unittest.cc TestingProfile profile_; profile_ 27 chrome/browser/ui/gtk/infobars/infobar_container_gtk.cc profile_(profile), profile_ 82 chrome/browser/ui/gtk/infobars/infobar_container_gtk.h Profile* profile_; profile_ 44 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk_unittest.cc profile_.reset(new TestingProfile); profile_ 47 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk_unittest.cc view_.reset(new OmniboxViewGtk(controller_.get(), NULL, profile_.get(), profile_ 63 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 17 chrome/browser/ui/gtk/overflow_button.cc OverflowButton::OverflowButton(Profile* profile) : profile_(profile) { profile_ 39 chrome/browser/ui/gtk/overflow_button.cc if (GtkThemeService::GetFrom(profile_)->UsingNativeTheme()) { profile_ 33 chrome/browser/ui/gtk/overflow_button.h Profile* profile_; profile_ 213 chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.cc profile_(profile), profile_ 116 chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.h Profile* profile_; profile_ 30 chrome/browser/ui/navigation_correction_tab_observer.cc PrefService* prefs = profile_->GetPrefs(); profile_ 40 chrome/browser/ui/navigation_correction_tab_observer.cc content::Source<Profile>(profile_->GetOriginalProfile())); profile_ 79 chrome/browser/ui/navigation_correction_tab_observer.cc if (!profile_->GetPrefs()->GetBoolean(prefs::kAlternateErrorPagesEnabled) || profile_ 80 chrome/browser/ui/navigation_correction_tab_observer.cc profile_->IsOffTheRecord()) { profile_ 97 chrome/browser/ui/navigation_correction_tab_observer.cc google_util::GetGoogleCountryCode(profile_), google_apis::GetAPIKey(), profile_ 98 chrome/browser/ui/navigation_correction_tab_observer.cc google_util::GetGoogleSearchURL(profile_))); profile_ 55 chrome/browser/ui/navigation_correction_tab_observer.h Profile* profile_; profile_ 44 chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.cc profile_(profile), profile_ 71 chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.cc ShortcutsBackendFactory::GetForProfile(profile_)); profile_ 79 chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.cc HistoryServiceFactory::GetForProfile(profile_, Profile::IMPLICIT_ACCESS); profile_ 41 chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.h Profile* profile_; profile_ 17 chrome/browser/ui/omnibox/location_bar.cc LocationBar::LocationBar(Profile* profile) : profile_(profile) { profile_ 25 chrome/browser/ui/omnibox/location_bar.cc extensions::ExtensionRegistry::Get(profile_)->enabled_extensions(); profile_ 86 chrome/browser/ui/omnibox/location_bar.h Profile* profile() { return profile_; } profile_ 95 chrome/browser/ui/omnibox/location_bar.h Profile* profile_; profile_ 65 chrome/browser/ui/omnibox/omnibox_controller.cc profile_(profile), profile_ 103 chrome/browser/ui/omnibox/omnibox_controller.cc if (!prerender::IsOmniboxEnabled(profile_)) profile_ 152 chrome/browser/ui/omnibox/omnibox_controller.cc if (profile_->GetNetworkPredictor()) { profile_ 153 chrome/browser/ui/omnibox/omnibox_controller.cc profile_->GetNetworkPredictor()->AnticipateOmniboxUrl( profile_ 89 chrome/browser/ui/omnibox/omnibox_controller.h Profile* profile_; profile_ 21 chrome/browser/ui/omnibox/omnibox_controller_unittest.cc PrefService* GetPrefs() { return profile_.GetPrefs(); } profile_ 27 chrome/browser/ui/omnibox/omnibox_controller_unittest.cc TestingProfile profile_; profile_ 40 chrome/browser/ui/omnibox/omnibox_controller_unittest.cc omnibox_controller_.reset(new OmniboxController(NULL, &profile_)); profile_ 108 chrome/browser/ui/omnibox/omnibox_current_page_delegate_impl.cc InstantSearchPrerenderer::GetForProfile(profile_); profile_ 116 chrome/browser/ui/omnibox/omnibox_current_page_delegate_impl.cc predictors::AutocompleteActionPredictorFactory::GetForProfile(profile_)-> profile_ 135 chrome/browser/ui/omnibox/omnibox_current_page_delegate_impl.cc InstantSearchPrerenderer::GetForProfile(profile_); profile_ 42 chrome/browser/ui/omnibox/omnibox_current_page_delegate_impl.h Profile* profile_; profile_ 209 chrome/browser/ui/omnibox/omnibox_edit_model.cc profile_(profile), profile_ 361 chrome/browser/ui/omnibox/omnibox_edit_model.cc InstantSearchPrerenderer::GetForProfile(profile_); profile_ 369 chrome/browser/ui/omnibox/omnibox_edit_model.cc profile_); profile_ 467 chrome/browser/ui/omnibox/omnibox_edit_model.cc AutocompleteClassifierFactory::GetForProfile(profile_)->Classify( profile_ 532 chrome/browser/ui/omnibox/omnibox_edit_model.cc predictors::AutocompleteActionPredictorFactory::GetForProfile(profile_); profile_ 673 chrome/browser/ui/omnibox/omnibox_edit_model.cc const TemplateURL* template_url = match.GetTemplateURL(profile_, false); profile_ 675 chrome/browser/ui/omnibox/omnibox_edit_model.cc GoogleURLTracker::GoogleURLSearchCommitted(profile_); profile_ 697 chrome/browser/ui/omnibox/omnibox_edit_model.cc profile_, input_text, match, profile_ 754 chrome/browser/ui/omnibox/omnibox_edit_model.cc content::Source<Profile>(profile_), profile_ 762 chrome/browser/ui/omnibox/omnibox_edit_model.cc TemplateURL* template_url = match.GetTemplateURL(profile_, false); profile_ 778 chrome/browser/ui/omnibox/omnibox_edit_model.cc TemplateURLServiceFactory::GetForProfile(profile_)->IncrementUsageCount( profile_ 801 chrome/browser/ui/omnibox/omnibox_edit_model.cc ExtensionAppProvider::LaunchAppFromOmnibox(match, profile_, disposition); profile_ 811 chrome/browser/ui/omnibox/omnibox_edit_model.cc if (TemplateURLServiceFactory::GetForProfile(profile_)-> profile_ 1241 chrome/browser/ui/omnibox/omnibox_edit_model.cc match.GetKeywordUIState(profile_, &keyword, &is_keyword_hint); profile_ 1332 chrome/browser/ui/omnibox/omnibox_edit_model.cc AutocompleteClassifierFactory::GetForProfile(profile_)->Classify( profile_ 1433 chrome/browser/ui/omnibox/omnibox_edit_model.cc AutocompleteClassifierFactory::GetForProfile(profile_)->Classify( profile_ 100 chrome/browser/ui/omnibox/omnibox_edit_model.h Profile* profile() const { return profile_; } profile_ 541 chrome/browser/ui/omnibox/omnibox_edit_model.h Profile* profile_; profile_ 176 chrome/browser/ui/panels/panel.cc return profile_; profile_ 521 chrome/browser/ui/panels/panel.cc new panel_internal::PanelExtensionWindowController(this, profile_)); profile_ 526 chrome/browser/ui/panels/panel.cc panel_host_.reset(new PanelHost(this, profile_)); profile_ 535 chrome/browser/ui/panels/panel.cc content::Source<Profile>(profile_)); profile_ 540 chrome/browser/ui/panels/panel.cc ThemeServiceFactory::GetForProfile(profile_))); profile_ 805 chrome/browser/ui/panels/panel.cc profile_(profile), profile_ 349 chrome/browser/ui/panels/panel.h Profile* profile_; profile_ 40 chrome/browser/ui/panels/panel_host.cc profile_(profile), profile_ 53 chrome/browser/ui/panels/panel_host.cc profile_, content::SiteInstance::CreateForURL(profile_, url)); profile_ 107 chrome/browser/ui/panels/panel_host.cc chrome::NavigateParams navigate_params(profile_, profile_ 140 chrome/browser/ui/panels/panel_host.cc chrome::NavigateParams navigate_params(profile_, new_contents->GetURL(), profile_ 106 chrome/browser/ui/panels/panel_host.h Profile* profile_; profile_ 22 chrome/browser/ui/passwords/password_manager_presenter_unittest.cc : profile_(profile), password_manager_presenter_(this) { profile_ 40 chrome/browser/ui/passwords/password_manager_presenter_unittest.cc Profile* profile_; profile_ 49 chrome/browser/ui/passwords/password_manager_presenter_unittest.cc Profile* MockPasswordUIView::GetProfile() { return profile_; } profile_ 58 chrome/browser/ui/passwords/password_manager_presenter_unittest.cc &profile_, MockPasswordStoreService::Build); profile_ 59 chrome/browser/ui/passwords/password_manager_presenter_unittest.cc mock_controller_.reset(new MockPasswordUIView(&profile_)); profile_ 69 chrome/browser/ui/passwords/password_manager_presenter_unittest.cc TestingProfile profile_; profile_ 85 chrome/browser/ui/pdf/pdf_unsupported_feature.cc Profile* profile_; profile_ 92 chrome/browser/ui/pdf/pdf_unsupported_feature.cc : profile_(profile) { profile_ 110 chrome/browser/ui/pdf/pdf_unsupported_feature.cc PluginPrefs* plugin_prefs = PluginPrefs::GetForProfile(profile_).get(); profile_ 45 chrome/browser/ui/search/instant_page.cc : profile_(profile), profile_ 86 chrome/browser/ui/search/instant_page.h Profile* profile() const { return profile_; } profile_ 124 chrome/browser/ui/search/instant_page.h Profile* profile_; profile_ 30 chrome/browser/ui/search/instant_search_prerenderer.cc : profile_(profile), profile_ 52 chrome/browser/ui/search/instant_search_prerenderer.cc if (profile_->IsOffTheRecord()) profile_ 60 chrome/browser/ui/search/instant_search_prerenderer.cc prerender::PrerenderManagerFactory::GetForProfile(profile_); profile_ 127 chrome/browser/ui/search/instant_search_prerenderer.cc chrome::ExtractSearchTermsFromURL(profile_, url); profile_ 129 chrome/browser/ui/search/instant_search_prerenderer.cc prerender::PrerenderManagerFactory::GetForProfile(profile_); profile_ 94 chrome/browser/ui/search/instant_search_prerenderer.h Profile* const profile_; profile_ 67 chrome/browser/ui/search/instant_search_prerenderer_unittest.cc Profile* profile_; profile_ 109 chrome/browser/ui/search/instant_search_prerenderer_unittest.cc profile_(profile), profile_ 120 chrome/browser/ui/search/instant_search_prerenderer_unittest.cc content::WebContents::CreateParams(profile_), profile_ 26 chrome/browser/ui/search_engines/edit_search_engine_controller.cc DCHECK(profile_); profile_ 46 chrome/browser/ui/search_engines/edit_search_engine_controller.cc TemplateURL t_url(profile_, data); profile_ 54 chrome/browser/ui/search_engines/edit_search_engine_controller.cc (template_url_ == TemplateURLServiceFactory::GetForProfile(profile_)-> profile_ 71 chrome/browser/ui/search_engines/edit_search_engine_controller.cc TemplateURLServiceFactory::GetForProfile(profile_)-> profile_ 85 chrome/browser/ui/search_engines/edit_search_engine_controller.cc TemplateURLServiceFactory::GetForProfile(profile_); profile_ 137 chrome/browser/ui/search_engines/edit_search_engine_controller.cc TemplateURL t_url(profile_, data); profile_ 68 chrome/browser/ui/search_engines/edit_search_engine_controller.h const Profile* profile() const { return profile_; } profile_ 85 chrome/browser/ui/search_engines/edit_search_engine_controller.h Profile* profile_; profile_ 20 chrome/browser/ui/search_engines/keyword_editor_controller.cc : profile_(profile) { profile_ 71 chrome/browser/ui/search_engines/keyword_editor_controller.h Profile* profile_; profile_ 73 chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc TestingPrefServiceSyncable* service = profile_->GetTestingPrefService(); profile_ 96 chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 112 chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc profile_.reset(new TestingProfile()); profile_ 114 chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc profile_.get(), &TemplateURLServiceFactory::BuildInstanceFor); profile_ 116 chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc model_ = TemplateURLServiceFactory::GetForProfile(profile_.get()); profile_ 120 chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc controller_.reset(new KeywordEditorController(profile_.get())); profile_ 249 chrome/browser/ui/search_engines/keyword_editor_controller_unittest.cc TemplateURL* turl = new TemplateURL(profile_.get(), data); profile_ 59 chrome/browser/ui/startup/autolaunch_prompt_win.cc Profile* profile_; profile_ 81 chrome/browser/ui/startup/autolaunch_prompt_win.cc profile_(profile), profile_ 122 chrome/browser/ui/startup/autolaunch_prompt_win.cc profile_->GetPath().BaseName().value())); profile_ 36 chrome/browser/ui/startup/default_browser_prompt_win.cc : profile_(profile) { profile_ 47 chrome/browser/ui/startup/default_browser_prompt_win.cc Profile* profile_; profile_ 65 chrome/browser/ui/startup/default_browser_prompt_win.cc SetAsDefaultBrowserUI::Show(profile_, browser); profile_ 51 chrome/browser/ui/startup/session_crashed_infobar_delegate.cc content::BrowserContext::GetDefaultStoragePartition(profile_)-> profile_ 32 chrome/browser/ui/startup/session_crashed_infobar_delegate.h Profile* profile_; profile_ 315 chrome/browser/ui/startup/startup_browser_creator_impl.cc profile_(NULL), profile_ 327 chrome/browser/ui/startup/startup_browser_creator_impl.cc profile_(NULL), profile_ 340 chrome/browser/ui/startup/startup_browser_creator_impl.cc profile_ = profile; profile_ 548 chrome/browser/ui/startup/startup_browser_creator_impl.cc app_metro_launch::HandleAppLaunchForMetroRestart(profile_); profile_ 567 chrome/browser/ui/startup/startup_browser_creator_impl.cc SessionServiceFactory::GetForProfileForSessionRestore(profile_); profile_ 570 chrome/browser/ui/startup/startup_browser_creator_impl.cc if (!HasPendingUncleanExit(profile_) && profile_ 589 chrome/browser/ui/startup/startup_browser_creator_impl.cc profile_, adjust_urls)) profile_ 593 chrome/browser/ui/startup/startup_browser_creator_impl.cc browser = chrome::FindTabbedBrowser(profile_, false, profile_ 609 chrome/browser/ui/startup/startup_browser_creator_impl.cc StartupBrowserCreator::GetSessionStartupPref(command_line_, profile_); profile_ 618 chrome/browser/ui/startup/startup_browser_creator_impl.cc apps::AppRestoreServiceFactory::GetForProfile(profile_); profile_ 626 chrome/browser/ui/startup/startup_browser_creator_impl.cc if (profile_->GetLastSessionExitType() == Profile::EXIT_CRASHED && profile_ 661 chrome/browser/ui/startup/startup_browser_creator_impl.cc profile_, NULL, desktop_type, restore_behavior, profile_ 680 chrome/browser/ui/startup/startup_browser_creator_impl.cc !HasPendingUncleanExit(profile_)) { profile_ 681 chrome/browser/ui/startup/startup_browser_creator_impl.cc content::BrowserContext::GetDefaultStoragePartition(profile_)-> profile_ 692 chrome/browser/ui/startup/startup_browser_creator_impl.cc StartupBrowserCreator::GetSessionStartupPref(command_line_, profile_); profile_ 699 chrome/browser/ui/startup/startup_browser_creator_impl.cc profile_->GetPrefs()) && profile_ 700 chrome/browser/ui/startup/startup_browser_creator_impl.cc !HasPendingUncleanExit(profile_)) { profile_ 701 chrome/browser/ui/startup/startup_browser_creator_impl.cc tabs = PinnedTabCodec::ReadPinnedTabs(profile_); profile_ 704 chrome/browser/ui/startup/startup_browser_creator_impl.cc RecordAppLaunches(profile_, urls_to_open, tabs); profile_ 716 chrome/browser/ui/startup/startup_browser_creator_impl.cc !HasPendingUncleanExit(profile_)) { profile_ 774 chrome/browser/ui/startup/startup_browser_creator_impl.cc if (!profile_ && browser) profile_ 775 chrome/browser/ui/startup/startup_browser_creator_impl.cc profile_ = browser->profile(); profile_ 778 chrome/browser/ui/startup/startup_browser_creator_impl.cc browser = new Browser(Browser::CreateParams(profile_, desktop_type)); profile_ 789 chrome/browser/ui/startup/startup_browser_creator_impl.cc ProtocolHandlerRegistry* registry = profile_ ? profile_ 790 chrome/browser/ui/startup/startup_browser_creator_impl.cc ProtocolHandlerRegistryFactory::GetForProfile(profile_) : NULL; profile_ 850 chrome/browser/ui/startup/startup_browser_creator_impl.cc if (!browser || !profile_ || browser->tab_strip_model()->count() == 0) profile_ 876 chrome/browser/ui/startup/startup_browser_creator_impl.cc chrome::ShowDefaultBrowserPrompt(profile_, profile_ 919 chrome/browser/ui/startup/startup_browser_creator_impl.cc if (signin::ShouldShowPromoAtStartup(profile_, is_first_run_)) { profile_ 920 chrome/browser/ui/startup/startup_browser_creator_impl.cc signin::DidShowPromoAtStartup(profile_); profile_ 939 chrome/browser/ui/startup/startup_browser_creator_impl.cc if (!startup_urls->empty() && IsNewTabURL(profile_, startup_urls->at(0))) profile_ 156 chrome/browser/ui/startup/startup_browser_creator_impl.h Profile* profile_; profile_ 19 chrome/browser/ui/sync/inline_login_dialog.cc : profile_(profile) { profile_ 42 chrome/browser/ui/sync/inline_login_dialog.h Profile* profile_; profile_ 928 chrome/browser/ui/sync/one_click_signin_helper_unittest.cc profile_ = builder.Build(); profile_ 957 chrome/browser/ui/sync/one_click_signin_helper_unittest.cc TestingProfile* profile() { return profile_.get(); } profile_ 961 chrome/browser/ui/sync/one_click_signin_helper_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 69 chrome/browser/ui/sync/one_click_signin_sync_starter.cc SigninManagerFactory::GetForProfile(profile_)-> profile_ 87 chrome/browser/ui/sync/one_click_signin_sync_starter.cc profile_ = profile; profile_ 98 chrome/browser/ui/sync/one_click_signin_sync_starter.cc signin_tracker_ = SigninTrackerFactory::CreateForProfile(profile_, this); profile_ 108 chrome/browser/ui/sync/one_click_signin_sync_starter.cc sync_driver::SyncPrefs sync_prefs(profile_->GetPrefs()); profile_ 114 chrome/browser/ui/sync/one_click_signin_sync_starter.cc SigninManager* signin = SigninManagerFactory::GetForProfile(profile_); profile_ 120 chrome/browser/ui/sync/one_click_signin_sync_starter.cc policy::UserPolicySigninServiceFactory::GetForProfile(profile_); profile_ 163 chrome/browser/ui/sync/one_click_signin_sync_starter.cc SigninManager* signin = SigninManagerFactory::GetForProfile(profile_); profile_ 181 chrome/browser/ui/sync/one_click_signin_sync_starter.cc browser_ = EnsureBrowser(browser_, profile_, desktop_type_); profile_ 191 chrome/browser/ui/sync/one_click_signin_sync_starter.cc profile_, profile_ 199 chrome/browser/ui/sync/one_click_signin_sync_starter.cc SigninManager* signin = SigninManagerFactory::GetForProfile(profile_); profile_ 201 chrome/browser/ui/sync/one_click_signin_sync_starter.cc policy::UserPolicySigninServiceFactory::GetForProfile(profile_); profile_ 206 chrome/browser/ui/sync/one_click_signin_sync_starter.cc profile_->GetRequestContext(), profile_ 217 chrome/browser/ui/sync/one_click_signin_sync_starter.cc SigninManagerFactory::GetForProfile(profile_)->CompletePendingSignin(); profile_ 221 chrome/browser/ui/sync/one_click_signin_sync_starter.cc SigninManager* signin = SigninManagerFactory::GetForProfile(profile_); profile_ 241 chrome/browser/ui/sync/one_click_signin_sync_starter.cc DCHECK_NE(profile_, new_profile); profile_ 257 chrome/browser/ui/sync/one_click_signin_sync_starter.cc SigninManagerFactory::GetForProfile(profile_); profile_ 271 chrome/browser/ui/sync/one_click_signin_sync_starter.cc DCHECK_EQ(profile_, new_profile); profile_ 304 chrome/browser/ui/sync/one_click_signin_sync_starter.cc SigninManagerFactory::GetForProfile(profile_)->SignOut(); profile_ 311 chrome/browser/ui/sync/one_click_signin_sync_starter.cc SigninManager* signin = SigninManagerFactory::GetForProfile(profile_); profile_ 313 chrome/browser/ui/sync/one_click_signin_sync_starter.cc browser_ = EnsureBrowser(browser_, profile_, desktop_type_); profile_ 336 chrome/browser/ui/sync/one_click_signin_sync_starter.cc SigninManager* signin = SigninManagerFactory::GetForProfile(profile_); profile_ 410 chrome/browser/ui/sync/one_click_signin_sync_starter.cc browser_ = EnsureBrowser(browser_, profile_, desktop_type_); profile_ 445 chrome/browser/ui/sync/one_click_signin_sync_starter.cc LoginUIService* login_ui = LoginUIServiceFactory::GetForProfile(profile_); profile_ 449 chrome/browser/ui/sync/one_click_signin_sync_starter.cc browser_ = EnsureBrowser(browser_, profile_, desktop_type_); profile_ 461 chrome/browser/ui/sync/one_click_signin_sync_starter.cc profile_; profile_ 497 chrome/browser/ui/sync/one_click_signin_sync_starter.cc if (profile_->IsSyncAccessible()) profile_ 498 chrome/browser/ui/sync/one_click_signin_sync_starter.cc service = ProfileSyncServiceFactory::GetForProfile(profile_); profile_ 504 chrome/browser/ui/sync/one_click_signin_sync_starter.cc ProfileSyncServiceFactory::GetForProfile(profile_); profile_ 205 chrome/browser/ui/sync/one_click_signin_sync_starter.h Profile* profile_; profile_ 38 chrome/browser/ui/sync/one_click_signin_sync_starter_unittest.cc profile_ = builder.Build(); profile_ 41 chrome/browser/ui/sync/one_click_signin_sync_starter_unittest.cc SigninManagerFactory::GetForProfile(profile_.get())); profile_ 60 chrome/browser/ui/sync/one_click_signin_sync_starter_unittest.cc profile_.get(), profile_ 73 chrome/browser/ui/sync/one_click_signin_sync_starter_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 91 chrome/browser/ui/sync/profile_signin_confirmation_helper.cc Profile* profile_; profile_ 111 chrome/browser/ui/sync/profile_signin_confirmation_helper.cc : profile_(profile), profile_ 136 chrome/browser/ui/sync/profile_signin_confirmation_helper.cc HistoryServiceFactory::GetForProfileWithoutCreating(profile_); profile_ 152 chrome/browser/ui/sync/profile_signin_confirmation_helper.cc HistoryServiceFactory::GetForProfileWithoutCreating(profile_); profile_ 136 chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc profile_ = builder.Build(); profile_ 139 chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc profile_->CreateBookmarkModel(true); profile_ 140 chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc model_ = BookmarkModelFactory::GetForProfile(profile_.get()); profile_ 142 chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc ASSERT_TRUE(profile_->CreateHistoryService(true, false)); profile_ 145 chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc extensions::ExtensionSystem::Get(profile_.get())); profile_ 155 chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc profile_.reset(); profile_ 161 chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 178 chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc profile_.get()))); profile_ 192 chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc profile_.get()))); profile_ 197 chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc extensions::ExtensionSystem::Get(profile_.get())->extension_service(); profile_ 205 chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc extensions::ExtensionPrefs::Get(profile_.get())->AddGrantedPermissions( profile_ 209 chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc base::Bind(&ui::CheckShouldPromptForNewProfile, profile_.get()))); profile_ 213 chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc extensions::ExtensionPrefs::Get(profile_.get())->AddGrantedPermissions( profile_ 217 chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc base::Bind(&ui::CheckShouldPromptForNewProfile, profile_.get()))); profile_ 222 chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc profile_.get(), profile_ 240 chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc profile_.get()))); profile_ 245 chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc profile_.get(), profile_ 258 chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc profile_.get()))); profile_ 268 chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc profile_.get()))); profile_ 27 chrome/browser/ui/sync/sync_promo_ui_unittest.cc profile_ = builder.Build(); profile_ 35 chrome/browser/ui/sync/sync_promo_ui_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 45 chrome/browser/ui/sync/sync_promo_ui_unittest.cc EXPECT_FALSE(SyncPromoUI::ShouldShowSyncPromo(profile_.get())); profile_ 53 chrome/browser/ui/sync/sync_promo_ui_unittest.cc EXPECT_FALSE(SyncPromoUI::ShouldShowSyncPromo(profile_.get())); profile_ 55 chrome/browser/ui/sync/sync_promo_ui_unittest.cc EXPECT_TRUE(SyncPromoUI::ShouldShowSyncPromo(profile_.get())); profile_ 31 chrome/browser/ui/tabs/pinned_tab_service.cc : profile_(profile), profile_ 68 chrome/browser/ui/tabs/pinned_tab_service.cc browser->profile() == profile_) { profile_ 83 chrome/browser/ui/tabs/pinned_tab_service.cc browser->profile() == profile_) { profile_ 86 chrome/browser/ui/tabs/pinned_tab_service.cc PinnedTabCodec::WritePinnedTabs(profile_); profile_ 94 chrome/browser/ui/tabs/pinned_tab_service.cc PinnedTabCodec::WritePinnedTabs(profile_); profile_ 29 chrome/browser/ui/tabs/pinned_tab_service.h Profile* profile_; profile_ 244 chrome/browser/ui/tabs/tab_strip_model.cc profile_(profile), profile_ 141 chrome/browser/ui/tabs/tab_strip_model.h Profile* profile() const { return profile_; } profile_ 561 chrome/browser/ui/tabs/tab_strip_model.h Profile* profile_; profile_ 106 chrome/browser/ui/toolbar/origin_chip_info.cc label_ = OriginChip::LabelFromURLForProfile(displayed_url, profile_); profile_ 117 chrome/browser/ui/toolbar/origin_chip_info.cc extensions::ExtensionSystem::Get(profile_)->extension_service()-> profile_ 120 chrome/browser/ui/toolbar/origin_chip_info.cc new extensions::IconImage(profile_, profile_ 55 chrome/browser/ui/toolbar/origin_chip_info.h Profile* profile_; profile_ 20 chrome/browser/ui/toolbar/wrench_icon_painter_unittest.cc theme_provider_ = ThemeServiceFactory::GetForProfile(&profile_); profile_ 27 chrome/browser/ui/toolbar/wrench_icon_painter_unittest.cc TestingProfile profile_; profile_ 150 chrome/browser/ui/views/accessibility/accessibility_event_router_views_unittest.cc widget->SetNativeWindowProperty(Profile::kProfileKey, &profile_); profile_ 186 chrome/browser/ui/views/accessibility/accessibility_event_router_views_unittest.cc TestingProfile profile_; profile_ 33 chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_views.cc profile_(profile), profile_ 43 chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_views.cc new AppInfoSummaryTab(parent_window_, profile_, app_, close_callback_)); profile_ 47 chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_views.cc parent_window_, profile_, app_, close_callback_)); profile_ 50 chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_views.cc new AppInfoManageTab(parent_window_, profile_, app_, close_callback_)); profile_ 45 chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_views.h Profile* profile_; profile_ 320 chrome/browser/ui/views/apps/app_info_dialog/app_info_summary_tab.cc extensions::ExtensionSystem::Get(profile_)->extension_service(); profile_ 338 chrome/browser/ui/views/apps/app_info_dialog/app_info_summary_tab.cc extensions::ImageLoader::Get(profile_)->LoadImageAsync( profile_ 359 chrome/browser/ui/views/apps/app_info_dialog/app_info_summary_tab.cc return extensions::GetLaunchType(extensions::ExtensionPrefs::Get(profile_), profile_ 367 chrome/browser/ui/views/apps/app_info_dialog/app_info_summary_tab.cc extensions::ExtensionSystem::Get(profile_)->extension_service(); profile_ 381 chrome/browser/ui/views/apps/app_info_dialog/app_info_summary_tab.cc profile_, profile_ 396 chrome/browser/ui/views/apps/app_info_dialog/app_info_summary_tab.cc ExtensionUninstallDialog::Create(profile_, NULL, this)); profile_ 401 chrome/browser/ui/views/apps/app_info_dialog/app_info_summary_tab.cc return extensions::ExtensionSystem::Get(profile_) profile_ 12 chrome/browser/ui/views/apps/app_info_dialog/app_info_tab.cc profile_(profile), profile_ 34 chrome/browser/ui/views/apps/app_info_dialog/app_info_tab.h Profile* profile_; profile_ 198 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc GetWidget(), location, url_, text(), profile_); profile_ 208 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc Profile* profile_; profile_ 131 chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc profile_.reset(new TestingProfile()); profile_ 132 chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc profile_->CreateBookmarkModel(true); profile_ 133 chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc model_ = BookmarkModelFactory::GetForProfile(profile_.get()); profile_ 135 chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc profile_->GetPrefs()->SetBoolean(prefs::kShowBookmarkBar, true); profile_ 137 chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc Browser::CreateParams native_params(profile_.get(), profile_ 186 chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc profile_.reset(); profile_ 255 chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc scoped_ptr<TestingProfile> profile_; profile_ 91 chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc BookmarkModel* model = BookmarkModelFactory::GetForProfile(profile_); profile_ 235 chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc if (SyncPromoUI::ShouldShowSyncPromo(profile_)) { profile_ 263 chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc profile_(profile), profile_ 267 chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc BookmarkModelFactory::GetForProfile(profile_), profile_ 268 chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc BookmarkModelFactory::GetForProfile(profile_)-> profile_ 286 chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc BookmarkModelFactory::GetForProfile(profile_); profile_ 340 chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc profile_)->GetMostRecentlyAddedNodeForURL(url_); profile_ 344 chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc Profile* profile = profile_; profile_ 358 chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc BookmarkModel* model = BookmarkModelFactory::GetForProfile(profile_); profile_ 110 chrome/browser/ui/views/bookmarks/bookmark_bubble_view.h Profile* profile_; profile_ 33 chrome/browser/ui/views/bookmarks/bookmark_context_menu_controller_win.cc : profile_(profile), profile_ 46 chrome/browser/ui/views/bookmarks/bookmark_context_menu_controller_win.cc profile_->GetOffTheRecordProfile() : profile_; profile_ 57 chrome/browser/ui/views/bookmarks/bookmark_context_menu_controller_win.cc Profile* profile_; profile_ 72 chrome/browser/ui/views/bookmarks/bookmark_context_menu_controller_win.cc !profile_->IsOffTheRecord()) { profile_ 76 chrome/browser/ui/views/bookmarks/bookmark_context_menu_controller_win.cc profile_->IsOffTheRecord()) { profile_ 94 chrome/browser/ui/views/bookmarks/bookmark_context_menu_controller_win.cc Profile* profile_to_use = profile_; profile_ 61 chrome/browser/ui/views/bookmarks/bookmark_context_menu_unittest.cc profile_.reset(new TestingProfile()); profile_ 62 chrome/browser/ui/views/bookmarks/bookmark_context_menu_unittest.cc profile_->CreateBookmarkModel(true); profile_ 64 chrome/browser/ui/views/bookmarks/bookmark_context_menu_unittest.cc model_ = BookmarkModelFactory::GetForProfile(profile_.get()); profile_ 82 chrome/browser/ui/views/bookmarks/bookmark_context_menu_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 119 chrome/browser/ui/views/bookmarks/bookmark_context_menu_unittest.cc NULL, NULL, profile_.get(), NULL, nodes[0]->parent(), nodes, false); profile_ 151 chrome/browser/ui/views/bookmarks/bookmark_context_menu_unittest.cc NULL, NULL, profile_.get(), NULL, model_->other_node(), profile_ 171 chrome/browser/ui/views/bookmarks/bookmark_context_menu_unittest.cc NULL, NULL, profile_.get(), NULL, nodes[0]->parent(), nodes, false); profile_ 190 chrome/browser/ui/views/bookmarks/bookmark_context_menu_unittest.cc NULL, NULL, profile_.get(), NULL, nodes[0]->parent(), nodes, false); profile_ 208 chrome/browser/ui/views/bookmarks/bookmark_context_menu_unittest.cc NULL, NULL, profile_.get(), NULL, nodes[0]->parent(), nodes, false); profile_ 228 chrome/browser/ui/views/bookmarks/bookmark_context_menu_unittest.cc NULL, NULL, profile_.get(), NULL, nodes[0]->parent(), nodes, false); profile_ 248 chrome/browser/ui/views/bookmarks/bookmark_context_menu_unittest.cc NULL, NULL, profile_.get(), NULL, nodes[0]->parent(), nodes, false); profile_ 267 chrome/browser/ui/views/bookmarks/bookmark_context_menu_unittest.cc incognito_->SetOriginalProfile(profile_.get()); profile_ 280 chrome/browser/ui/views/bookmarks/bookmark_context_menu_unittest.cc NULL, NULL, profile_.get(), NULL, nodes[0], nodes, false); profile_ 289 chrome/browser/ui/views/bookmarks/bookmark_context_menu_unittest.cc NULL, NULL, profile_.get(), NULL, NULL, profile_ 308 chrome/browser/ui/views/bookmarks/bookmark_context_menu_unittest.cc NULL, NULL, profile_.get(), NULL, nodes[0]->parent(), nodes, false)); profile_ 316 chrome/browser/ui/views/bookmarks/bookmark_context_menu_unittest.cc NULL, NULL, profile_.get(), NULL, nodes[0]->parent(), nodes, false)); profile_ 325 chrome/browser/ui/views/bookmarks/bookmark_context_menu_unittest.cc NULL, NULL, profile_.get(), NULL, nodes[0]->parent(), nodes, false)); profile_ 67 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc : profile_(profile), profile_ 261 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc bb_model_ = BookmarkModelFactory::GetForProfile(profile_); profile_ 336 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc profile_ ? user_prefs::UserPrefs::Get(profile_) : NULL; profile_ 223 chrome/browser/ui/views/bookmarks/bookmark_editor_view.h Profile* profile_; profile_ 38 chrome/browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc profile_.reset(new TestingProfile()); profile_ 39 chrome/browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc profile_->CreateBookmarkModel(true); profile_ 41 chrome/browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc model_ = BookmarkModelFactory::GetForProfile(profile_.get()); profile_ 116 chrome/browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 154 chrome/browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc CreateEditor(profile_.get(), NULL, profile_ 185 chrome/browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc CreateEditor(profile_.get(), NULL, profile_ 193 chrome/browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc BookmarkModelFactory::GetForProfile(profile_.get())->bookmark_bar_node(); profile_ 203 chrome/browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc CreateEditor(profile_.get(), NULL, profile_ 212 chrome/browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc BookmarkModelFactory::GetForProfile(profile_.get())->bookmark_bar_node(); profile_ 221 chrome/browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc CreateEditor(profile_.get(), NULL, profile_ 228 chrome/browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc BookmarkModelFactory::GetForProfile(profile_.get())->other_node(); profile_ 237 chrome/browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc CreateEditor(profile_.get(), NULL, profile_ 246 chrome/browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc BookmarkModelFactory::GetForProfile(profile_.get())->other_node(); profile_ 254 chrome/browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc CreateEditor(profile_.get(), NULL, profile_ 270 chrome/browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc BookmarkModelFactory::GetForProfile(profile_.get())->bookmark_bar_node(); profile_ 289 chrome/browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc BookmarkModelFactory::GetForProfile(profile_.get())->bookmark_bar_node(); profile_ 291 chrome/browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc CreateEditor(profile_.get(), bb_node, profile_ 311 chrome/browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc CreateEditor(profile_.get(), NULL, profile_ 322 chrome/browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc BookmarkModelFactory::GetForProfile(profile_.get())->other_node(); profile_ 333 chrome/browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc CreateEditor(profile_.get(), NULL, profile_ 343 chrome/browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc BookmarkModelFactory::GetForProfile(profile_.get())->other_node(); profile_ 358 chrome/browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc CreateEditor(profile_.get(), bb_node, details, BookmarkEditorView::SHOW_TREE); profile_ 387 chrome/browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc CreateEditor(profile_.get(), model_->bookmark_bar_node(), profile_ 413 chrome/browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc BookmarkModelFactory::GetForProfile(profile_.get())-> profile_ 416 chrome/browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc CreateEditor(profile_.get(), parent, profile_ 47 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc profile_(browser->profile()), profile_ 96 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc return BookmarkModelFactory::GetForProfile(profile_); profile_ 120 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc parent_, screen_loc, node->url(), node->GetTitle(), profile_); profile_ 141 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc profile_); profile_ 171 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc !profile_->GetPrefs()->GetBoolean(prefs::kEditBookmarksEnabled)) profile_ 177 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc const BookmarkNode* drag_node = drop_data_.GetFirstNode(profile_); profile_ 234 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc return chrome::GetBookmarkDropOperation(profile_, event, drop_data_, profile_ 273 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc return chrome::DropBookmarks(profile_, drop_data_, profile_ 291 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc profile_, profile_ 315 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc drag_data.Write(profile_, data); profile_ 320 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc profile_, menu_id_to_node_map_[sender->GetCommand()]); profile_ 167 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.h Profile* profile_; profile_ 252 chrome/browser/ui/views/create_application_shortcut_view.cc : profile_(profile), profile_ 271 chrome/browser/ui/views/create_application_shortcut_view.cc profile_->GetPrefs()->GetBoolean(prefs::kWebAppCreateOnDesktop)); profile_ 281 chrome/browser/ui/views/create_application_shortcut_view.cc profile_->GetPrefs()->GetBoolean(prefs::kWebAppCreateInAppsMenu)); profile_ 289 chrome/browser/ui/views/create_application_shortcut_view.cc profile_->GetPrefs()->GetBoolean(prefs::kWebAppCreateInQuickLaunchBar)); profile_ 293 chrome/browser/ui/views/create_application_shortcut_view.cc profile_->GetPrefs()->GetBoolean(prefs::kWebAppCreateInAppsMenu)); profile_ 408 chrome/browser/ui/views/create_application_shortcut_view.cc profile_->GetPrefs()->SetBoolean(prefs::kWebAppCreateOnDesktop, profile_ 411 chrome/browser/ui/views/create_application_shortcut_view.cc profile_->GetPrefs()->SetBoolean(prefs::kWebAppCreateInAppsMenu, profile_ 414 chrome/browser/ui/views/create_application_shortcut_view.cc profile_->GetPrefs()->SetBoolean(prefs::kWebAppCreateInQuickLaunchBar, profile_ 69 chrome/browser/ui/views/create_application_shortcut_view.h Profile* profile_; profile_ 64 chrome/browser/ui/views/download/download_feedback_dialog_view.cc : profile_(profile), profile_ 89 chrome/browser/ui/views/download/download_feedback_dialog_view.cc profile_->GetPrefs()->SetBoolean(prefs::kSafeBrowsingDownloadFeedbackEnabled, profile_ 92 chrome/browser/ui/views/download/download_feedback_dialog_view.cc static_cast<DialogStatusData*>(profile_->GetUserData(kDialogStatusKey)); profile_ 55 chrome/browser/ui/views/download/download_feedback_dialog_view.h Profile* profile_; profile_ 70 chrome/browser/ui/views/extensions/bookmark_app_bubble_view.cc profile_(profile), profile_ 158 chrome/browser/ui/views/extensions/bookmark_app_bubble_view.cc profile_->GetExtensionService()->GetInstalledExtension(extension_id_); profile_ 176 chrome/browser/ui/views/extensions/bookmark_app_bubble_view.cc profile_->GetPrefs()->GetInteger( profile_ 199 chrome/browser/ui/views/extensions/bookmark_app_bubble_view.cc profile_->GetExtensionService()->UninstallExtension( profile_ 246 chrome/browser/ui/views/extensions/bookmark_app_bubble_view.cc profile_->GetPrefs()->SetInteger( profile_ 248 chrome/browser/ui/views/extensions/bookmark_app_bubble_view.cc extensions::SetLaunchType(profile_->GetExtensionService(), profile_ 253 chrome/browser/ui/views/extensions/bookmark_app_bubble_view.cc profile_->GetExtensionService()->GetInstalledExtension(extension_id_); profile_ 261 chrome/browser/ui/views/extensions/bookmark_app_bubble_view.cc extensions::CreateOrUpdateBookmarkApp(profile_->GetExtensionService(), profile_ 84 chrome/browser/ui/views/extensions/bookmark_app_bubble_view.h Profile* profile_; profile_ 17 chrome/browser/ui/views/extensions/browser_action_drag_data.cc : profile_(NULL), index_(-1) { profile_ 22 chrome/browser/ui/views/extensions/browser_action_drag_data.cc : profile_(NULL), id_(id), index_(index) { profile_ 26 chrome/browser/ui/views/extensions/browser_action_drag_data.cc return profile_ == profile; profile_ 75 chrome/browser/ui/views/extensions/browser_action_drag_data.cc if (!pickle->ReadBytes(&data_iterator, &tmp, sizeof(profile_))) profile_ 77 chrome/browser/ui/views/extensions/browser_action_drag_data.cc memcpy(&profile_, tmp, sizeof(profile_)); profile_ 46 chrome/browser/ui/views/extensions/browser_action_drag_data.h void* profile_; profile_ 26 chrome/browser/ui/views/extensions/extension_keybinding_registry_views.cc profile_(profile), profile_ 43 chrome/browser/ui/views/extensions/extension_keybinding_registry_views.cc extensions::CommandService::Get(profile_); profile_ 54 chrome/browser/ui/views/extensions/extension_keybinding_registry_views.h Profile* profile_; profile_ 272 chrome/browser/ui/views/extensions/extension_message_bubble_view.cc : profile_(profile), profile_ 302 chrome/browser/ui/views/extensions/extension_message_bubble_view.cc IsInitialProfileCheck(profile_->GetOriginalProfile()) && profile_ 309 chrome/browser/ui/views/extensions/extension_message_bubble_view.cc RecordProfileCheck(profile_->GetOriginalProfile()); profile_ 318 chrome/browser/ui/views/extensions/extension_message_bubble_view.cc new SuspiciousExtensionBubbleController(profile_)); profile_ 344 chrome/browser/ui/views/extensions/extension_message_bubble_view.cc const Extension* extension = OverridesStartupPages(profile_, NULL); profile_ 349 chrome/browser/ui/views/extensions/extension_message_bubble_view.cc new SettingsApiBubbleController(profile_, profile_ 372 chrome/browser/ui/views/extensions/extension_message_bubble_view.cc new DevModeBubbleController(profile_)); profile_ 445 chrome/browser/ui/views/extensions/extension_message_bubble_view.cc ExtensionToolbarModel::Get(profile_)->HighlightExtensions(extension_list); profile_ 92 chrome/browser/ui/views/extensions/extension_message_bubble_view.h Profile* profile_; profile_ 24 chrome/browser/ui/views/first_run_bubble_unittest.cc TestingProfile* profile() { return &profile_; } profile_ 27 chrome/browser/ui/views/first_run_bubble_unittest.cc TestingProfile profile_; profile_ 39 chrome/browser/ui/views/first_run_bubble_unittest.cc &profile_, &TemplateURLServiceFactory::BuildInstanceFor); profile_ 41 chrome/browser/ui/views/first_run_bubble_unittest.cc TemplateURLServiceFactory::GetForProfile(&profile_); profile_ 78 chrome/browser/ui/views/first_run_dialog.cc : profile_(profile), profile_ 146 chrome/browser/ui/views/first_run_dialog.cc platform_util::OpenExternal(profile_, GURL(chrome::kLearnMoreReportingURL)); profile_ 41 chrome/browser/ui/views/first_run_dialog.h Profile* profile_; profile_ 317 chrome/browser/ui/views/frame/global_menu_bar_x11.cc profile_(browser_->profile()), profile_ 414 chrome/browser/ui/views/frame/global_menu_bar_x11.cc top_sites_ = profile_->GetTopSites(); profile_ 761 chrome/browser/ui/views/frame/global_menu_bar_x11.cc TabRestoreServiceFactory::GetForProfile(profile_); profile_ 779 chrome/browser/ui/views/frame/global_menu_bar_x11.cc tab_restore_service_ = TabRestoreServiceFactory::GetForProfile(profile_); profile_ 141 chrome/browser/ui/views/frame/global_menu_bar_x11.h Profile* profile_; profile_ 29 chrome/browser/ui/views/location_bar/keyword_hint_view.cc : profile_(profile), profile_ 48 chrome/browser/ui/views/location_bar/keyword_hint_view.cc DCHECK(profile_); profile_ 50 chrome/browser/ui/views/location_bar/keyword_hint_view.cc TemplateURLServiceFactory::GetForProfile(profile_); profile_ 54 chrome/browser/ui/views/location_bar/keyword_hint_view.h Profile* profile_; profile_ 137 chrome/browser/ui/views/location_bar/origin_chip_view.cc profile_(profile), profile_ 212 chrome/browser/ui/views/location_bar/origin_chip_view.cc OriginChip::LabelFromURLForProfile(url_displayed_, profile_); profile_ 240 chrome/browser/ui/views/location_bar/origin_chip_view.cc extensions::ExtensionSystem::Get(profile_)->extension_service(); profile_ 244 chrome/browser/ui/views/location_bar/origin_chip_view.cc new OriginChipExtensionIcon(location_icon_view_, profile_, extension)); profile_ 348 chrome/browser/ui/views/location_bar/origin_chip_view.cc OriginChip::LabelFromURLForProfile(url_displayed_, profile_); profile_ 95 chrome/browser/ui/views/location_bar/origin_chip_view.h Profile* profile_; profile_ 62 chrome/browser/ui/views/location_bar/selected_keyword_view.cc DCHECK(profile_); profile_ 64 chrome/browser/ui/views/location_bar/selected_keyword_view.cc TemplateURLServiceFactory::GetForProfile(profile_); profile_ 50 chrome/browser/ui/views/location_bar/selected_keyword_view.h Profile* profile_; profile_ 138 chrome/browser/ui/views/network_profile_bubble_view.cc PrefService* prefs = profile_->GetPrefs(); profile_ 42 chrome/browser/ui/views/network_profile_bubble_view.h Profile* profile_; profile_ 180 chrome/browser/ui/views/profile_reset_bubble_view.cc profile_(profile), profile_ 197 chrome/browser/ui/views/profile_reset_bubble_view.cc snapshot_.reset(new ResettableSettingsSnapshot(profile_)); profile_ 364 chrome/browser/ui/views/profile_reset_bubble_view.cc GetReadableFeedbackForSnapshot(profile_, *snapshot_); profile_ 117 chrome/browser/ui/views/profile_reset_bubble_view.h Profile* profile_; profile_ 36 chrome/browser/ui/views/renderer_context_menu/render_view_context_menu_win.cc if (win8::IsSingleWindowMetroMode() && !profile_->IsOffTheRecord() && profile_ 49 chrome/browser/ui/views/renderer_context_menu/render_view_context_menu_win.cc DCHECK(profile_->IsOffTheRecord()); profile_ 58 chrome/browser/ui/views/renderer_context_menu/render_view_context_menu_win.cc chrome::FindTabbedBrowser(profile_->GetOriginalProfile(), profile_ 178 chrome/browser/ui/views/select_file_dialog_extension.cc profile_(NULL), profile_ 203 chrome/browser/ui/views/select_file_dialog_extension.cc profile_ = NULL; profile_ 227 chrome/browser/ui/views/select_file_dialog_extension.cc if (profile_) { profile_ 231 chrome/browser/ui/views/select_file_dialog_extension.cc base::Unretained(extensions::ExtensionSystem::Get(profile_) profile_ 338 chrome/browser/ui/views/select_file_dialog_extension.cc FindRuntimeContext(owner_window, &base_window, &web_contents, &profile_); profile_ 339 chrome/browser/ui/views/select_file_dialog_extension.cc CHECK(profile_); profile_ 347 chrome/browser/ui/views/select_file_dialog_extension.cc const PrefService* pref_service = profile_->GetPrefs(); profile_ 356 chrome/browser/ui/views/select_file_dialog_extension.cc base::FilePath fallback_path = profile_->last_selected_directory().empty() ? profile_ 357 chrome/browser/ui/views/select_file_dialog_extension.cc download_default_path : profile_->last_selected_directory(); profile_ 362 chrome/browser/ui/views/select_file_dialog_extension.cc profile_, profile_ 371 chrome/browser/ui/views/select_file_dialog_extension.cc profile_, profile_ 382 chrome/browser/ui/views/select_file_dialog_extension.cc profile_, profile_ 388 chrome/browser/ui/views/select_file_dialog_extension.cc profile_, profile_ 414 chrome/browser/ui/views/select_file_dialog_extension.cc profile_, profile_ 108 chrome/browser/ui/views/select_file_dialog_extension.h Profile* profile_; profile_ 59 chrome/browser/ui/views/sync/profile_signin_confirmation_dialog_views.cc profile_(profile), profile_ 79 chrome/browser/ui/views/sync/profile_signin_confirmation_dialog_views.h Profile* profile_; profile_ 69 chrome/browser/ui/views/toolbar/browser_actions_container.cc : profile_(browser->profile()), profile_ 131 chrome/browser/ui/views/toolbar/browser_actions_container.cc !profile_->GetPrefs()->HasPrefPath( profile_ 135 chrome/browser/ui/views/toolbar/browser_actions_container.cc int predefined_width = profile_->GetPrefs()->GetInteger( profile_ 279 chrome/browser/ui/views/toolbar/browser_actions_container.cc return drop_data.Read(data) ? drop_data.IsFromProfile(profile_) : false; profile_ 382 chrome/browser/ui/views/toolbar/browser_actions_container.cc if (profile_->IsOffTheRecord()) profile_ 426 chrome/browser/ui/views/toolbar/browser_actions_container.cc drag_data.Write(profile_, data); profile_ 536 chrome/browser/ui/views/toolbar/browser_actions_container.cc extensions::ExtensionSystem::Get(profile_)->extension_service(); profile_ 677 chrome/browser/ui/views/toolbar/browser_actions_container.cc if (profile_->IsOffTheRecord()) profile_ 690 chrome/browser/ui/views/toolbar/browser_actions_container.cc !extensions::ExtensionSystem::Get(profile_)->runtime_data()-> profile_ 715 chrome/browser/ui/views/toolbar/browser_actions_container.cc if (extensions::ExtensionSystem::Get(profile_)->runtime_data()-> profile_ 742 chrome/browser/ui/views/toolbar/browser_actions_container.cc if (profile_->IsOffTheRecord()) profile_ 870 chrome/browser/ui/views/toolbar/browser_actions_container.cc if (!profile_->IsOffTheRecord()) profile_ 891 chrome/browser/ui/views/toolbar/browser_actions_container.cc return !profile_->IsOffTheRecord() || profile_ 892 chrome/browser/ui/views/toolbar/browser_actions_container.cc extensions::util::IsIncognitoEnabled(extension->id(), profile_); profile_ 144 chrome/browser/ui/views/toolbar/browser_actions_container.h Profile* profile() const { return profile_; } profile_ 346 chrome/browser/ui/views/toolbar/browser_actions_container.h Profile* profile_; profile_ 531 chrome/browser/ui/webui/about_ui.cc : profile_(profile), profile_ 541 chrome/browser/ui/webui/about_ui.cc chrome_browser_net::Predictor* predictor = profile_->GetNetworkPredictor(); profile_ 567 chrome/browser/ui/webui/about_ui.cc Profile* profile_; profile_ 40 chrome/browser/ui/webui/about_ui.h Profile* profile() { return profile_; } profile_ 46 chrome/browser/ui/webui/about_ui.h Profile* profile_; profile_ 85 chrome/browser/ui/webui/app_launcher_page_ui.cc : profile_(profile) { profile_ 99 chrome/browser/ui/webui/app_launcher_page_ui.cc NTPResourceCache* resource = AppResourceCacheFactory::GetForProfile(profile_); profile_ 107 chrome/browser/ui/webui/app_launcher_page_ui.cc profile_, render_host); profile_ 47 chrome/browser/ui/webui/app_launcher_page_ui.h Profile* profile_; profile_ 299 chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc Profile* profile_; profile_ 310 chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc : profile_(profile) { profile_ 338 chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc DCHECK(profile_); profile_ 339 chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc PrefService* pref_service = profile_->GetPrefs(); profile_ 76 chrome/browser/ui/webui/chromeos/slow_ui.cc Profile* profile_; profile_ 84 chrome/browser/ui/webui/chromeos/slow_ui.cc SlowHandler::SlowHandler(Profile* profile) : profile_(profile) { profile_ 99 chrome/browser/ui/webui/chromeos/slow_ui.cc user_pref_registrar_->Init(profile_->GetPrefs()); profile_ 106 chrome/browser/ui/webui/chromeos/slow_ui.cc PrefService* pref_service = profile_->GetPrefs(); profile_ 111 chrome/browser/ui/webui/chromeos/slow_ui.cc PrefService* pref_service = profile_->GetPrefs(); profile_ 120 chrome/browser/ui/webui/chromeos/slow_ui.cc PrefService* pref_service = profile_->GetPrefs(); profile_ 24 chrome/browser/ui/webui/extensions/command_handler.cc CommandHandler::CommandHandler(Profile* profile) : profile_(profile) { profile_ 50 chrome/browser/ui/webui/extensions/command_handler.cc content::Source<Profile>(profile_)); profile_ 52 chrome/browser/ui/webui/extensions/command_handler.cc content::Source<Profile>(profile_)); profile_ 77 chrome/browser/ui/webui/extensions/command_handler.h Profile* profile_; profile_ 22 chrome/browser/ui/webui/extensions/extension_error_handler.cc : profile_(profile), profile_ 71 chrome/browser/ui/webui/extensions/extension_error_handler.h Profile* profile_; profile_ 64 chrome/browser/ui/webui/extensions/extension_icon_source.cc ExtensionIconSource::ExtensionIconSource(Profile* profile) : profile_(profile) { profile_ 205 chrome/browser/ui/webui/extensions/extension_icon_source.cc ImageLoader::Get(profile_)->LoadImageAsync( profile_ 213 chrome/browser/ui/webui/extensions/extension_icon_source.cc FaviconServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS); profile_ 305 chrome/browser/ui/webui/extensions/extension_icon_source.cc const Extension* extension = ExtensionSystem::Get(profile_)-> profile_ 147 chrome/browser/ui/webui/extensions/extension_icon_source.h Profile* profile_; profile_ 32 chrome/browser/ui/webui/extensions/extension_settings_browsertest.cc : profile_(NULL) {} profile_ 37 chrome/browser/ui/webui/extensions/extension_settings_browsertest.cc if (!profile_) { profile_ 38 chrome/browser/ui/webui/extensions/extension_settings_browsertest.cc profile_ = browser() ? browser()->profile() : profile_ 41 chrome/browser/ui/webui/extensions/extension_settings_browsertest.cc return profile_; profile_ 41 chrome/browser/ui/webui/extensions/extension_settings_browsertest.h Profile* profile_; profile_ 47 chrome/browser/ui/webui/favicon_source.cc : profile_(profile->GetOriginalProfile()), profile_ 67 chrome/browser/ui/webui/favicon_source.cc FaviconServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS); profile_ 145 chrome/browser/ui/webui/favicon_source.cc ProfileSyncServiceFactory::GetInstance()->GetForProfile(profile_); profile_ 106 chrome/browser/ui/webui/favicon_source.h Profile* profile_; profile_ 38 chrome/browser/ui/webui/ntp/android/ntp_resource_cache_android.cc NTPResourceCache::NTPResourceCache(Profile* profile) : profile_(profile) {} profile_ 346 chrome/browser/ui/webui/ntp/new_tab_ui.cc : profile_(profile) { profile_ 390 chrome/browser/ui/webui/ntp/new_tab_ui.cc profile_, render_host); profile_ 392 chrome/browser/ui/webui/ntp/new_tab_ui.cc NTPResourceCacheFactory::GetForProfile(profile_)-> profile_ 110 chrome/browser/ui/webui/ntp/new_tab_ui.h Profile* profile_; profile_ 162 chrome/browser/ui/webui/ntp/ntp_resource_cache.cc : profile_(profile), is_swipe_tracking_from_scroll_events_enabled_(false), profile_ 177 chrome/browser/ui/webui/ntp/ntp_resource_cache.cc profile_pref_change_registrar_.Init(profile_->GetPrefs()); profile_ 300 chrome/browser/ui/webui/ntp/ntp_resource_cache.cc if (profile_->IsGuestSession()) { profile_ 332 chrome/browser/ui/webui/ntp/ntp_resource_cache.cc bool bookmark_bar_attached = profile_->GetPrefs()->GetBoolean( profile_ 374 chrome/browser/ui/webui/ntp/ntp_resource_cache.cc PrefService* prefs = profile_->GetPrefs(); profile_ 379 chrome/browser/ui/webui/ntp/ntp_resource_cache.cc ThemeServiceFactory::GetForProfile(profile_)->HasCustomImage( profile_ 435 chrome/browser/ui/webui/ntp/ntp_resource_cache.cc NTPLoginHandler::ShouldShow(profile_)); profile_ 473 chrome/browser/ui/webui/ntp/ntp_resource_cache.cc if (profile_->IsManaged()) profile_ 502 chrome/browser/ui/webui/ntp/ntp_resource_cache.cc NewTabPageHandler::GetLocalizedValues(profile_, &load_time_data); profile_ 503 chrome/browser/ui/webui/ntp/ntp_resource_cache.cc NTPLoginHandler::GetLocalizedValues(profile_, &load_time_data); profile_ 511 chrome/browser/ui/webui/ntp/ntp_resource_cache.cc ui::ThemeProvider* tp = ThemeServiceFactory::GetForProfile(profile_); profile_ 557 chrome/browser/ui/webui/ntp/ntp_resource_cache.cc ui::ThemeProvider* tp = ThemeServiceFactory::GetForProfile(profile_); profile_ 569 chrome/browser/ui/webui/ntp/ntp_resource_cache.cc profile_->GetPrefs()->GetString(prefs::kCurrentThemeID)); // $1 profile_ 590 chrome/browser/ui/webui/ntp/ntp_resource_cache.cc ui::ThemeProvider* tp = ThemeServiceFactory::GetForProfile(profile_); profile_ 602 chrome/browser/ui/webui/ntp/ntp_resource_cache.cc profile_->GetPrefs()->GetString(prefs::kCurrentThemeID)); // $1 profile_ 623 chrome/browser/ui/webui/ntp/ntp_resource_cache.cc ui::ThemeProvider* tp = ThemeServiceFactory::GetForProfile(profile_); profile_ 676 chrome/browser/ui/webui/ntp/ntp_resource_cache.cc profile_->GetPrefs()->GetString(prefs::kCurrentThemeID)); // $1 profile_ 75 chrome/browser/ui/webui/ntp/ntp_resource_cache.h Profile* profile_; profile_ 140 chrome/browser/ui/webui/ntp/suggestions_combiner.cc !browser->profile()->IsSameProfile(profile_)) profile_ 103 chrome/browser/ui/webui/ntp/suggestions_combiner.h Profile* profile_; profile_ 215 chrome/browser/ui/webui/ntp/suggestions_combiner_unittest.cc Profile* profile_; profile_ 221 chrome/browser/ui/webui/ntp/suggestions_combiner_unittest.cc combiner_ = new SuggestionsCombiner(suggestions_handler_, profile_); profile_ 226 chrome/browser/ui/webui/ntp/suggestions_combiner_unittest.cc profile_ = new TestingProfile(); profile_ 228 chrome/browser/ui/webui/ntp/suggestions_combiner_unittest.cc combiner_ = new SuggestionsCombiner(suggestions_handler_, profile_); profile_ 234 chrome/browser/ui/webui/ntp/suggestions_combiner_unittest.cc delete profile_; profile_ 81 chrome/browser/ui/webui/ntp/thumbnail_list_source.cc profile_(profile), profile_ 97 chrome/browser/ui/webui/ntp/thumbnail_list_source.cc profile_->GetTopSites()->GetMostVisitedURLs( profile_ 58 chrome/browser/ui/webui/ntp/thumbnail_list_source.h Profile* const profile_; profile_ 25 chrome/browser/ui/webui/ntp/thumbnail_source.cc profile_(profile), profile_ 54 chrome/browser/ui/webui/ntp/thumbnail_source.h Profile* const profile_; profile_ 28 chrome/browser/ui/webui/omnibox/omnibox_ui_handler.cc OmniboxUIHandler::OmniboxUIHandler(Profile* profile): profile_(profile) { profile_ 166 chrome/browser/ui/webui/omnibox/omnibox_ui_handler.cc HistoryServiceFactory::GetForProfile(profile_, profile_ 215 chrome/browser/ui/webui/omnibox/omnibox_ui_handler.cc controller_.reset(new AutocompleteController(profile_, this, profile_ 89 chrome/browser/ui/webui/omnibox/omnibox_ui_handler.h Profile* profile_; profile_ 253 chrome/browser/ui/webui/set_as_default_browser_ui.cc Profile* profile_; profile_ 265 chrome/browser/ui/webui/set_as_default_browser_ui.cc : profile_(profile), profile_ 286 chrome/browser/ui/webui/set_as_default_browser_ui.cc gfx::NativeWindow native_window = chrome::ShowWebDialog(NULL, profile_, this); profile_ 312 chrome/browser/ui/webui/set_as_default_browser_ui.cc PrefService* prefs = profile_->GetPrefs(); profile_ 342 chrome/browser/ui/webui/set_as_default_browser_ui.cc PrefService* prefs = profile_->GetPrefs(); profile_ 63 chrome/browser/ui/webui/signin/inline_login_handler_impl.cc Profile* profile_; profile_ 84 chrome/browser/ui/webui/signin/inline_login_handler_impl.cc profile_(profile), profile_ 90 chrome/browser/ui/webui/signin/inline_login_handler_impl.cc DCHECK(profile_); profile_ 108 chrome/browser/ui/webui/signin/inline_login_handler_impl.cc ProfileOAuth2TokenServiceFactory::GetForProfile(profile_)-> profile_ 121 chrome/browser/ui/webui/signin/inline_login_handler_impl.cc ProfileSyncServiceFactory::GetForProfile(profile_); profile_ 123 chrome/browser/ui/webui/signin/inline_login_handler_impl.cc ProfileOAuth2TokenServiceFactory::GetForProfile(profile_)-> profile_ 154 chrome/browser/ui/webui/signin/inline_login_handler_impl.cc profile_, browser, profile_ 53 chrome/browser/ui/webui/signin/login_ui_service.cc InlineLoginDialog::Show(profile_); profile_ 56 chrome/browser/ui/webui/signin/login_ui_service.cc profile_, chrome::GetActiveDesktop()); profile_ 76 chrome/browser/ui/webui/signin/login_ui_service.h Profile* profile_; profile_ 120 chrome/browser/ui/webui/signin/profile_signin_confirmation_dialog.cc profile_(profile), profile_ 157 chrome/browser/ui/webui/signin/profile_signin_confirmation_dialog.cc CreateConstrainedWebDialog(profile_, this, NULL, web_contents_); profile_ 71 chrome/browser/ui/webui/signin/profile_signin_confirmation_dialog.h Profile* profile_; profile_ 20 chrome/browser/ui/webui/suggestions_internals/suggestions_internals_ui_handler.cc : profile_(profile) {} profile_ 33 chrome/browser/ui/webui/suggestions_internals/suggestions_internals_ui_handler.cc suggestions_combiner_.reset(new SuggestionsCombiner(this, profile_)); profile_ 38 chrome/browser/ui/webui/suggestions_internals/suggestions_internals_ui_handler.h Profile* profile_; profile_ 18 chrome/browser/ui/webui/sync_file_system_internals/dump_database_handler.cc : profile_(profile) {} profile_ 31 chrome/browser/ui/webui/sync_file_system_internals/dump_database_handler.cc SyncFileSystemServiceFactory::GetForProfile(profile_); profile_ 26 chrome/browser/ui/webui/sync_file_system_internals/dump_database_handler.h Profile* profile_; profile_ 28 chrome/browser/ui/webui/sync_file_system_internals/extension_statuses_handler.cc : profile_(profile) {} profile_ 77 chrome/browser/ui/webui/sync_file_system_internals/extension_statuses_handler.cc GetExtensionStatusesAsDictionary(profile_, &list); profile_ 35 chrome/browser/ui/webui/sync_file_system_internals/extension_statuses_handler.h Profile* profile_; profile_ 29 chrome/browser/ui/webui/sync_file_system_internals/file_metadata_handler.cc : profile_(profile), profile_ 60 chrome/browser/ui/webui/sync_file_system_internals/file_metadata_handler.cc SyncFileSystemServiceFactory::GetForProfile(profile_); profile_ 71 chrome/browser/ui/webui/sync_file_system_internals/file_metadata_handler.cc ExtensionStatusesHandler::GetExtensionStatusesAsDictionary(profile_, &list); profile_ 37 chrome/browser/ui/webui/sync_file_system_internals/file_metadata_handler.h Profile* profile_; profile_ 30 chrome/browser/ui/webui/sync_file_system_internals/sync_file_system_internals_handler.cc : profile_(profile) { profile_ 39 chrome/browser/ui/webui/sync_file_system_internals/sync_file_system_internals_handler.cc SyncFileSystemServiceFactory::GetForProfile(profile_); profile_ 88 chrome/browser/ui/webui/sync_file_system_internals/sync_file_system_internals_handler.cc SyncFileSystemServiceFactory::GetForProfile(profile_); profile_ 100 chrome/browser/ui/webui/sync_file_system_internals/sync_file_system_internals_handler.cc drive::DriveNotificationManagerFactory::FindForBrowserContext(profile_); profile_ 47 chrome/browser/ui/webui/sync_file_system_internals/sync_file_system_internals_handler.h Profile* profile_; profile_ 261 chrome/browser/ui/webui/sync_setup_handler_unittest.cc virtual Profile* GetProfile() const OVERRIDE { return profile_; } profile_ 271 chrome/browser/ui/webui/sync_setup_handler_unittest.cc Profile* profile_; profile_ 287 chrome/browser/ui/webui/sync_setup_handler_unittest.cc profile_ = builder.Build(); profile_ 291 chrome/browser/ui/webui/sync_setup_handler_unittest.cc SigninManagerFactory::GetForProfile(profile_.get())); profile_ 293 chrome/browser/ui/webui/sync_setup_handler_unittest.cc profile_->GetPrefs()->SetString(prefs::kGoogleServicesUsername, profile_ 298 chrome/browser/ui/webui/sync_setup_handler_unittest.cc profile_.get(), profile_ 312 chrome/browser/ui/webui/sync_setup_handler_unittest.cc handler_.reset(new TestingSyncSetupHandler(&web_ui_, profile_.get())); profile_ 367 chrome/browser/ui/webui/sync_setup_handler_unittest.cc profile_.get())->current_login_ui()); profile_ 383 chrome/browser/ui/webui/sync_setup_handler_unittest.cc scoped_ptr<Profile> profile_; profile_ 414 chrome/browser/ui/webui/sync_setup_handler_unittest.cc profile_.get())->current_login_ui()); profile_ 421 chrome/browser/ui/webui/sync_setup_handler_unittest.cc profile_.get())->current_login_ui()); profile_ 441 chrome/browser/ui/webui/sync_setup_handler_unittest.cc profile_.get())->current_login_ui()); profile_ 466 chrome/browser/ui/webui/sync_setup_handler_unittest.cc profile_.get())->current_login_ui()); profile_ 551 chrome/browser/ui/webui/sync_setup_handler_unittest.cc profile_.get())->current_login_ui()); profile_ 580 chrome/browser/ui/webui/sync_setup_handler_unittest.cc profile_.get())->current_login_ui()); profile_ 868 chrome/browser/ui/webui/sync_setup_handler_unittest.cc ProfileOAuth2TokenServiceFactory::GetForProfile(profile_.get())-> profile_ 888 chrome/browser/ui/webui/sync_setup_handler_unittest.cc profile_.get())->current_login_ui()); profile_ 898 chrome/browser/ui/webui/sync_setup_handler_unittest.cc profile_.get())->current_login_ui()); profile_ 942 chrome/browser/ui/webui/sync_setup_handler_unittest.cc sync_driver::SyncPrefs sync_prefs(profile_->GetPrefs()); profile_ 964 chrome/browser/ui/webui/sync_setup_handler_unittest.cc sync_driver::SyncPrefs sync_prefs(profile_->GetPrefs()); profile_ 977 chrome/browser/ui/webui/sync_setup_handler_unittest.cc LoginUIServiceFactory::GetForProfile(profile_.get())->LoginUIClosed( profile_ 45 chrome/browser/ui/webui/theme_source.cc : profile_(profile->GetOriginalProfile()) { profile_ 47 chrome/browser/ui/webui/theme_source.cc profile_, NULL); profile_ 143 chrome/browser/ui/webui/theme_source.cc ui::ThemeProvider* tp = ThemeServiceFactory::GetForProfile(profile_); profile_ 48 chrome/browser/ui/webui/theme_source.h Profile* profile_; profile_ 24 chrome/browser/ui/webui/theme_source_unittest.cc TestingProfile* profile() const { return profile_.get(); } profile_ 36 chrome/browser/ui/webui/theme_source_unittest.cc profile_.reset(new TestingProfile()); profile_ 37 chrome/browser/ui/webui/theme_source_unittest.cc theme_source_.reset(new ThemeSource(profile_.get())); profile_ 44 chrome/browser/ui/webui/theme_source_unittest.cc profile_.reset(); profile_ 56 chrome/browser/ui/webui/theme_source_unittest.cc scoped_ptr<TestingProfile> profile_; profile_ 35 chrome/browser/undo/bookmark_undo_service.cc Profile* profile_; profile_ 39 chrome/browser/undo/bookmark_undo_service.cc : profile_(profile) { profile_ 43 chrome/browser/undo/bookmark_undo_service.cc return BookmarkModelFactory::GetForProfile(profile_); profile_ 48 chrome/browser/undo/bookmark_undo_service.cc return BookmarkUndoServiceFactory::GetForProfile(profile_); profile_ 387 chrome/browser/undo/bookmark_undo_service.cc BookmarkUndoService::BookmarkUndoService(Profile* profile) : profile_(profile) { profile_ 391 chrome/browser/undo/bookmark_undo_service.cc BookmarkModelFactory::GetForProfile(profile_)->RemoveObserver(this); profile_ 408 chrome/browser/undo/bookmark_undo_service.cc scoped_ptr<UndoOperation> op(new BookmarkMoveOperation(profile_, profile_ 419 chrome/browser/undo/bookmark_undo_service.cc scoped_ptr<UndoOperation> op(new BookmarkAddOperation(profile_, profile_ 429 chrome/browser/undo/bookmark_undo_service.cc scoped_ptr<UndoOperation> op(new BookmarkRemoveOperation(profile_, profile_ 437 chrome/browser/undo/bookmark_undo_service.cc ScopedGroupBookmarkActions merge_removes(profile_); profile_ 441 chrome/browser/undo/bookmark_undo_service.cc scoped_ptr<UndoOperation> op(new BookmarkRemoveOperation(profile_, profile_ 450 chrome/browser/undo/bookmark_undo_service.cc scoped_ptr<UndoOperation> op(new BookmarkEditOperation(profile_, node)); profile_ 456 chrome/browser/undo/bookmark_undo_service.cc scoped_ptr<UndoOperation> op(new BookmarkReorderOperation(profile_, node)); profile_ 63 chrome/browser/undo/bookmark_undo_service.h Profile* profile_; profile_ 31 chrome/browser/undo/bookmark_undo_service_test.cc scoped_ptr<TestingProfile> profile_; profile_ 40 chrome/browser/undo/bookmark_undo_service_test.cc profile_.reset(new TestingProfile); profile_ 41 chrome/browser/undo/bookmark_undo_service_test.cc profile_->CreateBookmarkModel(true); profile_ 46 chrome/browser/undo/bookmark_undo_service_test.cc return BookmarkModelFactory::GetForProfile(profile_.get()); profile_ 50 chrome/browser/undo/bookmark_undo_service_test.cc return BookmarkUndoServiceFactory::GetForProfile(profile_.get()); profile_ 54 chrome/browser/undo/bookmark_undo_service_test.cc profile_.reset(NULL); profile_ 25 chrome/browser/undo/bookmark_undo_utils.cc : profile_(profile) { profile_ 26 chrome/browser/undo/bookmark_undo_utils.cc UndoManager* undo_manager = GetUndoManager(profile_); profile_ 32 chrome/browser/undo/bookmark_undo_utils.cc UndoManager *undo_manager = GetUndoManager(profile_); profile_ 22 chrome/browser/undo/bookmark_undo_utils.h Profile* profile_; profile_ 80 chrome/test/base/browser_with_test_window_test.cc profile_ = CreateProfile(); profile_ 205 chrome/test/base/browser_with_test_window_test.cc if (profile_) profile_ 206 chrome/test/base/browser_with_test_window_test.cc DestroyProfile(profile_); profile_ 207 chrome/test/base/browser_with_test_window_test.cc profile_ = NULL; profile_ 107 chrome/test/base/browser_with_test_window_test.h TestingProfile* profile() const { return profile_; } profile_ 109 chrome/test/base/browser_with_test_window_test.h TestingProfile* GetProfile() { return profile_; } profile_ 180 chrome/test/base/browser_with_test_window_test.h TestingProfile* profile_; profile_ 64 chromeos/network/policy_applicator.cc dbus::ObjectPath(profile_.path), profile_ 73 chromeos/network/policy_applicator.cc << profile_.ToDebugString(); profile_ 77 chromeos/network/policy_applicator.cc VLOG(2) << "Received properties for profile " << profile_.ToDebugString(); profile_ 81 chromeos/network/policy_applicator.cc LOG(ERROR) << "Profile " << profile_.ToDebugString() profile_ 93 chromeos/network/policy_applicator.cc dbus::ObjectPath(profile_.path), profile_ 105 chromeos/network/policy_applicator.cc << profile_.ToDebugString(); profile_ 110 chromeos/network/policy_applicator.cc << profile_.ToDebugString(); profile_ 119 chromeos/network/policy_applicator.cc VLOG(1) << "Entry " << entry << " of profile " << profile_.ToDebugString() profile_ 128 chromeos/network/policy_applicator.cc VLOG(1) << "Entry " << entry << " of profile " << profile_.ToDebugString() profile_ 175 chromeos/network/policy_applicator.cc profile_, new_guid, new_policy, user_settings); profile_ 236 chromeos/network/policy_applicator.cc dbus::ObjectPath(profile_.path), profile_ 251 chromeos/network/policy_applicator.cc profile_.type() == NetworkProfile::TYPE_USER) { profile_ 311 chromeos/network/policy_applicator.cc << profile_.ToDebugString(); profile_ 327 chromeos/network/policy_applicator.cc << profile_.ToDebugString() << "."; profile_ 337 chromeos/network/policy_applicator.cc << " in profile " << profile_.ToDebugString() << "."; profile_ 340 chromeos/network/policy_applicator.cc policy_util::CreateShillConfiguration(profile_, *it, policy, NULL); profile_ 101 chromeos/network/policy_applicator.h NetworkProfile profile_; profile_ 24 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc profile_ = impl.LoadContactsProfile(); profile_ 25 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc return profile_.get(); profile_ 34 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc scoped_ptr<AutofillProfile> profile_; profile_ 42 components/autofill/core/browser/phone_number.cc : profile_(profile) { profile_ 46 components/autofill/core/browser/phone_number.cc : profile_(NULL) { profile_ 57 components/autofill/core/browser/phone_number.cc profile_ = number.profile_; profile_ 159 components/autofill/core/browser/phone_number.cc if (GetRegion(*profile_, app_locale) == "US" && profile_ 171 components/autofill/core/browser/phone_number.cc i18n::NormalizePhoneNumber(text, GetRegion(*profile_, app_locale)); profile_ 178 components/autofill/core/browser/phone_number.cc std::string region = GetRegion(*profile_, app_locale); profile_ 29 components/autofill/core/browser/phone_number.h void set_profile(AutofillProfile* profile) { profile_ = profile; } profile_ 91 components/autofill/core/browser/phone_number.h const AutofillProfile* profile_; // WEAK profile_ 66 components/autofill/core/browser/webdata/autofill_change.h const AutofillProfile* profile() const { return profile_; } profile_ 71 components/autofill/core/browser/webdata/autofill_change.h const AutofillProfile* profile_; profile_ 157 content/browser/storage_partition_impl_unittest.cc : profile_(profile), dom_storage_context_(NULL) { profile_ 178 content/browser/storage_partition_impl_unittest.cc profile_->GetPath().AppendASCII("Local Storage"); profile_ 212 content/browser/storage_partition_impl_unittest.cc TestBrowserContext* profile_; profile_ 460 content/common/gpu/media/video_decode_accelerator_unittest.cc media::VideoCodecProfile profile_; profile_ 520 content/common/gpu/media/video_decode_accelerator_unittest.cc profile_ = (profile != media::VIDEO_CODEC_PROFILE_UNKNOWN profile_ 582 content/common/gpu/media/video_decode_accelerator_unittest.cc CHECK(decoder_->Initialize(profile_, client)); profile_ 790 content/common/gpu/media/video_decode_accelerator_unittest.cc if (profile_ < media::H264PROFILE_MAX) { profile_ 801 content/common/gpu/media/video_decode_accelerator_unittest.cc DCHECK_LE(profile_, media::VP8PROFILE_MAX); profile_ 807 content/common/gpu/media/video_decode_accelerator_unittest.cc if (profile_ < media::H264PROFILE_MAX) { profile_ 815 content/common/gpu/media/video_decode_accelerator_unittest.cc DCHECK_LE(profile_, media::VP8PROFILE_MAX); profile_ 900 content/common/gpu/media/video_decode_accelerator_unittest.cc profile_); profile_ 63 device/bluetooth/bluetooth_profile_chromeos.cc DCHECK(profile_.get() == NULL); profile_ 76 device/bluetooth/bluetooth_profile_chromeos.cc DCHECK(profile_.get() == NULL); profile_ 104 device/bluetooth/bluetooth_profile_chromeos.cc profile_.reset(BluetoothProfileServiceProvider::Create( profile_ 106 device/bluetooth/bluetooth_profile_chromeos.cc DCHECK(profile_.get()); profile_ 118 device/bluetooth/bluetooth_profile_chromeos.cc DCHECK(profile_.get()); profile_ 120 device/bluetooth/bluetooth_profile_chromeos.cc profile_.reset(); profile_ 119 device/bluetooth/bluetooth_profile_chromeos.h scoped_ptr<BluetoothProfileServiceProvider> profile_; profile_ 110 extensions/browser/api/storage/settings_test_util.cc event_router_.reset(new EventRouter(profile_, NULL)); profile_ 63 extensions/browser/api/storage/storage_frontend_unittest.cc profile_.reset(new util::MockProfile(temp_dir_.path())); profile_ 69 extensions/browser/api/storage/storage_frontend_unittest.cc profile_.reset(); profile_ 75 extensions/browser/api/storage/storage_frontend_unittest.cc Profile* profile() { return profile_.get(); } profile_ 80 extensions/browser/api/storage/storage_frontend_unittest.cc StorageFrontend::CreateForTesting(storage_factory_, profile_.get())); profile_ 84 extensions/browser/api/storage/storage_frontend_unittest.cc scoped_ptr<util::MockProfile> profile_; profile_ 100 extensions/browser/lazy_background_task_queue_unittest.cc LazyBackgroundTaskQueue queue(profile_.get()); profile_ 104 extensions/browser/lazy_background_task_queue_unittest.cc EXPECT_FALSE(queue.ShouldEnqueueTask(profile_.get(), no_background.get())); profile_ 108 extensions/browser/lazy_background_task_queue_unittest.cc EXPECT_TRUE(queue.ShouldEnqueueTask(profile_.get(), with_background.get())); profile_ 119 extensions/browser/lazy_background_task_queue_unittest.cc ExtensionSystem::Get(profile_.get())); profile_ 121 extensions/browser/lazy_background_task_queue_unittest.cc TestProcessManager* process_manager = new TestProcessManager(profile_.get()); profile_ 124 extensions/browser/lazy_background_task_queue_unittest.cc LazyBackgroundTaskQueue queue(profile_.get()); profile_ 131 extensions/browser/lazy_background_task_queue_unittest.cc queue.AddPendingTask(profile_.get(), profile_ 140 extensions/browser/lazy_background_task_queue_unittest.cc queue.AddPendingTask(profile_.get(), profile_ 150 extensions/browser/lazy_background_task_queue_unittest.cc queue.AddPendingTask(profile_.get(), profile_ 165 extensions/browser/lazy_background_task_queue_unittest.cc LazyBackgroundTaskQueue queue(profile_.get()); profile_ 169 extensions/browser/lazy_background_task_queue_unittest.cc queue.ProcessPendingTasks(NULL, profile_.get(), extension); profile_ 173 extensions/browser/lazy_background_task_queue_unittest.cc queue.AddPendingTask(profile_.get(), profile_ 188 extensions/browser/lazy_background_task_queue_unittest.cc queue.ProcessPendingTasks(NULL, profile_.get(), extension); profile_ 14 media/base/video_decoder_config.cc profile_(VIDEO_CODEC_PROFILE_UNKNOWN), profile_ 84 media/base/video_decoder_config.cc profile_ = profile; profile_ 137 media/base/video_decoder_config.cc return profile_; profile_ 140 media/base/video_decoder_config.h VideoCodecProfile profile_; profile_ 18 media/formats/mp4/aac.cc : profile_(0), frequency_index_(0), channel_config_(0), frequency_(0), profile_ 44 media/formats/mp4/aac.cc RCHECK(reader.ReadBits(5, &profile_)); profile_ 51 media/formats/mp4/aac.cc if (profile_ == 5 || profile_ == 29) { profile_ 52 media/formats/mp4/aac.cc ps_present = (profile_ == 29); profile_ 57 media/formats/mp4/aac.cc RCHECK(reader.ReadBits(5, &profile_)); profile_ 113 media/formats/mp4/aac.cc profile_ >= 1 && profile_ <= 4; profile_ 144 media/formats/mp4/aac.cc DCHECK(profile_ >= 1 && profile_ <= 4 && frequency_index_ != 0xf && profile_ 156 media/formats/mp4/aac.cc adts[2] = ((profile_ - 1) << 6) + (frequency_index_ << 2) + profile_ 169 media/formats/mp4/aac.cc switch (profile_) { profile_ 191 media/formats/mp4/aac.cc switch (profile_) { profile_ 225 media/formats/mp4/aac.cc if (profile_ == 6 || profile_ == 20) profile_ 229 media/formats/mp4/aac.cc if (profile_ == 22) { profile_ 234 media/formats/mp4/aac.cc if (profile_ == 17 || profile_ == 19 || profile_ == 20 || profile_ == 23) { profile_ 69 media/formats/mp4/aac.h uint8 profile_; profile_ 273 third_party/libwebp/dec/vp8.c frm_hdr->profile_ = (bits >> 1) & 7; profile_ 276 third_party/libwebp/dec/vp8.c if (frm_hdr->profile_ > 3) profile_ 110 third_party/libwebp/dec/vp8i.h uint8_t profile_; profile_ 175 third_party/libwebp/enc/syntax.c err = PutVP8FrameHeader(pic, enc->profile_, size0); profile_ 403 third_party/libwebp/enc/vp8enci.h int profile_; // VP8's profile, deduced from Config. profile_ 244 third_party/libwebp/enc/webpenc.c enc->profile_ = use_filter ? ((config->filter_type == 1) ? 0 : 1) : 2; profile_ 17 ui/gfx/color_profile.cc ReadColorProfile(&profile_); profile_ 26 ui/gfx/color_profile.h const std::vector<char>& profile() const { return profile_; } profile_ 29 ui/gfx/color_profile.h std::vector<char> profile_;