profile            20 apps/app_lifetime_monitor.cc AppLifetimeMonitor::AppLifetimeMonitor(Profile* profile)
profile            21 apps/app_lifetime_monitor.cc     : profile_(profile) {
profile            34 apps/app_lifetime_monitor.h     virtual void OnAppStart(Profile* profile, const std::string& app_id) = 0;
profile            36 apps/app_lifetime_monitor.h     virtual void OnAppActivated(Profile* profile,
profile            39 apps/app_lifetime_monitor.h     virtual void OnAppDeactivated(Profile* profile,
profile            42 apps/app_lifetime_monitor.h     virtual void OnAppStop(Profile* profile, const std::string& app_id) = 0;
profile            52 apps/app_lifetime_monitor.h   explicit AppLifetimeMonitor(Profile* profile);
profile            16 apps/app_lifetime_monitor_factory.cc AppLifetimeMonitor* AppLifetimeMonitorFactory::GetForProfile(Profile* profile) {
profile            18 apps/app_lifetime_monitor_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, false));
profile            35 apps/app_lifetime_monitor_factory.cc     content::BrowserContext* profile) const {
profile            36 apps/app_lifetime_monitor_factory.cc   return new AppLifetimeMonitor(static_cast<Profile*>(profile));
profile            22 apps/app_lifetime_monitor_factory.h   static AppLifetimeMonitor* GetForProfile(Profile* profile);
profile            34 apps/app_lifetime_monitor_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile            33 apps/app_load_service.cc AppLoadService::AppLoadService(Profile* profile)
profile            34 apps/app_load_service.cc     : profile_(profile) {
profile            73 apps/app_load_service.cc AppLoadService* AppLoadService::Get(Profile* profile) {
profile            74 apps/app_load_service.cc   return apps::AppLoadServiceFactory::GetForProfile(profile);
profile            44 apps/app_load_service.h   explicit AppLoadService(Profile* profile);
profile            59 apps/app_load_service.h   static AppLoadService* Get(Profile* profile);
profile            18 apps/app_load_service_factory.cc AppLoadService* AppLoadServiceFactory::GetForProfile(Profile* profile) {
profile            20 apps/app_load_service_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            41 apps/app_load_service_factory.cc     content::BrowserContext* profile) const {
profile            42 apps/app_load_service_factory.cc   return new AppLoadService(static_cast<Profile*>(profile));
profile            19 apps/app_load_service_factory.h   static AppLoadService* GetForProfile(Profile* profile);
profile            46 apps/app_restore_service.cc AppRestoreService::AppRestoreService(Profile* profile)
profile            47 apps/app_restore_service.cc     : profile_(profile) {
profile            79 apps/app_restore_service.cc AppRestoreService* AppRestoreService::Get(Profile* profile) {
profile            80 apps/app_restore_service.cc   return apps::AppRestoreServiceFactory::GetForProfile(profile);
profile            83 apps/app_restore_service.cc void AppRestoreService::OnAppStart(Profile* profile,
profile            88 apps/app_restore_service.cc void AppRestoreService::OnAppActivated(Profile* profile,
profile            93 apps/app_restore_service.cc void AppRestoreService::OnAppDeactivated(Profile* profile,
profile            98 apps/app_restore_service.cc void AppRestoreService::OnAppStop(Profile* profile, const std::string& app_id) {
profile            31 apps/app_restore_service.h   explicit AppRestoreService(Profile* profile);
profile            41 apps/app_restore_service.h   static AppRestoreService* Get(Profile* profile);
profile            45 apps/app_restore_service.h   virtual void OnAppStart(Profile* profile, const std::string& app_id) OVERRIDE;
profile            46 apps/app_restore_service.h   virtual void OnAppActivated(Profile* profile,
profile            48 apps/app_restore_service.h   virtual void OnAppDeactivated(Profile* profile,
profile            50 apps/app_restore_service.h   virtual void OnAppStop(Profile* profile, const std::string& app_id) OVERRIDE;
profile            38 apps/app_restore_service_browsertest.cc   ExtensionPrefs* extension_prefs = ExtensionPrefs::Get(browser()->profile());
profile            53 apps/app_restore_service_browsertest.cc   apps::AppRestoreServiceFactory::GetForProfile(browser()->profile())->
profile            83 apps/app_restore_service_browsertest.cc   SavedFilesService* saved_files_service = SavedFilesService::Get(profile());
profile           129 apps/app_restore_service_browsertest.cc       ExtensionPrefs::Get(browser()->profile());
profile           130 apps/app_restore_service_browsertest.cc   SavedFilesService* saved_files_service = SavedFilesService::Get(profile());
profile           144 apps/app_restore_service_browsertest.cc   apps::AppRestoreServiceFactory::GetForProfile(browser()->profile())->
profile            15 apps/app_restore_service_factory.cc AppRestoreService* AppRestoreServiceFactory::GetForProfile(Profile* profile) {
profile            17 apps/app_restore_service_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            35 apps/app_restore_service_factory.cc     content::BrowserContext* profile) const {
profile            36 apps/app_restore_service_factory.cc   return new AppRestoreService(static_cast<Profile*>(profile));
profile            22 apps/app_restore_service_factory.h   static AppRestoreService* GetForProfile(Profile* profile);
profile            34 apps/app_restore_service_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile            39 apps/app_shim/extension_app_shim_handler_mac.cc                            Profile* profile,
profile            42 apps/app_shim/extension_app_shim_handler_mac.cc     callback.Run(profile);
profile            50 apps/app_shim/extension_app_shim_handler_mac.cc void SetAppHidden(Profile* profile, const std::string& app_id, bool hidden) {
profile            52 apps/app_shim/extension_app_shim_handler_mac.cc       apps::AppWindowRegistry::Get(profile)->GetAppWindowsForApp(app_id);
profile            84 apps/app_shim/extension_app_shim_handler_mac.cc   EnableViaPrompt(Profile* profile,
profile            87 apps/app_shim/extension_app_shim_handler_mac.cc       : profile_(profile),
profile           139 apps/app_shim/extension_app_shim_handler_mac.cc   Profile* profile = profile_manager->GetProfileByPath(full_path);
profile           142 apps/app_shim/extension_app_shim_handler_mac.cc   return profile && profile_manager->IsValidProfile(profile) ? profile : NULL;
profile           157 apps/app_shim/extension_app_shim_handler_mac.cc     Profile* profile,
profile           159 apps/app_shim/extension_app_shim_handler_mac.cc   return AppWindowRegistry::Get(profile)->GetAppWindowsForApp(extension_id);
profile           164 apps/app_shim/extension_app_shim_handler_mac.cc     Profile* profile,
profile           166 apps/app_shim/extension_app_shim_handler_mac.cc   ExtensionRegistry* registry = ExtensionRegistry::Get(profile);
profile           173 apps/app_shim/extension_app_shim_handler_mac.cc     Profile* profile,
profile           176 apps/app_shim/extension_app_shim_handler_mac.cc   (new EnableViaPrompt(profile, extension_id, callback))->Run();
profile           180 apps/app_shim/extension_app_shim_handler_mac.cc     Profile* profile,
profile           186 apps/app_shim/extension_app_shim_handler_mac.cc     apps::LaunchPlatformApp(profile, extension);
profile           190 apps/app_shim/extension_app_shim_handler_mac.cc       apps::LaunchPlatformAppWithPath(profile, extension, *it);
profile           196 apps/app_shim/extension_app_shim_handler_mac.cc     Profile* profile,
profile           199 apps/app_shim/extension_app_shim_handler_mac.cc       web_app::ShortcutInfoForExtensionAndProfile(extension, profile));
profile           222 apps/app_shim/extension_app_shim_handler_mac.cc     Profile* profile,
profile           224 apps/app_shim/extension_app_shim_handler_mac.cc   HostMap::iterator it = hosts_.find(make_pair(profile, app_id));
profile           250 apps/app_shim/extension_app_shim_handler_mac.cc   Profile* profile = Profile::FromBrowserContext(app_window->browser_context());
profile           251 apps/app_shim/extension_app_shim_handler_mac.cc   Host* host = handler->FindHost(profile, app_window->extension_id());
profile           255 apps/app_shim/extension_app_shim_handler_mac.cc     SetAppHidden(profile, app_window->extension_id(), true);
profile           262 apps/app_shim/extension_app_shim_handler_mac.cc   Profile* profile = Profile::FromBrowserContext(app_window->browser_context());
profile           264 apps/app_shim/extension_app_shim_handler_mac.cc   Host* host = handler->FindHost(profile, app_id);
profile           271 apps/app_shim/extension_app_shim_handler_mac.cc         apps::AppWindowRegistry::Get(profile)->GetAppWindowsForApp(app_id));
profile           281 apps/app_shim/extension_app_shim_handler_mac.cc   Profile* profile = Profile::FromBrowserContext(app_window->browser_context());
profile           282 apps/app_shim/extension_app_shim_handler_mac.cc   Host* host = handler->FindHost(profile, app_window->extension_id());
profile           285 apps/app_shim/extension_app_shim_handler_mac.cc     AppWindowRegistry::Get(profile)->AppWindowActivated(app_window);
profile           290 apps/app_shim/extension_app_shim_handler_mac.cc     SetAppHidden(profile, app_window->extension_id(), false);
profile           314 apps/app_shim/extension_app_shim_handler_mac.cc   Profile* profile = delegate_->ProfileForPath(profile_path);
profile           316 apps/app_shim/extension_app_shim_handler_mac.cc   if (profile) {
profile           317 apps/app_shim/extension_app_shim_handler_mac.cc     OnProfileLoaded(host, launch_type, files, profile);
profile           338 apps/app_shim/extension_app_shim_handler_mac.cc     Profile* profile) {
profile           343 apps/app_shim/extension_app_shim_handler_mac.cc   if (!hosts_.insert(make_pair(make_pair(profile, app_id), host)).second) {
profile           362 apps/app_shim/extension_app_shim_handler_mac.cc       delegate_->GetAppExtension(profile, app_id);
profile           364 apps/app_shim/extension_app_shim_handler_mac.cc     delegate_->LaunchApp(profile, extension, files);
profile           369 apps/app_shim/extension_app_shim_handler_mac.cc       profile, app_id,
profile           379 apps/app_shim/extension_app_shim_handler_mac.cc   Profile* profile = delegate_->ProfileForPath(profile_path);
profile           380 apps/app_shim/extension_app_shim_handler_mac.cc   if (!profile)
profile           384 apps/app_shim/extension_app_shim_handler_mac.cc       delegate_->GetAppExtension(profile, app_id);
profile           390 apps/app_shim/extension_app_shim_handler_mac.cc     Host* host = FindHost(profile, app_id);
profile           396 apps/app_shim/extension_app_shim_handler_mac.cc   delegate_->LaunchApp(profile, extension, files);
profile           415 apps/app_shim/extension_app_shim_handler_mac.cc   Profile* profile = delegate_->ProfileForPath(host->GetProfilePath());
profile           418 apps/app_shim/extension_app_shim_handler_mac.cc       delegate_->GetWindows(profile, host->GetAppId());
profile           427 apps/app_shim/extension_app_shim_handler_mac.cc       delegate_->GetAppExtension(profile, host->GetAppId());
profile           429 apps/app_shim/extension_app_shim_handler_mac.cc     delegate_->LaunchApp(profile, extension, files);
profile           439 apps/app_shim/extension_app_shim_handler_mac.cc   Profile* profile = delegate_->ProfileForPath(host->GetProfilePath());
profile           441 apps/app_shim/extension_app_shim_handler_mac.cc   SetAppHidden(profile, host->GetAppId(), hidden);
profile           446 apps/app_shim/extension_app_shim_handler_mac.cc   Profile* profile = delegate_->ProfileForPath(host->GetProfilePath());
profile           449 apps/app_shim/extension_app_shim_handler_mac.cc   const AppWindowList windows = delegate_->GetWindows(profile, app_id);
profile           467 apps/app_shim/extension_app_shim_handler_mac.cc   Profile* profile = content::Source<Profile>(source).ptr();
profile           468 apps/app_shim/extension_app_shim_handler_mac.cc   if (profile->IsOffTheRecord())
profile           473 apps/app_shim/extension_app_shim_handler_mac.cc       AppLifetimeMonitorFactory::GetForProfile(profile)->AddObserver(this);
profile           477 apps/app_shim/extension_app_shim_handler_mac.cc       AppLifetimeMonitorFactory::GetForProfile(profile)->RemoveObserver(this);
profile           483 apps/app_shim/extension_app_shim_handler_mac.cc         if (profile->IsSameProfile(current->first.first)) {
profile           497 apps/app_shim/extension_app_shim_handler_mac.cc void ExtensionAppShimHandler::OnAppStart(Profile* profile,
profile           500 apps/app_shim/extension_app_shim_handler_mac.cc void ExtensionAppShimHandler::OnAppActivated(Profile* profile,
profile           503 apps/app_shim/extension_app_shim_handler_mac.cc       delegate_->GetAppExtension(profile, app_id);
profile           507 apps/app_shim/extension_app_shim_handler_mac.cc   Host* host = FindHost(profile, app_id);
profile           514 apps/app_shim/extension_app_shim_handler_mac.cc   delegate_->LaunchShim(profile, extension);
profile           517 apps/app_shim/extension_app_shim_handler_mac.cc void ExtensionAppShimHandler::OnAppDeactivated(Profile* profile,
profile           519 apps/app_shim/extension_app_shim_handler_mac.cc   Host* host = FindHost(profile, app_id);
profile           527 apps/app_shim/extension_app_shim_handler_mac.cc void ExtensionAppShimHandler::OnAppStop(Profile* profile,
profile            54 apps/app_shim/extension_app_shim_handler_mac.h         Profile* profile,
profile            58 apps/app_shim/extension_app_shim_handler_mac.h         Profile* profile, const std::string& extension_id);
profile            59 apps/app_shim/extension_app_shim_handler_mac.h     virtual void EnableExtension(Profile* profile,
profile            62 apps/app_shim/extension_app_shim_handler_mac.h     virtual void LaunchApp(Profile* profile,
profile            65 apps/app_shim/extension_app_shim_handler_mac.h     virtual void LaunchShim(Profile* profile,
profile            74 apps/app_shim/extension_app_shim_handler_mac.h   AppShimHandler::Host* FindHost(Profile* profile, const std::string& app_id);
profile            98 apps/app_shim/extension_app_shim_handler_mac.h   virtual void OnAppStart(Profile* profile, const std::string& app_id) OVERRIDE;
profile            99 apps/app_shim/extension_app_shim_handler_mac.h   virtual void OnAppActivated(Profile* profile,
profile           101 apps/app_shim/extension_app_shim_handler_mac.h   virtual void OnAppDeactivated(Profile* profile,
profile           103 apps/app_shim/extension_app_shim_handler_mac.h   virtual void OnAppStop(Profile* profile, const std::string& app_id) OVERRIDE;
profile           126 apps/app_shim/extension_app_shim_handler_mac.h                        Profile* profile);
profile            60 apps/app_shim/extension_app_shim_handler_mac_unittest.cc       Profile* profile) {
profile            61 apps/app_shim/extension_app_shim_handler_mac_unittest.cc     callbacks_[path].Run(profile);
profile            92 apps/app_shim/extension_app_shim_handler_mac_unittest.cc   AppShimHandler::Host* FindHost(Profile* profile,
profile            94 apps/app_shim/extension_app_shim_handler_mac_unittest.cc     HostMap::const_iterator it = hosts().find(make_pair(profile, app_id));
profile            32 apps/app_window_geometry_cache.cc     Profile* profile,
profile            38 apps/app_window_geometry_cache.cc                  content::Source<Profile>(profile));
profile            41 apps/app_window_geometry_cache.cc                  content::Source<Profile>(profile));
profile           311 apps/app_window_geometry_cache.cc   Profile* profile = Profile::FromBrowserContext(context);
profile           312 apps/app_window_geometry_cache.cc   return new AppWindowGeometryCache(profile,
profile           313 apps/app_window_geometry_cache.cc                                     extensions::ExtensionPrefs::Get(profile));
profile            71 apps/app_window_geometry_cache.h   AppWindowGeometryCache(Profile* profile, extensions::ExtensionPrefs* prefs);
profile           106 apps/launcher.cc void LaunchPlatformAppWithNoData(Profile* profile, const Extension* extension) {
profile           108 apps/launcher.cc   AppEventRouter::DispatchOnLaunchedEvent(profile, extension);
profile           119 apps/launcher.cc   PlatformAppPathLauncher(Profile* profile,
profile           122 apps/launcher.cc       : profile_(profile), extension_(extension), file_path_(file_path) {}
profile           314 apps/launcher.cc void LaunchPlatformAppWithCommandLine(Profile* profile,
profile           318 apps/launcher.cc   if (!AppsClient::Get()->CheckAppLaunch(profile, extension))
profile           340 apps/launcher.cc     LaunchPlatformAppWithNoData(profile, extension);
profile           345 apps/launcher.cc   LaunchPlatformAppWithPath(profile, extension, path);
profile           348 apps/launcher.cc void LaunchPlatformAppWithPath(Profile* profile,
profile           355 apps/launcher.cc       new PlatformAppPathLauncher(profile, extension, file_path);
profile           359 apps/launcher.cc void LaunchPlatformApp(Profile* profile, const Extension* extension) {
profile           360 apps/launcher.cc   LaunchPlatformAppWithCommandLine(profile,
profile           366 apps/launcher.cc void LaunchPlatformAppWithFileHandler(Profile* profile,
profile           371 apps/launcher.cc       new PlatformAppPathLauncher(profile, extension, file_path);
profile           375 apps/launcher.cc void RestartPlatformApp(Profile* profile, const Extension* extension) {
profile           382 apps/launcher.cc   EventRouter* event_router = EventRouter::Get(profile);
profile           388 apps/launcher.cc     AppEventRouter::DispatchOnRestartedEvent(profile, extension);
profile           393 apps/launcher.cc       extensions::ExtensionPrefs::Get(profile);
profile           401 apps/launcher.cc     LaunchPlatformAppWithNoData(profile, extension);
profile           404 apps/launcher.cc void LaunchPlatformAppWithUrl(Profile* profile,
profile           410 apps/launcher.cc       profile, extension, handler_id, url, referrer_url);
profile            28 apps/launcher.h void LaunchPlatformAppWithCommandLine(Profile* profile,
profile            35 apps/launcher.h void LaunchPlatformAppWithPath(Profile* profile,
profile            40 apps/launcher.h void LaunchPlatformApp(Profile* profile,
profile            47 apps/launcher.h void LaunchPlatformAppWithFileHandler(Profile* profile,
profile            56 apps/launcher.h void LaunchPlatformAppWithUrl(Profile* profile,
profile            62 apps/launcher.h void RestartPlatformApp(Profile* profile,
profile           153 apps/saved_files_service.cc   SavedFiles(Profile* profile, const std::string& extension_id);
profile           190 apps/saved_files_service.cc SavedFilesService* SavedFilesService::Get(Profile* profile) {
profile           191 apps/saved_files_service.cc   return SavedFilesServiceFactory::GetForProfile(profile);
profile           194 apps/saved_files_service.cc SavedFilesService::SavedFilesService(Profile* profile)
profile           196 apps/saved_files_service.cc       profile_(profile) {
profile           306 apps/saved_files_service.cc SavedFilesService::SavedFiles::SavedFiles(Profile* profile,
profile           308 apps/saved_files_service.cc     : profile_(profile),
profile            62 apps/saved_files_service.h   explicit SavedFilesService(Profile* profile);
profile            65 apps/saved_files_service.h   static SavedFilesService* Get(Profile* profile);
profile            14 apps/saved_files_service_factory.cc SavedFilesService* SavedFilesServiceFactory::GetForProfile(Profile* profile) {
profile            16 apps/saved_files_service_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            32 apps/saved_files_service_factory.cc     content::BrowserContext* profile) const {
profile            33 apps/saved_files_service_factory.cc   return new SavedFilesService(static_cast<Profile*>(profile));
profile            20 apps/saved_files_service_factory.h   static SavedFilesService* GetForProfile(Profile* profile);
profile            30 apps/saved_files_service_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile            53 apps/saved_files_service_unittest.cc     service_ = SavedFilesService::Get(env_.profile());
profile           306 ash/display/display_info.cc void DisplayInfo::SetColorProfile(ui::ColorCalibrationProfile profile) {
profile           307 ash/display/display_info.cc   if (IsColorProfileAvailable(profile))
profile           308 ash/display/display_info.cc     color_profile_ = profile;
profile           312 ash/display/display_info.cc     ui::ColorCalibrationProfile profile) const {
profile           315 ash/display/display_info.cc                    profile) != available_color_profiles_.end();
profile           163 ash/display/display_info.h   void SetColorProfile(ui::ColorCalibrationProfile profile);
profile           166 ash/display/display_info.h   bool IsColorProfileAvailable(ui::ColorCalibrationProfile profile) const;
profile           509 ash/display/display_manager.cc     ui::ColorCalibrationProfile profile) {
profile           511 ash/display/display_manager.cc   if (!display_info_[display_id].IsColorProfileAvailable(profile))
profile           519 ash/display/display_manager.cc           display_id, profile)) {
profile           520 ash/display/display_manager.cc     display_info_[display_id].SetColorProfile(profile);
profile           522 ash/display/display_manager.cc         "ChromeOS.Display.ColorProfile", profile, ui::NUM_COLOR_PROFILES);
profile           193 ash/display/display_manager.h                                   ui::ColorCalibrationProfile profile);
profile           126 ash/system/chromeos/network/network_connect.cc   const NetworkProfile* profile  =
profile           129 ash/system/chromeos/network/network_connect.cc   if (!profile) {
profile           134 ash/system/chromeos/network/network_connect.cc   *profile_path = profile->path;
profile           128 chrome/android/java/src/org/chromium/chrome/browser/BookmarksBridge.java     public BookmarksBridge(Profile profile) {
profile           129 chrome/android/java/src/org/chromium/chrome/browser/BookmarksBridge.java         mProfile = profile;
profile           130 chrome/android/java/src/org/chromium/chrome/browser/BookmarksBridge.java         mNativeBookmarksBridge = nativeInit(profile);
profile           317 chrome/android/java/src/org/chromium/chrome/browser/BookmarksBridge.java     private native long nativeInit(Profile profile);
profile           124 chrome/android/java/src/org/chromium/chrome/browser/ForeignSessionHelper.java     public ForeignSessionHelper(Profile profile) {
profile           125 chrome/android/java/src/org/chromium/chrome/browser/ForeignSessionHelper.java         mNativeForeignSessionHelper = nativeInit(profile);
profile           206 chrome/android/java/src/org/chromium/chrome/browser/ForeignSessionHelper.java     private static native long nativeInit(Profile profile);
profile            20 chrome/android/java/src/org/chromium/chrome/browser/NewTabPagePrefs.java     public NewTabPagePrefs(Profile profile) {
profile            21 chrome/android/java/src/org/chromium/chrome/browser/NewTabPagePrefs.java         mNativeNewTabPagePrefs = nativeInit(profile);
profile           100 chrome/android/java/src/org/chromium/chrome/browser/NewTabPagePrefs.java     private static native long nativeInit(Profile profile);
profile            60 chrome/android/java/src/org/chromium/chrome/browser/RecentlyClosedBridge.java     public RecentlyClosedBridge(Profile profile) {
profile            61 chrome/android/java/src/org/chromium/chrome/browser/RecentlyClosedBridge.java         mNativeRecentlyClosedTabsBridge = nativeInit(profile);
profile           133 chrome/android/java/src/org/chromium/chrome/browser/RecentlyClosedBridge.java     private native long nativeInit(Profile profile);
profile           343 chrome/android/java/src/org/chromium/chrome/browser/autofill/PersonalDataManager.java     public String setProfile(AutofillProfile profile) {
profile           345 chrome/android/java/src/org/chromium/chrome/browser/autofill/PersonalDataManager.java         return nativeSetProfile(mPersonalDataManagerAndroid, profile);
profile           402 chrome/android/java/src/org/chromium/chrome/browser/autofill/PersonalDataManager.java             AutofillProfile profile);
profile            79 chrome/android/java/src/org/chromium/chrome/browser/favicon/FaviconHelper.java             Profile profile, String pageUrl, int iconTypes,
profile            82 chrome/android/java/src/org/chromium/chrome/browser/favicon/FaviconHelper.java         return nativeGetLocalFaviconImageForURL(mNativeFaviconHelper, profile, pageUrl, iconTypes,
profile           104 chrome/android/java/src/org/chromium/chrome/browser/favicon/FaviconHelper.java     public Bitmap getSyncedFaviconImageForURL(Profile profile, String pageUrl) {
profile           106 chrome/android/java/src/org/chromium/chrome/browser/favicon/FaviconHelper.java         return nativeGetSyncedFaviconImageForURL(mNativeFaviconHelper, profile, pageUrl);
profile           112 chrome/android/java/src/org/chromium/chrome/browser/favicon/FaviconHelper.java             Profile profile, String pageUrl, int iconTypes, int desiredSizeInDip,
profile           115 chrome/android/java/src/org/chromium/chrome/browser/favicon/FaviconHelper.java             Profile profile, String pageUrl);
profile            35 chrome/android/java/src/org/chromium/chrome/browser/omnibox/OmniboxPrerender.java     public void clear(Profile profile) {
profile            36 chrome/android/java/src/org/chromium/chrome/browser/omnibox/OmniboxPrerender.java         nativeClear(mNativeOmniboxPrerender, profile);
profile            46 chrome/android/java/src/org/chromium/chrome/browser/omnibox/OmniboxPrerender.java     public void initializeForProfile(Profile profile) {
profile            47 chrome/android/java/src/org/chromium/chrome/browser/omnibox/OmniboxPrerender.java         nativeInitializeForProfile(mNativeOmniboxPrerender, profile);
profile            62 chrome/android/java/src/org/chromium/chrome/browser/omnibox/OmniboxPrerender.java             Profile profile, Tab tab) {
profile            64 chrome/android/java/src/org/chromium/chrome/browser/omnibox/OmniboxPrerender.java                 profile, tab);
profile            68 chrome/android/java/src/org/chromium/chrome/browser/omnibox/OmniboxPrerender.java     private native void nativeClear(long nativeOmniboxPrerender, Profile profile);
profile            71 chrome/android/java/src/org/chromium/chrome/browser/omnibox/OmniboxPrerender.java             Profile profile);
profile            73 chrome/android/java/src/org/chromium/chrome/browser/omnibox/OmniboxPrerender.java             String currentUrl, long nativeAutocompleteResult, Profile profile,
profile            23 chrome/android/java/src/org/chromium/chrome/browser/prerender/ExternalPrerenderHandler.java     public long addPrerender(Profile profile, String url, String referrer, int width, int height) {
profile            25 chrome/android/java/src/org/chromium/chrome/browser/prerender/ExternalPrerenderHandler.java         if (nativeAddPrerender(mNativeExternalPrerenderHandler, profile, webContentsPtr,
profile            37 chrome/android/java/src/org/chromium/chrome/browser/prerender/ExternalPrerenderHandler.java     public static boolean hasPrerenderedUrl(Profile profile, String url, long webContentsPtr)  {
profile            38 chrome/android/java/src/org/chromium/chrome/browser/prerender/ExternalPrerenderHandler.java         return nativeHasPrerenderedUrl(profile, url, webContentsPtr);
profile            43 chrome/android/java/src/org/chromium/chrome/browser/prerender/ExternalPrerenderHandler.java             long nativeExternalPrerenderHandlerAndroid, Profile profile,
profile            46 chrome/android/java/src/org/chromium/chrome/browser/prerender/ExternalPrerenderHandler.java             Profile profile, String url, long webContentsPtr);
profile            52 chrome/android/java/src/org/chromium/chrome/browser/profiles/MostVisitedSites.java     public MostVisitedSites(Profile profile) {
profile            53 chrome/android/java/src/org/chromium/chrome/browser/profiles/MostVisitedSites.java         mNativeMostVisitedSites = nativeInit(profile);
profile           119 chrome/android/java/src/org/chromium/chrome/browser/profiles/MostVisitedSites.java     private native long nativeInit(Profile profile);
profile            57 chrome/android/java/src/org/chromium/chrome/browser/profiles/ProfileDownloader.java             Profile profile, String accountId, int imageSidePixels) {
profile            59 chrome/android/java/src/org/chromium/chrome/browser/profiles/ProfileDownloader.java         nativeStartFetchingAccountInfoFor(profile, accountId, imageSidePixels);
profile            74 chrome/android/java/src/org/chromium/chrome/browser/profiles/ProfileDownloader.java     public static String getCachedName(Profile profile) {
profile            75 chrome/android/java/src/org/chromium/chrome/browser/profiles/ProfileDownloader.java         return nativeGetCachedNameForPrimaryAccount(profile);
profile            82 chrome/android/java/src/org/chromium/chrome/browser/profiles/ProfileDownloader.java     public static Bitmap getCachedAvatar(Profile profile) {
profile            83 chrome/android/java/src/org/chromium/chrome/browser/profiles/ProfileDownloader.java         return nativeGetCachedAvatarForPrimaryAccount(profile);
profile            88 chrome/android/java/src/org/chromium/chrome/browser/profiles/ProfileDownloader.java             Profile profile, String accountId, int imageSidePixels);
profile            89 chrome/android/java/src/org/chromium/chrome/browser/profiles/ProfileDownloader.java     private static native String nativeGetCachedNameForPrimaryAccount(Profile profile);
profile            90 chrome/android/java/src/org/chromium/chrome/browser/profiles/ProfileDownloader.java     private static native Bitmap nativeGetCachedAvatarForPrimaryAccount(Profile profile);
profile            28 chrome/android/java/src/org/chromium/chrome/browser/signin/AccountManagementScreenHelper.java         void openAccountManagementScreen(Context applicationContext, Profile profile);
profile            41 chrome/android/java/src/org/chromium/chrome/browser/signin/AccountManagementScreenHelper.java     private static void openAccountManagementScreen(Context applicationContext, Profile profile) {
profile            45 chrome/android/java/src/org/chromium/chrome/browser/signin/AccountManagementScreenHelper.java         sManager.openAccountManagementScreen(applicationContext, profile);
profile            52 chrome/android/java/src/org/chromium/chrome/browser/signin/OAuth2TokenService.java     public static OAuth2TokenService getForProfile(Profile profile) {
profile            54 chrome/android/java/src/org/chromium/chrome/browser/signin/OAuth2TokenService.java         return (OAuth2TokenService) nativeGetForProfile(profile);
profile           265 chrome/android/java/src/org/chromium/chrome/browser/signin/OAuth2TokenService.java     private static native Object nativeGetForProfile(Profile profile);
profile           144 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillPopupTest.java         AutofillProfile profile = new AutofillProfile(
profile           147 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillPopupTest.java         mHelper.setProfile(profile);
profile            44 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTestHelper.java     String setProfile(final AutofillProfile profile) throws InterruptedException,
profile            49 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTestHelper.java                 return PersonalDataManager.getInstance().setProfile(profile);
profile            36 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/PersonalDataManagerTest.java         AutofillProfile profile = new AutofillProfile(
profile            40 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/PersonalDataManagerTest.java         String profileOneGUID = mHelper.setProfile(profile);
profile            50 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/PersonalDataManagerTest.java         profile.setGUID(profileOneGUID);
profile            51 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/PersonalDataManagerTest.java         profile.setCountry("Canada");
profile            52 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/PersonalDataManagerTest.java         mHelper.setProfile(profile);
profile            66 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/PersonalDataManagerTest.java         AutofillProfile profile = new AutofillProfile(
profile            70 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/PersonalDataManagerTest.java         String profileOneGUID = mHelper.setProfile(profile);
profile            21 chrome/browser/accessibility/accessibility_events.cc   Profile *profile = info->profile();
profile            22 chrome/browser/accessibility/accessibility_events.cc   if (profile->ShouldSendAccessibilityEvents()) {
profile            32 chrome/browser/accessibility/accessibility_events.cc   Profile *profile = info->profile();
profile            33 chrome/browser/accessibility/accessibility_events.cc   if (profile->ShouldSendAccessibilityEvents()) {
profile            43 chrome/browser/accessibility/accessibility_events.cc   Profile *profile = info->profile();
profile            44 chrome/browser/accessibility/accessibility_events.cc   if (profile->ShouldSendAccessibilityEvents()) {
profile            53 chrome/browser/accessibility/accessibility_events.cc     Profile* profile, const std::string& name)
profile            54 chrome/browser/accessibility/accessibility_events.cc     : AccessibilityEventInfo(profile),
profile            69 chrome/browser/accessibility/accessibility_events.cc AccessibilityWindowInfo::AccessibilityWindowInfo(Profile* profile,
profile            71 chrome/browser/accessibility/accessibility_events.cc     : AccessibilityControlInfo(profile, window_name) {
profile            78 chrome/browser/accessibility/accessibility_events.cc AccessibilityButtonInfo::AccessibilityButtonInfo(Profile* profile,
profile            81 chrome/browser/accessibility/accessibility_events.cc     : AccessibilityControlInfo(profile, button_name) {
profile            89 chrome/browser/accessibility/accessibility_events.cc AccessibilityLinkInfo::AccessibilityLinkInfo(Profile* profile,
profile            92 chrome/browser/accessibility/accessibility_events.cc     : AccessibilityControlInfo(profile, link_name) {
profile           101 chrome/browser/accessibility/accessibility_events.cc     Profile* profile,
profile           107 chrome/browser/accessibility/accessibility_events.cc     : AccessibilityControlInfo(profile, name),
profile           126 chrome/browser/accessibility/accessibility_events.cc AccessibilityCheckboxInfo::AccessibilityCheckboxInfo(Profile* profile,
profile           130 chrome/browser/accessibility/accessibility_events.cc     : AccessibilityControlInfo(profile, name),
profile           145 chrome/browser/accessibility/accessibility_events.cc AccessibilityTabInfo::AccessibilityTabInfo(Profile* profile,
profile           150 chrome/browser/accessibility/accessibility_events.cc     : AccessibilityControlInfo(profile, tab_name),
profile           166 chrome/browser/accessibility/accessibility_events.cc AccessibilityComboBoxInfo::AccessibilityComboBoxInfo(Profile* profile,
profile           172 chrome/browser/accessibility/accessibility_events.cc     : AccessibilityControlInfo(profile, name),
profile           191 chrome/browser/accessibility/accessibility_events.cc AccessibilityTextBoxInfo::AccessibilityTextBoxInfo(Profile* profile,
profile           195 chrome/browser/accessibility/accessibility_events.cc     : AccessibilityControlInfo(profile, name),
profile           215 chrome/browser/accessibility/accessibility_events.cc AccessibilityListBoxInfo::AccessibilityListBoxInfo(Profile* profile,
profile           221 chrome/browser/accessibility/accessibility_events.cc     : AccessibilityControlInfo(profile, name),
profile           240 chrome/browser/accessibility/accessibility_events.cc AccessibilityMenuInfo::AccessibilityMenuInfo(Profile* profile,
profile           242 chrome/browser/accessibility/accessibility_events.cc     : AccessibilityControlInfo(profile, menu_name) {
profile           249 chrome/browser/accessibility/accessibility_events.cc AccessibilityMenuItemInfo::AccessibilityMenuItemInfo(Profile* profile,
profile           255 chrome/browser/accessibility/accessibility_events.cc     : AccessibilityControlInfo(profile, name),
profile           274 chrome/browser/accessibility/accessibility_events.cc AccessibilityTreeInfo::AccessibilityTreeInfo(Profile* profile,
profile           276 chrome/browser/accessibility/accessibility_events.cc     : AccessibilityControlInfo(profile, menu_name) {
profile           283 chrome/browser/accessibility/accessibility_events.cc AccessibilityTreeItemInfo::AccessibilityTreeItemInfo(Profile* profile,
profile           291 chrome/browser/accessibility/accessibility_events.cc     : AccessibilityControlInfo(profile, name),
profile           314 chrome/browser/accessibility/accessibility_events.cc AccessibilitySliderInfo::AccessibilitySliderInfo(Profile* profile,
profile           318 chrome/browser/accessibility/accessibility_events.cc     : AccessibilityControlInfo(profile, name),
profile           333 chrome/browser/accessibility/accessibility_events.cc AccessibilityAlertInfo::AccessibilityAlertInfo(Profile* profile,
profile           335 chrome/browser/accessibility/accessibility_events.cc     : AccessibilityControlInfo(profile, name) {
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            74 chrome/browser/accessibility/accessibility_events.h   AccessibilityControlInfo(Profile* profile,
profile            91 chrome/browser/accessibility/accessibility_events.h   AccessibilityWindowInfo(Profile* profile, const std::string& window_name);
profile           100 chrome/browser/accessibility/accessibility_events.h   AccessibilityButtonInfo(Profile* profile,
profile           111 chrome/browser/accessibility/accessibility_events.h   AccessibilityLinkInfo(Profile* profile,
profile           122 chrome/browser/accessibility/accessibility_events.h   AccessibilityRadioButtonInfo(Profile* profile,
profile           150 chrome/browser/accessibility/accessibility_events.h   AccessibilityCheckboxInfo(Profile* profile,
profile           171 chrome/browser/accessibility/accessibility_events.h   AccessibilityTabInfo(Profile* profile,
profile           199 chrome/browser/accessibility/accessibility_events.h   AccessibilityComboBoxInfo(Profile* profile,
profile           233 chrome/browser/accessibility/accessibility_events.h   AccessibilityTextBoxInfo(Profile* profile,
profile           265 chrome/browser/accessibility/accessibility_events.h   AccessibilityListBoxInfo(Profile* profile,
profile           298 chrome/browser/accessibility/accessibility_events.h   AccessibilityMenuInfo(Profile* profile, const std::string& menu_name);
profile           307 chrome/browser/accessibility/accessibility_events.h   AccessibilityMenuItemInfo(Profile* profile,
profile           333 chrome/browser/accessibility/accessibility_events.h   AccessibilityTreeInfo(Profile* profile, const std::string& menu_name);
profile           342 chrome/browser/accessibility/accessibility_events.h   AccessibilityTreeItemInfo(Profile* profile,
profile           379 chrome/browser/accessibility/accessibility_events.h   AccessibilitySliderInfo(Profile* profile,
profile           397 chrome/browser/accessibility/accessibility_events.h   AccessibilityAlertInfo(Profile* profile, const std::string& name);
profile           132 chrome/browser/accessibility/accessibility_extension_api.cc   DispatchEvent(info->profile(),
profile           142 chrome/browser/accessibility/accessibility_extension_api.cc   DispatchEvent(info->profile(),
profile           150 chrome/browser/accessibility/accessibility_extension_api.cc   DispatchEvent(info->profile(),
profile           158 chrome/browser/accessibility/accessibility_extension_api.cc   DispatchEvent(info->profile(),
profile           166 chrome/browser/accessibility/accessibility_extension_api.cc   DispatchEvent(info->profile(),
profile           174 chrome/browser/accessibility/accessibility_extension_api.cc   DispatchEvent(info->profile(),
profile           180 chrome/browser/accessibility/accessibility_extension_api.cc     Profile* profile,
profile           186 chrome/browser/accessibility/accessibility_extension_api.cc   ExtensionAccessibilityEventRouter::DispatchEventToChromeVox(profile,
profile           193 chrome/browser/accessibility/accessibility_extension_api.cc     Profile* profile,
profile           197 chrome/browser/accessibility/accessibility_extension_api.cc       extensions::ExtensionSystem::Get(profile);
profile           207 chrome/browser/accessibility/accessibility_extension_api.cc     Profile* profile,
profile           210 chrome/browser/accessibility/accessibility_extension_api.cc   if (enabled_ && profile &&
profile           211 chrome/browser/accessibility/accessibility_extension_api.cc       extensions::ExtensionSystem::Get(profile)->event_router()) {
profile           214 chrome/browser/accessibility/accessibility_extension_api.cc     extensions::ExtensionSystem::Get(profile)->event_router()->
profile            62 chrome/browser/accessibility/accessibility_extension_api.h       Profile* profile,
profile            67 chrome/browser/accessibility/accessibility_extension_api.h       Profile* profile,
profile            84 chrome/browser/accessibility/accessibility_extension_api.h   void DispatchEvent(Profile* profile,
profile           134 chrome/browser/android/banners/app_banner_manager.cc   Profile* profile =
profile           137 chrome/browser/android/banners/app_banner_manager.cc   fetcher_.get()->Start(profile);
profile            32 chrome/browser/android/banners/app_banner_settings_helper.cc   Profile* profile =
profile            34 chrome/browser/android/banners/app_banner_settings_helper.cc   if (profile->IsOffTheRecord() || web_contents->GetURL() != origin_url ||
profile            40 chrome/browser/android/banners/app_banner_settings_helper.cc   HostContentSettingsMap* settings = profile->GetHostContentSettingsMap();
profile            85 chrome/browser/android/banners/app_banner_settings_helper.cc   Profile* profile =
profile            87 chrome/browser/android/banners/app_banner_settings_helper.cc   HostContentSettingsMap* settings = profile->GetHostContentSettingsMap();
profile           257 chrome/browser/android/chrome_web_contents_delegate_android.cc   Profile* profile = Profile::FromBrowserContext(source->GetBrowserContext());
profile           258 chrome/browser/android/chrome_web_contents_delegate_android.cc   chrome::NavigateParams nav_params(profile,
profile           288 chrome/browser/android/chrome_web_contents_delegate_android.cc         prerender::PrerenderManagerFactory::GetForProfile(profile);
profile            16 chrome/browser/android/content_view_util.cc   Profile* profile = g_browser_process->profile_manager()->GetLastUsedProfile();
profile            18 chrome/browser/android/content_view_util.cc     profile = profile->GetOffTheRecordProfile();
profile            21 chrome/browser/android/content_view_util.cc       content::WebContents::CreateParams(profile);
profile           282 chrome/browser/android/dev_tools_server.cc     Profile* profile =
profile           284 chrome/browser/android/dev_tools_server.cc     history::TopSites* top_sites = profile->GetTopSites();
profile           366 chrome/browser/android/dev_tools_server.cc     Profile* profile =
profile           368 chrome/browser/android/dev_tools_server.cc     history::TopSites* top_sites = profile->GetTopSites();
profile            80 chrome/browser/android/favicon_helper.cc   Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile);
profile            81 chrome/browser/android/favicon_helper.cc   DCHECK(profile);
profile            82 chrome/browser/android/favicon_helper.cc   if (!profile)
profile            86 chrome/browser/android/favicon_helper.cc       profile, Profile::EXPLICIT_ACCESS);
profile           115 chrome/browser/android/favicon_helper.cc   Profile* profile = ProfileAndroid::FromProfileAndroid(jprofile);
profile           116 chrome/browser/android/favicon_helper.cc   DCHECK(profile);
profile           121 chrome/browser/android/favicon_helper.cc       ProfileSyncServiceFactory::GetInstance()->GetForProfile(profile);
profile            38 chrome/browser/android/foreign_session_helper.cc OpenTabsUIDelegate* GetOpenTabsUIDelegate(Profile* profile) {
profile            40 chrome/browser/android/foreign_session_helper.cc       GetForProfile(profile);
profile           140 chrome/browser/android/foreign_session_helper.cc static jlong Init(JNIEnv* env, jclass clazz, jobject profile) {
profile           142 chrome/browser/android/foreign_session_helper.cc       ProfileAndroid::FromProfileAndroid(profile));
profile           146 chrome/browser/android/foreign_session_helper.cc ForeignSessionHelper::ForeignSessionHelper(Profile* profile)
profile           147 chrome/browser/android/foreign_session_helper.cc     : profile_(profile) {
profile           149 chrome/browser/android/foreign_session_helper.cc       GetForProfile(profile);
profile           153 chrome/browser/android/foreign_session_helper.cc                  content::Source<Profile>(profile));
profile           155 chrome/browser/android/foreign_session_helper.cc                  content::Source<Profile>(profile));
profile            25 chrome/browser/android/foreign_session_helper.h   explicit ForeignSessionHelper(Profile* profile);
profile           125 chrome/browser/android/most_visited_sites.cc MostVisitedSites::MostVisitedSites(Profile* profile)
profile           126 chrome/browser/android/most_visited_sites.cc     : profile_(profile), num_sites_(0), weak_ptr_factory_(this) {
profile            24 chrome/browser/android/most_visited_sites.h   explicit MostVisitedSites(Profile* profile);
profile            19 chrome/browser/android/new_tab_page_prefs.cc static jlong Init(JNIEnv* env, jclass clazz, jobject profile) {
profile            21 chrome/browser/android/new_tab_page_prefs.cc       new NewTabPagePrefs(ProfileAndroid::FromProfileAndroid(profile));
profile            25 chrome/browser/android/new_tab_page_prefs.cc NewTabPagePrefs::NewTabPagePrefs(Profile* profile)
profile            26 chrome/browser/android/new_tab_page_prefs.cc   : profile_(profile) {
profile            14 chrome/browser/android/new_tab_page_prefs.h   explicit NewTabPagePrefs(Profile* profile);
profile            43 chrome/browser/android/omnibox/omnibox_prerender.cc   Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile_android);
profile            44 chrome/browser/android/omnibox/omnibox_prerender.cc   DCHECK(profile);
profile            45 chrome/browser/android/omnibox/omnibox_prerender.cc   if (!profile)
profile            48 chrome/browser/android/omnibox/omnibox_prerender.cc       AutocompleteActionPredictorFactory::GetForProfile(profile);
profile            56 chrome/browser/android/omnibox/omnibox_prerender.cc   Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile_android);
profile            59 chrome/browser/android/omnibox/omnibox_prerender.cc   AutocompleteActionPredictorFactory::GetForProfile(profile);
profile            71 chrome/browser/android/omnibox/omnibox_prerender.cc   Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile_android);
profile            83 chrome/browser/android/omnibox/omnibox_prerender.cc   if (!profile)
profile            92 chrome/browser/android/omnibox/omnibox_prerender.cc       AutocompleteActionPredictorFactory::GetForProfile(profile);
profile           113 chrome/browser/android/omnibox/omnibox_prerender.cc             profile,
profile           129 chrome/browser/android/omnibox/omnibox_prerender.cc                                    Profile* profile,
profile           131 chrome/browser/android/omnibox/omnibox_prerender.cc   DCHECK(profile);
profile           132 chrome/browser/android/omnibox/omnibox_prerender.cc   if (!profile)
profile           139 chrome/browser/android/omnibox/omnibox_prerender.cc   predictors::AutocompleteActionPredictorFactory::GetForProfile(profile)->
profile            61 chrome/browser/android/omnibox/omnibox_prerender.h                    Profile* profile,
profile            25 chrome/browser/android/profiles/profile_downloader_android.cc   explicit AccountInfoRetriever(Profile* profile,
profile            28 chrome/browser/android/profiles/profile_downloader_android.cc       : profile_(profile),
profile           112 chrome/browser/android/profiles/profile_downloader_android.cc   Profile* profile = ProfileAndroid::FromProfileAndroid(jprofile);
profile           115 chrome/browser/android/profiles/profile_downloader_android.cc   const size_t index = info.GetIndexOfProfileWithPath(profile->GetPath());
profile           131 chrome/browser/android/profiles/profile_downloader_android.cc   Profile* profile = ProfileAndroid::FromProfileAndroid(jprofile);
profile           134 chrome/browser/android/profiles/profile_downloader_android.cc   const size_t index = info.GetIndexOfProfileWithPath(profile->GetPath());
profile           153 chrome/browser/android/profiles/profile_downloader_android.cc   Profile* profile = ProfileAndroid::FromProfileAndroid(jprofile);
profile           157 chrome/browser/android/profiles/profile_downloader_android.cc       new AccountInfoRetriever(profile, account_id, image_side_pixels);
profile           642 chrome/browser/android/provider/chrome_browser_provider.cc                      Profile* profile,
profile           646 chrome/browser/android/provider/chrome_browser_provider.cc         profile_(profile),
profile           665 chrome/browser/android/provider/chrome_browser_provider.cc                         Profile* profile,
profile           669 chrome/browser/android/provider/chrome_browser_provider.cc                            profile,
profile           882 chrome/browser/android/provider/chrome_browser_provider.cc                  Profile* profile)
profile           884 chrome/browser/android/provider/chrome_browser_provider.cc         profile_(profile) {}
profile           920 chrome/browser/android/provider/chrome_browser_provider.cc                              Profile* profile)
profile           921 chrome/browser/android/provider/chrome_browser_provider.cc         : SearchTermTask(service, cancelable_consumer, profile) {}
profile           959 chrome/browser/android/provider/chrome_browser_provider.cc                                 Profile* profile)
profile           960 chrome/browser/android/provider/chrome_browser_provider.cc         : SearchTermTask(service, cancelable_consumer, profile),
profile           997 chrome/browser/android/provider/chrome_browser_provider.cc                                  Profile* profile)
profile           998 chrome/browser/android/provider/chrome_browser_provider.cc         : SearchTermTask(service, cancelable_consumer, profile),
profile          1045 chrome/browser/android/provider/chrome_browser_provider.cc                                  Profile* profile)
profile          1046 chrome/browser/android/provider/chrome_browser_provider.cc         : SearchTermTask(service, cancelable_consumer, profile), result_() {}
profile            56 chrome/browser/android/recently_closed_tabs_bridge.cc RecentlyClosedTabsBridge::RecentlyClosedTabsBridge(Profile* profile)
profile            57 chrome/browser/android/recently_closed_tabs_bridge.cc     : profile_(profile),
profile            20 chrome/browser/android/recently_closed_tabs_bridge.h   explicit RecentlyClosedTabsBridge(Profile* profile);
profile            52 chrome/browser/android/shortcut_helper.cc   Profile* profile =
profile            81 chrome/browser/android/shortcut_helper.cc       profile, Profile::EXPLICIT_ACCESS);
profile            86 chrome/browser/android/shortcut_helper.cc   favicon_service->GetLargestRawFaviconForURL(profile, url_, icon_types,
profile            15 chrome/browser/android/signin/account_management_screen_helper.cc     Profile* profile) {
profile            16 chrome/browser/android/signin/account_management_screen_helper.cc   DCHECK(profile);
profile            17 chrome/browser/android/signin/account_management_screen_helper.cc   DCHECK(ProfileAndroid::FromProfile(profile));
profile            22 chrome/browser/android/signin/account_management_screen_helper.cc       ProfileAndroid::FromProfile(profile)->GetJavaObject().obj());
profile            21 chrome/browser/android/signin/account_management_screen_helper.h   static void OpenAccountManagementScreen(Profile* profile);
profile            47 chrome/browser/android/signin/signin_manager_android.cc   ProfileDataRemover(Profile* profile, const base::Closure& callback)
profile            50 chrome/browser/android/signin/signin_manager_android.cc         remover_(BrowsingDataRemover::CreateForUnboundedRange(profile)) {
profile           379 chrome/browser/android/tab_android.cc   Profile* profile = GetProfile();
profile           380 chrome/browser/android/tab_android.cc   if (!profile)
profile           382 chrome/browser/android/tab_android.cc   ProfileAndroid* profile_android = ProfileAndroid::FromProfile(profile);
profile           509 chrome/browser/android/tab_android.cc   Profile* profile = GetProfile();
profile           510 chrome/browser/android/tab_android.cc   if (!profile)
profile           512 chrome/browser/android/tab_android.cc   return prerender::PrerenderManagerFactory::GetForProfile(profile);
profile           532 chrome/browser/apps/app_browsertest.cc       browser()->profile(), extension, LAUNCH_CONTAINER_NONE, NEW_WINDOW);
profile           845 chrome/browser/apps/app_browsertest.cc         browser()->profile(), extension, LAUNCH_CONTAINER_NONE, NEW_WINDOW));
profile           988 chrome/browser/apps/app_browsertest.cc       browser()->profile(), extension, LAUNCH_CONTAINER_NONE, NEW_WINDOW));
profile          1011 chrome/browser/apps/app_browsertest.cc       browser()->profile(), extension, LAUNCH_CONTAINER_NONE, NEW_WINDOW));
profile          1017 chrome/browser/apps/app_browsertest.cc   ExtensionPrefs* extension_prefs = ExtensionPrefs::Get(browser()->profile());
profile          1020 chrome/browser/apps/app_browsertest.cc   extensions::ExtensionSystem::Get(browser()->profile())->event_router()->
profile          1048 chrome/browser/apps/app_browsertest.cc       browser()->profile(), extension, LAUNCH_CONTAINER_NONE, NEW_WINDOW));
profile          1194 chrome/browser/apps/app_browsertest.cc   Profile* incognito_profile = profile()->GetOffTheRecordProfile();
profile            53 chrome/browser/apps/app_browsertest_util.cc   AppWindowRegistry* app_registry = AppWindowRegistry::Get(browser->profile());
profile           107 chrome/browser/apps/app_browsertest_util.cc       browser()->profile(), extension, LAUNCH_CONTAINER_NONE, NEW_WINDOW));
profile           125 chrome/browser/apps/app_browsertest_util.cc       AppWindowRegistry::Get(browser()->profile());
profile           161 chrome/browser/apps/app_browsertest_util.cc   return AppWindowRegistry::Get(browser()->profile())->app_windows().size();
profile           166 chrome/browser/apps/app_browsertest_util.cc   return AppWindowRegistry::Get(browser()->profile())
profile           196 chrome/browser/apps/app_browsertest_util.cc       browser()->profile(), new ChromeAppWindowDelegate(), extension);
profile            31 chrome/browser/apps/app_launch_for_metro_restart_win.cc void LaunchAppWithId(Profile* profile,
profile            34 chrome/browser/apps/app_launch_for_metro_restart_win.cc       ExtensionSystem::Get(profile)->extension_service();
profile            43 chrome/browser/apps/app_launch_for_metro_restart_win.cc   apps::AppEventRouter::DispatchOnLaunchedEvent(profile, extension);
profile            48 chrome/browser/apps/app_launch_for_metro_restart_win.cc void HandleAppLaunchForMetroRestart(Profile* profile) {
profile            59 chrome/browser/apps/app_launch_for_metro_restart_win.cc   if (profile_dir.empty() || profile->GetPath().BaseName() != profile_dir)
profile            83 chrome/browser/apps/app_launch_for_metro_restart_win.cc       base::Bind(&LaunchAppWithId, profile, extension_id),
profile            87 chrome/browser/apps/app_launch_for_metro_restart_win.cc void SetAppLaunchForMetroRestart(Profile* profile,
profile            91 chrome/browser/apps/app_launch_for_metro_restart_win.cc                    profile->GetPath().BaseName().MaybeAsASCII());
profile            19 chrome/browser/apps/app_launch_for_metro_restart_win.h void HandleAppLaunchForMetroRestart(Profile* profile);
profile            22 chrome/browser/apps/app_launch_for_metro_restart_win.h void SetAppLaunchForMetroRestart(Profile* profile,
profile            53 chrome/browser/apps/app_url_redirector.cc   Profile* profile =
profile            60 chrome/browser/apps/app_url_redirector.cc       profile, app, handler_id, params.url(), params.referrer().url);
profile           211 chrome/browser/apps/app_window_browsertest.cc   OpenApplication(AppLaunchParams(browser()->profile(),
profile           224 chrome/browser/apps/app_window_browsertest.cc       AppWindowGeometryCache::Get(browser()->profile()),
profile           231 chrome/browser/apps/app_window_browsertest.cc       AppWindowGeometryCache::Get(browser()->profile()),
profile           146 chrome/browser/apps/ephemeral_app_browsertest.cc         content::Source<Profile>(browser()->profile()));
profile           161 chrome/browser/apps/ephemeral_app_browsertest.cc         content::Source<Profile>(browser()->profile()));
profile           164 chrome/browser/apps/ephemeral_app_browsertest.cc         ExtensionSystem::Get(browser()->profile())->extension_service();
profile           172 chrome/browser/apps/ephemeral_app_browsertest.cc     EXPECT_FALSE(ExtensionSystem::Get(browser()->profile())->
profile           191 chrome/browser/apps/ephemeral_app_browsertest.cc         EphemeralAppService::Get(browser()->profile());
profile           208 chrome/browser/apps/ephemeral_app_browsertest.cc       ExtensionSystem::Get(browser()->profile())->event_router();
profile           280 chrome/browser/apps/ephemeral_app_browsertest.cc       ExtensionSystem::Get(browser()->profile())->extension_service();
profile           299 chrome/browser/apps/ephemeral_app_browsertest.cc       DesktopNotificationServiceFactory::GetForProfile(browser()->profile());
profile           381 chrome/browser/apps/ephemeral_app_browsertest.cc       apps::SavedFilesService::Get(browser()->profile())
profile           407 chrome/browser/apps/ephemeral_app_browsertest.cc   ExtensionPrefs* prefs = ExtensionPrefs::Get(browser()->profile());
profile           421 chrome/browser/apps/ephemeral_app_browsertest.cc       app_id, browser()->profile());
profile           423 chrome/browser/apps/ephemeral_app_browsertest.cc                   site_url, browser()->profile()));
profile           452 chrome/browser/apps/ephemeral_app_browsertest.cc   ExtensionPrefs* prefs = ExtensionPrefs::Get(browser()->profile());
profile           484 chrome/browser/apps/ephemeral_app_browsertest.cc   ExtensionPrefs* prefs = ExtensionPrefs::Get(browser()->profile());
profile            52 chrome/browser/apps/ephemeral_app_launcher.cc     Profile* profile,
profile            57 chrome/browser/apps/ephemeral_app_launcher.cc                                profile,
profile            79 chrome/browser/apps/ephemeral_app_launcher.cc       extensions::ExtensionSystem::Get(profile())->extension_service();
profile            85 chrome/browser/apps/ephemeral_app_launcher.cc                                                          profile())) {
profile            95 chrome/browser/apps/ephemeral_app_launcher.cc         new ExtensionEnableFlow(profile(), extension->id(), this));
profile           113 chrome/browser/apps/ephemeral_app_launcher.cc     Profile* profile,
profile           118 chrome/browser/apps/ephemeral_app_launcher.cc               profile,
profile           122 chrome/browser/apps/ephemeral_app_launcher.cc               WebContents::Create(WebContents::CreateParams(profile))) {
profile           141 chrome/browser/apps/ephemeral_app_launcher.cc                  content::Source<Profile>(profile()->GetOriginalProfile()));
profile           152 chrome/browser/apps/ephemeral_app_launcher.cc   AppLaunchParams params(profile(), extension, NEW_FOREGROUND_TAB);
profile           238 chrome/browser/apps/ephemeral_app_launcher.cc       new ExtensionInstallPrompt(profile(), parent_window_, NULL));
profile           290 chrome/browser/apps/ephemeral_app_launcher.cc       extensions::ExtensionSystem::Get(profile())->extension_service();
profile            41 chrome/browser/apps/ephemeral_app_launcher.h       Profile* profile,
profile            57 chrome/browser/apps/ephemeral_app_launcher.h                        Profile* profile,
profile            58 chrome/browser/apps/ephemeral_app_service.cc EphemeralAppService* EphemeralAppService::Get(Profile* profile) {
profile            59 chrome/browser/apps/ephemeral_app_service.cc   return EphemeralAppServiceFactory::GetForProfile(profile);
profile            62 chrome/browser/apps/ephemeral_app_service.cc EphemeralAppService::EphemeralAppService(Profile* profile)
profile            63 chrome/browser/apps/ephemeral_app_service.cc     : profile_(profile),
profile            28 chrome/browser/apps/ephemeral_app_service.h   static EphemeralAppService* Get(Profile* profile);
profile            30 chrome/browser/apps/ephemeral_app_service.h   explicit EphemeralAppService(Profile* profile);
profile            50 chrome/browser/apps/ephemeral_app_service_browsertest.cc         browser()->profile());
profile            67 chrome/browser/apps/ephemeral_app_service_browsertest.cc   ExtensionPrefs* prefs = ExtensionPrefs::Get(browser()->profile());
profile            85 chrome/browser/apps/ephemeral_app_service_browsertest.cc       content::Source<Profile>(browser()->profile()));
profile            89 chrome/browser/apps/ephemeral_app_service_browsertest.cc   ExtensionService* service = ExtensionSystem::Get(browser()->profile())
profile            17 chrome/browser/apps/ephemeral_app_service_factory.cc EphemeralAppServiceFactory::GetForProfile(Profile* profile) {
profile            19 chrome/browser/apps/ephemeral_app_service_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            16 chrome/browser/apps/ephemeral_app_service_factory.h   static EphemeralAppService* GetForProfile(Profile* profile);
profile            38 chrome/browser/apps/ephemeral_app_throttle.cc   Profile* profile =
profile            40 chrome/browser/apps/ephemeral_app_throttle.cc   if (!profile)
profile            44 chrome/browser/apps/ephemeral_app_throttle.cc       extensions::ExtensionSystem::Get(profile)->extension_service();
profile            67 chrome/browser/apps/shortcut_manager.cc AppShortcutManager::AppShortcutManager(Profile* profile)
profile            68 chrome/browser/apps/shortcut_manager.cc     : profile_(profile),
profile            70 chrome/browser/apps/shortcut_manager.cc       prefs_(profile->GetPrefs()) {
profile            28 chrome/browser/apps/shortcut_manager.h   explicit AppShortcutManager(Profile* profile);
profile            12 chrome/browser/apps/shortcut_manager_factory.cc AppShortcutManager* AppShortcutManagerFactory::GetForProfile(Profile* profile) {
profile            14 chrome/browser/apps/shortcut_manager_factory.cc       GetInstance()->GetServiceForBrowserContext(profile,
profile            32 chrome/browser/apps/shortcut_manager_factory.cc     content::BrowserContext* profile) const {
profile            33 chrome/browser/apps/shortcut_manager_factory.cc   return new AppShortcutManager(static_cast<Profile*>(profile));
profile            22 chrome/browser/apps/shortcut_manager_factory.h   static AppShortcutManager* GetForProfile(Profile* profile);
profile            34 chrome/browser/apps/shortcut_manager_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile           508 chrome/browser/apps/web_view_browsertest.cc     return extensions::MenuManager::Get(browser()->profile());
profile            67 chrome/browser/apps/web_view_interactive_browsertest.cc         apps::AppWindowRegistry::Get(browser()->profile())->app_windows();
profile            26 chrome/browser/apps/window_controls_browsertest.cc       extensions::ExtensionSystem::Get(profile())->process_manager();
profile            56 chrome/browser/autocomplete/autocomplete_browsertest.cc       TemplateURLServiceFactory::GetForProfile(browser()->profile()));
profile           134 chrome/browser/autocomplete/autocomplete_browsertest.cc       HistoryServiceFactory::GetForProfile(browser()->profile(),
profile            25 chrome/browser/autocomplete/autocomplete_classifier.cc AutocompleteClassifier::AutocompleteClassifier(Profile* profile)
profile            26 chrome/browser/autocomplete/autocomplete_classifier.cc     : controller_(new AutocompleteController(profile, NULL,
profile            27 chrome/browser/autocomplete/autocomplete_classifier.h   explicit AutocompleteClassifier(Profile* profile);
profile            18 chrome/browser/autocomplete/autocomplete_classifier_factory.cc     Profile* profile) {
profile            20 chrome/browser/autocomplete/autocomplete_classifier_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            30 chrome/browser/autocomplete/autocomplete_classifier_factory.cc     content::BrowserContext* profile) {
profile            31 chrome/browser/autocomplete/autocomplete_classifier_factory.cc   return new AutocompleteClassifier(static_cast<Profile*>(profile));
profile            59 chrome/browser/autocomplete/autocomplete_classifier_factory.cc     content::BrowserContext* profile) const {
profile            60 chrome/browser/autocomplete/autocomplete_classifier_factory.cc   return BuildInstanceFor(static_cast<Profile*>(profile));
profile            20 chrome/browser/autocomplete/autocomplete_classifier_factory.h   static AutocompleteClassifier* GetForProfile(Profile* profile);
profile            24 chrome/browser/autocomplete/autocomplete_classifier_factory.h   static KeyedService* BuildInstanceFor(content::BrowserContext* profile);
profile            37 chrome/browser/autocomplete/autocomplete_classifier_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile           148 chrome/browser/autocomplete/autocomplete_controller.cc     Profile* profile,
profile           159 chrome/browser/autocomplete/autocomplete_controller.cc       profile_(profile) {
profile           162 chrome/browser/autocomplete/autocomplete_controller.cc     providers_.push_back(new BookmarkProvider(this, profile));
profile           164 chrome/browser/autocomplete/autocomplete_controller.cc     providers_.push_back(new BuiltinProvider(this, profile));
profile           166 chrome/browser/autocomplete/autocomplete_controller.cc     providers_.push_back(new ExtensionAppProvider(this, profile));
profile           168 chrome/browser/autocomplete/autocomplete_controller.cc     providers_.push_back(new HistoryQuickProvider(this, profile));
profile           170 chrome/browser/autocomplete/autocomplete_controller.cc     history_url_provider_ = new HistoryURLProvider(this, profile);
profile           176 chrome/browser/autocomplete/autocomplete_controller.cc     keyword_provider_ = new KeywordProvider(this, profile);
profile           181 chrome/browser/autocomplete/autocomplete_controller.cc     search_provider_ = new SearchProvider(this, profile);
profile           185 chrome/browser/autocomplete/autocomplete_controller.cc     providers_.push_back(new ShortcutsProvider(this, profile));
profile           187 chrome/browser/autocomplete/autocomplete_controller.cc     zero_suggest_provider_ = ZeroSuggestProvider::Create(this, profile);
profile            51 chrome/browser/autocomplete/autocomplete_controller.h   AutocompleteController(Profile* profile,
profile           353 chrome/browser/autocomplete/autocomplete_match.cc void AutocompleteMatch::ComputeStrippedDestinationURL(Profile* profile) {
profile           363 chrome/browser/autocomplete/autocomplete_match.cc   TemplateURL* template_url = GetTemplateURL(profile, true);
profile           404 chrome/browser/autocomplete/autocomplete_match.cc void AutocompleteMatch::GetKeywordUIState(Profile* profile,
profile           409 chrome/browser/autocomplete/autocomplete_match.cc       GetSubstitutingExplicitlyInvokedKeyword(profile));
profile           413 chrome/browser/autocomplete/autocomplete_match.cc     Profile* profile) const {
profile           416 chrome/browser/autocomplete/autocomplete_match.cc   const TemplateURL* t_url = GetTemplateURL(profile, false);
profile           421 chrome/browser/autocomplete/autocomplete_match.cc     Profile* profile, bool allow_fallback_to_destination_host) const {
profile           422 chrome/browser/autocomplete/autocomplete_match.cc   DCHECK(profile);
profile           424 chrome/browser/autocomplete/autocomplete_match.cc       TemplateURLServiceFactory::GetForProfile(profile);
profile           183 chrome/browser/autocomplete/autocomplete_match.h   void ComputeStrippedDestinationURL(Profile* profile);
profile           197 chrome/browser/autocomplete/autocomplete_match.h   void GetKeywordUIState(Profile* profile,
profile           208 chrome/browser/autocomplete/autocomplete_match.h       Profile* profile) const;
profile           216 chrome/browser/autocomplete/autocomplete_match.h   TemplateURL* GetTemplateURL(Profile* profile,
profile            26 chrome/browser/autocomplete/autocomplete_provider.cc     Profile* profile,
profile            28 chrome/browser/autocomplete/autocomplete_provider.cc     : profile_(profile),
profile           156 chrome/browser/autocomplete/autocomplete_provider.h                        Profile* profile,
profile            48 chrome/browser/autocomplete/autocomplete_provider_unittest.cc                Profile* profile,
profile            50 chrome/browser/autocomplete/autocomplete_provider_unittest.cc       : AutocompleteProvider(NULL, profile, AutocompleteProvider::TYPE_SEARCH),
profile            93 chrome/browser/autocomplete/autocomplete_result.cc                                         Profile* profile) {
profile           129 chrome/browser/autocomplete/autocomplete_result.cc   SortAndCull(input, profile);
profile           146 chrome/browser/autocomplete/autocomplete_result.cc                                      Profile* profile) {
profile           148 chrome/browser/autocomplete/autocomplete_result.cc     i->ComputeStrippedDestinationURL(profile);
profile            74 chrome/browser/autocomplete/autocomplete_result.h                       Profile* profile);
profile            82 chrome/browser/autocomplete/autocomplete_result.h   void SortAndCull(const AutocompleteInput& input, Profile* profile);
profile           186 chrome/browser/autocomplete/autocomplete_result_unittest.cc   last_result.SortAndCull(input, test_util_.profile());
profile           192 chrome/browser/autocomplete/autocomplete_result_unittest.cc   current_result.SortAndCull(input, test_util_.profile());
profile           193 chrome/browser/autocomplete/autocomplete_result_unittest.cc   current_result.CopyOldMatches(input, last_result, test_util_.profile());
profile           219 chrome/browser/autocomplete/autocomplete_result_unittest.cc   r1.SortAndCull(input, test_util_.profile());
profile           300 chrome/browser/autocomplete/autocomplete_result_unittest.cc   result.SortAndCull(input, test_util_.profile());
profile           322 chrome/browser/autocomplete/autocomplete_result_unittest.cc   test_util_.model()->Add(new TemplateURL(test_util_.profile(), url_data));
profile           346 chrome/browser/autocomplete/autocomplete_result_unittest.cc   result.SortAndCull(input, test_util_.profile());
profile           367 chrome/browser/autocomplete/autocomplete_result_unittest.cc   test_util_.model()->Add(new TemplateURL(test_util_.profile(), url_data));
profile           398 chrome/browser/autocomplete/autocomplete_result_unittest.cc   result.SortAndCull(input, test_util_.profile());
profile           452 chrome/browser/autocomplete/autocomplete_result_unittest.cc   result.SortAndCull(input, test_util_.profile());
profile           502 chrome/browser/autocomplete/autocomplete_result_unittest.cc   result.SortAndCull(input, test_util_.profile());
profile           537 chrome/browser/autocomplete/autocomplete_result_unittest.cc     result.SortAndCull(input, test_util_.profile());
profile           553 chrome/browser/autocomplete/autocomplete_result_unittest.cc     result.SortAndCull(input, test_util_.profile());
profile            64 chrome/browser/autocomplete/base_search_provider.cc       Profile* profile,
profile            81 chrome/browser/autocomplete/base_search_provider.cc     Profile* profile,
profile            91 chrome/browser/autocomplete/base_search_provider.cc   deletion_fetcher_->SetRequestContext(profile->GetRequestContext());
profile           114 chrome/browser/autocomplete/base_search_provider.cc                                        Profile* profile,
profile           116 chrome/browser/autocomplete/base_search_provider.cc     : AutocompleteProvider(listener, profile, type),
profile           536 chrome/browser/autocomplete/base_search_provider.cc     Profile* profile) {
profile           555 chrome/browser/autocomplete/base_search_provider.cc   if (profile == NULL || profile->IsOffTheRecord())
profile           559 chrome/browser/autocomplete/base_search_provider.cc   PrefService* prefs = profile->GetPrefs();
profile           579 chrome/browser/autocomplete/base_search_provider.cc     Profile* profile) {
profile           581 chrome/browser/autocomplete/base_search_provider.cc                           profile))
profile           598 chrome/browser/autocomplete/base_search_provider.cc       ProfileSyncServiceFactory::GetInstance()->GetForProfile(profile);
profile           599 chrome/browser/autocomplete/base_search_provider.cc   sync_driver::SyncPrefs sync_prefs(profile->GetPrefs());
profile            51 chrome/browser/autocomplete/base_search_provider.h                      Profile* profile,
profile           359 chrome/browser/autocomplete/base_search_provider.h      Profile* profile);
profile           382 chrome/browser/autocomplete/base_search_provider.h       Profile* profile);
profile            26 chrome/browser/autocomplete/bookmark_provider.cc     Profile* profile)
profile            27 chrome/browser/autocomplete/bookmark_provider.cc     : AutocompleteProvider(listener, profile,
profile            30 chrome/browser/autocomplete/bookmark_provider.cc   if (profile) {
profile            31 chrome/browser/autocomplete/bookmark_provider.cc     bookmark_model_ = BookmarkModelFactory::GetForProfile(profile);
profile            29 chrome/browser/autocomplete/bookmark_provider.h   BookmarkProvider(AutocompleteProviderListener* listener, Profile* profile);
profile            40 chrome/browser/autocomplete/builtin_provider.cc                                  Profile* profile)
profile            41 chrome/browser/autocomplete/builtin_provider.cc     : AutocompleteProvider(listener, profile,
profile            20 chrome/browser/autocomplete/builtin_provider.h   BuiltinProvider(AutocompleteProviderListener* listener, Profile* profile);
profile            30 chrome/browser/autocomplete/extension_app_provider.cc     Profile* profile)
profile            31 chrome/browser/autocomplete/extension_app_provider.cc     : AutocompleteProvider(listener, profile,
profile            46 chrome/browser/autocomplete/extension_app_provider.cc     Profile* profile,
profile            49 chrome/browser/autocomplete/extension_app_provider.cc       extensions::ExtensionSystem::Get(profile)->extension_service();
profile            62 chrome/browser/autocomplete/extension_app_provider.cc   OpenApplication(AppLaunchParams(profile, extension, disposition));
profile            27 chrome/browser/autocomplete/extension_app_provider.h                        Profile* profile);
profile            38 chrome/browser/autocomplete/extension_app_provider.h                                    Profile* profile,
profile            22 chrome/browser/autocomplete/history_provider.cc                                  Profile* profile,
profile            24 chrome/browser/autocomplete/history_provider.cc     : AutocompleteProvider(listener, profile, type) {
profile            23 chrome/browser/autocomplete/history_provider.h                   Profile* profile,
profile            55 chrome/browser/autocomplete/history_quick_provider.cc     Profile* profile)
profile            56 chrome/browser/autocomplete/history_quick_provider.cc     : HistoryProvider(listener, profile,
profile            31 chrome/browser/autocomplete/history_quick_provider.h                        Profile* profile);
profile           121 chrome/browser/autocomplete/history_quick_provider_unittest.cc       content::BrowserContext* profile) {
profile           122 chrome/browser/autocomplete/history_quick_provider_unittest.cc     return new TemplateURLService(static_cast<Profile*>(profile));
profile           369 chrome/browser/autocomplete/history_url_provider.cc           new TemplateURL(default_search_provider->profile(),
profile           378 chrome/browser/autocomplete/history_url_provider.cc                                        Profile* profile)
profile           379 chrome/browser/autocomplete/history_url_provider.cc     : HistoryProvider(listener, profile,
profile           164 chrome/browser/autocomplete/history_url_provider.h   HistoryURLProvider(AutocompleteProviderListener* listener, Profile* profile);
profile           167 chrome/browser/autocomplete/history_url_provider_unittest.cc       content::BrowserContext* profile) {
profile           168 chrome/browser/autocomplete/history_url_provider_unittest.cc     return new TemplateURLService(static_cast<Profile*>(profile));
profile            52 chrome/browser/autocomplete/keyword_provider.cc                                  Profile* profile)
profile            53 chrome/browser/autocomplete/keyword_provider.cc     : AutocompleteProvider(listener, profile,
profile            62 chrome/browser/autocomplete/keyword_provider.cc                  content::Source<Profile>(profile->GetOriginalProfile()));
profile            65 chrome/browser/autocomplete/keyword_provider.cc       content::Source<Profile>(profile->GetOriginalProfile()));
profile            67 chrome/browser/autocomplete/keyword_provider.cc                  content::Source<Profile>(profile));
profile            52 chrome/browser/autocomplete/keyword_provider.h   KeywordProvider(AutocompleteProviderListener* listener, Profile* profile);
profile           129 chrome/browser/autocomplete/search_provider.cc                                Profile* profile)
profile           130 chrome/browser/autocomplete/search_provider.cc     : BaseSearchProvider(listener, profile, AutocompleteProvider::TYPE_SEARCH),
profile           131 chrome/browser/autocomplete/search_provider.cc       providers_(TemplateURLServiceFactory::GetForProfile(profile)) {
profile            43 chrome/browser/autocomplete/search_provider.h   SearchProvider(AutocompleteProviderListener* listener, Profile* profile);
profile            67 chrome/browser/autocomplete/search_provider_unittest.cc       Profile* profile);
profile            81 chrome/browser/autocomplete/search_provider_unittest.cc     Profile* profile)
profile            82 chrome/browser/autocomplete/search_provider_unittest.cc     : SearchProvider(listener, profile), is_success_(false) {
profile            72 chrome/browser/autocomplete/shortcuts_backend.cc ShortcutsBackend::ShortcutsBackend(Profile* profile, bool suppress_db)
profile            73 chrome/browser/autocomplete/shortcuts_backend.cc     : profile_(profile),
profile            78 chrome/browser/autocomplete/shortcuts_backend.cc         profile->GetPath().Append(chrome::kShortcutsDatabaseName));
profile            81 chrome/browser/autocomplete/shortcuts_backend.cc   if (profile) {
profile            84 chrome/browser/autocomplete/shortcuts_backend.cc         content::Source<Profile>(profile));
profile            87 chrome/browser/autocomplete/shortcuts_backend.cc         content::Source<Profile>(profile));
profile           142 chrome/browser/autocomplete/shortcuts_backend.cc                                        Profile* profile) {
profile           149 chrome/browser/autocomplete/shortcuts_backend.cc               match.GetTemplateURL(profile, false)) :
profile            44 chrome/browser/autocomplete/shortcuts_backend.h   ShortcutsBackend(Profile* profile, bool suppress_db);
profile            97 chrome/browser/autocomplete/shortcuts_backend.h       const AutocompleteMatch& match, Profile* profile);
profile            15 chrome/browser/autocomplete/shortcuts_backend_factory.cc     Profile* profile) {
profile            17 chrome/browser/autocomplete/shortcuts_backend_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true).get());
profile            22 chrome/browser/autocomplete/shortcuts_backend_factory.cc     Profile* profile) {
profile            24 chrome/browser/autocomplete/shortcuts_backend_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, false).get());
profile            35 chrome/browser/autocomplete/shortcuts_backend_factory.cc     content::BrowserContext* profile) {
profile            37 chrome/browser/autocomplete/shortcuts_backend_factory.cc       new ShortcutsBackend(static_cast<Profile*>(profile), false));
profile            46 chrome/browser/autocomplete/shortcuts_backend_factory.cc     content::BrowserContext* profile) {
profile            48 chrome/browser/autocomplete/shortcuts_backend_factory.cc       new ShortcutsBackend(static_cast<Profile*>(profile), true));
profile            64 chrome/browser/autocomplete/shortcuts_backend_factory.cc     content::BrowserContext* profile) const {
profile            66 chrome/browser/autocomplete/shortcuts_backend_factory.cc       new ShortcutsBackend(static_cast<Profile*>(profile), false));
profile            21 chrome/browser/autocomplete/shortcuts_backend_factory.h   static scoped_refptr<ShortcutsBackend> GetForProfile(Profile* profile);
profile            24 chrome/browser/autocomplete/shortcuts_backend_factory.h       Profile* profile);
profile            30 chrome/browser/autocomplete/shortcuts_backend_factory.h       BuildProfileForTesting(content::BrowserContext* profile);
profile            35 chrome/browser/autocomplete/shortcuts_backend_factory.h       BuildProfileNoDatabaseForTesting(content::BrowserContext* profile);
profile            45 chrome/browser/autocomplete/shortcuts_backend_factory.h       BuildServiceInstanceFor(content::BrowserContext* profile) const OVERRIDE;
profile            74 chrome/browser/autocomplete/shortcuts_provider.cc                                      Profile* profile)
profile            75 chrome/browser/autocomplete/shortcuts_provider.cc     : AutocompleteProvider(listener, profile,
profile            28 chrome/browser/autocomplete/shortcuts_provider.h   ShortcutsProvider(AutocompleteProviderListener* listener, Profile* profile);
profile            79 chrome/browser/autocomplete/zero_suggest_provider.cc     Profile* profile) {
profile            80 chrome/browser/autocomplete/zero_suggest_provider.cc   return new ZeroSuggestProvider(listener, profile);
profile           138 chrome/browser/autocomplete/zero_suggest_provider.cc   Profile* profile)
profile           139 chrome/browser/autocomplete/zero_suggest_provider.cc     : BaseSearchProvider(listener, profile,
profile           141 chrome/browser/autocomplete/zero_suggest_provider.cc       template_url_service_(TemplateURLServiceFactory::GetForProfile(profile)),
profile            48 chrome/browser/autocomplete/zero_suggest_provider.h                                      Profile* profile);
profile            59 chrome/browser/autocomplete/zero_suggest_provider.h                       Profile* profile);
profile            37 chrome/browser/autofill/android/personal_data_manager_android.cc     const AutofillProfile& profile) {
profile            40 chrome/browser/autofill/android/personal_data_manager_android.cc       ConvertUTF8ToJavaString(env, profile.guid()).obj(),
profile            41 chrome/browser/autofill/android/personal_data_manager_android.cc       ConvertUTF8ToJavaString(env, profile.origin()).obj(),
profile            42 chrome/browser/autofill/android/personal_data_manager_android.cc       ConvertUTF16ToJavaString(env, profile.GetRawInfo(NAME_FULL)).obj(),
profile            43 chrome/browser/autofill/android/personal_data_manager_android.cc       ConvertUTF16ToJavaString(env, profile.GetRawInfo(COMPANY_NAME)).obj(),
profile            46 chrome/browser/autofill/android/personal_data_manager_android.cc           profile.GetRawInfo(ADDRESS_HOME_LINE1)).obj(),
profile            49 chrome/browser/autofill/android/personal_data_manager_android.cc           profile.GetRawInfo(ADDRESS_HOME_LINE2)).obj(),
profile            52 chrome/browser/autofill/android/personal_data_manager_android.cc           profile.GetRawInfo(ADDRESS_HOME_CITY)).obj(),
profile            55 chrome/browser/autofill/android/personal_data_manager_android.cc           profile.GetRawInfo(ADDRESS_HOME_STATE)).obj(),
profile            58 chrome/browser/autofill/android/personal_data_manager_android.cc           profile.GetRawInfo(ADDRESS_HOME_ZIP)).obj(),
profile            61 chrome/browser/autofill/android/personal_data_manager_android.cc           profile.GetInfo(AutofillType(ADDRESS_HOME_COUNTRY),
profile            65 chrome/browser/autofill/android/personal_data_manager_android.cc           profile.GetRawInfo(PHONE_HOME_WHOLE_NUMBER)).obj(),
profile            66 chrome/browser/autofill/android/personal_data_manager_android.cc       ConvertUTF16ToJavaString(env, profile.GetRawInfo(EMAIL_ADDRESS)).obj());
profile            72 chrome/browser/autofill/android/personal_data_manager_android.cc     AutofillProfile* profile) {
profile            73 chrome/browser/autofill/android/personal_data_manager_android.cc   profile->set_origin(
profile            76 chrome/browser/autofill/android/personal_data_manager_android.cc   profile->SetRawInfo(
profile            80 chrome/browser/autofill/android/personal_data_manager_android.cc   profile->SetRawInfo(
profile            84 chrome/browser/autofill/android/personal_data_manager_android.cc   profile->SetRawInfo(
profile            88 chrome/browser/autofill/android/personal_data_manager_android.cc   profile->SetRawInfo(
profile            92 chrome/browser/autofill/android/personal_data_manager_android.cc   profile->SetRawInfo(
profile            96 chrome/browser/autofill/android/personal_data_manager_android.cc   profile->SetRawInfo(
profile           100 chrome/browser/autofill/android/personal_data_manager_android.cc   profile->SetRawInfo(
profile           104 chrome/browser/autofill/android/personal_data_manager_android.cc   profile->SetInfo(
profile           109 chrome/browser/autofill/android/personal_data_manager_android.cc   profile->SetRawInfo(
profile           113 chrome/browser/autofill/android/personal_data_manager_android.cc   profile->SetRawInfo(
profile           191 chrome/browser/autofill/android/personal_data_manager_android.cc   AutofillProfile* profile = personal_data_manager_->GetProfileByGUID(
profile           193 chrome/browser/autofill/android/personal_data_manager_android.cc   if (!profile)
profile           196 chrome/browser/autofill/android/personal_data_manager_android.cc   return CreateJavaProfileFromNative(env, *profile);
profile           207 chrome/browser/autofill/android/personal_data_manager_android.cc   AutofillProfile profile;
profile           208 chrome/browser/autofill/android/personal_data_manager_android.cc   PopulateNativeProfileFromJava(jprofile, env, &profile);
profile           211 chrome/browser/autofill/android/personal_data_manager_android.cc     personal_data_manager_->AddProfile(profile);
profile           213 chrome/browser/autofill/android/personal_data_manager_android.cc     profile.set_guid(guid);
profile           214 chrome/browser/autofill/android/personal_data_manager_android.cc     personal_data_manager_->UpdateProfile(profile);
profile           217 chrome/browser/autofill/android/personal_data_manager_android.cc   return ConvertUTF8ToJavaString(env, profile.guid());
profile            67 chrome/browser/autofill/autofill_browsertest.cc     PersonalDataManagerFactory::GetForProfile(browser_->profile())->
profile            86 chrome/browser/autofill/autofill_browsertest.cc     PersonalDataManagerFactory::GetForProfile(browser_->profile())->
profile           131 chrome/browser/autofill/autofill_browsertest.cc     test::DisableSystemServices(browser()->profile()->GetPrefs());
profile           144 chrome/browser/autofill/autofill_browsertest.cc     return PersonalDataManagerFactory::GetForProfile(browser()->profile());
profile           153 chrome/browser/autofill/autofill_browsertest.cc   void SetProfile(const AutofillProfile& profile) {
profile           155 chrome/browser/autofill/autofill_browsertest.cc     profiles.push_back(profile);
profile           465 chrome/browser/autofill/autofill_browsertest.cc   AutofillProfile profile = *personal_data_manager()->GetProfiles()[0];
profile           467 chrome/browser/autofill/autofill_browsertest.cc             profile.GetRawInfo(PHONE_HOME_WHOLE_NUMBER));
profile            73 chrome/browser/autofill/autofill_cc_infobar_delegate_unittest.cc   autofill::test::DisableSystemServices(profile()->GetPrefs());
profile            75 chrome/browser/autofill/autofill_cc_infobar_delegate_unittest.cc   PersonalDataManagerFactory::GetInstance()->SetTestingFactory(profile(), NULL);
profile            83 chrome/browser/autofill/autofill_cc_infobar_delegate_unittest.cc   personal_data_->SetPrefService(profile()->GetPrefs());
profile           142 chrome/browser/autofill/autofill_interactive_uitest.cc     PersonalDataManagerFactory::GetForProfile(browser_->profile())->
profile           185 chrome/browser/autofill/autofill_interactive_uitest.cc     PersonalDataManagerFactory::GetForProfile(browser_->profile())->
profile           214 chrome/browser/autofill/autofill_interactive_uitest.cc     test::DisableSystemServices(browser()->profile()->GetPrefs());
profile           233 chrome/browser/autofill/autofill_interactive_uitest.cc     return PersonalDataManagerFactory::GetForProfile(browser()->profile());
profile           245 chrome/browser/autofill/autofill_interactive_uitest.cc     AutofillProfile profile;
profile           247 chrome/browser/autofill/autofill_interactive_uitest.cc         &profile, "Milton", "C.", "Waddams",
profile           252 chrome/browser/autofill/autofill_interactive_uitest.cc     GetPersonalDataManager()->AddProfile(profile);
profile           265 chrome/browser/autofill/autofill_interactive_uitest.cc   void SetProfile(const AutofillProfile& profile) {
profile           267 chrome/browser/autofill/autofill_interactive_uitest.cc     profiles.push_back(profile);
profile          1014 chrome/browser/autofill/autofill_interactive_uitest.cc   AutofillProfile profile;
profile          1015 chrome/browser/autofill/autofill_interactive_uitest.cc   profile.SetRawInfo(NAME_FIRST, ASCIIToUTF16("Bob"));
profile          1016 chrome/browser/autofill/autofill_interactive_uitest.cc   profile.SetRawInfo(NAME_LAST, ASCIIToUTF16("Smith"));
profile          1017 chrome/browser/autofill/autofill_interactive_uitest.cc   profile.SetRawInfo(ADDRESS_HOME_LINE1, ASCIIToUTF16("1234 H St."));
profile          1018 chrome/browser/autofill/autofill_interactive_uitest.cc   profile.SetRawInfo(ADDRESS_HOME_CITY, ASCIIToUTF16("San Jose"));
profile          1019 chrome/browser/autofill/autofill_interactive_uitest.cc   profile.SetRawInfo(ADDRESS_HOME_STATE, ASCIIToUTF16("CA"));
profile          1020 chrome/browser/autofill/autofill_interactive_uitest.cc   profile.SetRawInfo(ADDRESS_HOME_ZIP, ASCIIToUTF16("95110"));
profile          1021 chrome/browser/autofill/autofill_interactive_uitest.cc   profile.SetRawInfo(PHONE_HOME_WHOLE_NUMBER, ASCIIToUTF16("1-408-555-4567"));
profile          1022 chrome/browser/autofill/autofill_interactive_uitest.cc   SetProfile(profile);
profile          1053 chrome/browser/autofill/autofill_interactive_uitest.cc   AutofillProfile profile;
profile          1054 chrome/browser/autofill/autofill_interactive_uitest.cc   profile.SetRawInfo(NAME_FIRST, ASCIIToUTF16("Bob"));
profile          1055 chrome/browser/autofill/autofill_interactive_uitest.cc   profile.SetRawInfo(NAME_LAST, ASCIIToUTF16("Smith"));
profile          1056 chrome/browser/autofill/autofill_interactive_uitest.cc   profile.SetRawInfo(EMAIL_ADDRESS, ASCIIToUTF16("bsmith@gmail.com"));
profile          1057 chrome/browser/autofill/autofill_interactive_uitest.cc   profile.SetRawInfo(ADDRESS_HOME_LINE1, ASCIIToUTF16(addr_line1));
profile          1058 chrome/browser/autofill/autofill_interactive_uitest.cc   profile.SetRawInfo(ADDRESS_HOME_CITY, ASCIIToUTF16("San Jose"));
profile          1059 chrome/browser/autofill/autofill_interactive_uitest.cc   profile.SetRawInfo(ADDRESS_HOME_STATE, ASCIIToUTF16("CA"));
profile          1060 chrome/browser/autofill/autofill_interactive_uitest.cc   profile.SetRawInfo(ADDRESS_HOME_ZIP, ASCIIToUTF16("95110"));
profile          1061 chrome/browser/autofill/autofill_interactive_uitest.cc   profile.SetRawInfo(COMPANY_NAME, ASCIIToUTF16("Company X"));
profile          1062 chrome/browser/autofill/autofill_interactive_uitest.cc   profile.SetRawInfo(PHONE_HOME_WHOLE_NUMBER, ASCIIToUTF16("408-871-4567"));
profile          1063 chrome/browser/autofill/autofill_interactive_uitest.cc   SetProfile(profile);
profile          1129 chrome/browser/autofill/autofill_interactive_uitest.cc   AutofillProfile profile;
profile          1130 chrome/browser/autofill/autofill_interactive_uitest.cc   profile.SetRawInfo(NAME_FIRST, ASCIIToUTF16("Bob"));
profile          1131 chrome/browser/autofill/autofill_interactive_uitest.cc   profile.SetRawInfo(NAME_LAST, ASCIIToUTF16("Smith"));
profile          1132 chrome/browser/autofill/autofill_interactive_uitest.cc   profile.SetRawInfo(EMAIL_ADDRESS, ASCIIToUTF16(email));
profile          1133 chrome/browser/autofill/autofill_interactive_uitest.cc   profile.SetRawInfo(PHONE_HOME_WHOLE_NUMBER, ASCIIToUTF16("4088714567"));
profile          1134 chrome/browser/autofill/autofill_interactive_uitest.cc   SetProfile(profile);
profile          1175 chrome/browser/autofill/autofill_interactive_uitest.cc     AutofillProfile profile;
profile          1184 chrome/browser/autofill/autofill_interactive_uitest.cc     profile.SetRawInfo(NAME_FIRST, name);
profile          1185 chrome/browser/autofill/autofill_interactive_uitest.cc     profile.SetRawInfo(EMAIL_ADDRESS, email);
profile          1186 chrome/browser/autofill/autofill_interactive_uitest.cc     profile.SetRawInfo(ADDRESS_HOME_LINE1, street);
profile          1187 chrome/browser/autofill/autofill_interactive_uitest.cc     profile.SetRawInfo(ADDRESS_HOME_CITY, city);
profile          1188 chrome/browser/autofill/autofill_interactive_uitest.cc     profile.SetRawInfo(ADDRESS_HOME_STATE, ASCIIToUTF16("CA"));
profile          1189 chrome/browser/autofill/autofill_interactive_uitest.cc     profile.SetRawInfo(ADDRESS_HOME_ZIP, zip);
profile          1190 chrome/browser/autofill/autofill_interactive_uitest.cc     profile.SetRawInfo(ADDRESS_HOME_COUNTRY, ASCIIToUTF16("US"));
profile          1191 chrome/browser/autofill/autofill_interactive_uitest.cc     profiles.push_back(profile);
profile            21 chrome/browser/autofill/personal_data_manager_factory.cc     Profile* profile) {
profile            23 chrome/browser/autofill/personal_data_manager_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            43 chrome/browser/autofill/personal_data_manager_factory.cc   Profile* profile = Profile::FromBrowserContext(context);
profile            47 chrome/browser/autofill/personal_data_manager_factory.cc                     profile, Profile::EXPLICIT_ACCESS),
profile            48 chrome/browser/autofill/personal_data_manager_factory.cc                 profile->GetPrefs(),
profile            49 chrome/browser/autofill/personal_data_manager_factory.cc                 profile->IsOffTheRecord());
profile            27 chrome/browser/autofill/personal_data_manager_factory.h   static PersonalDataManager* GetForProfile(Profile* profile);
profile            39 chrome/browser/autofill/personal_data_manager_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile            95 chrome/browser/background/background_application_list_model.cc   ExtensionRegistry* registry = ExtensionRegistry::Get(service->profile());
profile           103 chrome/browser/background/background_application_list_model.cc                                                         service->profile())) {
profile           116 chrome/browser/background/background_application_list_model.cc                                                         service->profile())) {
profile           133 chrome/browser/background/background_application_list_model.cc     const Extension* extension, Profile* profile) {
profile           138 chrome/browser/background/background_application_list_model.cc     Profile* profile) {
profile           175 chrome/browser/background/background_application_list_model.cc BackgroundApplicationListModel::BackgroundApplicationListModel(Profile* profile)
profile           176 chrome/browser/background/background_application_list_model.cc     : profile_(profile) {
profile           180 chrome/browser/background/background_application_list_model.cc                  content::Source<Profile>(profile));
profile           183 chrome/browser/background/background_application_list_model.cc                  content::Source<Profile>(profile));
profile           186 chrome/browser/background/background_application_list_model.cc                  content::Source<Profile>(profile));
profile           189 chrome/browser/background/background_application_list_model.cc                  content::Source<Profile>(profile));
profile           192 chrome/browser/background/background_application_list_model.cc                  content::Source<Profile>(profile));
profile           193 chrome/browser/background/background_application_list_model.cc   ExtensionService* service = extensions::ExtensionSystem::Get(profile)->
profile           300 chrome/browser/background/background_application_list_model.cc     const Extension& extension, Profile* profile) {
profile           323 chrome/browser/background/background_application_list_model.cc       BackgroundContentsServiceFactory::GetForProfile(profile);
profile            39 chrome/browser/background/background_application_list_model.h         Profile* profile);
profile            43 chrome/browser/background/background_application_list_model.h     virtual void OnApplicationListChanged(Profile* profile);
profile            50 chrome/browser/background/background_application_list_model.h   explicit BackgroundApplicationListModel(Profile* profile);
profile            75 chrome/browser/background/background_application_list_model.h                               Profile* profile);
profile           135 chrome/browser/background/background_application_list_model_unittest.cc                                                       service->profile())) {
profile           143 chrome/browser/background/background_application_list_model_unittest.cc   extensions::PermissionsUpdater(service->profile()).AddPermissions(
profile           150 chrome/browser/background/background_application_list_model_unittest.cc                                                        service->profile())) {
profile           153 chrome/browser/background/background_application_list_model_unittest.cc   extensions::PermissionsUpdater(service->profile())
profile           374 chrome/browser/background/background_application_list_model_unittest.cc                                                             service->profile()),
profile           406 chrome/browser/background/background_application_list_model_unittest.cc                                                         service->profile())) {
profile           440 chrome/browser/background/background_application_list_model_unittest.cc                                                         service->profile())) {
profile            96 chrome/browser/background/background_contents_service.cc   CrashNotificationDelegate(Profile* profile,
profile            98 chrome/browser/background/background_contents_service.cc       : profile_(profile),
profile           167 chrome/browser/background/background_contents_service.cc     Profile* profile,
profile           187 chrome/browser/background/background_contents_service.cc       profile);
profile           193 chrome/browser/background/background_contents_service.cc void ShowBalloon(const Extension* extension, Profile* profile) {
profile           207 chrome/browser/background/background_contents_service.cc   extensions::ImageLoader::Get(profile)->LoadImageAsync(
profile           215 chrome/browser/background/background_contents_service.cc           make_scoped_refptr(new CrashNotificationDelegate(profile, extension)),
profile           216 chrome/browser/background/background_contents_service.cc           profile));
profile           220 chrome/browser/background/background_contents_service.cc void ReloadExtension(const std::string& extension_id, Profile* profile) {
profile           222 chrome/browser/background/background_contents_service.cc       !g_browser_process->profile_manager()->IsValidProfile(profile)) {
profile           227 chrome/browser/background/background_contents_service.cc       extensions::ExtensionSystem::Get(profile);
profile           229 chrome/browser/background/background_contents_service.cc       extensions::ExtensionRegistry::Get(profile);
profile           264 chrome/browser/background/background_contents_service.cc     Profile* profile, const CommandLine* command_line)
profile           268 chrome/browser/background/background_contents_service.cc   if (!profile->IsOffTheRecord() &&
profile           270 chrome/browser/background/background_contents_service.cc     prefs_ = profile->GetPrefs();
profile           274 chrome/browser/background/background_contents_service.cc   StartObserving(profile);
profile           299 chrome/browser/background/background_contents_service.cc     Profile* profile) {
profile           300 chrome/browser/background/background_contents_service.cc   ShowBalloon(extension, profile);
profile           313 chrome/browser/background/background_contents_service.cc void BackgroundContentsService::StartObserving(Profile* profile) {
profile           316 chrome/browser/background/background_contents_service.cc                  content::Source<Profile>(profile));
profile           323 chrome/browser/background/background_contents_service.cc                  content::Source<Profile>(profile));
profile           328 chrome/browser/background/background_contents_service.cc                  content::Source<Profile>(profile));
profile           333 chrome/browser/background/background_contents_service.cc                  content::Source<Profile>(profile));
profile           338 chrome/browser/background/background_contents_service.cc                  content::Source<Profile>(profile));
profile           343 chrome/browser/background/background_contents_service.cc                  content::Source<Profile>(profile));
profile           345 chrome/browser/background/background_contents_service.cc                  content::Source<Profile>(profile));
profile           350 chrome/browser/background/background_contents_service.cc                  content::Source<Profile>(profile));
profile           357 chrome/browser/background/background_contents_service.cc                  content::Source<Profile>(profile));
profile           366 chrome/browser/background/background_contents_service.cc       Profile* profile = content::Source<Profile>(source).ptr();
profile           367 chrome/browser/background/background_contents_service.cc       LoadBackgroundContentsFromManifests(profile);
profile           368 chrome/browser/background/background_contents_service.cc       LoadBackgroundContentsFromPrefs(profile);
profile           369 chrome/browser/background/background_contents_service.cc       SendChangeNotification(profile);
profile           391 chrome/browser/background/background_contents_service.cc       Profile* profile = content::Source<Profile>(source).ptr();
profile           394 chrome/browser/background/background_contents_service.cc           extensions::ExtensionSystem::Get(profile)->extension_service();
profile           408 chrome/browser/background/background_contents_service.cc       Profile* profile = content::Source<Profile>(source).ptr();
profile           417 chrome/browser/background/background_contents_service.cc             extensions::ExtensionSystem::Get(profile)->extension_service();
profile           422 chrome/browser/background/background_contents_service.cc           LoadBackgroundContents(profile,
profile           431 chrome/browser/background/background_contents_service.cc       SendChangeNotification(profile);
profile           436 chrome/browser/background/background_contents_service.cc       Profile* profile = content::Source<Profile>(source).ptr();
profile           442 chrome/browser/background/background_contents_service.cc             BackgroundContentsServiceFactory::GetForProfile(profile)->
profile           445 chrome/browser/background/background_contents_service.cc           extensions::ExtensionSystem::Get(profile)->extension_service()->
profile           459 chrome/browser/background/background_contents_service.cc         ShowBalloon(extension, profile);
profile           462 chrome/browser/background/background_contents_service.cc         RestartForceInstalledExtensionOnCrash(extension, profile);
profile           516 chrome/browser/background/background_contents_service.cc     Profile* profile) {
profile           518 chrome/browser/background/background_contents_service.cc       base::Bind(&ReloadExtension, extension->id(), profile),
profile           524 chrome/browser/background/background_contents_service.cc     Profile* profile) {
profile           532 chrome/browser/background/background_contents_service.cc           extensions::ExtensionSystem::Get(profile)->extension_service();
profile           551 chrome/browser/background/background_contents_service.cc     LoadBackgroundContentsFromDictionary(profile, it.key(), contents);
profile           555 chrome/browser/background/background_contents_service.cc void BackgroundContentsService::SendChangeNotification(Profile* profile) {
profile           558 chrome/browser/background/background_contents_service.cc       content::Source<Profile>(profile),
profile           563 chrome/browser/background/background_contents_service.cc     Profile* profile,
profile           567 chrome/browser/background/background_contents_service.cc       extensions::ExtensionSystem::Get(profile)->extension_service()->
profile           571 chrome/browser/background/background_contents_service.cc     LoadBackgroundContents(profile,
profile           585 chrome/browser/background/background_contents_service.cc   LoadBackgroundContentsFromDictionary(profile, extension_id, contents);
profile           589 chrome/browser/background/background_contents_service.cc     Profile* profile,
profile           593 chrome/browser/background/background_contents_service.cc       extensions::ExtensionSystem::Get(profile)->extension_service();
profile           605 chrome/browser/background/background_contents_service.cc   LoadBackgroundContents(profile,
profile           612 chrome/browser/background/background_contents_service.cc     Profile* profile) {
profile           614 chrome/browser/background/background_contents_service.cc       extensions::ExtensionSystem::Get(profile)->
profile           621 chrome/browser/background/background_contents_service.cc       LoadBackgroundContents(profile,
profile           630 chrome/browser/background/background_contents_service.cc     Profile* profile,
profile           643 chrome/browser/background/background_contents_service.cc       SiteInstance::CreateForURL(profile, url),
profile           645 chrome/browser/background/background_contents_service.cc       profile,
profile           660 chrome/browser/background/background_contents_service.cc     Profile* profile,
profile           676 chrome/browser/background/background_contents_service.cc       content::Source<Profile>(profile),
profile           680 chrome/browser/background/background_contents_service.cc   SendChangeNotification(profile);
profile            56 chrome/browser/background/background_contents_service.h   BackgroundContentsService(Profile* profile,
profile            72 chrome/browser/background/background_contents_service.h                                     Profile* profile);
profile           108 chrome/browser/background/background_contents_service.h       Profile* profile,
profile           118 chrome/browser/background/background_contents_service.h   void LoadBackgroundContentsForExtension(Profile* profile,
profile           136 chrome/browser/background/background_contents_service.h   void StartObserving(Profile* profile);
profile           146 chrome/browser/background/background_contents_service.h       Profile* profile);
profile           149 chrome/browser/background/background_contents_service.h   void LoadBackgroundContentsFromPrefs(Profile* profile);
profile           154 chrome/browser/background/background_contents_service.h       Profile* profile,
profile           160 chrome/browser/background/background_contents_service.h   void LoadBackgroundContentsFromManifests(Profile* profile);
profile           165 chrome/browser/background/background_contents_service.h   void LoadBackgroundContents(Profile* profile,
profile           195 chrome/browser/background/background_contents_service.h   void SendChangeNotification(Profile* profile);
profile            18 chrome/browser/background/background_contents_service_factory.cc     Profile* profile) {
profile            20 chrome/browser/background/background_contents_service_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            39 chrome/browser/background/background_contents_service_factory.cc     content::BrowserContext* profile) const {
profile            40 chrome/browser/background/background_contents_service_factory.cc   return new BackgroundContentsService(static_cast<Profile*>(profile),
profile            21 chrome/browser/background/background_contents_service_factory.h   static BackgroundContentsService* GetForProfile(Profile* profile);
profile            33 chrome/browser/background/background_contents_service_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile            49 chrome/browser/background/background_contents_service_unittest.cc   const base::DictionaryValue* GetPrefs(Profile* profile) {
profile            50 chrome/browser/background/background_contents_service_unittest.cc     return profile->GetPrefs()->GetDictionary(
profile            55 chrome/browser/background/background_contents_service_unittest.cc   std::string GetPrefURLForApp(Profile* profile, const base::string16& appid) {
profile            56 chrome/browser/background/background_contents_service_unittest.cc     const base::DictionaryValue* pref = GetPrefs(profile);
profile            70 chrome/browser/background/background_contents_service_unittest.cc   explicit MockBackgroundContents(Profile* profile)
profile            72 chrome/browser/background/background_contents_service_unittest.cc         profile_(profile) {
profile            74 chrome/browser/background/background_contents_service_unittest.cc   MockBackgroundContents(Profile* profile, const std::string& id)
profile            76 chrome/browser/background/background_contents_service_unittest.cc         profile_(profile) {
profile            95 chrome/browser/background/background_contents_service_unittest.cc   void MockClose(Profile* profile) {
profile            98 chrome/browser/background/background_contents_service_unittest.cc         content::Source<Profile>(profile),
profile           203 chrome/browser/background/background_contents_service_unittest.cc         extension.get(), profile());
profile           219 chrome/browser/background/background_contents_service_unittest.cc   TestingProfile profile;
profile           220 chrome/browser/background/background_contents_service_unittest.cc   BackgroundContentsService service(&profile, command_line_.get());
profile           224 chrome/browser/background/background_contents_service_unittest.cc   TestingProfile profile;
profile           225 chrome/browser/background/background_contents_service_unittest.cc   BackgroundContentsService service(&profile, command_line_.get());
profile           226 chrome/browser/background/background_contents_service_unittest.cc   MockBackgroundContents* contents = new MockBackgroundContents(&profile);
profile           235 chrome/browser/background/background_contents_service_unittest.cc   TestingProfile profile;
profile           236 chrome/browser/background/background_contents_service_unittest.cc   BackgroundContentsService service(&profile, command_line_.get());
profile           238 chrome/browser/background/background_contents_service_unittest.cc       RegisterUserPrefsOnBrowserContextForTest(&profile);
profile           244 chrome/browser/background/background_contents_service_unittest.cc         new MockBackgroundContents(&profile));
profile           245 chrome/browser/background/background_contents_service_unittest.cc     EXPECT_EQ(0U, GetPrefs(&profile)->size());
profile           249 chrome/browser/background/background_contents_service_unittest.cc     EXPECT_EQ(1U, GetPrefs(&profile)->size());
profile           250 chrome/browser/background/background_contents_service_unittest.cc     EXPECT_EQ(url.spec(), GetPrefURLForApp(&profile, contents->appid()));
profile           254 chrome/browser/background/background_contents_service_unittest.cc     EXPECT_EQ(1U, GetPrefs(&profile)->size());
profile           255 chrome/browser/background/background_contents_service_unittest.cc     EXPECT_EQ(url.spec(), GetPrefURLForApp(&profile, contents->appid()));
profile           258 chrome/browser/background/background_contents_service_unittest.cc   EXPECT_EQ(1U, GetPrefs(&profile)->size());
profile           262 chrome/browser/background/background_contents_service_unittest.cc   TestingProfile profile;
profile           263 chrome/browser/background/background_contents_service_unittest.cc   BackgroundContentsService service(&profile, command_line_.get());
profile           265 chrome/browser/background/background_contents_service_unittest.cc       RegisterUserPrefsOnBrowserContextForTest(&profile);
profile           268 chrome/browser/background/background_contents_service_unittest.cc   MockBackgroundContents* contents = new MockBackgroundContents(&profile);
profile           269 chrome/browser/background/background_contents_service_unittest.cc   EXPECT_EQ(0U, GetPrefs(&profile)->size());
profile           272 chrome/browser/background/background_contents_service_unittest.cc   EXPECT_EQ(1U, GetPrefs(&profile)->size());
profile           273 chrome/browser/background/background_contents_service_unittest.cc   EXPECT_EQ(url.spec(), GetPrefURLForApp(&profile, contents->appid()));
profile           276 chrome/browser/background/background_contents_service_unittest.cc   contents->MockClose(&profile);
profile           277 chrome/browser/background/background_contents_service_unittest.cc   EXPECT_EQ(0U, GetPrefs(&profile)->size());
profile           283 chrome/browser/background/background_contents_service_unittest.cc   TestingProfile profile;
profile           284 chrome/browser/background/background_contents_service_unittest.cc   BackgroundContentsService service(&profile, command_line_.get());
profile           286 chrome/browser/background/background_contents_service_unittest.cc       RegisterUserPrefsOnBrowserContextForTest(&profile);
profile           291 chrome/browser/background/background_contents_service_unittest.cc         &profile, "appid"));
profile           294 chrome/browser/background/background_contents_service_unittest.cc     EXPECT_EQ(1U, GetPrefs(&profile)->size());
profile           295 chrome/browser/background/background_contents_service_unittest.cc     EXPECT_EQ(url.spec(), GetPrefURLForApp(&profile, contents->appid()));
profile           298 chrome/browser/background/background_contents_service_unittest.cc   EXPECT_EQ(1U, GetPrefs(&profile)->size());
profile           304 chrome/browser/background/background_contents_service_unittest.cc         &profile, "appid"));
profile           307 chrome/browser/background/background_contents_service_unittest.cc     EXPECT_EQ(1U, GetPrefs(&profile)->size());
profile           315 chrome/browser/background/background_contents_service_unittest.cc   TestingProfile profile;
profile           316 chrome/browser/background/background_contents_service_unittest.cc   BackgroundContentsService service(&profile, command_line_.get());
profile           318 chrome/browser/background/background_contents_service_unittest.cc       RegisterUserPrefsOnBrowserContextForTest(&profile);
profile           322 chrome/browser/background/background_contents_service_unittest.cc   MockBackgroundContents* contents = new MockBackgroundContents(&profile,
profile           325 chrome/browser/background/background_contents_service_unittest.cc       new MockBackgroundContents(&profile, "appid2"));
profile           331 chrome/browser/background/background_contents_service_unittest.cc   EXPECT_EQ(0U, GetPrefs(&profile)->size());
profile           338 chrome/browser/background/background_contents_service_unittest.cc   EXPECT_EQ(1U, GetPrefs(&profile)->size());
profile           340 chrome/browser/background/background_contents_service_unittest.cc   EXPECT_EQ(2U, GetPrefs(&profile)->size());
profile           345 chrome/browser/background/background_contents_service_unittest.cc   EXPECT_EQ(1U, GetPrefs(&profile)->size());
profile           346 chrome/browser/background/background_contents_service_unittest.cc   EXPECT_EQ(url2.spec(), GetPrefURLForApp(&profile, contents2->appid()));
profile            61 chrome/browser/background/background_mode_manager.cc     Profile* profile,
profile            63 chrome/browser/background/background_mode_manager.cc     : applications_(new BackgroundApplicationListModel(profile)),
profile            64 chrome/browser/background/background_mode_manager.cc       profile_(profile),
profile           262 chrome/browser/background/background_mode_manager.cc void BackgroundModeManager::RegisterProfile(Profile* profile) {
profile           264 chrome/browser/background/background_mode_manager.cc   DCHECK(background_mode_data_.find(profile) == background_mode_data_.end());
profile           265 chrome/browser/background/background_mode_manager.cc   BackgroundModeInfo bmd(new BackgroundModeData(profile,
profile           267 chrome/browser/background/background_mode_manager.cc   background_mode_data_[profile] = bmd;
profile           270 chrome/browser/background/background_mode_manager.cc   size_t index = profile_cache_->GetIndexOfProfileWithPath(profile->GetPath());
profile           280 chrome/browser/background/background_mode_manager.cc                  content::Source<Profile>(profile));
profile           282 chrome/browser/background/background_mode_manager.cc                  content::Source<Profile>(profile));
profile           289 chrome/browser/background/background_mode_manager.cc                  content::Source<Profile>(profile));
profile           301 chrome/browser/background/background_mode_manager.cc     Profile* profile,
profile           303 chrome/browser/background/background_mode_manager.cc   OpenApplication(AppLaunchParams(profile, extension, NEW_FOREGROUND_TAB));
profile           329 chrome/browser/background/background_mode_manager.cc         Profile* profile = content::Source<Profile>(source).ptr();
profile           331 chrome/browser/background/background_mode_manager.cc                 *extension, profile)) {
profile           334 chrome/browser/background/background_mode_manager.cc           if (extensions::ExtensionSystem::Get(profile)->extension_service()->
profile           390 chrome/browser/background/background_mode_manager.cc     const Extension* extension, Profile* profile) {
profile           394 chrome/browser/background/background_mode_manager.cc void BackgroundModeManager::OnApplicationListChanged(Profile* profile) {
profile           401 chrome/browser/background/background_mode_manager.cc       profile->GetPath());
profile           404 chrome/browser/background/background_mode_manager.cc         profile_index, GetBackgroundAppCountForProfile(profile) != 0);
profile           637 chrome/browser/background/background_mode_manager.cc     Profile* const profile) const {
profile           638 chrome/browser/background/background_mode_manager.cc   BackgroundModeData* bmd = GetBackgroundModeData(profile);
profile           673 chrome/browser/background/background_mode_manager.cc       Profile* profile = it->first;
profile           675 chrome/browser/background/background_mode_manager.cc       if (profile->GetExtensionService()->IsBeingReloaded(extension->id()))
profile           806 chrome/browser/background/background_mode_manager.cc BackgroundModeManager::GetBackgroundModeData(Profile* const profile) const {
profile           807 chrome/browser/background/background_mode_manager.cc   DCHECK(background_mode_data_.find(profile) != background_mode_data_.end());
profile           808 chrome/browser/background/background_mode_manager.cc   return background_mode_data_.find(profile)->second.get();
profile            66 chrome/browser/background/background_mode_manager.h   virtual void RegisterProfile(Profile* profile);
profile            68 chrome/browser/background/background_mode_manager.h   static void LaunchBackgroundApplication(Profile* profile,
profile           120 chrome/browser/background/background_mode_manager.h         Profile* profile,
profile           192 chrome/browser/background/background_mode_manager.h                                         Profile* profile) OVERRIDE;
profile           193 chrome/browser/background/background_mode_manager.h   virtual void OnApplicationListChanged(Profile* profile) OVERRIDE;
profile           270 chrome/browser/background/background_mode_manager.h       Profile* const profile) const;
profile           293 chrome/browser/background/background_mode_manager.h   virtual int GetBackgroundAppCountForProfile(Profile* const profile) const;
profile            96 chrome/browser/background/background_mode_manager_unittest.cc       Profile* const profile) const OVERRIDE {
profile           155 chrome/browser/background/background_mode_manager_unittest.cc   TestingProfile* profile = profile_manager->CreateTestingProfile("p1");
profile           158 chrome/browser/background/background_mode_manager_unittest.cc   manager.RegisterProfile(profile);
profile           164 chrome/browser/background/background_mode_manager_unittest.cc   manager.OnApplicationListChanged(profile);
profile           173 chrome/browser/background/background_mode_manager_unittest.cc   manager.OnApplicationListChanged(profile);
profile           183 chrome/browser/background/background_mode_manager_unittest.cc   manager.OnApplicationListChanged(profile);
profile           191 chrome/browser/background/background_mode_manager_unittest.cc   TestingProfile* profile = profile_manager->CreateTestingProfile("p1");
profile           194 chrome/browser/background/background_mode_manager_unittest.cc   manager.RegisterProfile(profile);
profile           204 chrome/browser/background/background_mode_manager_unittest.cc   manager.OnApplicationListChanged(profile);
profile           208 chrome/browser/background/background_mode_manager_unittest.cc   manager.OnApplicationListChanged(profile);
profile           223 chrome/browser/background/background_mode_manager_unittest.cc   TestingProfile* profile = profile_manager->CreateTestingProfile("p1");
profile           226 chrome/browser/background/background_mode_manager_unittest.cc   manager.RegisterProfile(profile);
profile           234 chrome/browser/background/background_mode_manager_unittest.cc   manager.OnApplicationListChanged(profile);
profile           250 chrome/browser/background/background_mode_manager_unittest.cc   manager.OnApplicationListChanged(profile);
profile           392 chrome/browser/background/background_mode_manager_unittest.cc   TestingProfile* profile = profile_manager->CreateTestingProfile("p1");
profile           395 chrome/browser/background/background_mode_manager_unittest.cc   manager.RegisterProfile(profile);
profile           402 chrome/browser/background/background_mode_manager_unittest.cc   manager.OnApplicationListChanged(profile);
profile           405 chrome/browser/background/background_mode_manager_unittest.cc       profile->GetPath(),
profile           406 chrome/browser/background/background_mode_manager_unittest.cc       manager.GetBackgroundModeData(profile)->name());
profile           411 chrome/browser/background/background_mode_manager_unittest.cc   manager.OnProfileWillBeRemoved(profile->GetPath());
profile           455 chrome/browser/background/background_mode_manager_unittest.cc   TestingProfile* profile = profile_manager->CreateTestingProfile("p");
profile           508 chrome/browser/background/background_mode_manager_unittest.cc       extensions::ExtensionSystem::Get(profile))->CreateExtensionService(
profile           512 chrome/browser/background/background_mode_manager_unittest.cc   ExtensionService* service = profile->GetExtensionService();
profile           522 chrome/browser/background/background_mode_manager_unittest.cc   manager->RegisterProfile(profile);
profile           527 chrome/browser/background/background_mode_manager_unittest.cc       manager->GetBackgroundModeData(profile);
profile            22 chrome/browser/bitmap_fetcher.cc void BitmapFetcher::Start(Profile* profile) {
profile            27 chrome/browser/bitmap_fetcher.cc   url_fetcher_->SetRequestContext(profile->GetRequestContext());
profile            37 chrome/browser/bitmap_fetcher.h   void Start(Profile* profile);
profile           115 chrome/browser/bitmap_fetcher_browsertest.cc   fetcher.Start(browser()->profile());
profile           164 chrome/browser/bitmap_fetcher_browsertest.cc   fetcher.Start(browser()->profile());
profile           188 chrome/browser/bitmap_fetcher_browsertest.cc   fetcher.Start(browser()->profile());
profile           386 chrome/browser/bookmarks/bookmark_html_writer.cc     Profile* profile,
profile           389 chrome/browser/bookmarks/bookmark_html_writer.cc     : profile_(profile),
profile           496 chrome/browser/bookmarks/bookmark_html_writer.cc void WriteBookmarks(Profile* profile,
profile           503 chrome/browser/bookmarks/bookmark_html_writer.cc     fetcher = new BookmarkFaviconFetcher(profile, path, observer);
profile            45 chrome/browser/bookmarks/bookmark_html_writer.h   BookmarkFaviconFetcher(Profile* profile,
profile           104 chrome/browser/bookmarks/bookmark_html_writer.h void WriteBookmarks(Profile* profile,
profile           149 chrome/browser/bookmarks/bookmark_html_writer_unittest.cc   TestingProfile profile;
profile           150 chrome/browser/bookmarks/bookmark_html_writer_unittest.cc   ASSERT_TRUE(profile.CreateHistoryService(true, false));
profile           151 chrome/browser/bookmarks/bookmark_html_writer_unittest.cc   profile.BlockUntilHistoryProcessesPendingRequests();
profile           152 chrome/browser/bookmarks/bookmark_html_writer_unittest.cc   profile.CreateFaviconService();
profile           153 chrome/browser/bookmarks/bookmark_html_writer_unittest.cc   profile.CreateBookmarkModel(true);
profile           155 chrome/browser/bookmarks/bookmark_html_writer_unittest.cc   BookmarkModel* model = BookmarkModelFactory::GetForProfile(&profile);
profile           203 chrome/browser/bookmarks/bookmark_html_writer_unittest.cc   HistoryServiceFactory::GetForProfile(&profile, Profile::EXPLICIT_ACCESS)->
profile           206 chrome/browser/bookmarks/bookmark_html_writer_unittest.cc       &profile, Profile::EXPLICIT_ACCESS)->SetFavicons(
profile           229 chrome/browser/bookmarks/bookmark_html_writer_unittest.cc   bookmark_html_writer::WriteBookmarks(&profile, path_, &observer);
profile           234 chrome/browser/bookmarks/bookmark_html_writer_unittest.cc       &profile, Profile::EXPLICIT_ACCESS)->SetFavicons(
profile           270 chrome/browser/bookmarks/bookmark_index_unittest.cc   TestingProfile profile;
profile           271 chrome/browser/bookmarks/bookmark_index_unittest.cc   ASSERT_TRUE(profile.CreateHistoryService(true, false));
profile           272 chrome/browser/bookmarks/bookmark_index_unittest.cc   profile.BlockUntilHistoryProcessesPendingRequests();
profile           273 chrome/browser/bookmarks/bookmark_index_unittest.cc   profile.CreateBookmarkModel(true);
profile           275 chrome/browser/bookmarks/bookmark_index_unittest.cc   BookmarkModel* model = BookmarkModelFactory::GetForProfile(&profile);
profile           279 chrome/browser/bookmarks/bookmark_index_unittest.cc       HistoryServiceFactory::GetForProfile(&profile, Profile::EXPLICIT_ACCESS);
profile           197 chrome/browser/bookmarks/bookmark_model.cc BookmarkModel::BookmarkModel(Profile* profile)
profile           198 chrome/browser/bookmarks/bookmark_model.cc     : profile_(profile),
profile           246 chrome/browser/bookmarks/bookmark_model.h   explicit BookmarkModel(Profile* profile);
profile           437 chrome/browser/bookmarks/bookmark_model.h   Profile* profile() { return profile_; }
profile            24 chrome/browser/bookmarks/bookmark_model_factory.cc BookmarkModel* BookmarkModelFactory::GetForProfile(Profile* profile) {
profile            26 chrome/browser/bookmarks/bookmark_model_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            29 chrome/browser/bookmarks/bookmark_model_factory.cc BookmarkModel* BookmarkModelFactory::GetForProfileIfExists(Profile* profile) {
profile            31 chrome/browser/bookmarks/bookmark_model_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, false));
profile            49 chrome/browser/bookmarks/bookmark_model_factory.cc   Profile* profile = static_cast<Profile*>(context);
profile            50 chrome/browser/bookmarks/bookmark_model_factory.cc   BookmarkModel* bookmark_model = new BookmarkModel(profile);
profile            51 chrome/browser/bookmarks/bookmark_model_factory.cc   bookmark_model->Load(StartupTaskRunnerServiceFactory::GetForProfile(profile)->
profile            57 chrome/browser/bookmarks/bookmark_model_factory.cc         BookmarkUndoServiceFactory::GetForProfile(profile));
profile            20 chrome/browser/bookmarks/bookmark_model_factory.h   static BookmarkModel* GetForProfile(Profile* profile);
profile            22 chrome/browser/bookmarks/bookmark_model_factory.h   static BookmarkModel* GetForProfileIfExists(Profile* profile);
profile           218 chrome/browser/bookmarks/bookmark_node_data.cc void BookmarkNodeData::WriteToPickle(Profile* profile, Pickle* pickle) const {
profile           219 chrome/browser/bookmarks/bookmark_node_data.cc   base::FilePath path = profile ? profile->GetPath() : base::FilePath();
profile           246 chrome/browser/bookmarks/bookmark_node_data.cc     Profile* profile) const {
profile           249 chrome/browser/bookmarks/bookmark_node_data.cc   if (!IsFromProfile(profile))
profile           254 chrome/browser/bookmarks/bookmark_node_data.cc         profile)->GetNodeByID(elements[i].id_);
profile           264 chrome/browser/bookmarks/bookmark_node_data.cc const BookmarkNode* BookmarkNodeData::GetFirstNode(Profile* profile) const {
profile           265 chrome/browser/bookmarks/bookmark_node_data.cc   std::vector<const BookmarkNode*> nodes = GetNodes(profile);
profile           274 chrome/browser/bookmarks/bookmark_node_data.cc void BookmarkNodeData::SetOriginatingProfile(Profile* profile) {
profile           277 chrome/browser/bookmarks/bookmark_node_data.cc   if (profile)
profile           278 chrome/browser/bookmarks/bookmark_node_data.cc     profile_path_ = profile->GetPath();
profile           281 chrome/browser/bookmarks/bookmark_node_data.cc bool BookmarkNodeData::IsFromProfile(Profile* profile) const {
profile           283 chrome/browser/bookmarks/bookmark_node_data.cc   return !profile_path_.empty() && profile_path_ == profile->GetPath();
profile           120 chrome/browser/bookmarks/bookmark_node_data.h   void Write(Profile* profile, ui::OSExchangeData* data) const;
profile           127 chrome/browser/bookmarks/bookmark_node_data.h   void WriteToPickle(Profile* profile, Pickle* pickle) const;
profile           136 chrome/browser/bookmarks/bookmark_node_data.h   std::vector<const BookmarkNode*> GetNodes(Profile* profile) const;
profile           140 chrome/browser/bookmarks/bookmark_node_data.h   const BookmarkNode* GetFirstNode(Profile* profile) const;
profile           157 chrome/browser/bookmarks/bookmark_node_data.h   void SetOriginatingProfile(Profile* profile);
profile           160 chrome/browser/bookmarks/bookmark_node_data.h   bool IsFromProfile(Profile* profile) const;
profile           109 chrome/browser/bookmarks/bookmark_node_data_unittest.cc   drag_data.Write(profile(), &data);
profile           122 chrome/browser/bookmarks/bookmark_node_data_unittest.cc   EXPECT_TRUE(read_data.GetFirstNode(profile()) == node);
profile           154 chrome/browser/bookmarks/bookmark_node_data_unittest.cc   drag_data.Write(profile(), &data);
profile           168 chrome/browser/bookmarks/bookmark_node_data_unittest.cc   const BookmarkNode* r_g12 = read_data.GetFirstNode(profile());
profile           189 chrome/browser/bookmarks/bookmark_node_data_unittest.cc   drag_data.Write(profile(), &data);
profile           208 chrome/browser/bookmarks/bookmark_node_data_unittest.cc   const BookmarkNode* r_folder = read_data.GetFirstNode(profile());
profile           228 chrome/browser/bookmarks/bookmark_node_data_unittest.cc   drag_data.Write(profile(), &data);
profile           251 chrome/browser/bookmarks/bookmark_node_data_unittest.cc   std::vector<const BookmarkNode*> read_nodes = read_data.GetNodes(profile());
profile           258 chrome/browser/bookmarks/bookmark_node_data_unittest.cc   EXPECT_TRUE(read_data.GetFirstNode(profile()) == NULL);
profile           273 chrome/browser/bookmarks/bookmark_node_data_unittest.cc   node_data.Write(profile(), &data);
profile            24 chrome/browser/bookmarks/bookmark_node_data_views.cc void BookmarkNodeData::Write(Profile* profile, ui::OSExchangeData* data) const {
profile            38 chrome/browser/bookmarks/bookmark_node_data_views.cc   WriteToPickle(profile, &data_pickle);
profile           111 chrome/browser/bookmarks/bookmark_test_helpers.cc void WaitForBookmarkModelToLoad(Profile* profile) {
profile           112 chrome/browser/bookmarks/bookmark_test_helpers.cc   WaitForBookmarkModelToLoad(BookmarkModelFactory::GetForProfile(profile));
profile            18 chrome/browser/bookmarks/bookmark_test_helpers.h void WaitForBookmarkModelToLoad(Profile* profile);
profile            10 chrome/browser/bookmarks/scoped_group_bookmark_actions.cc ScopedGroupBookmarkActions::ScopedGroupBookmarkActions(Profile* profile)
profile            12 chrome/browser/bookmarks/scoped_group_bookmark_actions.cc   if (profile)
profile            13 chrome/browser/bookmarks/scoped_group_bookmark_actions.cc     model_ = BookmarkModelFactory::GetForProfile(profile);
profile            16 chrome/browser/bookmarks/scoped_group_bookmark_actions.h   explicit ScopedGroupBookmarkActions(Profile* profile);
profile            69 chrome/browser/browser_about_handler_unittest.cc   TestingProfile profile;
profile            73 chrome/browser/browser_about_handler_unittest.cc     WillHandleBrowserAboutURL(&url, &profile);
profile           138 chrome/browser/browser_commands_unittest.cc   profile()->CreateBookmarkModel(true);
profile           140 chrome/browser/browser_commands_unittest.cc   BookmarkModel* model = BookmarkModelFactory::GetForProfile(profile());
profile           152 chrome/browser/browser_commands_unittest.cc   EXPECT_EQ(profile(), browser()->profile());
profile           125 chrome/browser/browser_encoding_browsertest.cc         content::BrowserContext::GetDownloadManager(browser()->profile()),
profile           294 chrome/browser/browser_encoding_browsertest.cc   browser()->profile()->GetPrefs()->SetString(prefs::kDefaultCharset,
profile           301 chrome/browser/browser_encoding_browsertest.cc     browser()->profile()->GetPrefs()->SetBoolean(
profile           314 chrome/browser/browser_encoding_browsertest.cc     browser()->profile()->GetPrefs()->SetBoolean(
profile            21 chrome/browser/browsing_data/browsing_data_appcache_helper.cc BrowsingDataAppCacheHelper::BrowsingDataAppCacheHelper(Profile* profile)
profile            23 chrome/browser/browsing_data/browsing_data_appcache_helper.cc       appcache_service_(BrowserContext::GetDefaultStoragePartition(profile)->
profile            92 chrome/browser/browsing_data/browsing_data_appcache_helper.cc     Profile* profile)
profile            93 chrome/browser/browsing_data/browsing_data_appcache_helper.cc     : BrowsingDataAppCacheHelper(profile),
profile            94 chrome/browser/browsing_data/browsing_data_appcache_helper.cc       profile_(profile) {
profile            27 chrome/browser/browsing_data/browsing_data_appcache_helper.h   explicit BrowsingDataAppCacheHelper(Profile* profile);
profile            59 chrome/browser/browsing_data/browsing_data_appcache_helper.h   explicit CannedBrowsingDataAppCacheHelper(Profile* profile);
profile            42 chrome/browser/browsing_data/browsing_data_appcache_helper_unittest.cc   TestingProfile profile;
profile            49 chrome/browser/browsing_data/browsing_data_appcache_helper_unittest.cc       new CannedBrowsingDataAppCacheHelper(&profile));
profile            77 chrome/browser/browsing_data/browsing_data_appcache_helper_unittest.cc   TestingProfile profile;
profile            82 chrome/browser/browsing_data/browsing_data_appcache_helper_unittest.cc       new CannedBrowsingDataAppCacheHelper(&profile));
profile           101 chrome/browser/browsing_data/browsing_data_appcache_helper_unittest.cc   TestingProfile profile;
profile           106 chrome/browser/browsing_data/browsing_data_appcache_helper_unittest.cc       new CannedBrowsingDataAppCacheHelper(&profile));
profile           116 chrome/browser/browsing_data/browsing_data_appcache_helper_unittest.cc   TestingProfile profile;
profile           123 chrome/browser/browsing_data/browsing_data_appcache_helper_unittest.cc       new CannedBrowsingDataAppCacheHelper(&profile));
profile           138 chrome/browser/browsing_data/browsing_data_appcache_helper_unittest.cc   TestingProfile profile;
profile           144 chrome/browser/browsing_data/browsing_data_appcache_helper_unittest.cc       new CannedBrowsingDataAppCacheHelper(&profile));
profile            38 chrome/browser/browsing_data/browsing_data_database_helper.cc BrowsingDataDatabaseHelper::BrowsingDataDatabaseHelper(Profile* profile)
profile            41 chrome/browser/browsing_data/browsing_data_database_helper.cc                   GetDefaultStoragePartition(profile)->GetDatabaseTracker()) {
profile           145 chrome/browser/browsing_data/browsing_data_database_helper.cc     Profile* profile)
profile           146 chrome/browser/browsing_data/browsing_data_database_helper.cc     : BrowsingDataDatabaseHelper(profile),
profile           147 chrome/browser/browsing_data/browsing_data_database_helper.cc       profile_(profile) {
profile            47 chrome/browser/browsing_data/browsing_data_database_helper.h   explicit BrowsingDataDatabaseHelper(Profile* profile);
profile           116 chrome/browser/browsing_data/browsing_data_database_helper.h   explicit CannedBrowsingDataDatabaseHelper(Profile* profile);
profile            34 chrome/browser/browsing_data/browsing_data_database_helper_browsertest.cc         BrowserContext::GetDefaultStoragePartition(browser()->profile())->
profile            86 chrome/browser/browsing_data/browsing_data_database_helper_browsertest.cc       new BrowsingDataDatabaseHelper(browser()->profile()));
profile           104 chrome/browser/browsing_data/browsing_data_database_helper_browsertest.cc       new CannedBrowsingDataDatabaseHelper(browser()->profile()));
profile           136 chrome/browser/browsing_data/browsing_data_database_helper_browsertest.cc       new CannedBrowsingDataDatabaseHelper(browser()->profile()));
profile            21 chrome/browser/browsing_data/browsing_data_database_helper_unittest.cc   TestingProfile profile;
profile            27 chrome/browser/browsing_data/browsing_data_database_helper_unittest.cc       new CannedBrowsingDataDatabaseHelper(&profile));
profile            37 chrome/browser/browsing_data/browsing_data_database_helper_unittest.cc   TestingProfile profile;
profile            49 chrome/browser/browsing_data/browsing_data_database_helper_unittest.cc       new CannedBrowsingDataDatabaseHelper(&profile));
profile            65 chrome/browser/browsing_data/browsing_data_database_helper_unittest.cc   TestingProfile profile;
profile            72 chrome/browser/browsing_data/browsing_data_database_helper_unittest.cc       new CannedBrowsingDataDatabaseHelper(&profile));
profile           191 chrome/browser/browsing_data/browsing_data_file_system_helper.cc     Profile* profile) {
profile            98 chrome/browser/browsing_data/browsing_data_file_system_helper.h   explicit CannedBrowsingDataFileSystemHelper(Profile* profile);
profile            30 chrome/browser/browsing_data/browsing_data_indexed_db_helper_browsertest.cc         browser()->profile())->GetIndexedDBContext();
profile            25 chrome/browser/browsing_data/browsing_data_local_storage_helper.cc     Profile* profile)
profile            27 chrome/browser/browsing_data/browsing_data_local_storage_helper.cc           BrowserContext::GetDefaultStoragePartition(profile)->
profile            83 chrome/browser/browsing_data/browsing_data_local_storage_helper.cc     Profile* profile)
profile            84 chrome/browser/browsing_data/browsing_data_local_storage_helper.cc     : BrowsingDataLocalStorageHelper(profile),
profile            85 chrome/browser/browsing_data/browsing_data_local_storage_helper.cc       profile_(profile) {
profile            42 chrome/browser/browsing_data/browsing_data_local_storage_helper.h   explicit BrowsingDataLocalStorageHelper(Profile* profile);
profile            76 chrome/browser/browsing_data/browsing_data_local_storage_helper.h   explicit CannedBrowsingDataLocalStorageHelper(Profile* profile);
profile            68 chrome/browser/browsing_data/browsing_data_local_storage_helper_browsertest.cc     return browser()->profile()->GetPath().AppendASCII("Local Storage");
profile           115 chrome/browser/browsing_data/browsing_data_local_storage_helper_browsertest.cc       new BrowsingDataLocalStorageHelper(browser()->profile()));
profile           126 chrome/browser/browsing_data/browsing_data_local_storage_helper_browsertest.cc       new BrowsingDataLocalStorageHelper(browser()->profile()));
profile           152 chrome/browser/browsing_data/browsing_data_local_storage_helper_browsertest.cc       new CannedBrowsingDataLocalStorageHelper(browser()->profile()));
profile           176 chrome/browser/browsing_data/browsing_data_local_storage_helper_browsertest.cc       new CannedBrowsingDataLocalStorageHelper(browser()->profile()));
profile            18 chrome/browser/browsing_data/browsing_data_local_storage_helper_unittest.cc   TestingProfile profile;
profile            23 chrome/browser/browsing_data/browsing_data_local_storage_helper_unittest.cc       new CannedBrowsingDataLocalStorageHelper(&profile));
profile            33 chrome/browser/browsing_data/browsing_data_local_storage_helper_unittest.cc   TestingProfile profile;
profile            40 chrome/browser/browsing_data/browsing_data_local_storage_helper_unittest.cc       new CannedBrowsingDataLocalStorageHelper(&profile));
profile            54 chrome/browser/browsing_data/browsing_data_local_storage_helper_unittest.cc   TestingProfile profile;
profile            60 chrome/browser/browsing_data/browsing_data_local_storage_helper_unittest.cc       new CannedBrowsingDataLocalStorageHelper(&profile));
profile            63 chrome/browser/browsing_data/browsing_data_quota_helper.h   static BrowsingDataQuotaHelper* Create(Profile* profile);
profile            24 chrome/browser/browsing_data/browsing_data_quota_helper_impl.cc BrowsingDataQuotaHelper* BrowsingDataQuotaHelper::Create(Profile* profile) {
profile            28 chrome/browser/browsing_data/browsing_data_quota_helper_impl.cc       BrowserContext::GetDefaultStoragePartition(profile)->GetQuotaManager());
profile           133 chrome/browser/browsing_data/browsing_data_remover.cc     Profile* profile) {
profile           134 chrome/browser/browsing_data/browsing_data_remover.cc   return new BrowsingDataRemover(profile, base::Time(), base::Time::Max());
profile           138 chrome/browser/browsing_data/browsing_data_remover.cc BrowsingDataRemover* BrowsingDataRemover::CreateForRange(Profile* profile,
profile           140 chrome/browser/browsing_data/browsing_data_remover.cc   return new BrowsingDataRemover(profile, start, end);
profile           144 chrome/browser/browsing_data/browsing_data_remover.cc BrowsingDataRemover* BrowsingDataRemover::CreateForPeriod(Profile* profile,
profile           168 chrome/browser/browsing_data/browsing_data_remover.cc   return new BrowsingDataRemover(profile,
profile           173 chrome/browser/browsing_data/browsing_data_remover.cc BrowsingDataRemover::BrowsingDataRemover(Profile* profile,
profile           176 chrome/browser/browsing_data/browsing_data_remover.cc     : profile_(profile),
profile           177 chrome/browser/browsing_data/browsing_data_remover.cc       special_storage_policy_(profile->GetExtensionSpecialStoragePolicy()),
profile           182 chrome/browser/browsing_data/browsing_data_remover.cc       main_context_getter_(profile->GetRequestContext()),
profile           183 chrome/browser/browsing_data/browsing_data_remover.cc       media_context_getter_(profile->GetMediaRequestContext()),
profile           209 chrome/browser/browsing_data/browsing_data_remover.cc   DCHECK(profile);
profile           740 chrome/browser/browsing_data/browsing_data_remover.cc   DCHECK_EQ(profile_, model->profile());
profile           156 chrome/browser/browsing_data/browsing_data_remover.h   static BrowsingDataRemover* CreateForUnboundedRange(Profile* profile);
profile           161 chrome/browser/browsing_data/browsing_data_remover.h   static BrowsingDataRemover* CreateForRange(Profile* profile,
profile           168 chrome/browser/browsing_data/browsing_data_remover.h   static BrowsingDataRemover* CreateForPeriod(Profile* profile,
profile           219 chrome/browser/browsing_data/browsing_data_remover.h   BrowsingDataRemover(Profile* profile,
profile            56 chrome/browser/browsing_data/browsing_data_remover_browsertest.cc         content::BrowserContext::GetDownloadManager(browser()->profile());
profile            65 chrome/browser/browsing_data/browsing_data_remover_browsertest.cc     browser()->profile()->GetPrefs()->SetFilePath(
profile            70 chrome/browser/browsing_data/browsing_data_remover_browsertest.cc         content::BrowserContext::GetDownloadManager(browser()->profile());
profile            88 chrome/browser/browsing_data/browsing_data_remover_browsertest.cc         content::Source<Profile>(browser()->profile()));
profile            90 chrome/browser/browsing_data/browsing_data_remover_browsertest.cc         browser()->profile(), BrowsingDataRemover::LAST_HOUR);
profile           109 chrome/browser/browsing_data/browsing_data_remover_browsertest.cc   PrefService* prefs = browser()->profile()->GetPrefs();
profile           327 chrome/browser/browsing_data/browsing_data_remover_unittest.cc   explicit RemoveServerBoundCertTester(TestingProfile* profile)
profile           329 chrome/browser/browsing_data/browsing_data_remover_unittest.cc     server_bound_cert_service_ = profile->GetRequestContext()->
profile           331 chrome/browser/browsing_data/browsing_data_remover_unittest.cc     ssl_config_service_ = profile->GetSSLConfigService();
profile           400 chrome/browser/browsing_data/browsing_data_remover_unittest.cc   bool Init(TestingProfile* profile) WARN_UNUSED_RESULT {
profile           401 chrome/browser/browsing_data/browsing_data_remover_unittest.cc     if (!profile->CreateHistoryService(true, false))
profile           404 chrome/browser/browsing_data/browsing_data_remover_unittest.cc         profile, Profile::EXPLICIT_ACCESS);
profile           450 chrome/browser/browsing_data/browsing_data_remover_unittest.cc   explicit RemoveAutofillTester(TestingProfile* profile)
profile           452 chrome/browser/browsing_data/browsing_data_remover_unittest.cc             autofill::PersonalDataManagerFactory::GetForProfile(profile)) {
profile           453 chrome/browser/browsing_data/browsing_data_remover_unittest.cc     autofill::test::DisableSystemServices(profile->GetPrefs());
profile           493 chrome/browser/browsing_data/browsing_data_remover_unittest.cc     autofill::AutofillProfile profile;
profile           494 chrome/browser/browsing_data/browsing_data_remover_unittest.cc     profile.set_guid(base::GenerateGUID());
profile           495 chrome/browser/browsing_data/browsing_data_remover_unittest.cc     profile.set_origin(kWebOrigin);
profile           496 chrome/browser/browsing_data/browsing_data_remover_unittest.cc     profile.SetRawInfo(autofill::NAME_FIRST, base::ASCIIToUTF16("Bob"));
profile           497 chrome/browser/browsing_data/browsing_data_remover_unittest.cc     profile.SetRawInfo(autofill::NAME_LAST, base::ASCIIToUTF16("Smith"));
profile           498 chrome/browser/browsing_data/browsing_data_remover_unittest.cc     profile.SetRawInfo(autofill::ADDRESS_HOME_ZIP, base::ASCIIToUTF16("94043"));
profile           499 chrome/browser/browsing_data/browsing_data_remover_unittest.cc     profile.SetRawInfo(autofill::EMAIL_ADDRESS,
profile           501 chrome/browser/browsing_data/browsing_data_remover_unittest.cc     profile.SetRawInfo(autofill::COMPANY_NAME, base::ASCIIToUTF16("Company X"));
profile           502 chrome/browser/browsing_data/browsing_data_remover_unittest.cc     profiles.push_back(profile);
profile           504 chrome/browser/browsing_data/browsing_data_remover_unittest.cc     profile.set_guid(base::GenerateGUID());
profile           505 chrome/browser/browsing_data/browsing_data_remover_unittest.cc     profile.set_origin(kChromeOrigin);
profile           506 chrome/browser/browsing_data/browsing_data_remover_unittest.cc     profiles.push_back(profile);
profile           538 chrome/browser/browsing_data/browsing_data_remover_unittest.cc   explicit RemoveLocalStorageTester(TestingProfile* profile)
profile           539 chrome/browser/browsing_data/browsing_data_remover_unittest.cc       : profile_(profile), dom_storage_context_(NULL) {
profile           541 chrome/browser/browsing_data/browsing_data_remover_unittest.cc         content::BrowserContext::GetDefaultStoragePartition(profile)->
profile            22 chrome/browser/browsing_data/browsing_data_server_bound_cert_helper.cc   explicit BrowsingDataServerBoundCertHelperImpl(Profile* profile);
profile            62 chrome/browser/browsing_data/browsing_data_server_bound_cert_helper.cc BrowsingDataServerBoundCertHelperImpl(Profile* profile)
profile            64 chrome/browser/browsing_data/browsing_data_server_bound_cert_helper.cc       request_context_getter_(profile->GetRequestContext()) {
profile           154 chrome/browser/browsing_data/browsing_data_server_bound_cert_helper.cc BrowsingDataServerBoundCertHelper::Create(Profile* profile) {
profile           155 chrome/browser/browsing_data/browsing_data_server_bound_cert_helper.cc   return new BrowsingDataServerBoundCertHelperImpl(profile);
profile            27 chrome/browser/browsing_data/browsing_data_server_bound_cert_helper.h   static BrowsingDataServerBoundCertHelper* Create(Profile* profile);
profile          1099 chrome/browser/browsing_data/cookies_tree_model_unittest.cc   TestingProfile profile;
profile          1101 chrome/browser/browsing_data/cookies_tree_model_unittest.cc       profile.GetHostContentSettingsMap();
profile          1103 chrome/browser/browsing_data/cookies_tree_model_unittest.cc       CookieSettings::Factory::GetForProfile(&profile).get();
profile            10 chrome/browser/browsing_data/mock_browsing_data_appcache_helper.cc   Profile* profile)
profile            11 chrome/browser/browsing_data/mock_browsing_data_appcache_helper.cc   : BrowsingDataAppCacheHelper(profile) {
profile            14 chrome/browser/browsing_data/mock_browsing_data_appcache_helper.h   explicit MockBrowsingDataAppCacheHelper(Profile* profile);
profile            10 chrome/browser/browsing_data/mock_browsing_data_database_helper.cc     Profile* profile)
profile            11 chrome/browser/browsing_data/mock_browsing_data_database_helper.cc     : BrowsingDataDatabaseHelper(profile) {
profile            19 chrome/browser/browsing_data/mock_browsing_data_database_helper.h   explicit MockBrowsingDataDatabaseHelper(Profile* profile);
profile            10 chrome/browser/browsing_data/mock_browsing_data_file_system_helper.cc     Profile* profile) {
profile            20 chrome/browser/browsing_data/mock_browsing_data_file_system_helper.h   explicit MockBrowsingDataFileSystemHelper(Profile* profile);
profile            14 chrome/browser/browsing_data/mock_browsing_data_indexed_db_helper.cc     Profile* profile)
profile            16 chrome/browser/browsing_data/mock_browsing_data_indexed_db_helper.cc         content::BrowserContext::GetDefaultStoragePartition(profile)->
profile            23 chrome/browser/browsing_data/mock_browsing_data_indexed_db_helper.h   explicit MockBrowsingDataIndexedDBHelper(Profile* profile);
profile            11 chrome/browser/browsing_data/mock_browsing_data_local_storage_helper.cc     Profile* profile)
profile            12 chrome/browser/browsing_data/mock_browsing_data_local_storage_helper.cc     : BrowsingDataLocalStorageHelper(profile) {
profile            21 chrome/browser/browsing_data/mock_browsing_data_local_storage_helper.h   explicit MockBrowsingDataLocalStorageHelper(Profile* profile);
profile            11 chrome/browser/browsing_data/mock_browsing_data_quota_helper.cc MockBrowsingDataQuotaHelper::MockBrowsingDataQuotaHelper(Profile* profile)
profile            16 chrome/browser/browsing_data/mock_browsing_data_quota_helper.h   explicit MockBrowsingDataQuotaHelper(Profile* profile);
profile           679 chrome/browser/captive_portal/captive_portal_browsertest.cc   explicit CaptivePortalObserver(Profile* profile);
profile           719 chrome/browser/captive_portal/captive_portal_browsertest.cc CaptivePortalObserver::CaptivePortalObserver(Profile* profile)
profile           723 chrome/browser/captive_portal/captive_portal_browsertest.cc       profile_(profile),
profile           725 chrome/browser/captive_portal/captive_portal_browsertest.cc           CaptivePortalServiceFactory::GetForProfile(profile)),
profile           798 chrome/browser/captive_portal/captive_portal_browsertest.cc   void EnableCaptivePortalDetection(Profile* profile, bool enabled);
profile           802 chrome/browser/captive_portal/captive_portal_browsertest.cc   void SetUpCaptivePortalService(Profile* profile, const GURL& test_url);
profile           962 chrome/browser/captive_portal/captive_portal_browsertest.cc   EnableCaptivePortalDetection(browser()->profile(), true);
profile           966 chrome/browser/captive_portal/captive_portal_browsertest.cc   SetUpCaptivePortalService(browser()->profile(),
profile           976 chrome/browser/captive_portal/captive_portal_browsertest.cc     Profile* profile, bool enabled) {
profile           977 chrome/browser/captive_portal/captive_portal_browsertest.cc   profile->GetPrefs()->SetBoolean(prefs::kAlternateErrorPagesEnabled, enabled);
profile           980 chrome/browser/captive_portal/captive_portal_browsertest.cc void CaptivePortalBrowserTest::SetUpCaptivePortalService(Profile* profile,
profile           983 chrome/browser/captive_portal/captive_portal_browsertest.cc       CaptivePortalServiceFactory::GetForProfile(profile);
profile           996 chrome/browser/captive_portal/captive_portal_browsertest.cc       CaptivePortalServiceFactory::GetForProfile(browser->profile());
profile          1037 chrome/browser/captive_portal/captive_portal_browsertest.cc   CaptivePortalObserver portal_observer(browser->profile());
profile          1061 chrome/browser/captive_portal/captive_portal_browsertest.cc   CaptivePortalObserver portal_observer(browser->profile());
profile          1104 chrome/browser/captive_portal/captive_portal_browsertest.cc   CaptivePortalObserver portal_observer(browser->profile());
profile          1181 chrome/browser/captive_portal/captive_portal_browsertest.cc   CaptivePortalObserver portal_observer(browser->profile());
profile          1263 chrome/browser/captive_portal/captive_portal_browsertest.cc   CaptivePortalObserver portal_observer(browser->profile());
profile          1307 chrome/browser/captive_portal/captive_portal_browsertest.cc   CaptivePortalObserver portal_observer(browser->profile());
profile          1353 chrome/browser/captive_portal/captive_portal_browsertest.cc   CaptivePortalObserver portal_observer(browser->profile());
profile          1405 chrome/browser/captive_portal/captive_portal_browsertest.cc   CaptivePortalObserver portal_observer(browser->profile());
profile          1439 chrome/browser/captive_portal/captive_portal_browsertest.cc   CaptivePortalObserver portal_observer(browser->profile());
profile          1491 chrome/browser/captive_portal/captive_portal_browsertest.cc   CaptivePortalObserver portal_observer(browser->profile());
profile          1572 chrome/browser/captive_portal/captive_portal_browsertest.cc       browser()->profile(),
profile          1581 chrome/browser/captive_portal/captive_portal_browsertest.cc       browser()->profile(),
profile          1588 chrome/browser/captive_portal/captive_portal_browsertest.cc   EnableCaptivePortalDetection(browser()->profile(), false);
profile          1599 chrome/browser/captive_portal/captive_portal_browsertest.cc   SetUpCaptivePortalService(browser()->profile(),
profile          1621 chrome/browser/captive_portal/captive_portal_browsertest.cc       CaptivePortalServiceFactory::GetForProfile(browser()->profile());
profile          1624 chrome/browser/captive_portal/captive_portal_browsertest.cc       browser()->profile(),
profile          1651 chrome/browser/captive_portal/captive_portal_browsertest.cc   CaptivePortalObserver non_incognito_portal_observer(browser()->profile());
profile          1654 chrome/browser/captive_portal/captive_portal_browsertest.cc   EnableCaptivePortalDetection(incognito_browser->profile(), true);
profile          1655 chrome/browser/captive_portal/captive_portal_browsertest.cc   SetUpCaptivePortalService(incognito_browser->profile(),
profile          1717 chrome/browser/captive_portal/captive_portal_browsertest.cc   CaptivePortalObserver portal_observer(browser()->profile());
profile          1795 chrome/browser/captive_portal/captive_portal_browsertest.cc   CaptivePortalObserver portal_observer(browser()->profile());
profile          1834 chrome/browser/captive_portal/captive_portal_browsertest.cc   CaptivePortalObserver portal_observer(browser()->profile());
profile          1929 chrome/browser/captive_portal/captive_portal_browsertest.cc   CaptivePortalObserver portal_observer(browser()->profile());
profile          1949 chrome/browser/captive_portal/captive_portal_browsertest.cc   EnableCaptivePortalDetection(browser()->profile(), false);
profile          1960 chrome/browser/captive_portal/captive_portal_browsertest.cc   EnableCaptivePortalDetection(browser()->profile(), true);
profile          1970 chrome/browser/captive_portal/captive_portal_browsertest.cc   CaptivePortalObserver portal_observer(browser()->profile());
profile          2010 chrome/browser/captive_portal/captive_portal_browsertest.cc   CaptivePortalObserver portal_observer(browser()->profile());
profile          2060 chrome/browser/captive_portal/captive_portal_browsertest.cc       new Browser(Browser::CreateParams(browser()->profile(),
profile          2071 chrome/browser/captive_portal/captive_portal_browsertest.cc       chrome::FindTabbedBrowser(browser()->profile(), true,
profile          2084 chrome/browser/captive_portal/captive_portal_browsertest.cc   CaptivePortalObserver portal_observer(browser()->profile());
profile          2101 chrome/browser/captive_portal/captive_portal_browsertest.cc             chrome::FindTabbedBrowser(browser()->profile(), true,
profile          2174 chrome/browser/captive_portal/captive_portal_browsertest.cc   SetUpCaptivePortalService(browser()->profile(),
profile          2194 chrome/browser/captive_portal/captive_portal_browsertest.cc                  make_scoped_refptr(browser()->profile()->GetRequestContext()),
profile            12 chrome/browser/captive_portal/captive_portal_login_detector.cc     Profile* profile)
profile            13 chrome/browser/captive_portal/captive_portal_login_detector.cc     : profile_(profile),
profile            25 chrome/browser/captive_portal/captive_portal_login_detector.h   explicit CaptivePortalLoginDetector(Profile* profile);
profile           172 chrome/browser/captive_portal/captive_portal_service.cc CaptivePortalService::CaptivePortalService(Profile* profile)
profile           173 chrome/browser/captive_portal/captive_portal_service.cc     : profile_(profile),
profile           175 chrome/browser/captive_portal/captive_portal_service.cc       captive_portal_detector_(profile->GetRequestContext()),
profile            47 chrome/browser/captive_portal/captive_portal_service.h   explicit CaptivePortalService(Profile* profile);
profile            16 chrome/browser/captive_portal/captive_portal_service_factory.cc     Profile* profile) {
profile            18 chrome/browser/captive_portal/captive_portal_service_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            36 chrome/browser/captive_portal/captive_portal_service_factory.cc     content::BrowserContext* profile) const {
profile            37 chrome/browser/captive_portal/captive_portal_service_factory.cc   return new CaptivePortalService(static_cast<Profile*>(profile));
profile            26 chrome/browser/captive_portal/captive_portal_service_factory.h   static CaptivePortalService* GetForProfile(Profile* profile);
profile            40 chrome/browser/captive_portal/captive_portal_service_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile            35 chrome/browser/captive_portal/captive_portal_service_unittest.cc   CaptivePortalObserver(Profile* profile,
profile            40 chrome/browser/captive_portal/captive_portal_service_unittest.cc         profile_(profile),
profile           132 chrome/browser/captive_portal/captive_portal_service_unittest.cc     profile()->GetPrefs()->SetBoolean(prefs::kAlternateErrorPagesEnabled,
profile           161 chrome/browser/captive_portal/captive_portal_service_unittest.cc     CaptivePortalObserver observer(profile(), service());
profile           193 chrome/browser/captive_portal/captive_portal_service_unittest.cc     CaptivePortalObserver observer(profile(), service());
profile           368 chrome/browser/captive_portal/captive_portal_service_unittest.cc   CaptivePortalObserver observer(profile(), service());
profile           397 chrome/browser/captive_portal/captive_portal_service_unittest.cc   CaptivePortalObserver observer(profile(), service());
profile           424 chrome/browser/captive_portal/captive_portal_service_unittest.cc   CaptivePortalObserver observer(profile(), service());
profile            45 chrome/browser/captive_portal/captive_portal_tab_reloader.cc     Profile* profile,
profile            48 chrome/browser/captive_portal/captive_portal_tab_reloader.cc     : profile_(profile),
profile            77 chrome/browser/captive_portal/captive_portal_tab_reloader.h   CaptivePortalTabReloader(Profile* profile,
profile           329 chrome/browser/chrome_browser_main.cc   Profile* profile = NULL;
profile           336 chrome/browser/chrome_browser_main.cc   profile = ProfileManager::GetActiveUserProfile();
profile           340 chrome/browser/chrome_browser_main.cc   profile = g_browser_process->profile_manager()->GetProfile(
profile           347 chrome/browser/chrome_browser_main.cc   if (switches::IsNewProfileManagement() && !profile->IsGuestSession()) {
profile           353 chrome/browser/chrome_browser_main.cc       profile = g_browser_process->profile_manager()->GetProfile(
profile           357 chrome/browser/chrome_browser_main.cc   if (profile) {
profile           360 chrome/browser/chrome_browser_main.cc     return profile;
profile           367 chrome/browser/chrome_browser_main.cc   CHECK(profile) << "Cannot get default profile.";
profile           449 chrome/browser/chrome_browser_main.cc     Profile* profile = ProfileManager::GetLastUsedProfile();
profile           450 chrome/browser/chrome_browser_main.cc     if (!profile) {
profile           457 chrome/browser/chrome_browser_main.cc     extension_startup_helper.UninstallExtension(command_line, profile);
profile            94 chrome/browser/chrome_browser_main.h   Profile* profile() { return profile_; }
profile           837 chrome/browser/chrome_content_browser_client.cc   Profile* profile = Profile::FromBrowserContext(
profile           840 chrome/browser/chrome_content_browser_client.cc       extensions::ExtensionSystem::Get(profile)->extension_service();
profile           906 chrome/browser/chrome_content_browser_client.cc   Profile* profile = Profile::FromBrowserContext(host->GetBrowserContext());
profile           908 chrome/browser/chrome_content_browser_client.cc       profile->GetRequestContextForRenderProcess(id);
profile           910 chrome/browser/chrome_content_browser_client.cc   host->AddFilter(new ChromeRenderMessageFilter(id, profile, context));
profile           911 chrome/browser/chrome_content_browser_client.cc   host->AddFilter(new extensions::ExtensionMessageFilter(id, profile));
profile           913 chrome/browser/chrome_content_browser_client.cc   host->AddFilter(new PluginInfoMessageFilter(id, profile));
profile           917 chrome/browser/chrome_content_browser_client.cc   host->AddFilter(new PrintingMessageFilter(id, profile));
profile           919 chrome/browser/chrome_content_browser_client.cc   host->AddFilter(new SearchProviderInstallStateMessageFilter(id, profile));
profile           926 chrome/browser/chrome_content_browser_client.cc   host->AddFilter(new ChromeNetBenchmarkingMessageFilter(profile, context));
profile           927 chrome/browser/chrome_content_browser_client.cc   host->AddFilter(new prerender::PrerenderMessageFilter(id, profile));
profile           928 chrome/browser/chrome_content_browser_client.cc   host->AddFilter(new TtsMessageFilter(id, profile));
profile           931 chrome/browser/chrome_content_browser_client.cc       new WebRtcLoggingHandlerHost(profile);
profile           940 chrome/browser/chrome_content_browser_client.cc       id, profile->IsOffTheRecord(),
profile           941 chrome/browser/chrome_content_browser_client.cc       profile->GetPath(),
profile           951 chrome/browser/chrome_content_browser_client.cc       profile->IsOffTheRecord()));
profile           957 chrome/browser/chrome_content_browser_client.cc     GuestView::GetDefaultContentSettingRules(&rules, profile->IsOffTheRecord());
profile           960 chrome/browser/chrome_content_browser_client.cc         profile->GetHostContentSettingsMap(), &rules);
profile           967 chrome/browser/chrome_content_browser_client.cc   Profile* profile = Profile::FromBrowserContext(browser_context);
profile           968 chrome/browser/chrome_content_browser_client.cc   if (!profile)
profile           973 chrome/browser/chrome_content_browser_client.cc   if (chrome::ShouldAssignURLToInstantRenderer(url, profile))
profile           974 chrome/browser/chrome_content_browser_client.cc     return chrome::GetEffectiveURLForInstant(url, profile);
profile           989 chrome/browser/chrome_content_browser_client.cc       extensions::ExtensionSystem::Get(profile)->extension_service();
profile          1015 chrome/browser/chrome_content_browser_client.cc   Profile* profile = Profile::FromBrowserContext(browser_context);
profile          1016 chrome/browser/chrome_content_browser_client.cc   if (!profile)
profile          1019 chrome/browser/chrome_content_browser_client.cc   if (chrome::ShouldUseProcessPerSiteForInstantURL(effective_url, profile))
profile          1031 chrome/browser/chrome_content_browser_client.cc       extensions::ExtensionSystem::Get(profile)->extension_service();
profile          1080 chrome/browser/chrome_content_browser_client.cc   Profile* profile = Profile::FromBrowserContext(browser_context);
profile          1081 chrome/browser/chrome_content_browser_client.cc   return profile->CreateRequestContext(protocol_handlers,
profile          1092 chrome/browser/chrome_content_browser_client.cc   Profile* profile = Profile::FromBrowserContext(browser_context);
profile          1093 chrome/browser/chrome_content_browser_client.cc   return profile->CreateRequestContextForStoragePartition(
profile          1112 chrome/browser/chrome_content_browser_client.cc   Profile* profile =
profile          1115 chrome/browser/chrome_content_browser_client.cc       extensions::ExtensionSystem::Get(profile)->extension_service();
profile          1123 chrome/browser/chrome_content_browser_client.cc       !extensions::ProcessMap::Get(profile)->
profile          1139 chrome/browser/chrome_content_browser_client.cc     Profile* profile = Profile::FromBrowserContext(
profile          1142 chrome/browser/chrome_content_browser_client.cc         extensions::ExtensionSystem::Get(profile)->extension_service();
profile          1165 chrome/browser/chrome_content_browser_client.cc   Profile* profile =
profile          1169 chrome/browser/chrome_content_browser_client.cc   if (!profile)
profile          1175 chrome/browser/chrome_content_browser_client.cc       InstantServiceFactory::GetForProfile(profile);
profile          1180 chrome/browser/chrome_content_browser_client.cc         chrome::ShouldAssignURLToInstantRenderer(site_url, profile);
profile          1187 chrome/browser/chrome_content_browser_client.cc       ChromeSigninClientFactory::GetForProfile(profile);
profile          1193 chrome/browser/chrome_content_browser_client.cc       extensions::ExtensionSystem::Get(profile)->extension_service();
profile          1194 chrome/browser/chrome_content_browser_client.cc   extensions::ProcessMap* process_map = extensions::ProcessMap::Get(profile);
profile          1227 chrome/browser/chrome_content_browser_client.cc   Profile* profile = Profile::FromBrowserContext(browser_context);
profile          1228 chrome/browser/chrome_content_browser_client.cc   ExtensionService* service = !profile ? NULL :
profile          1229 chrome/browser/chrome_content_browser_client.cc       extensions::ExtensionSystem::Get(profile)->extension_service();
profile          1273 chrome/browser/chrome_content_browser_client.cc   Profile* profile = Profile::FromBrowserContext(
profile          1275 chrome/browser/chrome_content_browser_client.cc   if (!profile)
profile          1281 chrome/browser/chrome_content_browser_client.cc           site_instance->GetSiteURL(), profile)) {
profile          1283 chrome/browser/chrome_content_browser_client.cc         InstantServiceFactory::GetForProfile(profile);
profile          1294 chrome/browser/chrome_content_browser_client.cc         ChromeSigninClientFactory::GetForProfile(profile);
profile          1301 chrome/browser/chrome_content_browser_client.cc                    extensions::ExtensionSystem::Get(profile)->info_map(),
profile          1307 chrome/browser/chrome_content_browser_client.cc       extensions::ExtensionSystem::Get(profile)->extension_service();
profile          1316 chrome/browser/chrome_content_browser_client.cc   extensions::ProcessMap::Get(profile)
profile          1325 chrome/browser/chrome_content_browser_client.cc                  extensions::ExtensionSystem::Get(profile)->info_map(),
profile          1336 chrome/browser/chrome_content_browser_client.cc   Profile* profile = Profile::FromBrowserContext(
profile          1339 chrome/browser/chrome_content_browser_client.cc       extensions::ExtensionSystem::Get(profile)->extension_service();
profile          1348 chrome/browser/chrome_content_browser_client.cc   extensions::ProcessMap::Get(profile)
profile          1357 chrome/browser/chrome_content_browser_client.cc                  extensions::ExtensionSystem::Get(profile)->info_map(),
profile          1398 chrome/browser/chrome_content_browser_client.cc   Profile* profile =
profile          1401 chrome/browser/chrome_content_browser_client.cc       extensions::ExtensionSystem::Get(profile)->extension_service();
profile          1431 chrome/browser/chrome_content_browser_client.cc   extensions::ProcessMap* process_map = extensions::ProcessMap::Get(profile);
profile          1516 chrome/browser/chrome_content_browser_client.cc       Profile* profile = Profile::FromBrowserContext(
profile          1519 chrome/browser/chrome_content_browser_client.cc       if (extensions::ProcessMap::Get(profile)->Contains(process->GetID()))
profile          1522 chrome/browser/chrome_content_browser_client.cc       PrefService* prefs = profile->GetPrefs();
profile          1542 chrome/browser/chrome_content_browser_client.cc           InstantServiceFactory::GetForProfile(profile);
profile          1549 chrome/browser/chrome_content_browser_client.cc           ChromeSigninClientFactory::GetForProfile(profile);
profile          1670 chrome/browser/chrome_content_browser_client.cc   Profile* profile = Profile::FromBrowserContext(context);
profile          1671 chrome/browser/chrome_content_browser_client.cc   return profile->GetPrefs()->GetString(prefs::kAcceptLanguages);
profile          1901 chrome/browser/chrome_content_browser_client.cc   Profile* profile = Profile::FromBrowserContext(tab->GetBrowserContext());
profile          1903 chrome/browser/chrome_content_browser_client.cc       profile->GetHostContentSettingsMap()->GetWebsiteSetting(
profile          1973 chrome/browser/chrome_content_browser_client.cc   Profile* profile = Profile::FromBrowserContext(contents->GetBrowserContext());
profile          1975 chrome/browser/chrome_content_browser_client.cc       extensions::ExtensionSystem::Get(profile)->info_map();
profile          1977 chrome/browser/chrome_content_browser_client.cc       DesktopNotificationServiceFactory::GetForProfile(profile);
profile          2067 chrome/browser/chrome_content_browser_client.cc   Profile* profile = Profile::FromBrowserContext(process->GetBrowserContext());
profile          2069 chrome/browser/chrome_content_browser_client.cc       DesktopNotificationServiceFactory::GetForProfile(profile);
profile          2092 chrome/browser/chrome_content_browser_client.cc   Profile* profile = Profile::FromBrowserContext(process->GetBrowserContext());
profile          2094 chrome/browser/chrome_content_browser_client.cc       DesktopNotificationServiceFactory::GetForProfile(profile);
profile          2238 chrome/browser/chrome_content_browser_client.cc   Profile* profile = Profile::FromBrowserContext(
profile          2240 chrome/browser/chrome_content_browser_client.cc   PrefService* prefs = profile->GetPrefs();
profile          2349 chrome/browser/chrome_content_browser_client.cc       extensions::ExtensionSystem::Get(profile)->extension_service();
profile          2426 chrome/browser/chrome_content_browser_client.cc   Profile* profile = Profile::FromBrowserContext(
profile          2429 chrome/browser/chrome_content_browser_client.cc       BrowsingDataRemover::CreateForUnboundedRange(profile);
profile          2436 chrome/browser/chrome_content_browser_client.cc   Profile* profile = Profile::FromBrowserContext(
profile          2439 chrome/browser/chrome_content_browser_client.cc       BrowsingDataRemover::CreateForUnboundedRange(profile);
profile          2488 chrome/browser/chrome_content_browser_client.cc   Profile* profile = Profile::FromBrowserContext(browser_context);
profile          2490 chrome/browser/chrome_content_browser_client.cc       extensions::ExtensionSystem::Get(profile)->extension_service();
profile          2509 chrome/browser/chrome_content_browser_client.cc   Profile* profile = Profile::FromBrowserContext(browser_context);
profile          2511 chrome/browser/chrome_content_browser_client.cc   if (profile) {
profile          2512 chrome/browser/chrome_content_browser_client.cc     extension_set = extensions::ExtensionSystem::Get(profile)->
profile          2710 chrome/browser/chrome_content_browser_client.cc   Profile* profile = Profile::FromBrowserContext(browser_context);
profile          2712 chrome/browser/chrome_content_browser_client.cc   if (profile) {
profile          2713 chrome/browser/chrome_content_browser_client.cc     extension_set = extensions::ExtensionSystem::Get(profile)->
profile           104 chrome/browser/chrome_content_browser_client_unittest.cc         profile(), &TemplateURLServiceFactory::BuildInstanceFor);
profile           106 chrome/browser/chrome_content_browser_client_unittest.cc         TemplateURLServiceFactory::GetForProfile(browser()->profile());
profile           112 chrome/browser/chrome_content_browser_client_unittest.cc     TemplateURL* template_url = new TemplateURL(browser()->profile(), data);
profile            48 chrome/browser/chrome_main_browsertest.cc   ASSERT_EQ(2u, chrome::GetBrowserCount(browser()->profile(),
profile            85 chrome/browser/chrome_main_browsertest.cc   ASSERT_EQ(1u, chrome::GetTabbedBrowserCount(browser()->profile(),
profile           103 chrome/browser/chrome_main_browsertest.cc   ASSERT_EQ(1u, chrome::GetTabbedBrowserCount(browser()->profile(),
profile           115 chrome/browser/chrome_main_browsertest.cc   ASSERT_EQ(1u, chrome::GetTabbedBrowserCount(browser()->profile(),
profile           122 chrome/browser/chrome_main_browsertest.cc   ASSERT_EQ(1u, chrome::GetTabbedBrowserCount(browser()->profile(),
profile           126 chrome/browser/chrome_main_browsertest.cc   Profile* profile = browser()->profile();
profile           136 chrome/browser/chrome_main_browsertest.cc   ASSERT_EQ(0u, chrome::GetTabbedBrowserCount(profile, host_desktop_type));
profile           151 chrome/browser/chrome_main_browsertest.cc   ASSERT_EQ(1u, chrome::GetTabbedBrowserCount(profile, host_desktop_type));
profile            37 chrome/browser/chrome_net_benchmarking_message_filter.cc     Profile* profile,
profile            40 chrome/browser/chrome_net_benchmarking_message_filter.cc       profile_(profile),
profile            22 chrome/browser/chrome_net_benchmarking_message_filter.h       Profile* profile,
profile           138 chrome/browser/chrome_plugin_browsertest.cc   static void EnableFlash(bool enable, Profile* profile) {
profile           143 chrome/browser/chrome_plugin_browsertest.cc     PluginPrefs* plugin_prefs = PluginPrefs::GetForProfile(profile).get();
profile           222 chrome/browser/chrome_plugin_browsertest.cc   Profile* profile = browser()->profile();
profile           224 chrome/browser/chrome_plugin_browsertest.cc   ASSERT_NO_FATAL_FAILURE(LoadAndWait(CreateBrowser(profile), url, true));
profile           237 chrome/browser/chrome_plugin_browsertest.cc   EnableFlash(false, profile);
profile           244 chrome/browser/chrome_plugin_browsertest.cc   EnableFlash(true, profile);
profile           293 chrome/browser/chrome_plugin_browsertest.cc   browser()->profile()->GetPrefs()->SetBoolean(prefs::kPluginsAlwaysAuthorize,
profile           154 chrome/browser/chromeos/accessibility/accessibility_manager.cc void LoadChromeVoxExtension(Profile* profile,
profile           157 chrome/browser/chromeos/accessibility/accessibility_manager.cc       extensions::ExtensionSystem::Get(profile)->extension_service();
profile           162 chrome/browser/chromeos/accessibility/accessibility_manager.cc         extensions::ExtensionSystem::Get(profile)->extension_service();
profile           199 chrome/browser/chromeos/accessibility/accessibility_manager.cc void UnloadChromeVoxExtension(Profile* profile) {
profile           202 chrome/browser/chromeos/accessibility/accessibility_manager.cc       extensions::ExtensionSystem::Get(profile)->extension_service();
profile           560 chrome/browser/chromeos/accessibility/accessibility_manager.cc       Profile* profile = Profile::FromWebUI(lock_web_ui);
profile           561 chrome/browser/chromeos/accessibility/accessibility_manager.cc       LoadChromeVoxExtension(profile,
profile           779 chrome/browser/chromeos/accessibility/accessibility_manager.cc void AccessibilityManager::SetProfile(Profile* profile) {
profile           783 chrome/browser/chromeos/accessibility/accessibility_manager.cc   if (profile) {
profile           786 chrome/browser/chromeos/accessibility/accessibility_manager.cc     pref_change_registrar_->Init(profile->GetPrefs());
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           837 chrome/browser/chromeos/accessibility/accessibility_manager.cc   profile_ = profile;
profile           839 chrome/browser/chromeos/accessibility/accessibility_manager.cc   if (!had_profile && profile)
profile           855 chrome/browser/chromeos/accessibility/accessibility_manager.cc void AccessibilityManager::SetProfileForTest(Profile* profile) {
profile           856 chrome/browser/chromeos/accessibility/accessibility_manager.cc   SetProfile(profile);
profile           939 chrome/browser/chromeos/accessibility/accessibility_manager.cc       Profile* profile = ProfileManager::GetActiveUserProfile();
profile           940 chrome/browser/chromeos/accessibility/accessibility_manager.cc       if (ProfileHelper::IsSigninProfile(profile))
profile           941 chrome/browser/chromeos/accessibility/accessibility_manager.cc         SetProfile(profile);
profile           958 chrome/browser/chromeos/accessibility/accessibility_manager.cc       Profile* profile = content::Source<Profile>(source).ptr();
profile           959 chrome/browser/chromeos/accessibility/accessibility_manager.cc       if (profile_ == profile)
profile          1000 chrome/browser/chromeos/accessibility/accessibility_manager.cc void AccessibilityManager::PostLoadChromeVox(Profile* profile) {
profile          1015 chrome/browser/chromeos/accessibility/accessibility_manager.cc void AccessibilityManager::PostUnloadChromeVox(Profile* profile) {
profile           166 chrome/browser/chromeos/accessibility/accessibility_manager.h   void SetProfileForTest(Profile* profile);
profile           202 chrome/browser/chromeos/accessibility/accessibility_manager.h   void PostLoadChromeVox(Profile* profile);
profile           203 chrome/browser/chromeos/accessibility/accessibility_manager.h   void PostUnloadChromeVox(Profile* profile);
profile           217 chrome/browser/chromeos/accessibility/accessibility_manager.h   void SetProfile(Profile* profile);
profile           139 chrome/browser/chromeos/accessibility/accessibility_manager_browsertest.cc   Profile* profile = ProfileManager::GetActiveUserProfile();
profile           140 chrome/browser/chromeos/accessibility/accessibility_manager_browsertest.cc   DCHECK(profile);
profile           141 chrome/browser/chromeos/accessibility/accessibility_manager_browsertest.cc   return profile;
profile           106 chrome/browser/chromeos/accessibility/magnification_manager.cc   virtual void SetProfileForTest(Profile* profile) OVERRIDE {
profile           107 chrome/browser/chromeos/accessibility/magnification_manager.cc     SetProfile(profile);
profile           116 chrome/browser/chromeos/accessibility/magnification_manager.cc   void SetProfile(Profile* profile) {
profile           119 chrome/browser/chromeos/accessibility/magnification_manager.cc     if (profile) {
profile           122 chrome/browser/chromeos/accessibility/magnification_manager.cc       pref_change_registrar_->Init(profile->GetPrefs());
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           220 chrome/browser/chromeos/accessibility/magnification_manager.cc         Profile* profile = ProfileManager::GetActiveUserProfile();
profile           221 chrome/browser/chromeos/accessibility/magnification_manager.cc         if (ProfileHelper::IsSigninProfile(profile))
profile           222 chrome/browser/chromeos/accessibility/magnification_manager.cc           SetProfile(profile);
profile           236 chrome/browser/chromeos/accessibility/magnification_manager.cc         Profile* profile = content::Source<Profile>(source).ptr();
profile           237 chrome/browser/chromeos/accessibility/magnification_manager.cc         if (profile_ == profile)
profile            54 chrome/browser/chromeos/accessibility/magnification_manager.h   virtual void SetProfileForTest(Profile* profile) = 0;
profile            71 chrome/browser/chromeos/accessibility/magnification_manager_browsertest.cc   Profile* profile = ProfileManager::GetActiveUserProfile();
profile            72 chrome/browser/chromeos/accessibility/magnification_manager_browsertest.cc   DCHECK(profile);
profile            73 chrome/browser/chromeos/accessibility/magnification_manager_browsertest.cc   return profile;
profile            77 chrome/browser/chromeos/accessibility/magnification_manager_browsertest.cc   return user_prefs::UserPrefs::Get(profile());
profile           111 chrome/browser/chromeos/accessibility/sticky_keys_browsertest.cc   browser()->profile()->GetPrefs()->SetBoolean(prefs::kShowHomeButton, true);
profile            19 chrome/browser/chromeos/app_mode/app_launch_utils.cc   AppLaunchManager(Profile* profile, const std::string& app_id)
profile            21 chrome/browser/chromeos/app_mode/app_launch_utils.cc             new StartupAppLauncher(profile,
profile            65 chrome/browser/chromeos/app_mode/app_launch_utils.cc void LaunchAppOrDie(Profile* profile, const std::string& app_id) {
profile            67 chrome/browser/chromeos/app_mode/app_launch_utils.cc   (new AppLaunchManager(profile, app_id))->Start();
profile            18 chrome/browser/chromeos/app_mode/app_launch_utils.h void LaunchAppOrDie(Profile *profile, const std::string& app_id);
profile            43 chrome/browser/chromeos/app_mode/app_session_lifetime.cc   void Init(Profile* profile) {
profile            45 chrome/browser/chromeos/app_mode/app_session_lifetime.cc     window_registry_ = AppWindowRegistry::Get(profile);
profile           110 chrome/browser/chromeos/app_mode/app_session_lifetime.cc void InitAppSession(Profile* profile, const std::string& app_id) {
profile           113 chrome/browser/chromeos/app_mode/app_session_lifetime.cc   app_window_handler.Get().Init(profile);
profile           126 chrome/browser/chromeos/app_mode/app_session_lifetime.cc       KioskAppUpdateServiceFactory::GetForProfile(profile);
profile            15 chrome/browser/chromeos/app_mode/app_session_lifetime.h void InitAppSession(Profile* profile, const std::string& app_id);
profile            38 chrome/browser/chromeos/app_mode/certificate_manager_dialog.cc     Profile* profile,
profile            41 chrome/browser/chromeos/app_mode/certificate_manager_dialog.cc     : LoginWebDialog(profile,
profile            18 chrome/browser/chromeos/app_mode/certificate_manager_dialog.h   CertificateManagerDialog(Profile* profile,
profile           292 chrome/browser/chromeos/app_mode/kiosk_app_data.cc void KioskAppData::LoadFromInstalledApp(Profile* profile,
profile           297 chrome/browser/chromeos/app_mode/kiosk_app_data.cc     app = extensions::ExtensionSystem::Get(profile)
profile           309 chrome/browser/chromeos/app_mode/kiosk_app_data.cc   extensions::ImageLoader::Get(profile)->LoadImageAsync(
profile            65 chrome/browser/chromeos/app_mode/kiosk_app_data.h   void LoadFromInstalledApp(Profile* profile, const extensions::Extension* app);
profile           337 chrome/browser/chromeos/app_mode/kiosk_app_manager.cc     Profile* profile,
profile           343 chrome/browser/chromeos/app_mode/kiosk_app_manager.cc   app_data->LoadFromInstalledApp(profile, app);
profile           145 chrome/browser/chromeos/app_mode/kiosk_app_manager.h                                 Profile* profile,
profile           388 chrome/browser/chromeos/app_mode/kiosk_app_manager_browsertest.cc       "app_1", browser()->profile(), updated_app.get());
profile            33 chrome/browser/chromeos/app_mode/kiosk_app_update_service.cc     Profile* profile,
profile            35 chrome/browser/chromeos/app_mode/kiosk_app_update_service.cc     : profile_(profile),
profile           129 chrome/browser/chromeos/app_mode/kiosk_app_update_service.cc     Profile* profile) {
profile           136 chrome/browser/chromeos/app_mode/kiosk_app_update_service.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            37 chrome/browser/chromeos/app_mode/kiosk_app_update_service.h       Profile* profile,
profile            79 chrome/browser/chromeos/app_mode/kiosk_app_update_service.h   static KioskAppUpdateService* GetForProfile(Profile* profile);
profile            92 chrome/browser/chromeos/app_mode/kiosk_app_update_service.h       content::BrowserContext* profile) const OVERRIDE;
profile            68 chrome/browser/chromeos/app_mode/kiosk_app_update_service_browsertest.cc     update_service_ = KioskAppUpdateServiceFactory::GetForProfile(profile());
profile            24 chrome/browser/chromeos/app_mode/kiosk_diagnosis_runner.cc   static KioskDiagnosisRunner* GetForProfile(Profile* profile) {
profile            26 chrome/browser/chromeos/app_mode/kiosk_diagnosis_runner.cc         GetInstance()->GetServiceForBrowserContext(profile, true));
profile            50 chrome/browser/chromeos/app_mode/kiosk_diagnosis_runner.cc     Profile* profile = static_cast<Profile*>(context);
profile            51 chrome/browser/chromeos/app_mode/kiosk_diagnosis_runner.cc     return new KioskDiagnosisRunner(profile);
profile            59 chrome/browser/chromeos/app_mode/kiosk_diagnosis_runner.cc void KioskDiagnosisRunner::Run(Profile* profile,
profile            61 chrome/browser/chromeos/app_mode/kiosk_diagnosis_runner.cc   KioskDiagnosisRunner::Factory::GetForProfile(profile)->Start(app_id);
profile            64 chrome/browser/chromeos/app_mode/kiosk_diagnosis_runner.cc KioskDiagnosisRunner::KioskDiagnosisRunner(Profile* profile)
profile            65 chrome/browser/chromeos/app_mode/kiosk_diagnosis_runner.cc     : profile_(profile),
profile            24 chrome/browser/chromeos/app_mode/kiosk_diagnosis_runner.h   static void Run(Profile* profile, const std::string& app_id);
profile            30 chrome/browser/chromeos/app_mode/kiosk_diagnosis_runner.h   explicit KioskDiagnosisRunner(Profile* profile);
profile            80 chrome/browser/chromeos/app_mode/kiosk_mode_idle_app_name_notification.cc     Profile* profile = ProfileManager::GetActiveUserProfile();
profile            85 chrome/browser/chromeos/app_mode/kiosk_mode_idle_app_name_notification.cc             extensions::ExtensionSystem::Get(profile
profile           185 chrome/browser/chromeos/app_mode/kiosk_profile_loader.cc void KioskProfileLoader::OnProfilePrepared(Profile* profile) {
profile           190 chrome/browser/chromeos/app_mode/kiosk_profile_loader.cc   delegate_->OnProfileLoaded(profile);
profile            29 chrome/browser/chromeos/app_mode/kiosk_profile_loader.h     virtual void OnProfileLoaded(Profile* profile) = 0;
profile            60 chrome/browser/chromeos/app_mode/kiosk_profile_loader.h   virtual void OnProfilePrepared(Profile* profile) OVERRIDE;
profile            65 chrome/browser/chromeos/app_mode/startup_app_launcher.cc StartupAppLauncher::StartupAppLauncher(Profile* profile,
profile            69 chrome/browser/chromeos/app_mode/startup_app_launcher.cc     : profile_(profile),
profile            59 chrome/browser/chromeos/app_mode/startup_app_launcher.h   StartupAppLauncher(Profile* profile,
profile           102 chrome/browser/chromeos/attestation/platform_verification_flow.cc     Profile* profile =
profile           104 chrome/browser/chromeos/attestation/platform_verification_flow.cc     return (profile->IsOffTheRecord() || profile->IsGuestSession());
profile           165 chrome/browser/chromeos/chrome_browser_main_chromeos.cc   virtual void OnProfilePrepared(Profile* profile) OVERRIDE {
profile           169 chrome/browser/chromeos/chrome_browser_main_chromeos.cc     profile->GetPrefs()->SetString(prefs::kGoogleServicesUsername, login_user);
profile           171 chrome/browser/chromeos/chrome_browser_main_chromeos.cc     LoginUtils::Get()->DoBrowserLaunch(profile, NULL);
profile           197 chrome/browser/chromeos/chrome_browser_main_chromeos.cc                                        Profile* profile) {
profile           230 chrome/browser/chromeos/chrome_browser_main_chromeos.cc       LoginUtils::Get()->RestoreAuthenticationSession(profile);
profile           543 chrome/browser/chromeos/chrome_browser_main_chromeos.cc   explicit GuestLanguageSetCallbackData(Profile* profile) : profile(profile) {
profile           552 chrome/browser/chromeos/chrome_browser_main_chromeos.cc   Profile* profile;
profile           576 chrome/browser/chromeos/chrome_browser_main_chromeos.cc     PrefService* user_prefs = self->profile->GetPrefs();
profile           588 chrome/browser/chromeos/chrome_browser_main_chromeos.cc void SetGuestLocale(UserManager* const usermanager, Profile* const profile) {
profile           590 chrome/browser/chromeos/chrome_browser_main_chromeos.cc       new GuestLanguageSetCallbackData(profile));
profile           594 chrome/browser/chromeos/chrome_browser_main_chromeos.cc   User* const user = usermanager->GetUserByProfile(profile);
profile           595 chrome/browser/chromeos/chrome_browser_main_chromeos.cc   usermanager->RespectLocalePreference(profile, user, callback.Pass());
profile           614 chrome/browser/chromeos/chrome_browser_main_chromeos.cc       profile()->GetPrefs()->SetString(prefs::kGoogleServicesUsername,
profile           619 chrome/browser/chromeos/chrome_browser_main_chromeos.cc     LoginUtils::Get()->InitRlzDelayed(profile());
profile           626 chrome/browser/chromeos/chrome_browser_main_chromeos.cc         content::Details<Profile>(profile()));
profile           660 chrome/browser/chromeos/chrome_browser_main_chromeos.cc     OptionallyRunChromeOSLoginManager(parsed_command_line(), profile());
profile           667 chrome/browser/chromeos/chrome_browser_main_chromeos.cc     SetGuestLocale(usermanager, profile());
profile           141 chrome/browser/chromeos/customization_document.cc   explicit ServicesCustomizationExternalLoader(Profile* profile)
profile           142 chrome/browser/chromeos/customization_document.cc       : is_apps_set_(false), profile_(profile) {}
profile           480 chrome/browser/chromeos/customization_document.cc       UpdateCachedManifest((*it)->profile());
profile           483 chrome/browser/chromeos/customization_document.cc       SetOemFolderName((*it)->profile(), *root_);
profile           593 chrome/browser/chromeos/customization_document.cc void ServicesCustomizationDocument::UpdateCachedManifest(Profile* profile) {
profile           594 chrome/browser/chromeos/customization_document.cc   profile->GetPrefs()->Set(kServicesCustomizationKey, *root_);
profile           598 chrome/browser/chromeos/customization_document.cc     Profile* profile) {
profile           600 chrome/browser/chromeos/customization_document.cc       new ServicesCustomizationExternalLoader(profile);
profile           604 chrome/browser/chromeos/customization_document.cc     UpdateCachedManifest(profile);
profile           606 chrome/browser/chromeos/customization_document.cc     SetOemFolderName(profile, *root_);
profile           609 chrome/browser/chromeos/customization_document.cc         profile->GetPrefs()->GetDictionary(kServicesCustomizationKey);
profile           614 chrome/browser/chromeos/customization_document.cc       SetOemFolderName(profile, *root);
profile           631 chrome/browser/chromeos/customization_document.cc     Profile* profile,
profile           637 chrome/browser/chromeos/customization_document.cc         app_list::AppListSyncableServiceFactory::GetForProfile(profile);
profile           170 chrome/browser/chromeos/customization_document.h   extensions::ExternalLoader* CreateExternalLoader(Profile* profile);
profile           227 chrome/browser/chromeos/customization_document.h   void UpdateCachedManifest(Profile* profile);
profile           233 chrome/browser/chromeos/customization_document.h   void SetOemFolderName(Profile* profile, const base::DictionaryValue& root);
profile           346 chrome/browser/chromeos/customization_document_unittest.cc   scoped_ptr<TestingProfile> profile = CreateProfile();
profile           347 chrome/browser/chromeos/customization_document_unittest.cc   extensions::ExternalLoader* loader = doc->CreateExternalLoader(profile.get());
profile           355 chrome/browser/chromeos/customization_document_unittest.cc           profile.get(),
profile           385 chrome/browser/chromeos/customization_document_unittest.cc   scoped_ptr<TestingProfile> profile = CreateProfile();
profile           386 chrome/browser/chromeos/customization_document_unittest.cc   extensions::ExternalLoader* loader = doc->CreateExternalLoader(profile.get());
profile           391 chrome/browser/chromeos/customization_document_unittest.cc           profile.get(),
profile           399 chrome/browser/chromeos/customization_document_unittest.cc           profile.get(),
profile           427 chrome/browser/chromeos/customization_document_unittest.cc       app_list::AppListSyncableServiceFactory::GetForProfile(profile.get());
profile           440 chrome/browser/chromeos/customization_document_unittest.cc   scoped_ptr<TestingProfile> profile = CreateProfile();
profile           441 chrome/browser/chromeos/customization_document_unittest.cc   extensions::ExternalLoader* loader = doc->CreateExternalLoader(profile.get());
profile           449 chrome/browser/chromeos/customization_document_unittest.cc           profile.get(),
profile            69 chrome/browser/chromeos/dbus/printer_service_provider.cc   Profile* profile = ProfileManager::GetLastUsedProfile();
profile            70 chrome/browser/chromeos/dbus/printer_service_provider.cc   if (!profile)
profile            77 chrome/browser/chromeos/dbus/printer_service_provider.cc         profile, chrome::HOST_DESKTOP_TYPE_ASH);
profile            97 chrome/browser/chromeos/dbus/proxy_resolution_service_provider.cc     Profile* profile = ProfileManager::GetPrimaryUserProfile();
profile            99 chrome/browser/chromeos/dbus/proxy_resolution_service_provider.cc         profile->GetRequestContext();
profile            65 chrome/browser/chromeos/display/display_preferences.cc std::string ColorProfileToString(ui::ColorCalibrationProfile profile) {
profile            66 chrome/browser/chromeos/display/display_preferences.cc   switch (profile) {
profile           130 chrome/browser/chromeos/display/display_preferences_unittest.cc   void StoreColorProfile(int64 id, const std::string& profile) {
profile           136 chrome/browser/chromeos/display/display_preferences_unittest.cc     property->SetString("color_profile_name", profile);
profile           114 chrome/browser/chromeos/drive/download_handler.cc DownloadHandler* DownloadHandler::GetForProfile(Profile* profile) {
profile           116 chrome/browser/chromeos/drive/download_handler.cc       DriveIntegrationServiceFactory::FindForProfile(profile);
profile            34 chrome/browser/chromeos/drive/download_handler.h   static DownloadHandler* GetForProfile(Profile* profile);
profile           210 chrome/browser/chromeos/drive/drive_integration_service.cc     Profile* profile,
profile           216 chrome/browser/chromeos/drive/drive_integration_service.cc     : profile_(profile),
profile           221 chrome/browser/chromeos/drive/drive_integration_service.cc                             test_cache_root : util::GetCacheRootPath(profile)),
profile           231 chrome/browser/chromeos/drive/drive_integration_service.cc       ProfileOAuth2TokenServiceFactory::GetForProfile(profile);
profile           283 chrome/browser/chromeos/drive/drive_integration_service.cc   SetEnabled(drive::util::IsDriveEnabledForProfile(profile));
profile           568 chrome/browser/chromeos/drive/drive_integration_service.cc     Profile* profile) {
profile           569 chrome/browser/chromeos/drive/drive_integration_service.cc   return GetForProfileRegardlessOfStates(profile);
profile           575 chrome/browser/chromeos/drive/drive_integration_service.cc     Profile* profile) {
profile           577 chrome/browser/chromeos/drive/drive_integration_service.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile           582 chrome/browser/chromeos/drive/drive_integration_service.cc     Profile* profile) {
profile           583 chrome/browser/chromeos/drive/drive_integration_service.cc   return FindForProfileRegardlessOfStates(profile);
profile           589 chrome/browser/chromeos/drive/drive_integration_service.cc     Profile* profile) {
profile           591 chrome/browser/chromeos/drive/drive_integration_service.cc       GetInstance()->GetServiceForBrowserContext(profile, false));
profile           613 chrome/browser/chromeos/drive/drive_integration_service.cc   Profile* profile = Profile::FromBrowserContext(context);
profile           618 chrome/browser/chromeos/drive/drive_integration_service.cc     if (chromeos::IsProfileAssociatedWithGaiaAccount(profile)) {
profile           621 chrome/browser/chromeos/drive/drive_integration_service.cc           new DriveIntegrationService::PreferenceWatcher(profile->GetPrefs());
profile           625 chrome/browser/chromeos/drive/drive_integration_service.cc         profile, preference_watcher,
profile           628 chrome/browser/chromeos/drive/drive_integration_service.cc     service = factory_for_test_->Run(profile);
profile            77 chrome/browser/chromeos/drive/drive_integration_service.h       Profile* profile,
profile           190 chrome/browser/chromeos/drive/drive_integration_service.h   typedef base::Callback<DriveIntegrationService*(Profile* profile)>
profile           203 chrome/browser/chromeos/drive/drive_integration_service.h   static DriveIntegrationService* GetForProfile(Profile* profile);
profile           207 chrome/browser/chromeos/drive/drive_integration_service.h       Profile* profile);
profile           211 chrome/browser/chromeos/drive/drive_integration_service.h   static DriveIntegrationService* FindForProfile(Profile* profile);
profile           215 chrome/browser/chromeos/drive/drive_integration_service.h       Profile* profile);
profile            22 chrome/browser/chromeos/drive/drive_integration_service_browsertest.cc       browser()->profile()));
profile            30 chrome/browser/chromeos/drive/drive_integration_service_browsertest.cc   browser()->profile()->GetPrefs()->SetBoolean(prefs::kDisableDrive, false);
profile            34 chrome/browser/chromeos/drive/drive_integration_service_browsertest.cc           browser()->profile());
profile            40 chrome/browser/chromeos/drive/drive_integration_service_browsertest.cc   browser()->profile()->GetPrefs()->SetBoolean(prefs::kDisableDrive, true);
profile            44 chrome/browser/chromeos/drive/drive_integration_service_browsertest.cc                 browser()->profile()));
profile            99 chrome/browser/chromeos/drive/file_system_util.cc DriveIntegrationService* GetIntegrationServiceByProfile(Profile* profile) {
profile           101 chrome/browser/chromeos/drive/file_system_util.cc       DriveIntegrationServiceFactory::FindForProfile(profile);
profile           137 chrome/browser/chromeos/drive/file_system_util.cc base::FilePath GetDriveMountPointPath(Profile* profile) {
profile           138 chrome/browser/chromeos/drive/file_system_util.cc   std::string id = chromeos::ProfileHelper::GetUserIdHashFromProfile(profile);
profile           147 chrome/browser/chromeos/drive/file_system_util.cc                 profile->GetOriginalProfile()) : NULL;
profile           154 chrome/browser/chromeos/drive/file_system_util.cc FileSystemInterface* GetFileSystemByProfile(Profile* profile) {
profile           158 chrome/browser/chromeos/drive/file_system_util.cc       GetIntegrationServiceByProfile(profile);
profile           167 chrome/browser/chromeos/drive/file_system_util.cc   Profile* profile = reinterpret_cast<Profile*>(profile_id);
profile           168 chrome/browser/chromeos/drive/file_system_util.cc   if (!g_browser_process->profile_manager()->IsValidProfile(profile))
profile           170 chrome/browser/chromeos/drive/file_system_util.cc   return GetFileSystemByProfile(profile);
profile           173 chrome/browser/chromeos/drive/file_system_util.cc DriveAppRegistry* GetDriveAppRegistryByProfile(Profile* profile) {
profile           177 chrome/browser/chromeos/drive/file_system_util.cc       GetIntegrationServiceByProfile(profile);
profile           183 chrome/browser/chromeos/drive/file_system_util.cc DriveServiceInterface* GetDriveServiceByProfile(Profile* profile) {
profile           187 chrome/browser/chromeos/drive/file_system_util.cc       GetIntegrationServiceByProfile(profile);
profile           206 chrome/browser/chromeos/drive/file_system_util.cc void MaybeSetDriveURL(Profile* profile, const base::FilePath& path, GURL* url) {
profile           212 chrome/browser/chromeos/drive/file_system_util.cc   FileSystemInterface* file_system = GetFileSystemByProfile(profile);
profile           265 chrome/browser/chromeos/drive/file_system_util.cc base::FilePath GetCacheRootPath(Profile* profile) {
profile           267 chrome/browser/chromeos/drive/file_system_util.cc   chrome::GetUserCacheDirectory(profile->GetPath(), &cache_base_path);
profile           313 chrome/browser/chromeos/drive/file_system_util.cc void PrepareWritableFileAndRun(Profile* profile,
profile           319 chrome/browser/chromeos/drive/file_system_util.cc   FileSystemInterface* file_system = GetFileSystemByProfile(profile);
profile           332 chrome/browser/chromeos/drive/file_system_util.cc void EnsureDirectoryExists(Profile* profile,
profile           338 chrome/browser/chromeos/drive/file_system_util.cc     FileSystemInterface* file_system = GetFileSystemByProfile(profile);
profile           351 chrome/browser/chromeos/drive/file_system_util.cc void CheckDirectoryExists(Profile* profile,
profile           357 chrome/browser/chromeos/drive/file_system_util.cc   FileSystemInterface* file_system = GetFileSystemByProfile(profile);
profile           392 chrome/browser/chromeos/drive/file_system_util.cc bool IsDriveEnabledForProfile(Profile* profile) {
profile           395 chrome/browser/chromeos/drive/file_system_util.cc   if (!chromeos::IsProfileAssociatedWithGaiaAccount(profile))
profile           400 chrome/browser/chromeos/drive/file_system_util.cc   if (profile->GetPrefs()->GetBoolean(prefs::kDisableDrive))
profile           406 chrome/browser/chromeos/drive/file_system_util.cc ConnectionStatusType GetDriveConnectionStatus(Profile* profile) {
profile           408 chrome/browser/chromeos/drive/file_system_util.cc       drive::util::GetDriveServiceByProfile(profile);
profile           421 chrome/browser/chromeos/drive/file_system_util.cc       profile->GetPrefs()->GetBoolean(prefs::kDisableDriveOverCellular);
profile            60 chrome/browser/chromeos/drive/file_system_util.h base::FilePath GetDriveMountPointPath(Profile* profile);
profile            68 chrome/browser/chromeos/drive/file_system_util.h FileSystemInterface* GetFileSystemByProfile(Profile* profile);
profile            82 chrome/browser/chromeos/drive/file_system_util.h DriveAppRegistry* GetDriveAppRegistryByProfile(Profile* profile);
profile            86 chrome/browser/chromeos/drive/file_system_util.h DriveServiceInterface* GetDriveServiceByProfile(Profile* profile);
profile            95 chrome/browser/chromeos/drive/file_system_util.h void MaybeSetDriveURL(Profile* profile, const base::FilePath& path, GURL* url);
profile           132 chrome/browser/chromeos/drive/file_system_util.h base::FilePath GetCacheRootPath(Profile* profile);
profile           143 chrome/browser/chromeos/drive/file_system_util.h void PrepareWritableFileAndRun(Profile* profile,
profile           149 chrome/browser/chromeos/drive/file_system_util.h void CheckDirectoryExists(Profile* profile,
profile           163 chrome/browser/chromeos/drive/file_system_util.h void EnsureDirectoryExists(Profile* profile,
profile           198 chrome/browser/chromeos/drive/file_system_util.h bool IsDriveEnabledForProfile(Profile* profile);
profile           217 chrome/browser/chromeos/drive/file_system_util.h ConnectionStatusType GetDriveConnectionStatus(Profile* profile);
profile            82 chrome/browser/chromeos/drive/file_system_util_unittest.cc   Profile* profile = CreateProfileWithName("hash1");
profile            84 chrome/browser/chromeos/drive/file_system_util_unittest.cc             GetDriveMountPointPath(profile));
profile           139 chrome/browser/chromeos/drive/file_system_util_unittest.cc   TestingProfile profile;
profile           162 chrome/browser/chromeos/drive/file_system_util_unittest.cc       GetDriveMountPointPath(&profile).BaseName().AsUTF8Unsafe();
profile           167 chrome/browser/chromeos/drive/file_system_util_unittest.cc       GetDriveMountPointPath(&profile));
profile           180 chrome/browser/chromeos/drive/file_system_util_unittest.cc       GetDriveMountPointPath(&profile));
profile           202 chrome/browser/chromeos/drive/file_system_util_unittest.cc           GetDriveMountPointPath(&profile).AppendASCII("bar/buz"),
profile           237 chrome/browser/chromeos/drive/file_system_util_unittest.cc   TestingProfile profile;
profile           238 chrome/browser/chromeos/drive/file_system_util_unittest.cc   base::FilePath profile_path = profile.GetPath();
profile           240 chrome/browser/chromeos/drive/file_system_util_unittest.cc             util::GetCacheRootPath(&profile));
profile            28 chrome/browser/chromeos/drive/file_task_executor.cc FileTaskExecutor::FileTaskExecutor(Profile* profile,
profile            30 chrome/browser/chromeos/drive/file_task_executor.cc   : profile_(profile),
profile            28 chrome/browser/chromeos/drive/file_task_executor.h   FileTaskExecutor(Profile* profile, const std::string& app_id);
profile           206 chrome/browser/chromeos/drive/fileapi/fileapi_worker.cc   Profile* profile = util::ExtractProfileFromPath(url.path());
profile           207 chrome/browser/chromeos/drive/fileapi/fileapi_worker.cc   return profile ? util::GetFileSystemByProfile(profile) : NULL;
profile            44 chrome/browser/chromeos/enrollment_dialog_view.cc                          Profile* profile,
profile            64 chrome/browser/chromeos/enrollment_dialog_view.cc                        Profile* profile,
profile            81 chrome/browser/chromeos/enrollment_dialog_view.cc                                            Profile* profile,
profile            86 chrome/browser/chromeos/enrollment_dialog_view.cc       profile_(profile),
profile            98 chrome/browser/chromeos/enrollment_dialog_view.cc                                       Profile* profile,
profile           102 chrome/browser/chromeos/enrollment_dialog_view.cc       new EnrollmentDialogView(network_name, profile, target_uri, connect);
profile           193 chrome/browser/chromeos/enrollment_dialog_view.cc                            Profile* profile);
profile           211 chrome/browser/chromeos/enrollment_dialog_view.cc     Profile* profile) : owning_window_(owning_window),
profile           213 chrome/browser/chromeos/enrollment_dialog_view.cc                         profile_(profile) {}
profile           286 chrome/browser/chromeos/enrollment_dialog_view.cc   Profile* profile = browser ? browser->profile() :
profile           289 chrome/browser/chromeos/enrollment_dialog_view.cc       new DialogEnrollmentDelegate(owning_window, network->name(), profile);
profile           336 chrome/browser/chromeos/events/event_rewriter.cc   Profile* profile = ProfileManager::GetActiveUserProfile();
profile           337 chrome/browser/chromeos/events/event_rewriter.cc   return profile ? profile->GetPrefs() : NULL;
profile            54 chrome/browser/chromeos/extensions/accessibility_features_apitest.cc   PrefService* GetPrefs() { return browser()->profile()->GetPrefs(); }
profile            99 chrome/browser/chromeos/extensions/file_manager/event_router.cc     Profile* profile,
profile           108 chrome/browser/chromeos/extensions/file_manager/event_router.cc       profile, job_info.file_path, extension_id);
profile           126 chrome/browser/chromeos/extensions/file_manager/event_router.cc bool IsGooglePhotosInstalled(Profile *profile) {
profile           128 chrome/browser/chromeos/extensions/file_manager/event_router.cc       extensions::ExtensionSystem::Get(profile)->extension_service();
profile           151 chrome/browser/chromeos/extensions/file_manager/event_router.cc bool IsRecoveryToolRunning(Profile* profile) {
profile           153 chrome/browser/chromeos/extensions/file_manager/event_router.cc       extensions::ExtensionPrefs::Get(profile);
profile           172 chrome/browser/chromeos/extensions/file_manager/event_router.cc void BroadcastEvent(Profile* profile,
profile           175 chrome/browser/chromeos/extensions/file_manager/event_router.cc   extensions::ExtensionSystem::Get(profile)->event_router()->
profile           239 chrome/browser/chromeos/extensions/file_manager/event_router.cc     Profile* profile,
profile           248 chrome/browser/chromeos/extensions/file_manager/event_router.cc       profile, volume_info, &event.volume_metadata);
profile           252 chrome/browser/chromeos/extensions/file_manager/event_router.cc       profile,
profile           329 chrome/browser/chromeos/extensions/file_manager/event_router.cc EventRouter::EventRouter(Profile* profile)
profile           331 chrome/browser/chromeos/extensions/file_manager/event_router.cc       profile_(profile),
profile            57 chrome/browser/chromeos/extensions/file_manager/event_router.h   explicit EventRouter(Profile* profile);
profile           174 chrome/browser/chromeos/extensions/file_manager/file_browser_handler_api_test.cc     BrowserContext::GetMountPoints(browser()->profile())->RegisterFileSystem(
profile            12 chrome/browser/chromeos/extensions/file_manager/file_browser_private_api.cc FileBrowserPrivateAPI::FileBrowserPrivateAPI(Profile* profile)
profile            13 chrome/browser/chromeos/extensions/file_manager/file_browser_private_api.cc     : event_router_(new EventRouter(profile)) {
profile            25 chrome/browser/chromeos/extensions/file_manager/file_browser_private_api.cc FileBrowserPrivateAPI* FileBrowserPrivateAPI::Get(Profile* profile) {
profile            26 chrome/browser/chromeos/extensions/file_manager/file_browser_private_api.cc   return FileBrowserPrivateAPIFactory::GetForProfile(profile);
profile            20 chrome/browser/chromeos/extensions/file_manager/file_browser_private_api.h   explicit FileBrowserPrivateAPI(Profile* profile);
profile            27 chrome/browser/chromeos/extensions/file_manager/file_browser_private_api.h   static FileBrowserPrivateAPI* Get(Profile* profile);
profile            20 chrome/browser/chromeos/extensions/file_manager/file_browser_private_api_factory.cc FileBrowserPrivateAPIFactory::GetForProfile(Profile* profile) {
profile            22 chrome/browser/chromeos/extensions/file_manager/file_browser_private_api_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            21 chrome/browser/chromeos/extensions/file_manager/file_browser_private_api_factory.h   static FileBrowserPrivateAPI* GetForProfile(Profile* profile);
profile           244 chrome/browser/chromeos/extensions/file_manager/file_browser_private_apitest.cc       browser()->profile());
profile            87 chrome/browser/chromeos/extensions/file_manager/private_api_drive.cc     Profile* profile,
profile            97 chrome/browser/chromeos/extensions/file_manager/private_api_drive.cc             profile, extension_id, search_result_info_list.at(i).path);
profile           103 chrome/browser/chromeos/extensions/file_manager/private_api_drive.cc       profile,
profile            80 chrome/browser/chromeos/extensions/file_manager/private_api_file_system.cc   Profile* profile = reinterpret_cast<Profile*>(profile_id);
profile            81 chrome/browser/chromeos/extensions/file_manager/private_api_file_system.cc   if (!g_browser_process->profile_manager()->IsValidProfile(profile))
profile            84 chrome/browser/chromeos/extensions/file_manager/private_api_file_system.cc   return file_manager::FileBrowserPrivateAPI::Get(profile)->event_router();
profile           214 chrome/browser/chromeos/extensions/file_manager/private_api_file_system.cc         Profile* profile,
profile            61 chrome/browser/chromeos/extensions/file_manager/private_api_file_system.h       Profile* profile,
profile            69 chrome/browser/chromeos/extensions/file_manager/private_api_misc.cc     Profile* const profile = profiles[i]->GetOriginalProfile();
profile            70 chrome/browser/chromeos/extensions/file_manager/private_api_misc.cc     if (original_profiles.count(profile))
profile            72 chrome/browser/chromeos/extensions/file_manager/private_api_misc.cc     original_profiles.insert(profile);
profile            74 chrome/browser/chromeos/extensions/file_manager/private_api_misc.cc         chromeos::UserManager::Get()->GetUserByProfile(profile);
profile            81 chrome/browser/chromeos/extensions/file_manager/private_api_misc.cc     profile_info->profile_id = multi_user_util::GetUserIDFromProfile(profile);
profile            43 chrome/browser/chromeos/extensions/file_manager/private_api_util.cc void ContinueGetSelectedFileInfo(Profile* profile,
profile            50 chrome/browser/chromeos/extensions/file_manager/private_api_util.cc void GetSelectedFileInfoInternal(Profile* profile,
profile            52 chrome/browser/chromeos/extensions/file_manager/private_api_util.cc   DCHECK(profile);
profile            54 chrome/browser/chromeos/extensions/file_manager/private_api_util.cc       drive::util::GetFileSystemByProfile(profile);
profile            66 chrome/browser/chromeos/extensions/file_manager/private_api_util.cc         ContinueGetSelectedFileInfo(profile,
profile            84 chrome/browser/chromeos/extensions/file_manager/private_api_util.cc                          profile,
profile            91 chrome/browser/chromeos/extensions/file_manager/private_api_util.cc                          profile,
profile           101 chrome/browser/chromeos/extensions/file_manager/private_api_util.cc void ContinueGetSelectedFileInfo(Profile* profile,
profile           106 chrome/browser/chromeos/extensions/file_manager/private_api_util.cc   DCHECK(profile);
profile           118 chrome/browser/chromeos/extensions/file_manager/private_api_util.cc   GetSelectedFileInfoInternal(profile, params.Pass());
profile           124 chrome/browser/chromeos/extensions/file_manager/private_api_util.cc     Profile* profile,
profile           134 chrome/browser/chromeos/extensions/file_manager/private_api_util.cc   volume_metadata->profile.display_name = profile->GetProfileName();
profile           135 chrome/browser/chromeos/extensions/file_manager/private_api_util.cc   volume_metadata->profile.is_current_profile = true;
profile           226 chrome/browser/chromeos/extensions/file_manager/private_api_util.cc                                    Profile* profile,
profile           229 chrome/browser/chromeos/extensions/file_manager/private_api_util.cc   DCHECK(profile);
profile           232 chrome/browser/chromeos/extensions/file_manager/private_api_util.cc       util::GetFileSystemContextForRenderViewHost(profile, render_view_host);
profile           243 chrome/browser/chromeos/extensions/file_manager/private_api_util.cc                          Profile* profile,
profile           248 chrome/browser/chromeos/extensions/file_manager/private_api_util.cc   DCHECK(profile);
profile           257 chrome/browser/chromeos/extensions/file_manager/private_api_util.cc         render_view_host, profile, file_url);
profile           266 chrome/browser/chromeos/extensions/file_manager/private_api_util.cc       base::Bind(&GetSelectedFileInfoInternal, profile, base::Passed(&params)));
profile           270 chrome/browser/chromeos/extensions/file_manager/private_api_util.cc                                        Profile* profile) {
profile           272 chrome/browser/chromeos/extensions/file_manager/private_api_util.cc     drive::util::GetDriveMountPointPath(profile),
profile           273 chrome/browser/chromeos/extensions/file_manager/private_api_util.cc     util::GetDownloadsFolderForProfile(profile),
profile           281 chrome/browser/chromeos/extensions/file_manager/private_api_util.cc drive::EventLogger* GetLogger(Profile* profile) {
profile           284 chrome/browser/chromeos/extensions/file_manager/private_api_util.cc           profile);
profile            50 chrome/browser/chromeos/extensions/file_manager/private_api_util.h     Profile* profile,
profile            62 chrome/browser/chromeos/extensions/file_manager/private_api_util.h                                    Profile* profile,
profile            86 chrome/browser/chromeos/extensions/file_manager/private_api_util.h                          Profile* profile,
profile            94 chrome/browser/chromeos/extensions/file_manager/private_api_util.h                                        Profile* profile);
profile            97 chrome/browser/chromeos/extensions/file_manager/private_api_util.h drive::EventLogger* GetLogger(Profile* profile);
profile            19 chrome/browser/chromeos/extensions/info_private_apitest.cc   ASSERT_FALSE(profile()->GetPrefs()->GetBoolean(prefs::kLargeCursorEnabled));
profile            20 chrome/browser/chromeos/extensions/info_private_apitest.cc   ASSERT_FALSE(profile()->GetPrefs()->GetBoolean(prefs::kStickyKeysEnabled));
profile            21 chrome/browser/chromeos/extensions/info_private_apitest.cc   ASSERT_FALSE(profile()->GetPrefs()->GetBoolean(
profile            23 chrome/browser/chromeos/extensions/info_private_apitest.cc   ASSERT_FALSE(profile()->GetPrefs()->GetBoolean(prefs::kHighContrastEnabled));
profile            24 chrome/browser/chromeos/extensions/info_private_apitest.cc   ASSERT_FALSE(profile()->GetPrefs()->GetBoolean(
profile            26 chrome/browser/chromeos/extensions/info_private_apitest.cc   ASSERT_FALSE(profile()->GetPrefs()->GetBoolean(
profile            29 chrome/browser/chromeos/extensions/info_private_apitest.cc   ASSERT_FALSE(profile()->GetPrefs()->GetBoolean(
profile            35 chrome/browser/chromeos/extensions/info_private_apitest.cc   ASSERT_TRUE(profile()->GetPrefs()->GetBoolean(prefs::kLargeCursorEnabled));
profile            36 chrome/browser/chromeos/extensions/info_private_apitest.cc   ASSERT_TRUE(profile()->GetPrefs()->GetBoolean(prefs::kStickyKeysEnabled));
profile            37 chrome/browser/chromeos/extensions/info_private_apitest.cc   ASSERT_TRUE(profile()->GetPrefs()->GetBoolean(prefs::kSpokenFeedbackEnabled));
profile            38 chrome/browser/chromeos/extensions/info_private_apitest.cc   ASSERT_TRUE(profile()->GetPrefs()->GetBoolean(prefs::kHighContrastEnabled));
profile            39 chrome/browser/chromeos/extensions/info_private_apitest.cc   ASSERT_TRUE(profile()->GetPrefs()->GetBoolean(
profile            41 chrome/browser/chromeos/extensions/info_private_apitest.cc   ASSERT_TRUE(profile()->GetPrefs()->GetBoolean(
profile            44 chrome/browser/chromeos/extensions/info_private_apitest.cc   ASSERT_TRUE(profile()->GetPrefs()->GetBoolean(
profile            51 chrome/browser/chromeos/extensions/install_limiter.cc InstallLimiter* InstallLimiter::Get(Profile* profile) {
profile            52 chrome/browser/chromeos/extensions/install_limiter.cc   return InstallLimiterFactory::GetForProfile(profile);
profile            31 chrome/browser/chromeos/extensions/install_limiter.h   static InstallLimiter* Get(Profile* profile);
profile            16 chrome/browser/chromeos/extensions/install_limiter_factory.cc InstallLimiter* InstallLimiterFactory::GetForProfile(Profile* profile) {
profile            18 chrome/browser/chromeos/extensions/install_limiter_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            37 chrome/browser/chromeos/extensions/install_limiter_factory.cc     content::BrowserContext* profile) const {
profile            22 chrome/browser/chromeos/extensions/install_limiter_factory.h   static InstallLimiter* GetForProfile(Profile* profile);
profile            34 chrome/browser/chromeos/extensions/install_limiter_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile            24 chrome/browser/chromeos/extensions/wallpaper_manager_util.cc   Profile* profile = ProfileManager::GetActiveUserProfile();
profile            25 chrome/browser/chromeos/extensions/wallpaper_manager_util.cc   DCHECK(profile);
profile            28 chrome/browser/chromeos/extensions/wallpaper_manager_util.cc       extensions::ExtensionSystem::Get(profile)->extension_service();
profile            37 chrome/browser/chromeos/extensions/wallpaper_manager_util.cc   OpenApplication(AppLaunchParams(profile, extension,
profile            44 chrome/browser/chromeos/file_manager/app_installer.cc     Profile* profile,
profile            48 chrome/browser/chromeos/file_manager/app_installer.cc           profile,
profile            29 chrome/browser/chromeos/file_manager/app_installer.h                Profile* profile,
profile            52 chrome/browser/chromeos/file_manager/drive_test_util.cc void WaitUntilDriveMountPointIsAdded(Profile* profile) {
profile            53 chrome/browser/chromeos/file_manager/drive_test_util.cc   DCHECK(profile);
profile            64 chrome/browser/chromeos/file_manager/drive_test_util.cc           profile);
profile            16 chrome/browser/chromeos/file_manager/drive_test_util.h void WaitUntilDriveMountPointIsAdded(Profile* profile);
profile           258 chrome/browser/chromeos/file_manager/external_filesystem_apitest.cc     EXPECT_TRUE(content::BrowserContext::GetMountPoints(browser()->profile())->
profile           263 chrome/browser/chromeos/file_manager/external_filesystem_apitest.cc     VolumeManager::Get(browser()->profile())->AddVolumeInfoForTesting(
profile           288 chrome/browser/chromeos/file_manager/external_filesystem_apitest.cc     EXPECT_TRUE(content::BrowserContext::GetMountPoints(browser()->profile())->
profile           293 chrome/browser/chromeos/file_manager/external_filesystem_apitest.cc     VolumeManager::Get(browser()->profile())->AddVolumeInfoForTesting(
profile           326 chrome/browser/chromeos/file_manager/external_filesystem_apitest.cc     test_util::WaitUntilDriveMountPointIsAdded(browser()->profile());
profile           332 chrome/browser/chromeos/file_manager/external_filesystem_apitest.cc       Profile* profile) {
profile           338 chrome/browser/chromeos/file_manager/external_filesystem_apitest.cc         profile, NULL,
profile           380 chrome/browser/chromeos/file_manager/external_filesystem_apitest.cc     test_util::WaitUntilDriveMountPointIsAdded(browser()->profile());
profile           387 chrome/browser/chromeos/file_manager/external_filesystem_apitest.cc       Profile* profile) {
profile           397 chrome/browser/chromeos/file_manager/external_filesystem_apitest.cc         profile, NULL, fake_drive_service, std::string(), cache_dir, NULL);
profile           404 chrome/browser/chromeos/file_manager/external_filesystem_apitest.cc             drive::util::GetDriveServiceByProfile(browser()->profile()));
profile            55 chrome/browser/chromeos/file_manager/file_browser_handlers.cc int ExtractProcessFromExtensionId(Profile* profile,
profile            60 chrome/browser/chromeos/file_manager/file_browser_handlers.cc     extensions::ExtensionSystem::Get(profile)->process_manager();
profile            97 chrome/browser/chromeos/file_manager/file_browser_handlers.cc     Profile* profile,
profile           100 chrome/browser/chromeos/file_manager/file_browser_handlers.cc       extensions::ExtensionSystem::Get(profile)->extension_service();
profile           114 chrome/browser/chromeos/file_manager/file_browser_handlers.cc     if (profile->IsOffTheRecord() &&
profile           115 chrome/browser/chromeos/file_manager/file_browser_handlers.cc         !extensions::util::IsIncognitoEnabled(extension->id(), profile))
profile           150 chrome/browser/chromeos/file_manager/file_browser_handlers.cc   FileBrowserHandlerExecutor(Profile* profile,
profile           248 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           442 chrome/browser/chromeos/file_manager/file_browser_handlers.cc bool OpenFilesWithBrowser(Profile* profile,
profile           449 chrome/browser/chromeos/file_manager/file_browser_handlers.cc       num_opened += util::OpenFileWithBrowser(profile, file_path);
profile           458 chrome/browser/chromeos/file_manager/file_browser_handlers.cc     Profile* profile,
profile           470 chrome/browser/chromeos/file_manager/file_browser_handlers.cc     const bool result = OpenFilesWithBrowser(profile, file_urls);
profile           481 chrome/browser/chromeos/file_manager/file_browser_handlers.cc       profile, extension, action_id))->Execute(file_urls, done);
profile           494 chrome/browser/chromeos/file_manager/file_browser_handlers.cc     Profile* profile,
profile           500 chrome/browser/chromeos/file_manager/file_browser_handlers.cc         FindFileBrowserHandlersForURL(profile, *it);
profile            48 chrome/browser/chromeos/file_manager/file_browser_handlers.h     Profile* profile,
profile            56 chrome/browser/chromeos/file_manager/file_browser_handlers.h     Profile* profile,
profile           211 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc   bool CreateRootDirectory(const Profile* profile) {
profile           212 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc     return root_.Set(profile->GetPath().Append(name_));
profile           233 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc   virtual bool Mount(Profile* profile) = 0;
profile           287 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc   virtual bool Mount(Profile* profile) OVERRIDE {
profile           288 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc     return CreateRootDirectory(profile) &&
profile           289 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc            VolumeManager::Get(profile)
profile           299 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc   virtual bool Mount(Profile* profile) OVERRIDE {
profile           300 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc     if (!CreateRootDirectory(profile))
profile           315 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc     VolumeManager::Get(profile)
profile           448 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc       Profile* profile) {
profile           449 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc     profile_ = profile;
profile           453 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc     if (!CreateRootDirectory(profile))
profile           456 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc         profile, NULL, fake_drive_service_, std::string(), root_path(), NULL);
profile           542 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc       Profile* profile);
profile           566 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc   ASSERT_TRUE(local_volume_->Mount(profile()));
profile           573 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc     drive_volume_ = drive_volumes_[profile()];
profile           575 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc     test_util::WaitUntilDriveMountPointIsAdded(profile());
profile           632 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc         "/" + util::GetDownloadsMountPointName(profile()));
profile           634 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc         "/" + drive::util::GetDriveMountPointPath(profile()
profile           685 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc     usb_volume_->Mount(profile());
profile           692 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc FileManagerBrowserTestBase::CreateDriveIntegrationService(Profile* profile) {
profile           693 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc   drive_volumes_[profile].reset(new DriveTestVolume());
profile           694 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc   return drive_volumes_[profile]->CreateDriveIntegrationService(profile);
profile           945 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc     Profile* const profile = chromeos::ProfileHelper::GetProfileByUserIdHash(
profile           947 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc     return profile ? profile : FileManagerBrowserTestBase::profile();
profile           982 chrome/browser/chromeos/file_manager/file_manager_browsertest.cc           apps::AppWindowRegistry::Get(profile());
profile           281 chrome/browser/chromeos/file_manager/file_tasks.cc bool ExecuteFileTask(Profile* profile,
profile           290 chrome/browser/chromeos/file_manager/file_tasks.cc         new drive::FileTaskExecutor(profile, task.app_id);
profile           297 chrome/browser/chromeos/file_manager/file_tasks.cc       extensions::ExtensionSystem::Get(profile)->extension_service();
profile           306 chrome/browser/chromeos/file_manager/file_tasks.cc         profile,
profile           314 chrome/browser/chromeos/file_manager/file_tasks.cc           profile, extension, task.action_id, file_urls[i].path());
profile           390 chrome/browser/chromeos/file_manager/file_tasks.cc     Profile* profile,
profile           396 chrome/browser/chromeos/file_manager/file_tasks.cc   ExtensionService* service = profile->GetExtensionService();
profile           410 chrome/browser/chromeos/file_manager/file_tasks.cc     if (profile->IsOffTheRecord() &&
profile           411 chrome/browser/chromeos/file_manager/file_tasks.cc         !extensions::util::IsIncognitoEnabled(extension->id(), profile))
profile           444 chrome/browser/chromeos/file_manager/file_tasks.cc     Profile* profile,
profile           451 chrome/browser/chromeos/file_manager/file_tasks.cc       file_browser_handlers::FindFileBrowserHandlers(profile, file_urls);
profile           456 chrome/browser/chromeos/file_manager/file_tasks.cc       extensions::ExtensionSystem::Get(profile)->extension_service();
profile           486 chrome/browser/chromeos/file_manager/file_tasks.cc     Profile* profile,
profile           491 chrome/browser/chromeos/file_manager/file_tasks.cc   DCHECK(profile);
profile           501 chrome/browser/chromeos/file_manager/file_tasks.cc   FindFileHandlerTasks(profile, path_mime_set, result_list);
profile           506 chrome/browser/chromeos/file_manager/file_tasks.cc   FindFileBrowserHandlerTasks(profile, file_urls, result_list);
profile           514 chrome/browser/chromeos/file_manager/file_tasks.cc   ChooseAndSetDefaultTask(*profile->GetPrefs(), path_mime_set, result_list);
profile           246 chrome/browser/chromeos/file_manager/file_tasks.h bool ExecuteFileTask(Profile* profile,
profile           265 chrome/browser/chromeos/file_manager/file_tasks.h void FindFileHandlerTasks(Profile* profile,
profile           273 chrome/browser/chromeos/file_manager/file_tasks.h     Profile* profile,
profile           289 chrome/browser/chromeos/file_manager/file_tasks.h     Profile* profile,
profile           170 chrome/browser/chromeos/file_manager/file_tasks_unittest.cc   TestingProfile profile;
profile           208 chrome/browser/chromeos/file_manager/file_tasks_unittest.cc           drive::util::GetDriveMountPointPath(&profile).AppendASCII("foo.txt"),
profile           229 chrome/browser/chromeos/file_manager/file_tasks_unittest.cc           drive::util::GetDriveMountPointPath(&profile).AppendASCII("foo.txt"),
profile           233 chrome/browser/chromeos/file_manager/file_tasks_unittest.cc           drive::util::GetDriveMountPointPath(&profile).AppendASCII("foo.html"),
profile            57 chrome/browser/chromeos/file_manager/fileapi_util.cc   FileDefinitionListConverter(Profile* profile,
profile            92 chrome/browser/chromeos/file_manager/fileapi_util.cc     Profile* profile,
profile           105 chrome/browser/chromeos/file_manager/fileapi_util.cc   GURL site = extensions::util::GetSiteForExtensionId(extension_id_, profile);
profile           108 chrome/browser/chromeos/file_manager/fileapi_util.cc           profile, site)->GetFileSystemContext();
profile           219 chrome/browser/chromeos/file_manager/fileapi_util.cc     Profile* profile,
profile           221 chrome/browser/chromeos/file_manager/fileapi_util.cc   GURL site = extensions::util::GetSiteForExtensionId(extension_id, profile);
profile           222 chrome/browser/chromeos/file_manager/fileapi_util.cc   return content::BrowserContext::GetStoragePartitionForSite(profile, site)->
profile           227 chrome/browser/chromeos/file_manager/fileapi_util.cc     Profile* profile,
profile           230 chrome/browser/chromeos/file_manager/fileapi_util.cc   return content::BrowserContext::GetStoragePartition(profile, site_instance)->
profile           235 chrome/browser/chromeos/file_manager/fileapi_util.cc     Profile* profile,
profile           239 chrome/browser/chromeos/file_manager/fileapi_util.cc   base::FilePath path = drive::util::GetDriveMountPointPath(profile);
profile           244 chrome/browser/chromeos/file_manager/fileapi_util.cc   ConvertAbsoluteFilePathToRelativeFileSystemPath(profile,
profile           251 chrome/browser/chromeos/file_manager/fileapi_util.cc GURL ConvertDrivePathToFileSystemUrl(Profile* profile,
profile           255 chrome/browser/chromeos/file_manager/fileapi_util.cc       ConvertDrivePathToRelativeFileSystemPath(profile, extension_id,
profile           262 chrome/browser/chromeos/file_manager/fileapi_util.cc bool ConvertAbsoluteFilePathToFileSystemUrl(Profile* profile,
profile           267 chrome/browser/chromeos/file_manager/fileapi_util.cc   if (!ConvertAbsoluteFilePathToRelativeFileSystemPath(profile,
profile           278 chrome/browser/chromeos/file_manager/fileapi_util.cc     Profile* profile,
profile           285 chrome/browser/chromeos/file_manager/fileapi_util.cc   GURL site = extensions::util::GetSiteForExtensionId(extension_id, profile);
profile           287 chrome/browser/chromeos/file_manager/fileapi_util.cc       content::BrowserContext::GetStoragePartitionForSite(profile, site)->
profile           300 chrome/browser/chromeos/file_manager/fileapi_util.cc     Profile* profile,
profile           308 chrome/browser/chromeos/file_manager/fileapi_util.cc       profile, extension_id, file_definition_list, callback);
profile           312 chrome/browser/chromeos/file_manager/fileapi_util.cc     Profile* profile,
profile           321 chrome/browser/chromeos/file_manager/fileapi_util.cc       profile,
profile            66 chrome/browser/chromeos/file_manager/fileapi_util.h     Profile* profile,
profile            72 chrome/browser/chromeos/file_manager/fileapi_util.h     Profile* profile,
profile            80 chrome/browser/chromeos/file_manager/fileapi_util.h     Profile* profile,
profile            86 chrome/browser/chromeos/file_manager/fileapi_util.h GURL ConvertDrivePathToFileSystemUrl(Profile* profile,
profile            93 chrome/browser/chromeos/file_manager/fileapi_util.h bool ConvertAbsoluteFilePathToFileSystemUrl(Profile* profile,
profile           102 chrome/browser/chromeos/file_manager/fileapi_util.h     Profile* profile,
profile           110 chrome/browser/chromeos/file_manager/fileapi_util.h     Profile* profile,
profile           120 chrome/browser/chromeos/file_manager/fileapi_util.h     Profile* profile,
profile            40 chrome/browser/chromeos/file_manager/open_util.cc void ShowWarningMessageBox(Profile* profile,
profile            44 chrome/browser/chromeos/file_manager/open_util.cc       profile, false, chrome::HOST_DESKTOP_TYPE_ASH);
profile            55 chrome/browser/chromeos/file_manager/open_util.cc void ExecuteFileTaskForUrl(Profile* profile,
profile            59 chrome/browser/chromeos/file_manager/open_util.cc       GetFileSystemContextForExtensionId(profile, kFileManagerAppId);
profile            62 chrome/browser/chromeos/file_manager/open_util.cc       profile,
profile            77 chrome/browser/chromeos/file_manager/open_util.cc void OpenFileManagerWithInternalActionId(Profile* profile,
profile            88 chrome/browser/chromeos/file_manager/open_util.cc   ExecuteFileTaskForUrl(profile, task, url);
profile            96 chrome/browser/chromeos/file_manager/open_util.cc bool OpenFile(Profile* profile, const base::FilePath& path, const GURL& url) {
profile           108 chrome/browser/chromeos/file_manager/open_util.cc       profile,
profile           109 chrome/browser/chromeos/file_manager/open_util.cc       drive::util::GetDriveAppRegistryByProfile(profile),
profile           124 chrome/browser/chromeos/file_manager/open_util.cc   ExecuteFileTaskForUrl(profile, chosen_task->task_descriptor(), url);
profile           129 chrome/browser/chromeos/file_manager/open_util.cc void ContinueOpenItem(Profile* profile,
profile           137 chrome/browser/chromeos/file_manager/open_util.cc     OpenFileManagerWithInternalActionId(profile, url, "open");
profile           140 chrome/browser/chromeos/file_manager/open_util.cc     if (!OpenFile(profile, file_path, url)) {
profile           141 chrome/browser/chromeos/file_manager/open_util.cc       ShowWarningMessageBox(profile, file_path,
profile           186 chrome/browser/chromeos/file_manager/open_util.cc bool ConvertPath(Profile* profile,
profile           193 chrome/browser/chromeos/file_manager/open_util.cc   if (!util::MigratePathFromOldFormat(profile, given_path, path))
profile           197 chrome/browser/chromeos/file_manager/open_util.cc           profile, *path, kFileManagerAppId, url)) {
profile           198 chrome/browser/chromeos/file_manager/open_util.cc     ShowWarningMessageBox(profile, *path,
profile           207 chrome/browser/chromeos/file_manager/open_util.cc void OpenRemovableDrive(Profile* profile, const base::FilePath& file_path) {
profile           212 chrome/browser/chromeos/file_manager/open_util.cc   if (!ConvertPath(profile, file_path, &converted_path, &url))
profile           215 chrome/browser/chromeos/file_manager/open_util.cc   OpenFileManagerWithInternalActionId(profile, url, "auto-open");
profile           218 chrome/browser/chromeos/file_manager/open_util.cc void OpenItem(Profile* profile, const base::FilePath& file_path) {
profile           223 chrome/browser/chromeos/file_manager/open_util.cc   if (!ConvertPath(profile, file_path, &converted_path, &url))
profile           227 chrome/browser/chromeos/file_manager/open_util.cc       GetFileSystemContextForExtensionId(profile, kFileManagerAppId),
profile           229 chrome/browser/chromeos/file_manager/open_util.cc       base::Bind(&ContinueOpenItem, profile, converted_path, url));
profile           232 chrome/browser/chromeos/file_manager/open_util.cc void ShowItemInFolder(Profile* profile, const base::FilePath& file_path) {
profile           237 chrome/browser/chromeos/file_manager/open_util.cc   if (!ConvertPath(profile, file_path, &converted_path, &url))
profile           241 chrome/browser/chromeos/file_manager/open_util.cc   OpenFileManagerWithInternalActionId(profile, url, "select");
profile            23 chrome/browser/chromeos/file_manager/open_util.h void OpenRemovableDrive(Profile* profile, const base::FilePath& file_path);
profile            30 chrome/browser/chromeos/file_manager/open_util.h void OpenItem(Profile* profile, const base::FilePath& file_path);
profile            34 chrome/browser/chromeos/file_manager/open_util.h void ShowItemInFolder(Profile* profile, const base::FilePath& file_path);
profile            64 chrome/browser/chromeos/file_manager/open_with_browser.cc bool IsPepperPluginEnabled(Profile* profile,
profile            66 chrome/browser/chromeos/file_manager/open_with_browser.cc   DCHECK(profile);
profile            73 chrome/browser/chromeos/file_manager/open_with_browser.cc   scoped_refptr<PluginPrefs> plugin_prefs = PluginPrefs::GetForProfile(profile);
profile            80 chrome/browser/chromeos/file_manager/open_with_browser.cc bool IsPdfPluginEnabled(Profile* profile) {
profile            81 chrome/browser/chromeos/file_manager/open_with_browser.cc   DCHECK(profile);
profile            85 chrome/browser/chromeos/file_manager/open_with_browser.cc   return IsPepperPluginEnabled(profile, plugin_path);
profile            88 chrome/browser/chromeos/file_manager/open_with_browser.cc bool IsFlashPluginEnabled(Profile* profile) {
profile            89 chrome/browser/chromeos/file_manager/open_with_browser.cc   DCHECK(profile);
profile            96 chrome/browser/chromeos/file_manager/open_with_browser.cc   return IsPepperPluginEnabled(profile, plugin_path);
profile            99 chrome/browser/chromeos/file_manager/open_with_browser.cc void OpenNewTab(Profile* profile, const GURL& url) {
profile           104 chrome/browser/chromeos/file_manager/open_with_browser.cc   if (!g_browser_process->profile_manager()->IsValidProfile(profile))
profile           108 chrome/browser/chromeos/file_manager/open_with_browser.cc       profile, chrome::HOST_DESKTOP_TYPE_ASH);
profile           130 chrome/browser/chromeos/file_manager/open_with_browser.cc bool OpenFileWithBrowser(Profile* profile, const base::FilePath& file_path) {
profile           132 chrome/browser/chromeos/file_manager/open_with_browser.cc   DCHECK(profile);
profile           137 chrome/browser/chromeos/file_manager/open_with_browser.cc       ShouldBeOpenedWithPlugin(profile, file_path.Extension())) {
profile           144 chrome/browser/chromeos/file_manager/open_with_browser.cc     OpenNewTab(profile, page_url);
profile           153 chrome/browser/chromeos/file_manager/open_with_browser.cc       OpenNewTab(profile, url);
profile           161 chrome/browser/chromeos/file_manager/open_with_browser.cc           base::Bind(&OpenNewTab, profile));
profile           173 chrome/browser/chromeos/file_manager/open_with_browser.cc     Profile* profile,
profile           175 chrome/browser/chromeos/file_manager/open_with_browser.cc   DCHECK(profile);
profile           180 chrome/browser/chromeos/file_manager/open_with_browser.cc     return IsPdfPluginEnabled(profile);
profile           182 chrome/browser/chromeos/file_manager/open_with_browser.cc     return IsFlashPluginEnabled(profile);
profile            27 chrome/browser/chromeos/file_manager/open_with_browser.h bool OpenFileWithBrowser(Profile* profile, const base::FilePath& file_path);
profile            31 chrome/browser/chromeos/file_manager/open_with_browser.h     Profile* profile,
profile            32 chrome/browser/chromeos/file_manager/path_util.cc base::FilePath GetDownloadsFolderForProfile(Profile* profile) {
profile            43 chrome/browser/chromeos/file_manager/path_util.cc   return profile->GetPath().AppendASCII(kDownloadsFolderName);
profile            46 chrome/browser/chromeos/file_manager/path_util.cc bool MigratePathFromOldFormat(Profile* profile,
profile            60 chrome/browser/chromeos/file_manager/path_util.cc   const base::FilePath downloads = GetDownloadsFolderForProfile(profile);
profile            61 chrome/browser/chromeos/file_manager/path_util.cc   const base::FilePath drive = drive::util::GetDriveMountPointPath(profile);
profile            76 chrome/browser/chromeos/file_manager/path_util.cc         chromeos::UserManager::Get()->GetUserByProfile(profile);
profile            99 chrome/browser/chromeos/file_manager/path_util.cc std::string GetDownloadsMountPointName(Profile* profile) {
profile           107 chrome/browser/chromeos/file_manager/path_util.cc               profile->GetOriginalProfile()) : NULL;
profile            20 chrome/browser/chromeos/file_manager/path_util.h base::FilePath GetDownloadsFolderForProfile(Profile* profile);
profile            50 chrome/browser/chromeos/file_manager/path_util.h bool MigratePathFromOldFormat(Profile* profile,
profile            55 chrome/browser/chromeos/file_manager/path_util.h std::string GetDownloadsMountPointName(Profile* profile);
profile            39 chrome/browser/chromeos/file_manager/path_util_unittest.cc   TestingProfile profile;
profile            43 chrome/browser/chromeos/file_manager/path_util_unittest.cc   const base::FilePath kDownloads = GetDownloadsFolderForProfile(&profile);
profile            48 chrome/browser/chromeos/file_manager/path_util_unittest.cc       &profile,
profile            54 chrome/browser/chromeos/file_manager/path_util_unittest.cc       &profile,
profile            61 chrome/browser/chromeos/file_manager/path_util_unittest.cc       &profile,
profile            67 chrome/browser/chromeos/file_manager/path_util_unittest.cc       &profile,
profile            73 chrome/browser/chromeos/file_manager/path_util_unittest.cc   Profile* profile = CreateProfileWithName("hash");
profile            75 chrome/browser/chromeos/file_manager/path_util_unittest.cc   const base::FilePath kDrive = drive::util::GetDriveMountPointPath(profile);
profile            81 chrome/browser/chromeos/file_manager/path_util_unittest.cc       profile,
profile            87 chrome/browser/chromeos/file_manager/path_util_unittest.cc       profile,
profile            94 chrome/browser/chromeos/file_manager/path_util_unittest.cc       profile,
profile           100 chrome/browser/chromeos/file_manager/path_util_unittest.cc       profile,
profile            40 chrome/browser/chromeos/file_manager/volume_manager.cc bool RegisterDownloadsMountPoint(Profile* profile, const base::FilePath& path) {
profile            46 chrome/browser/chromeos/file_manager/volume_manager.cc       file_manager::util::GetDownloadsMountPointName(profile);
profile            60 chrome/browser/chromeos/file_manager/volume_manager.cc bool FindDownloadsMountPointPath(Profile* profile, base::FilePath* path) {
profile            62 chrome/browser/chromeos/file_manager/volume_manager.cc       util::GetDownloadsMountPointName(profile);
profile           119 chrome/browser/chromeos/file_manager/volume_manager.cc VolumeInfo CreateDriveVolumeInfo(Profile* profile) {
profile           121 chrome/browser/chromeos/file_manager/volume_manager.cc       drive::util::GetDriveMountPointPath(profile);
profile           222 chrome/browser/chromeos/file_manager/volume_manager.cc     Profile* profile,
profile           227 chrome/browser/chromeos/file_manager/volume_manager.cc     : profile_(profile),
profile           111 chrome/browser/chromeos/file_manager/volume_manager.h       Profile* profile,
profile            44 chrome/browser/chromeos/file_manager/volume_manager_factory.cc     content::BrowserContext* profile) const {
profile            46 chrome/browser/chromeos/file_manager/volume_manager_factory.cc       Profile::FromBrowserContext(profile),
profile            48 chrome/browser/chromeos/file_manager/volume_manager_factory.cc           Profile::FromBrowserContext(profile)),
profile            52 chrome/browser/chromeos/file_manager/volume_manager_factory.cc           Profile::FromBrowserContext(profile)));
profile            38 chrome/browser/chromeos/file_manager/volume_manager_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile           174 chrome/browser/chromeos/file_manager/volume_manager_unittest.cc   Profile* profile() const { return main_profile_->profile(); }
profile           194 chrome/browser/chromeos/file_manager/volume_manager_unittest.cc   EXPECT_EQ(drive::util::GetDriveMountPointPath(profile()).AsUTF8Unsafe(),
profile           204 chrome/browser/chromeos/file_manager/volume_manager_unittest.cc   EXPECT_EQ(drive::util::GetDriveMountPointPath(profile()).AsUTF8Unsafe(),
profile           247 chrome/browser/chromeos/file_manager/volume_manager_unittest.cc   profile()->GetPrefs()->SetBoolean(prefs::kExternalStorageDisabled, false);
profile           285 chrome/browser/chromeos/file_manager/volume_manager_unittest.cc   profile()->GetPrefs()->SetBoolean(prefs::kExternalStorageDisabled, false);
profile           335 chrome/browser/chromeos/file_manager/volume_manager_unittest.cc     profile()->GetPrefs()->SetBoolean(prefs::kExternalStorageDisabled, true);
profile           664 chrome/browser/chromeos/file_manager/volume_manager_unittest.cc   profile()->GetPrefs()->SetBoolean(prefs::kExternalStorageDisabled, false);
profile           672 chrome/browser/chromeos/file_manager/volume_manager_unittest.cc   profile()->GetPrefs()->SetBoolean(prefs::kExternalStorageDisabled, true);
profile           696 chrome/browser/chromeos/file_manager/volume_manager_unittest.cc   profile()->GetPrefs()->SetBoolean(prefs::kExternalStorageDisabled, false);
profile           697 chrome/browser/chromeos/file_manager/volume_manager_unittest.cc   secondary.profile()->GetPrefs()->SetBoolean(prefs::kExternalStorageDisabled,
profile            30 chrome/browser/chromeos/file_system_provider/service.cc base::FilePath GetMountPointPath(Profile* profile,
profile            36 chrome/browser/chromeos/file_system_provider/service.cc                 profile->GetOriginalProfile())
profile            45 chrome/browser/chromeos/file_system_provider/service.cc Service::Service(Profile* profile) : profile_(profile), next_id_(1) {}
profile            27 chrome/browser/chromeos/file_system_provider/service.h   explicit Service(Profile* profile);
profile            31 chrome/browser/chromeos/file_system_provider/service_factory.cc     content::BrowserContext* profile) const {
profile            32 chrome/browser/chromeos/file_system_provider/service_factory.cc   return new Service(static_cast<Profile*>(profile));
profile            35 chrome/browser/chromeos/file_system_provider/service_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile            99 chrome/browser/chromeos/first_run/drive_first_run_browsertest.cc   controller_ = new DriveFirstRunController(browser()->profile());
profile           126 chrome/browser/chromeos/first_run/drive_first_run_browsertest.cc       browser()->profile())->extension_service();
profile            81 chrome/browser/chromeos/first_run/drive_first_run_controller.cc   explicit DriveOfflineNotificationDelegate(Profile* profile)
profile            82 chrome/browser/chromeos/first_run/drive_first_run_controller.cc       : profile_(profile) {}
profile           128 chrome/browser/chromeos/first_run/drive_first_run_controller.cc   DriveWebContentsManager(Profile* profile,
profile           196 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           352 chrome/browser/chromeos/first_run/drive_first_run_controller.cc DriveFirstRunController::DriveFirstRunController(Profile* profile)
profile           353 chrome/browser/chromeos/first_run/drive_first_run_controller.cc     : profile_(profile),
profile            48 chrome/browser/chromeos/first_run/drive_first_run_controller.h   explicit DriveFirstRunController(Profile* profile);
profile            27 chrome/browser/chromeos/first_run/first_run.cc void LaunchDialogForProfile(Profile* profile) {
profile            29 chrome/browser/chromeos/first_run/first_run.cc       extensions::ExtensionSystem::Get(profile)->extension_service();
profile            39 chrome/browser/chromeos/first_run/first_run.cc       profile, extension, extensions::LAUNCH_CONTAINER_WINDOW, NEW_WINDOW));
profile            40 chrome/browser/chromeos/first_run/first_run.cc   profile->GetPrefs()->SetBoolean(prefs::kFirstRunTutorialShown, true);
profile            48 chrome/browser/chromeos/first_run/first_run.cc   explicit DialogLauncher(Profile* profile)
profile            49 chrome/browser/chromeos/first_run/first_run.cc       : profile_(profile) {
profile            50 chrome/browser/chromeos/first_run/first_run.cc     DCHECK(profile);
profile            94 chrome/browser/chromeos/input_method/component_extension_ime_manager_impl.cc   Profile* profile = ProfileManager::GetActiveUserProfile();
profile            96 chrome/browser/chromeos/input_method/component_extension_ime_manager_impl.cc       extensions::ExtensionSystem::Get(profile);
profile           119 chrome/browser/chromeos/input_method/component_extension_ime_manager_impl.cc   Profile* profile = ProfileManager::GetActiveUserProfile();
profile           121 chrome/browser/chromeos/input_method/component_extension_ime_manager_impl.cc       extensions::ExtensionSystem::Get(profile);
profile           253 chrome/browser/chromeos/input_method/input_method_engine_browsertests.cc       extensions::ExtensionSystem::Get(profile())->process_manager(),
profile            35 chrome/browser/chromeos/input_method/input_method_persistence.cc     Profile* profile) {
profile            43 chrome/browser/chromeos/input_method/input_method_persistence.cc   if (profile == NULL)
profile            46 chrome/browser/chromeos/input_method/input_method_persistence.cc   const std::string username = profile->GetProfileName();
profile            87 chrome/browser/chromeos/input_method/input_method_persistence.cc   Profile* profile = ProfileManager::GetActiveUserProfile();
profile            88 chrome/browser/chromeos/input_method/input_method_persistence.cc   if (profile)
profile            89 chrome/browser/chromeos/input_method/input_method_persistence.cc     user_prefs = profile->GetPrefs();
profile            92 chrome/browser/chromeos/input_method/input_method_persistence.cc   SetUserLRUInputMethod(input_method, manager, profile);
profile            36 chrome/browser/chromeos/locale_change_guard.cc LocaleChangeGuard::LocaleChangeGuard(Profile* profile)
profile            37 chrome/browser/chromeos/locale_change_guard.cc     : profile_(profile),
profile            35 chrome/browser/chromeos/locale_change_guard.h   explicit LocaleChangeGuard(Profile* profile);
profile           239 chrome/browser/chromeos/login/app_launch_controller.cc void AppLaunchController::OnProfileLoaded(Profile* profile) {
profile           241 chrome/browser/chromeos/login/app_launch_controller.cc   profile_ = profile;
profile            84 chrome/browser/chromeos/login/app_launch_controller.h   virtual void OnProfileLoaded(Profile* profile) OVERRIDE;
profile            23 chrome/browser/chromeos/login/auth_sync_observer.cc AuthSyncObserver::AuthSyncObserver(Profile* profile)
profile            24 chrome/browser/chromeos/login/auth_sync_observer.cc     : profile_(profile) {
profile            26 chrome/browser/chromeos/login/auth_sync_observer_factory.cc     Profile* profile) {
profile            28 chrome/browser/chromeos/login/auth_sync_observer_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            39 chrome/browser/chromeos/login/auth_sync_observer_factory.cc   Profile* profile = static_cast<Profile*>(context);
profile            40 chrome/browser/chromeos/login/auth_sync_observer_factory.cc   return new AuthSyncObserver(profile);
profile            25 chrome/browser/chromeos/login/auth_sync_observer_factory.h   static AuthSyncObserver* GetForProfile(Profile* profile);
profile            32 chrome/browser/chromeos/login/authenticator.h   virtual void CompleteLogin(Profile* profile,
profile            38 chrome/browser/chromeos/login/authenticator.h   virtual void AuthenticateToLogin(Profile* profile,
profile            29 chrome/browser/chromeos/login/captive_portal_view.cc CaptivePortalView::CaptivePortalView(Profile* profile,
profile            31 chrome/browser/chromeos/login/captive_portal_view.cc     : SimpleWebViewDialog(profile),
profile            17 chrome/browser/chromeos/login/captive_portal_view.h   CaptivePortalView(Profile* profile, CaptivePortalWindowProxy* proxy);
profile            62 chrome/browser/chromeos/login/demo_mode/demo_app_launcher.cc void DemoAppLauncher::OnProfileLoaded(Profile* profile) {
profile            69 chrome/browser/chromeos/login/demo_mode/demo_app_launcher.cc       extensions::ExtensionSystem::Get(profile)->extension_service();
profile            83 chrome/browser/chromeos/login/demo_mode/demo_app_launcher.cc       profile, extension, extensions::LAUNCH_CONTAINER_WINDOW, NEW_WINDOW));
profile            84 chrome/browser/chromeos/login/demo_mode/demo_app_launcher.cc   InitAppSession(profile, extension_id);
profile            38 chrome/browser/chromeos/login/demo_mode/demo_app_launcher.h   virtual void OnProfileLoaded(Profile* profile) OVERRIDE;
profile            49 chrome/browser/chromeos/login/demo_mode/demo_app_launcher_browsertest.cc   Profile* profile = WaitForProfile();
profile            50 chrome/browser/chromeos/login/demo_mode/demo_app_launcher_browsertest.cc   return AppWindowWaiter(apps::AppWindowRegistry::Get(profile),
profile           795 chrome/browser/chromeos/login/existing_user_controller.cc void ExistingUserController::OnProfilePrepared(Profile* profile) {
profile           811 chrome/browser/chromeos/login/existing_user_controller.cc     if (!SessionStartupPref::TypeIsManaged(profile->GetPrefs()))
profile           821 chrome/browser/chromeos/login/existing_user_controller.cc       LoginUtils::Get()->DoBrowserLaunch(profile, host_);
profile           827 chrome/browser/chromeos/login/existing_user_controller.cc     LoginUtils::Get()->DoBrowserLaunch(profile, host_);
profile           147 chrome/browser/chromeos/login/existing_user_controller.h   virtual void OnProfilePrepared(Profile* profile) OVERRIDE;
profile            31 chrome/browser/chromeos/login/fake_login_utils.cc void FakeLoginUtils::DoBrowserLaunch(Profile* profile,
profile            35 chrome/browser/chromeos/login/fake_login_utils.cc       UserManager::Get()->GetCurrentUserFlow()->LaunchExtraSteps(profile);
profile            46 chrome/browser/chromeos/login/fake_login_utils.cc                                       profile,
profile            64 chrome/browser/chromeos/login/fake_login_utils.cc   Profile* profile = CreateProfile(user_context.username_hash);
profile            73 chrome/browser/chromeos/login/fake_login_utils.cc     profile->GetPrefs()->SetString(prefs::kManagedUserId,
profile            80 chrome/browser/chromeos/login/fake_login_utils.cc       content::Details<Profile>(profile));
profile            82 chrome/browser/chromeos/login/fake_login_utils.cc     delegate->OnProfilePrepared(profile);
profile           104 chrome/browser/chromeos/login/fake_login_utils.cc void FakeLoginUtils::RestoreAuthenticationSession(Profile* profile) {
profile           116 chrome/browser/chromeos/login/fake_login_utils.cc   Profile* profile = g_browser_process->profile_manager()->GetProfile(path);
profile           117 chrome/browser/chromeos/login/fake_login_utils.cc   return profile;
profile            23 chrome/browser/chromeos/login/fake_login_utils.h   virtual void DoBrowserLaunch(Profile* profile,
profile            35 chrome/browser/chromeos/login/fake_login_utils.h   virtual void RestoreAuthenticationSession(Profile* profile) OVERRIDE;
profile            68 chrome/browser/chromeos/login/fake_supervised_user_manager.cc     Profile * profile,
profile            50 chrome/browser/chromeos/login/fake_supervised_user_manager.h       Profile * profile,
profile            53 chrome/browser/chromeos/login/fake_supervised_user_manager.h       Profile* profile,
profile            48 chrome/browser/chromeos/login/fake_user_manager.cc void FakeUserManager::SetProfileForUser(const User* user, Profile* profile) {
profile            49 chrome/browser/chromeos/login/fake_user_manager.cc   user_to_profile_[user] = profile;
profile           175 chrome/browser/chromeos/login/fake_user_manager.cc User* FakeUserManager::GetUserByProfile(Profile* profile) const {
profile           176 chrome/browser/chromeos/login/fake_user_manager.cc   const std::string& user_name = profile->GetProfileName();
profile           293 chrome/browser/chromeos/login/fake_user_manager.cc     Profile* profile,
profile            38 chrome/browser/chromeos/login/fake_user_manager.h    void SetProfileForUser(const User* user, Profile* profile);
profile            79 chrome/browser/chromeos/login/fake_user_manager.h   virtual Profile* GetProfileByUser(const User* profile) const OVERRIDE;
profile            80 chrome/browser/chromeos/login/fake_user_manager.h   virtual User* GetUserByProfile(Profile* profile) const OVERRIDE;
profile           130 chrome/browser/chromeos/login/fake_user_manager.h       Profile* profile,
profile            41 chrome/browser/chromeos/login/help_app_launcher.cc   Profile* profile = ProfileHelper::GetSigninProfile();
profile            43 chrome/browser/chromeos/login/help_app_launcher.cc       extensions::ExtensionSystem::Get(profile)->extension_service();
profile            54 chrome/browser/chromeos/login/help_app_launcher.cc     ShowHelpTopicDialog(profile, GURL(url));
profile            65 chrome/browser/chromeos/login/help_app_launcher.cc void HelpAppLauncher::ShowHelpTopicDialog(Profile* profile,
profile            69 chrome/browser/chromeos/login/help_app_launcher.cc       profile,
profile            56 chrome/browser/chromeos/login/help_app_launcher.h   void ShowHelpTopicDialog(Profile* profile, const GURL& topic_url);
profile            75 chrome/browser/chromeos/login/login_browsertest.cc   Profile* profile = browser()->profile();
profile            76 chrome/browser/chromeos/login/login_browsertest.cc   EXPECT_EQ("user", profile->GetPath().BaseName().value());
profile            77 chrome/browser/chromeos/login/login_browsertest.cc   EXPECT_FALSE(profile->IsOffTheRecord());
profile            87 chrome/browser/chromeos/login/login_browsertest.cc   Profile* profile = browser()->profile();
profile            88 chrome/browser/chromeos/login/login_browsertest.cc   EXPECT_TRUE(profile->IsOffTheRecord());
profile            90 chrome/browser/chromeos/login/login_browsertest.cc   EXPECT_TRUE(extensions::ExtensionSystem::Get(profile)->extension_service());
profile           333 chrome/browser/chromeos/login/login_performer.cc   Profile* profile = ProfileHelper::GetSigninProfile();
profile           339 chrome/browser/chromeos/login/login_performer.cc                  profile,
profile           349 chrome/browser/chromeos/login/login_performer.cc   Profile* profile = ProfileHelper::GetSigninProfile();
profile           355 chrome/browser/chromeos/login/login_performer.cc                    profile,
profile           359 chrome/browser/chromeos/login/login_performer.cc     online_attempt_host_.Check(profile, user_context_);
profile           129 chrome/browser/chromeos/login/login_utils.cc   virtual void DoBrowserLaunch(Profile* profile,
profile           142 chrome/browser/chromeos/login/login_utils.cc   virtual void RestoreAuthenticationSession(Profile* profile) OVERRIDE;
profile           160 chrome/browser/chromeos/login/login_utils.cc   void DoBrowserLaunchOnLocaleLoadedImpl(Profile* profile,
profile           171 chrome/browser/chromeos/login/login_utils.cc   void KickStartAuthentication(Profile* profile);
profile           182 chrome/browser/chromeos/login/login_utils.cc                         Profile* profile,
profile           187 chrome/browser/chromeos/login/login_utils.cc                         Profile* profile,
profile           218 chrome/browser/chromeos/login/login_utils.cc   void AttemptRestart(Profile* profile);
profile           276 chrome/browser/chromeos/login/login_utils.cc                                     Profile* profile,
profile           279 chrome/browser/chromeos/login/login_utils.cc         profile(profile),
profile           283 chrome/browser/chromeos/login/login_utils.cc   Profile* profile;
profile           297 chrome/browser/chromeos/login/login_utils.cc       context->profile, context->display_host);
profile           304 chrome/browser/chromeos/login/login_utils.cc     Profile* profile,
profile           307 chrome/browser/chromeos/login/login_utils.cc     UserManager::Get()->GetCurrentUserFlow()->LaunchExtraSteps(profile);
profile           312 chrome/browser/chromeos/login/login_utils.cc   about_flags::PrefServiceFlagsStorage flags_storage_(profile->GetPrefs());
profile           327 chrome/browser/chromeos/login/login_utils.cc     AttemptRestart(profile);
profile           345 chrome/browser/chromeos/login/login_utils.cc                                 profile,
profile           352 chrome/browser/chromeos/login/login_utils.cc   app_list::StartPageService::Get(profile);
profile           362 chrome/browser/chromeos/login/login_utils.cc void LoginUtilsImpl::DoBrowserLaunch(Profile* profile,
profile           367 chrome/browser/chromeos/login/login_utils.cc   User* const user = UserManager::Get()->GetUserByProfile(profile);
profile           369 chrome/browser/chromeos/login/login_utils.cc       new DoBrowserLaunchOnLocaleLoadedData(this, profile, login_host));
profile           376 chrome/browser/chromeos/login/login_utils.cc       RespectLocalePreference(profile, user, callback.Pass())) {
profile           377 chrome/browser/chromeos/login/login_utils.cc     DoBrowserLaunchOnLocaleLoadedImpl(profile, login_host);
profile           898 chrome/browser/chromeos/login/login_utils.cc void LoginUtilsImpl::AttemptRestart(Profile* profile) {
profile           908 chrome/browser/chromeos/login/login_utils.cc       OAuth2LoginManagerFactory::GetInstance()->GetForProfile(profile);
profile            33 chrome/browser/chromeos/login/login_utils.h     virtual void OnProfilePrepared(Profile* profile) = 0;
profile            37 chrome/browser/chromeos/login/login_utils.h     virtual void OnRlzInitialized(Profile* profile) {}
profile            63 chrome/browser/chromeos/login/login_utils.h   virtual void DoBrowserLaunch(Profile* profile,
profile           105 chrome/browser/chromeos/login/login_utils.h   virtual void RestoreAuthenticationSession(Profile* profile) = 0;
profile           356 chrome/browser/chromeos/login/login_utils_browsertest.cc   virtual void OnProfilePrepared(Profile* profile) OVERRIDE {
profile           358 chrome/browser/chromeos/login/login_utils_browsertest.cc     prepared_profile_ = profile;
profile           362 chrome/browser/chromeos/login/login_utils_browsertest.cc   virtual void OnRlzInitialized(Profile* profile) OVERRIDE {
profile            49 chrome/browser/chromeos/login/login_web_dialog.cc LoginWebDialog::LoginWebDialog(Profile* profile,
profile            55 chrome/browser/chromeos/login/login_web_dialog.cc     : profile_(profile),
profile            43 chrome/browser/chromeos/login/login_web_dialog.h   LoginWebDialog(Profile* profile,
profile            87 chrome/browser/chromeos/login/managed/locally_managed_user_creation_flow.cc     Profile* profile) {
profile            89 chrome/browser/chromeos/login/managed/locally_managed_user_creation_flow.cc   manager_profile_ = profile;
profile            32 chrome/browser/chromeos/login/managed/locally_managed_user_creation_flow.h   virtual void LaunchExtraSteps(Profile* profile) OVERRIDE;
profile           249 chrome/browser/chromeos/login/managed/supervised_user_login_flow.cc     Profile* profile) {
profile           250 chrome/browser/chromeos/login/managed/supervised_user_login_flow.cc   profile_ = profile;
profile           252 chrome/browser/chromeos/login/managed/supervised_user_login_flow.cc       profile,
profile            34 chrome/browser/chromeos/login/managed/supervised_user_login_flow.h   virtual void LaunchExtraSteps(Profile* profile) OVERRIDE;
profile           101 chrome/browser/chromeos/login/merge_session_load_page.cc   Profile* profile = Profile::FromBrowserContext(
profile           103 chrome/browser/chromeos/login/merge_session_load_page.cc   renderer_preferences_util::UpdateFromSystemSettings(prefs, profile);
profile           149 chrome/browser/chromeos/login/merge_session_load_page.cc   Profile* profile = Profile::FromBrowserContext(browser_context);
profile           150 chrome/browser/chromeos/login/merge_session_load_page.cc   if (!profile)
profile           153 chrome/browser/chromeos/login/merge_session_load_page.cc   return OAuth2LoginManagerFactory::GetInstance()->GetForProfile(profile);
profile            95 chrome/browser/chromeos/login/merge_session_load_page_unittest.cc     Profile* profile = Profile::FromBrowserContext(browser_context);
profile            96 chrome/browser/chromeos/login/merge_session_load_page_unittest.cc     if (!profile)
profile           101 chrome/browser/chromeos/login/merge_session_load_page_unittest.cc             profile);
profile           130 chrome/browser/chromeos/login/merge_session_throttle.cc void MergeSessionThrottle::BlockProfile(Profile* profile) {
profile           133 chrome/browser/chromeos/login/merge_session_throttle.cc   if (ProfileSet::Get()->find(profile) == ProfileSet::Get()->end()) {
profile           134 chrome/browser/chromeos/login/merge_session_throttle.cc     DVLOG(1) << "Blocking profile " << profile;
profile           135 chrome/browser/chromeos/login/merge_session_throttle.cc     ProfileSet::Get()->insert(profile);
profile           147 chrome/browser/chromeos/login/merge_session_throttle.cc void MergeSessionThrottle::UnblockProfile(Profile* profile) {
profile           150 chrome/browser/chromeos/login/merge_session_throttle.cc   DVLOG(1) << "Unblocking profile " << profile;
profile           151 chrome/browser/chromeos/login/merge_session_throttle.cc   ProfileSet::Get()->erase(profile);
profile           192 chrome/browser/chromeos/login/merge_session_throttle.cc   Profile* profile = Profile::FromBrowserContext(browser_context);
profile           193 chrome/browser/chromeos/login/merge_session_throttle.cc   if (!profile)
profile           198 chrome/browser/chromeos/login/merge_session_throttle.cc           profile);
profile           222 chrome/browser/chromeos/login/merge_session_throttle.cc         UnblockProfile(profile);
profile           228 chrome/browser/chromeos/login/merge_session_throttle.cc       BlockProfile(profile);
profile           234 chrome/browser/chromeos/login/merge_session_throttle.cc       UnblockProfile(profile);
profile           266 chrome/browser/chromeos/login/merge_session_throttle.cc       Profile* profile = Profile::FromBrowserContext(
profile           268 chrome/browser/chromeos/login/merge_session_throttle.cc       (new chromeos::MergeSessionXHRRequestWaiter(profile,
profile            63 chrome/browser/chromeos/login/merge_session_throttle.h   static void BlockProfile(Profile* profile);
profile            64 chrome/browser/chromeos/login/merge_session_throttle.h   static void UnblockProfile(Profile* profile);
profile            28 chrome/browser/chromeos/login/merge_session_xhr_request_waiter.cc     Profile* profile,
profile            30 chrome/browser/chromeos/login/merge_session_xhr_request_waiter.cc    : profile_(profile),
profile            25 chrome/browser/chromeos/login/merge_session_xhr_request_waiter.h       Profile* profile,
profile            15 chrome/browser/chromeos/login/mock_authenticator.cc void MockAuthenticator::AuthenticateToLogin(Profile* profile,
profile            30 chrome/browser/chromeos/login/mock_authenticator.cc void MockAuthenticator::CompleteLogin(Profile* profile,
profile            29 chrome/browser/chromeos/login/mock_authenticator.h   virtual void CompleteLogin(Profile* profile,
profile            32 chrome/browser/chromeos/login/mock_authenticator.h   virtual void AuthenticateToLogin(Profile* profile,
profile            51 chrome/browser/chromeos/login/mock_user_manager.cc User* MockUserManager::GetUserByProfile(Profile* profile) const {
profile           101 chrome/browser/chromeos/login/mock_user_manager.cc     Profile* profile,
profile            99 chrome/browser/chromeos/login/mock_user_manager.h   virtual User* GetUserByProfile(Profile* profile) const OVERRIDE;
profile           109 chrome/browser/chromeos/login/mock_user_manager.h       Profile* profile,
profile            95 chrome/browser/chromeos/login/multi_profile_user_controller.h   void OnUserPrefChanged(Profile* profile);
profile           351 chrome/browser/chromeos/login/multi_profile_user_controller_unittest.cc           profile(0), TestPolicyCertServiceFactory));
profile           377 chrome/browser/chromeos/login/multi_profile_user_controller_unittest.cc           profile(0), TestPolicyCertServiceFactory));
profile           379 chrome/browser/chromeos/login/multi_profile_user_controller_unittest.cc       policy::PolicyCertServiceFactory::GetForProfile(profile(0));
profile            70 chrome/browser/chromeos/login/oauth2_browsertest.cc   explicit OAuth2LoginManagerStateWaiter(Profile* profile)
profile            71 chrome/browser/chromeos/login/oauth2_browsertest.cc      : profile_(profile),
profile           169 chrome/browser/chromeos/login/oauth2_browsertest.cc     Profile* profile = ProfileManager::GetPrimaryUserProfile();
profile           176 chrome/browser/chromeos/login/oauth2_browsertest.cc           ProfileOAuth2TokenServiceFactory::GetForProfile(profile);
profile           216 chrome/browser/chromeos/login/oauth2_browsertest.cc     return OobeBaseTest::profile();
profile           287 chrome/browser/chromeos/login/oauth2_browsertest.cc              profile());
profile           298 chrome/browser/chromeos/login/oauth2_browsertest.cc     OAuth2LoginManagerStateWaiter merge_session_waiter(profile());
profile           338 chrome/browser/chromeos/login/oauth2_browsertest.cc   void ReadCookies(Profile* profile) {
profile           339 chrome/browser/chromeos/login/oauth2_browsertest.cc     context_ = profile->GetRequestContext();
profile           398 chrome/browser/chromeos/login/oauth2_browsertest.cc             profile());
profile           405 chrome/browser/chromeos/login/oauth2_browsertest.cc   cookie_reader->ReadCookies(profile());
profile           419 chrome/browser/chromeos/login/oauth2_browsertest.cc   cookie_reader->ReadCookies(profile());
profile           433 chrome/browser/chromeos/login/oauth2_browsertest.cc   cookie_reader->ReadCookies(profile());
profile           641 chrome/browser/chromeos/login/oauth2_browsertest.cc         extensions::ExtensionSystem::Get(profile())->process_manager();
profile           650 chrome/browser/chromeos/login/oauth2_browsertest.cc         extensions::ExtensionSystem::Get(profile())->process_manager();
profile           671 chrome/browser/chromeos/login/oauth2_browsertest.cc Browser* FindOrCreateVisibleBrowser(Profile* profile) {
profile           673 chrome/browser/chromeos/login/oauth2_browsertest.cc       profile, chrome::GetActiveDesktop());
profile           685 chrome/browser/chromeos/login/oauth2_browsertest.cc       FindOrCreateVisibleBrowser(profile());
profile           730 chrome/browser/chromeos/login/oauth2_browsertest.cc   Browser* browser = FindOrCreateVisibleBrowser(profile());
profile            30 chrome/browser/chromeos/login/oauth2_login_manager_factory.cc     Profile* profile) {
profile            32 chrome/browser/chromeos/login/oauth2_login_manager_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            43 chrome/browser/chromeos/login/oauth2_login_manager_factory.cc   Profile* profile = static_cast<Profile*>(context);
profile            45 chrome/browser/chromeos/login/oauth2_login_manager_factory.cc   service = new OAuth2LoginManager(profile);
profile            25 chrome/browser/chromeos/login/oauth2_login_manager_factory.h   static OAuth2LoginManager* GetForProfile(Profile* profile);
profile            66 chrome/browser/chromeos/login/oauth2_login_verifier.cc void OAuth2LoginVerifier::VerifyUserCookies(Profile* profile) {
profile            77 chrome/browser/chromeos/login/oauth2_login_verifier.cc void OAuth2LoginVerifier::VerifyProfileTokens(Profile* profile) {
profile            84 chrome/browser/chromeos/login/oauth2_login_verifier.cc           &OAuth2LoginVerifier::VerifyProfileTokensImpl, AsWeakPtr(), profile),
profile            88 chrome/browser/chromeos/login/oauth2_login_verifier.cc void OAuth2LoginVerifier::VerifyProfileTokensImpl(Profile* profile) {
profile            94 chrome/browser/chromeos/login/oauth2_login_verifier.cc     StartFetchingOAuthLoginAccessToken(profile);
profile           102 chrome/browser/chromeos/login/oauth2_login_verifier.cc void OAuth2LoginVerifier::StartFetchingOAuthLoginAccessToken(Profile* profile) {
profile           106 chrome/browser/chromeos/login/oauth2_login_verifier.cc       ProfileOAuth2TokenServiceFactory::GetForProfile(profile);
profile           108 chrome/browser/chromeos/login/oauth2_login_verifier.cc       SigninManagerFactory::GetForProfile(profile);
profile            56 chrome/browser/chromeos/login/oauth2_login_verifier.h   void VerifyUserCookies(Profile* profile);
profile            60 chrome/browser/chromeos/login/oauth2_login_verifier.h   void VerifyProfileTokens(Profile* profile);
profile            87 chrome/browser/chromeos/login/oauth2_login_verifier.h   void StartFetchingOAuthLoginAccessToken(Profile* profile);
profile           110 chrome/browser/chromeos/login/oauth2_login_verifier.h   void VerifyProfileTokensImpl(Profile* profile);
profile            25 chrome/browser/chromeos/login/online_attempt_host.cc void OnlineAttemptHost::Check(Profile* profile,
profile            46 chrome/browser/chromeos/login/online_attempt_host.cc     online_attempt_->Initiate(profile);
profile            39 chrome/browser/chromeos/login/online_attempt_host.h   void Check(Profile* profile,
profile            84 chrome/browser/chromeos/login/online_attempt_unittest.cc   TestingProfile profile;
profile            96 chrome/browser/chromeos/login/online_attempt_unittest.cc   attempt_->Initiate(&profile);
profile           107 chrome/browser/chromeos/login/online_attempt_unittest.cc   TestingProfile profile;
profile           119 chrome/browser/chromeos/login/online_attempt_unittest.cc   attempt_->Initiate(&profile);
profile           134 chrome/browser/chromeos/login/online_attempt_unittest.cc   TestingProfile profile;
profile           147 chrome/browser/chromeos/login/online_attempt_unittest.cc   attempt_->Initiate(&profile);
profile           157 chrome/browser/chromeos/login/online_attempt_unittest.cc   TestingProfile profile;
profile           170 chrome/browser/chromeos/login/online_attempt_unittest.cc   attempt_->Initiate(&profile);
profile           227 chrome/browser/chromeos/login/parallel_authenticator.cc     Profile* profile,
profile           230 chrome/browser/chromeos/login/parallel_authenticator.cc   authentication_profile_ = profile;
profile           250 chrome/browser/chromeos/login/parallel_authenticator.cc void ParallelAuthenticator::CompleteLogin(Profile* profile,
profile           253 chrome/browser/chromeos/login/parallel_authenticator.cc   authentication_profile_ = profile;
profile            95 chrome/browser/chromeos/login/parallel_authenticator.h   virtual void CompleteLogin(Profile* profile,
profile           106 chrome/browser/chromeos/login/parallel_authenticator.h   virtual void AuthenticateToLogin(Profile* profile,
profile            54 chrome/browser/chromeos/login/proxy_settings_dialog.cc ProxySettingsDialog::ProxySettingsDialog(Profile* profile,
profile            58 chrome/browser/chromeos/login/proxy_settings_dialog.cc     : LoginWebDialog(profile,
profile            23 chrome/browser/chromeos/login/proxy_settings_dialog.h   ProxySettingsDialog(Profile* profile,
profile            86 chrome/browser/chromeos/login/saml/saml_offline_signin_limiter.cc SAMLOfflineSigninLimiter::SAMLOfflineSigninLimiter(Profile* profile,
profile            88 chrome/browser/chromeos/login/saml/saml_offline_signin_limiter.cc     : profile_(profile),
profile            50 chrome/browser/chromeos/login/saml/saml_offline_signin_limiter.h   SAMLOfflineSigninLimiter(Profile* profile, base::Clock* clock);
profile            26 chrome/browser/chromeos/login/saml/saml_offline_signin_limiter_factory.cc     Profile* profile) {
profile            28 chrome/browser/chromeos/login/saml/saml_offline_signin_limiter_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            30 chrome/browser/chromeos/login/saml/saml_offline_signin_limiter_factory.h   static SAMLOfflineSigninLimiter* GetForProfile(Profile* profile);
profile           266 chrome/browser/chromeos/login/screen_locker.cc     Profile* profile = UserManager::Get()->GetProfileByUser(unlock_user);
profile           269 chrome/browser/chromeos/login/screen_locker.cc             profile);
profile           266 chrome/browser/chromeos/login/screens/user_image_screen.cc   Profile* profile = UserManager::Get()->GetProfileByUser(GetUser());
profile           267 chrome/browser/chromeos/login/screens/user_image_screen.cc   if (profile) {
profile           269 chrome/browser/chromeos/login/screens/user_image_screen.cc         policy::ProfilePolicyConnectorFactory::GetForProfile(profile)->
profile           122 chrome/browser/chromeos/login/simple_web_view_dialog.cc SimpleWebViewDialog::SimpleWebViewDialog(Profile* profile)
profile           123 chrome/browser/chromeos/login/simple_web_view_dialog.cc     : profile_(profile),
profile            46 chrome/browser/chromeos/login/simple_web_view_dialog.h   explicit SimpleWebViewDialog(Profile* profile);
profile           126 chrome/browser/chromeos/login/supervised_user_manager.h   virtual void LoadSupervisedUserToken(Profile* profile,
profile           130 chrome/browser/chromeos/login/supervised_user_manager.h   virtual void ConfigureSyncWithToken(Profile* profile,
profile           501 chrome/browser/chromeos/login/supervised_user_manager_impl.cc     Profile* profile,
profile           505 chrome/browser/chromeos/login/supervised_user_manager_impl.cc       UserManager::Get()->GetUserByProfile(profile)->username_hash());
profile           514 chrome/browser/chromeos/login/supervised_user_manager_impl.cc     Profile* profile,
profile           517 chrome/browser/chromeos/login/supervised_user_manager_impl.cc     ManagedUserServiceFactory::GetForProfile(profile)->InitSync(token);
profile            54 chrome/browser/chromeos/login/supervised_user_manager_impl.h       Profile * profile,
profile            57 chrome/browser/chromeos/login/supervised_user_manager_impl.h       Profile* profile,
profile            28 chrome/browser/chromeos/login/test_login_utils.h   virtual void DoBrowserLaunch(Profile* profile,
profile            45 chrome/browser/chromeos/login/test_login_utils.h   virtual void RestoreAuthenticationSession(Profile* profile) OVERRIDE {}
profile            57 chrome/browser/chromeos/login/user_flow.cc void DefaultUserFlow::LaunchExtraSteps(Profile* profile) {
profile            31 chrome/browser/chromeos/login/user_flow.h   virtual void LaunchExtraSteps(Profile* profile) = 0;
profile            59 chrome/browser/chromeos/login/user_flow.h   virtual void LaunchExtraSteps(Profile* profile) OVERRIDE;
profile            80 chrome/browser/chromeos/login/user_image_manager_browsertest.cc   Profile* profile = UserManager::Get()->GetProfileByUser(user);
profile            81 chrome/browser/chromeos/login/user_image_manager_browsertest.cc   if (!profile) {
profile            86 chrome/browser/chromeos/login/user_image_manager_browsertest.cc       policy::UserCloudPolicyManagerFactoryChromeOS::GetForProfile(profile);
profile            60 chrome/browser/chromeos/login/user_image_sync_observer.cc   Profile* profile = GetUserProfile();
profile            61 chrome/browser/chromeos/login/user_image_sync_observer.cc   if (profile) {
profile            62 chrome/browser/chromeos/login/user_image_sync_observer.cc     OnProfileGained(profile);
profile            93 chrome/browser/chromeos/login/user_image_sync_observer.cc void UserImageSyncObserver::OnProfileGained(Profile* profile) {
profile            94 chrome/browser/chromeos/login/user_image_sync_observer.cc   prefs_ = PrefServiceSyncable::FromProfile(profile);
profile           137 chrome/browser/chromeos/login/user_image_sync_observer.cc     Profile* profile = content::Details<Profile>(details).ptr();
profile           138 chrome/browser/chromeos/login/user_image_sync_observer.cc     if (GetUserProfile() != profile)
profile           144 chrome/browser/chromeos/login/user_image_sync_observer.cc     OnProfileGained(profile);
profile            70 chrome/browser/chromeos/login/user_image_sync_observer.h   void OnProfileGained(Profile* profile);
profile           229 chrome/browser/chromeos/login/user_manager.h   virtual User* GetUserByProfile(Profile* profile) const = 0;
profile           374 chrome/browser/chromeos/login/user_manager.h       Profile* profile,
profile           379 chrome/browser/chromeos/login/user_manager_impl.cc   Profile* profile = GetProfileByUser(primary_user_);
profile           381 chrome/browser/chromeos/login/user_manager_impl.cc       profile->GetPrefs()->GetString(prefs::kMultiProfileUserBehavior);
profile           394 chrome/browser/chromeos/login/user_manager_impl.cc       Profile* profile = GetProfileByUser(user);
profile           396 chrome/browser/chromeos/login/user_manager_impl.cc           profile->GetPrefs()->GetString(prefs::kMultiProfileUserBehavior);
profile           683 chrome/browser/chromeos/login/user_manager_impl.cc User* UserManagerImpl::GetUserByProfile(Profile* profile) const {
profile           685 chrome/browser/chromeos/login/user_manager_impl.cc   if (ProfileHelper::IsSigninProfile(profile))
profile           690 chrome/browser/chromeos/login/user_manager_impl.cc         ProfileHelper::GetUserIdHashFromProfile(profile);
profile           701 chrome/browser/chromeos/login/user_manager_impl.cc                        active_user_->username_hash()) == profile->GetPath()
profile           709 chrome/browser/chromeos/login/user_manager_impl.cc   Profile* profile = NULL;
profile           711 chrome/browser/chromeos/login/user_manager_impl.cc     profile = ProfileHelper::GetProfileByUserIdHash(user->username_hash());
profile           713 chrome/browser/chromeos/login/user_manager_impl.cc     profile = ProfileManager::GetActiveUserProfile();
profile           717 chrome/browser/chromeos/login/user_manager_impl.cc   if (profile && IsLoggedInAsGuest())
profile           718 chrome/browser/chromeos/login/user_manager_impl.cc     profile = profile->GetOffTheRecordProfile();
profile           719 chrome/browser/chromeos/login/user_manager_impl.cc   return profile;
profile           846 chrome/browser/chromeos/login/user_manager_impl.cc     Profile* profile,
profile           859 chrome/browser/chromeos/login/user_manager_impl.cc   const PrefService* prefs = profile->GetPrefs();
profile           893 chrome/browser/chromeos/login/user_manager_impl.cc   profile->ChangeAppLocale(pref_locale, Profile::APP_LOCALE_CHANGED_VIA_LOGIN);
profile           936 chrome/browser/chromeos/login/user_manager_impl.cc       Profile* profile = content::Details<Profile>(details).ptr();
profile           941 chrome/browser/chromeos/login/user_manager_impl.cc           ManagedUserPasswordServiceFactory::GetForProfile(profile);
profile           943 chrome/browser/chromeos/login/user_manager_impl.cc           ManagerPasswordServiceFactory::GetForProfile(profile);
profile           945 chrome/browser/chromeos/login/user_manager_impl.cc         if (!profile->IsOffTheRecord()) {
profile           947 chrome/browser/chromeos/login/user_manager_impl.cc               AuthSyncObserverFactory::GetInstance()->GetForProfile(profile);
profile           949 chrome/browser/chromeos/login/user_manager_impl.cc           multi_profile_user_controller_->StartObserving(profile);
profile           950 chrome/browser/chromeos/login/user_manager_impl.cc           multi_profile_first_run_notification_->UserProfilePrepared(profile);
profile           959 chrome/browser/chromeos/login/user_manager_impl.cc           profile == GetProfileByUser(GetPrimaryUser()) &&
profile           962 chrome/browser/chromeos/login/user_manager_impl.cc         GetNSSCertDatabaseForProfile(profile,
profile           968 chrome/browser/chromeos/login/user_manager_impl.cc       Profile* profile = content::Source<Profile>(source).ptr();
profile           969 chrome/browser/chromeos/login/user_manager_impl.cc       User* user = GetUserByProfile(profile);
profile          1180 chrome/browser/chromeos/login/user_manager_impl.cc void UserManagerImpl::OnProfilePrepared(Profile* profile) {
profile          1181 chrome/browser/chromeos/login/user_manager_impl.cc   LoginUtils::Get()->DoBrowserLaunch(profile,
profile          1190 chrome/browser/chromeos/login/user_manager_impl.cc     LoginUtils::Get()->RestoreAuthenticationSession(profile);
profile            88 chrome/browser/chromeos/login/user_manager_impl.h   virtual User* GetUserByProfile(Profile* profile) const OVERRIDE;
profile           164 chrome/browser/chromeos/login/user_manager_impl.h       Profile* profile,
profile           192 chrome/browser/chromeos/login/user_manager_impl.h   virtual void OnProfilePrepared(Profile* profile) OVERRIDE;
profile            65 chrome/browser/chromeos/login/wallpaper_manager_policy_browsertest.cc   Profile* profile = UserManager::Get()->GetProfileByUser(user);
profile            66 chrome/browser/chromeos/login/wallpaper_manager_policy_browsertest.cc   if (!profile) {
profile            71 chrome/browser/chromeos/login/wallpaper_manager_policy_browsertest.cc       policy::UserCloudPolicyManagerFactoryChromeOS::GetForProfile(profile);
profile           103 chrome/browser/chromeos/net/network_portal_notification_controller.cc   Profile* profile = ProfileManager::GetActiveUserProfile();
profile           104 chrome/browser/chromeos/net/network_portal_notification_controller.cc   if (!profile)
profile           106 chrome/browser/chromeos/net/network_portal_notification_controller.cc   chrome::ScopedTabbedBrowserDisplayer displayer(profile,
profile           199 chrome/browser/chromeos/net/onc_utils.cc   const NetworkProfile* profile =
profile           202 chrome/browser/chromeos/net/onc_utils.cc   if (!profile) {
profile           235 chrome/browser/chromeos/net/onc_utils.cc                                               profile->path);
profile            68 chrome/browser/chromeos/net/proxy_config_handler.cc   const NetworkProfile* profile = NetworkHandler::Get()
profile            70 chrome/browser/chromeos/net/proxy_config_handler.cc   if (!profile) {
profile            74 chrome/browser/chromeos/net/proxy_config_handler.cc   if (!profile_prefs && profile->type() == NetworkProfile::TYPE_USER) {
profile            80 chrome/browser/chromeos/offline/offline_load_page.cc   Profile* profile = Profile::FromBrowserContext(
profile            82 chrome/browser/chromeos/offline/offline_load_page.cc   DCHECK(profile);
profile            85 chrome/browser/chromeos/offline/offline_load_page.cc       extensions::ExtensionSystem::Get(profile)->extension_service();
profile            97 chrome/browser/chromeos/offline/offline_load_page.cc         profile->GetPrefs()->GetString(prefs::kAcceptLanguages);
profile           115 chrome/browser/chromeos/offline/offline_load_page.cc   Profile* profile = Profile::FromBrowserContext(
profile           117 chrome/browser/chromeos/offline/offline_load_page.cc   renderer_preferences_util::UpdateFromSystemSettings(prefs, profile);
profile           144 chrome/browser/chromeos/offline/offline_load_page.cc     Profile* profile = Profile::FromBrowserContext(
profile           146 chrome/browser/chromeos/offline/offline_load_page.cc     const extensions::Extension* extension = profile->GetExtensionService()->
profile           148 chrome/browser/chromeos/offline/offline_load_page.cc     apps::LaunchPlatformAppWithUrl(profile, extension, "",
profile           171 chrome/browser/chromeos/policy/cloud_external_data_policy_observer.cc   Profile* profile = content::Details<Profile>(details).ptr();
profile           173 chrome/browser/chromeos/policy/cloud_external_data_policy_observer.cc   const chromeos::User* user = user_manager_->GetUserByProfile(profile);
profile           186 chrome/browser/chromeos/policy/cloud_external_data_policy_observer.cc       ProfilePolicyConnectorFactory::GetForProfile(profile);
profile           747 chrome/browser/chromeos/policy/device_local_account_browsertest.cc   Profile* profile = GetProfileForTest();
profile           748 chrome/browser/chromeos/policy/device_local_account_browsertest.cc   ASSERT_TRUE(profile);
profile           750 chrome/browser/chromeos/policy/device_local_account_browsertest.cc       extensions::ExtensionSystem::Get(profile)->extension_service();
profile           841 chrome/browser/chromeos/policy/device_local_account_browsertest.cc   Profile* profile = GetProfileForTest();
profile           842 chrome/browser/chromeos/policy/device_local_account_browsertest.cc   ASSERT_TRUE(profile);
profile           844 chrome/browser/chromeos/policy/device_local_account_browsertest.cc       extensions::ExtensionSystem::Get(profile)->extension_service();
profile          1092 chrome/browser/chromeos/policy/device_local_account_browsertest.cc   Profile* profile = GetProfileForTest();
profile          1093 chrome/browser/chromeos/policy/device_local_account_browsertest.cc   ASSERT_TRUE(profile);
profile          1095 chrome/browser/chromeos/policy/device_local_account_browsertest.cc       apps::AppWindowRegistry::Get(profile);
profile          1107 chrome/browser/chromeos/policy/device_local_account_browsertest.cc       extensions::ExtensionSystem::Get(profile);
profile          1132 chrome/browser/chromeos/policy/device_local_account_browsertest.cc       profile, app, extensions::LAUNCH_CONTAINER_NONE, NEW_WINDOW));
profile          1156 chrome/browser/chromeos/policy/device_local_account_browsertest.cc   Browser* first_browser = CreateBrowser(profile);
profile          1171 chrome/browser/chromeos/policy/device_local_account_browsertest.cc   Browser* second_browser = CreateBrowser(profile);
profile          1212 chrome/browser/chromeos/policy/device_local_account_browsertest.cc   browser = CreateBrowser(profile);
profile           230 chrome/browser/chromeos/policy/login_screen_default_policy_browsertest.cc   Profile* profile = ProfileManager::GetActiveUserProfile();
profile           231 chrome/browser/chromeos/policy/login_screen_default_policy_browsertest.cc   ASSERT_TRUE(profile);
profile           233 chrome/browser/chromeos/policy/login_screen_default_policy_browsertest.cc       profile->GetPrefs()->FindPreference(pref_name);
profile            26 chrome/browser/chromeos/policy/policy_cert_service_factory.cc PolicyCertService* PolicyCertServiceFactory::GetForProfile(Profile* profile) {
profile            28 chrome/browser/chromeos/policy/policy_cert_service_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, false));
profile            33 chrome/browser/chromeos/policy/policy_cert_service_factory.cc     Profile* profile) {
profile            34 chrome/browser/chromeos/policy/policy_cert_service_factory.cc   DCHECK(!GetInstance()->GetServiceForBrowserContext(profile, false));
profile            36 chrome/browser/chromeos/policy/policy_cert_service_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            94 chrome/browser/chromeos/policy/policy_cert_service_factory.cc   Profile* profile = static_cast<Profile*>(context);
profile            98 chrome/browser/chromeos/policy/policy_cert_service_factory.cc       user_manager->GetUserByProfile(profile->GetOriginalProfile());
profile           107 chrome/browser/chromeos/policy/policy_cert_service_factory.cc   PrefService* prefs = profile->GetOriginalProfile()->GetPrefs();
profile           125 chrome/browser/chromeos/policy/policy_cert_service_factory.cc       UserNetworkConfigurationUpdaterFactory::GetForProfile(profile);
profile            30 chrome/browser/chromeos/policy/policy_cert_service_factory.h   static PolicyCertService* GetForProfile(Profile* profile);
profile            39 chrome/browser/chromeos/policy/policy_cert_service_factory.h   static scoped_ptr<PolicyCertVerifier> CreateForProfile(Profile* profile);
profile           147 chrome/browser/chromeos/policy/power_policy_browsertest.cc                                             Profile* profile);
profile           150 chrome/browser/chromeos/policy/power_policy_browsertest.cc   void ReloadUserPolicy(Profile* profile);
profile           222 chrome/browser/chromeos/policy/power_policy_browsertest.cc   Profile* profile = profile_manager->GetActiveUserProfile();
profile           223 chrome/browser/chromeos/policy/power_policy_browsertest.cc   ASSERT_TRUE(profile);
profile           234 chrome/browser/chromeos/policy/power_policy_browsertest.cc       base::Bind(&PowerPolicyBrowserTestBase::ReloadUserPolicy, this, profile),
profile           235 chrome/browser/chromeos/policy/power_policy_browsertest.cc       profile);
profile           240 chrome/browser/chromeos/policy/power_policy_browsertest.cc   Profile* profile = chromeos::ProfileHelper::GetSigninProfile();
profile           241 chrome/browser/chromeos/policy/power_policy_browsertest.cc   ASSERT_TRUE(profile);
profile           248 chrome/browser/chromeos/policy/power_policy_browsertest.cc       profile);
profile           258 chrome/browser/chromeos/policy/power_policy_browsertest.cc     Profile* profile) {
profile           265 chrome/browser/chromeos/policy/power_policy_browsertest.cc       ProfilePolicyConnectorFactory::GetForProfile(profile)->policy_service();
profile           273 chrome/browser/chromeos/policy/power_policy_browsertest.cc void PowerPolicyBrowserTestBase::ReloadUserPolicy(Profile* profile) {
profile           275 chrome/browser/chromeos/policy/power_policy_browsertest.cc       UserCloudPolicyManagerFactoryChromeOS::GetForProfile(profile);
profile            31 chrome/browser/chromeos/policy/recommendation_restorer.cc RecommendationRestorer::RecommendationRestorer(Profile* profile)
profile            33 chrome/browser/chromeos/policy/recommendation_restorer.cc   if (!chromeos::ProfileHelper::IsSigninProfile(profile))
profile            36 chrome/browser/chromeos/policy/recommendation_restorer.cc   pref_change_registrar_.Init(profile->GetPrefs());
profile            33 chrome/browser/chromeos/policy/recommendation_restorer.h   explicit RecommendationRestorer(Profile* profile);
profile            21 chrome/browser/chromeos/policy/recommendation_restorer_factory.cc     Profile* profile) {
profile            23 chrome/browser/chromeos/policy/recommendation_restorer_factory.cc           GetInstance()->GetServiceForBrowserContext(profile, false));
profile            23 chrome/browser/chromeos/policy/recommendation_restorer_factory.h   static RecommendationRestorer* GetForProfile(Profile* profile);
profile           132 chrome/browser/chromeos/policy/recommendation_restorer_unittest.cc   TestingProfile* profile = profile_manager_.CreateTestingProfile(
profile           136 chrome/browser/chromeos/policy/recommendation_restorer_unittest.cc   restorer_ = RecommendationRestorerFactory::GetForProfile(profile);
profile           142 chrome/browser/chromeos/policy/recommendation_restorer_unittest.cc   TestingProfile* profile = profile_manager_.CreateTestingProfile(
profile           145 chrome/browser/chromeos/policy/recommendation_restorer_unittest.cc   restorer_ = RecommendationRestorerFactory::GetForProfile(profile);
profile            64 chrome/browser/chromeos/policy/user_cloud_external_data_manager_browsertest.cc           browser()->profile());
profile            67 chrome/browser/chromeos/policy/user_cloud_external_data_manager_browsertest.cc       UserCloudPolicyManagerFactory::GetForBrowserContext(browser()->profile());
profile            80 chrome/browser/chromeos/policy/user_cloud_external_data_manager_browsertest.cc       ProfilePolicyConnectorFactory::GetForProfile(browser()->profile());
profile            80 chrome/browser/chromeos/policy/user_cloud_policy_manager_factory_chromeos.cc         Profile* profile) {
profile            81 chrome/browser/chromeos/policy/user_cloud_policy_manager_factory_chromeos.cc   return GetInstance()->GetManagerForProfile(profile);
profile            87 chrome/browser/chromeos/policy/user_cloud_policy_manager_factory_chromeos.cc         Profile* profile,
profile            91 chrome/browser/chromeos/policy/user_cloud_policy_manager_factory_chromeos.cc       profile, force_immediate_load, background_task_runner);
profile           106 chrome/browser/chromeos/policy/user_cloud_policy_manager_factory_chromeos.cc         Profile* profile) {
profile           109 chrome/browser/chromeos/policy/user_cloud_policy_manager_factory_chromeos.cc   ManagerMap::const_iterator it = managers_.find(profile->GetOriginalProfile());
profile           115 chrome/browser/chromeos/policy/user_cloud_policy_manager_factory_chromeos.cc         Profile* profile,
profile           120 chrome/browser/chromeos/policy/user_cloud_policy_manager_factory_chromeos.cc   if (chromeos::ProfileHelper::IsSigninProfile(profile))
profile           127 chrome/browser/chromeos/policy/user_cloud_policy_manager_factory_chromeos.cc   chromeos::User* user = user_manager->GetUserByProfile(profile);
profile           156 chrome/browser/chromeos/policy/user_cloud_policy_manager_factory_chromeos.cc   base::FilePath profile_dir = profile->GetPath();
profile           212 chrome/browser/chromeos/policy/user_cloud_policy_manager_factory_chromeos.cc   manager->Init(SchemaRegistryServiceFactory::GetForContext(profile));
profile           218 chrome/browser/chromeos/policy/user_cloud_policy_manager_factory_chromeos.cc   DCHECK(managers_.find(profile) == managers_.end());
profile           219 chrome/browser/chromeos/policy/user_cloud_policy_manager_factory_chromeos.cc   managers_[profile] = manager.get();
profile           225 chrome/browser/chromeos/policy/user_cloud_policy_manager_factory_chromeos.cc   Profile* profile = static_cast<Profile*>(context);
profile           226 chrome/browser/chromeos/policy/user_cloud_policy_manager_factory_chromeos.cc   if (profile->IsOffTheRecord())
profile           228 chrome/browser/chromeos/policy/user_cloud_policy_manager_factory_chromeos.cc   UserCloudPolicyManagerChromeOS* manager = GetManagerForProfile(profile);
profile           235 chrome/browser/chromeos/policy/user_cloud_policy_manager_factory_chromeos.cc   Profile* profile = static_cast<Profile*>(context);
profile           236 chrome/browser/chromeos/policy/user_cloud_policy_manager_factory_chromeos.cc   managers_.erase(profile);
profile            51 chrome/browser/chromeos/policy/user_cloud_policy_manager_factory_chromeos.h   static UserCloudPolicyManagerChromeOS* GetForProfile(Profile* profile);
profile            60 chrome/browser/chromeos/policy/user_cloud_policy_manager_factory_chromeos.h       Profile* profile,
profile            71 chrome/browser/chromeos/policy/user_cloud_policy_manager_factory_chromeos.h   UserCloudPolicyManagerChromeOS* GetManagerForProfile(Profile* profile);
profile            73 chrome/browser/chromeos/policy/user_cloud_policy_manager_factory_chromeos.h       Profile* profile,
profile            38 chrome/browser/chromeos/policy/user_cloud_policy_token_forwarder_factory.cc   Profile* profile = static_cast<Profile*>(context);
profile            40 chrome/browser/chromeos/policy/user_cloud_policy_token_forwarder_factory.cc       UserCloudPolicyManagerFactoryChromeOS::GetForProfile(profile);
profile            42 chrome/browser/chromeos/policy/user_cloud_policy_token_forwarder_factory.cc       ProfileOAuth2TokenServiceFactory::GetForProfile(profile);
profile            44 chrome/browser/chromeos/policy/user_cloud_policy_token_forwarder_factory.cc       SigninManagerFactory::GetForProfile(profile);
profile            35 chrome/browser/chromeos/policy/user_network_configuration_updater.cc     Profile* profile,
profile            41 chrome/browser/chromeos/policy/user_network_configuration_updater.cc       new UserNetworkConfigurationUpdater(profile,
profile            61 chrome/browser/chromeos/policy/user_network_configuration_updater.cc     Profile* profile,
profile            81 chrome/browser/chromeos/policy/user_network_configuration_updater.cc                    content::Source<Profile>(profile));
profile           136 chrome/browser/chromeos/policy/user_network_configuration_updater.cc   Profile* profile = content::Source<Profile>(source).ptr();
profile           142 chrome/browser/chromeos/policy/user_network_configuration_updater.cc       profile,
profile            68 chrome/browser/chromeos/policy/user_network_configuration_updater.h       Profile* profile,
profile            95 chrome/browser/chromeos/policy/user_network_configuration_updater.h       Profile* profile,
profile            25 chrome/browser/chromeos/policy/user_network_configuration_updater_factory.cc UserNetworkConfigurationUpdaterFactory::GetForProfile(Profile* profile) {
profile            27 chrome/browser/chromeos/policy/user_network_configuration_updater_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            64 chrome/browser/chromeos/policy/user_network_configuration_updater_factory.cc   Profile* profile = static_cast<Profile*>(context);
profile            65 chrome/browser/chromeos/policy/user_network_configuration_updater_factory.cc   if (chromeos::ProfileHelper::IsSigninProfile(profile))
profile            69 chrome/browser/chromeos/policy/user_network_configuration_updater_factory.cc   chromeos::User* user = user_manager->GetUserByProfile(profile);
profile            80 chrome/browser/chromeos/policy/user_network_configuration_updater_factory.cc       ProfilePolicyConnectorFactory::GetForProfile(profile);
profile            83 chrome/browser/chromeos/policy/user_network_configuration_updater_factory.cc       profile,
profile            28 chrome/browser/chromeos/policy/user_network_configuration_updater_factory.h   static UserNetworkConfigurationUpdater* GetForProfile(Profile* profile);
profile            91 chrome/browser/chromeos/power/power_prefs.cc       Profile* profile = content::Source<Profile>(source).ptr();
profile            92 chrome/browser/chromeos/power/power_prefs.cc       if (profile_ == profile)
profile           231 chrome/browser/chromeos/power/power_prefs.cc void PowerPrefs::SetProfile(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           240 chrome/browser/chromeos/power/power_prefs.cc   if (!profile)
profile           247 chrome/browser/chromeos/power/power_prefs.cc   pref_change_registrar_->Init(profile->GetPrefs());
profile            54 chrome/browser/chromeos/power/power_prefs.h   void SetProfile(Profile* profile);
profile            48 chrome/browser/chromeos/power/power_prefs_unittest.cc   std::string GetExpectedPowerPolicyForProfile(Profile* profile) const;
profile            50 chrome/browser/chromeos/power/power_prefs_unittest.cc   bool GetExpectedAllowScreenWakeLocksForProfile(Profile* profile) const;
profile            95 chrome/browser/chromeos/power/power_prefs_unittest.cc     Profile* profile) const {
profile            96 chrome/browser/chromeos/power/power_prefs_unittest.cc   const PrefService* prefs = profile->GetPrefs();
profile           151 chrome/browser/chromeos/power/power_prefs_unittest.cc     Profile* profile) const {
profile           152 chrome/browser/chromeos/power/power_prefs_unittest.cc   return profile->GetPrefs()->GetBoolean(prefs::kPowerAllowScreenWakeLocks);
profile            34 chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.cc void AvatarMenuActionsChromeOS::EditProfile(Profile* profile, size_t index) {
profile            40 chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.cc   return (!browser_ || !browser_->profile()->IsManaged()) &&
profile            24 chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.h   virtual void EditProfile(Profile* profile, size_t index) OVERRIDE;
profile            14 chrome/browser/chromeos/profiles/avatar_menu_chromeos.cc void AvatarMenu::GetImageForMenuButton(Profile* profile,
profile            19 chrome/browser/chromeos/profiles/avatar_menu_chromeos.cc   *image = ash::GetAvatarImageForContext(profile);
profile            90 chrome/browser/chromeos/profiles/profile_helper.cc std::string ProfileHelper::GetUserIdHashFromProfile(Profile* profile) {
profile            91 chrome/browser/chromeos/profiles/profile_helper.cc   if (!profile)
profile            94 chrome/browser/chromeos/profiles/profile_helper.cc   std::string profile_dir = profile->GetPath().BaseName().value();
profile           121 chrome/browser/chromeos/profiles/profile_helper.cc bool ProfileHelper::IsSigninProfile(Profile* profile) {
profile           122 chrome/browser/chromeos/profiles/profile_helper.cc   return profile->GetPath().BaseName().value() == chrome::kInitialProfile;
profile           126 chrome/browser/chromeos/profiles/profile_helper.cc bool ProfileHelper::IsOwnerProfile(Profile* profile) {
profile           127 chrome/browser/chromeos/profiles/profile_helper.cc   if (!profile)
profile           130 chrome/browser/chromeos/profiles/profile_helper.cc   chromeos::User* user = manager->GetUserByProfile(profile);
profile           136 chrome/browser/chromeos/profiles/profile_helper.cc void ProfileHelper::ProfileStartup(Profile* profile, bool process_startup) {
profile           142 chrome/browser/chromeos/profiles/profile_helper.cc   profile->InitChromeOSPreferences();
profile           146 chrome/browser/chromeos/profiles/profile_helper.cc   if (!IsSigninProfile(profile) &&
profile           151 chrome/browser/chromeos/profiles/profile_helper.cc             profile);
profile            62 chrome/browser/chromeos/profiles/profile_helper.h   static std::string GetUserIdHashFromProfile(Profile* profile);
profile            70 chrome/browser/chromeos/profiles/profile_helper.h   static bool IsSigninProfile(Profile* profile);
profile            73 chrome/browser/chromeos/profiles/profile_helper.h   static bool IsOwnerProfile(Profile* profile);
profile            77 chrome/browser/chromeos/profiles/profile_helper.h   void ProfileStartup(Profile* profile, bool process_startup);
profile            14 chrome/browser/chromeos/profiles/profile_util.cc bool IsProfileAssociatedWithGaiaAccount(Profile* profile) {
profile            19 chrome/browser/chromeos/profiles/profile_util.cc   if (profile->IsOffTheRecord())
profile            26 chrome/browser/chromeos/profiles/profile_util.cc   if (profile->GetPath() == ProfileHelper::GetSigninProfileDir())
profile            15 chrome/browser/chromeos/profiles/profile_util.h bool IsProfileAssociatedWithGaiaAccount(Profile* profile);
profile           133 chrome/browser/chromeos/proxy_config_service_impl.cc   const NetworkProfile* profile = NetworkHandler::Get()
profile           135 chrome/browser/chromeos/proxy_config_service_impl.cc   if (!profile) {
profile           140 chrome/browser/chromeos/proxy_config_service_impl.cc   if (profile->type() == NetworkProfile::TYPE_USER) {
profile            46 chrome/browser/chromeos/status/data_promo_notification.cc   Profile* profile = ProfileManager::GetPrimaryUserProfile();
profile            47 chrome/browser/chromeos/status/data_promo_notification.cc   PrefService* prefs = profile->GetPrefs();
profile            57 chrome/browser/chromeos/status/data_promo_notification.cc   Profile* profile = ProfileManager::GetPrimaryUserProfile();
profile            58 chrome/browser/chromeos/status/data_promo_notification.cc   PrefService* prefs = profile->GetPrefs();
profile            25 chrome/browser/collected_cookies_browsertest.cc   CookieSettings::Factory::GetForProfile(browser()->profile())->
profile            44 chrome/browser/collected_cookies_browsertest.cc   CookieSettings::Factory::GetForProfile(browser()->profile())->
profile            64 chrome/browser/content_settings/content_settings_browsertest.cc     ASSERT_TRUE(content::GetCookies(browser()->profile(), url).empty());
profile            67 chrome/browser/content_settings/content_settings_browsertest.cc     ASSERT_TRUE(content::GetCookies(incognito->profile(), url).empty());
profile            70 chrome/browser/content_settings/content_settings_browsertest.cc               !content::GetCookies(incognito->profile(), url).empty());
profile            73 chrome/browser/content_settings/content_settings_browsertest.cc     ASSERT_TRUE(content::GetCookies(browser()->profile(), url).empty());
profile            92 chrome/browser/content_settings/content_settings_browsertest.cc     ASSERT_TRUE(content::GetCookies(incognito->profile(), url).empty());
profile            97 chrome/browser/content_settings/content_settings_browsertest.cc     ASSERT_TRUE(GetCookies(browser()->profile(), url).empty());
profile           102 chrome/browser/content_settings/content_settings_browsertest.cc     ASSERT_FALSE(GetCookies(browser()->profile(), url).empty());
profile           106 chrome/browser/content_settings/content_settings_browsertest.cc     ASSERT_FALSE(GetCookies(browser()->profile(), url).empty());
profile           142 chrome/browser/content_settings/content_settings_browsertest.cc   CookieSettings::Factory::GetForProfile(browser()->profile())->
profile           146 chrome/browser/content_settings/content_settings_browsertest.cc   ASSERT_TRUE(GetCookies(browser()->profile(), url).empty());
profile           154 chrome/browser/content_settings/content_settings_browsertest.cc       CookieSettings::Factory::GetForProfile(browser()->profile())->
profile           164 chrome/browser/content_settings/content_settings_browsertest.cc       CookieSettings::Factory::GetForProfile(browser()->profile()).get();
profile           168 chrome/browser/content_settings/content_settings_browsertest.cc   ASSERT_TRUE(GetCookies(browser()->profile(), url).empty());
profile           175 chrome/browser/content_settings/content_settings_browsertest.cc   ASSERT_FALSE(GetCookies(browser()->profile(), url).empty());
profile           183 chrome/browser/content_settings/content_settings_browsertest.cc       CookieSettings::Factory::GetForProfile(browser()->profile()).get();
profile           189 chrome/browser/content_settings/content_settings_browsertest.cc   ASSERT_TRUE(GetCookies(browser()->profile(), url).empty());
profile           195 chrome/browser/content_settings/content_settings_browsertest.cc   ASSERT_FALSE(GetCookies(browser()->profile(), unblocked_url).empty());
profile           211 chrome/browser/content_settings/content_settings_browsertest.cc       CookieSettings::Factory::GetForProfile(browser()->profile()).get();
profile           215 chrome/browser/content_settings/content_settings_browsertest.cc   ASSERT_TRUE(GetCookies(browser()->profile(), url).empty());
profile           221 chrome/browser/content_settings/content_settings_browsertest.cc   ASSERT_FALSE(GetCookies(browser()->profile(), url).empty());
profile           228 chrome/browser/content_settings/content_settings_browsertest.cc   ASSERT_TRUE(GetCookies(browser()->profile(), url).empty());
profile           239 chrome/browser/content_settings/content_settings_browsertest.cc   CookieSettings::Factory::GetForProfile(browser()->profile())->
profile           256 chrome/browser/content_settings/content_settings_browsertest.cc   browser()->profile()->GetHostContentSettingsMap()->SetDefaultContentSetting(
profile           282 chrome/browser/content_settings/content_settings_browsertest.cc   CookieSettings::Factory::GetForProfile(browser()->profile())->
profile           314 chrome/browser/content_settings/content_settings_browsertest.cc   browser()->profile()->GetHostContentSettingsMap()->SetDefaultContentSetting(
profile           342 chrome/browser/content_settings/content_settings_browsertest.cc   browser()->profile()->GetHostContentSettingsMap()->SetDefaultContentSetting(
profile           344 chrome/browser/content_settings/content_settings_browsertest.cc   browser()->profile()->GetHostContentSettingsMap()
profile           363 chrome/browser/content_settings/content_settings_browsertest.cc   browser()->profile()->GetHostContentSettingsMap()
profile           387 chrome/browser/content_settings/content_settings_browsertest.cc   browser()->profile()->GetHostContentSettingsMap()->SetDefaultContentSetting(
profile           418 chrome/browser/content_settings/content_settings_browsertest.cc   browser()->profile()->GetHostContentSettingsMap()->SetDefaultContentSetting(
profile           442 chrome/browser/content_settings/content_settings_browsertest.cc   browser()->profile()->GetHostContentSettingsMap()->SetDefaultContentSetting(
profile           619 chrome/browser/content_settings/content_settings_browsertest.cc     browser()->profile()->GetHostContentSettingsMap()->SetDefaultContentSetting(
profile           629 chrome/browser/content_settings/content_settings_browsertest.cc     browser()->profile()->GetHostContentSettingsMap()->SetDefaultContentSetting(
profile           631 chrome/browser/content_settings/content_settings_browsertest.cc     browser()->profile()->GetHostContentSettingsMap()->SetDefaultContentSetting(
profile           645 chrome/browser/content_settings/content_settings_browsertest.cc   browser()->profile()->GetHostContentSettingsMap()->SetDefaultContentSetting(
profile            37 chrome/browser/content_settings/content_settings_internal_extension_provider.cc   Profile* profile = extension_service->profile();
profile            39 chrome/browser/content_settings/content_settings_internal_extension_provider.cc                   content::Source<Profile>(profile));
profile            41 chrome/browser/content_settings/content_settings_internal_extension_provider.cc                   content::Source<Profile>(profile));
profile            43 chrome/browser/content_settings/content_settings_internal_extension_provider.cc                   content::Source<Profile>(profile));
profile            49 chrome/browser/content_settings/content_settings_policy_provider_unittest.cc   TestingProfile profile;
profile            50 chrome/browser/content_settings/content_settings_policy_provider_unittest.cc   TestingPrefServiceSyncable* prefs = profile.GetTestingPrefService();
profile            83 chrome/browser/content_settings/content_settings_policy_provider_unittest.cc   TestingProfile profile;
profile            84 chrome/browser/content_settings/content_settings_policy_provider_unittest.cc   TestingPrefServiceSyncable* prefs = profile.GetTestingPrefService();
profile           110 chrome/browser/content_settings/content_settings_policy_provider_unittest.cc   TestingProfile profile;
profile           111 chrome/browser/content_settings/content_settings_policy_provider_unittest.cc   TestingPrefServiceSyncable* prefs = profile.GetTestingPrefService();
profile           137 chrome/browser/content_settings/content_settings_policy_provider_unittest.cc   TestingProfile profile;
profile           138 chrome/browser/content_settings/content_settings_policy_provider_unittest.cc   TestingPrefServiceSyncable* prefs = profile.GetTestingPrefService();
profile           209 chrome/browser/content_settings/content_settings_policy_provider_unittest.cc   TestingProfile profile;
profile           210 chrome/browser/content_settings/content_settings_policy_provider_unittest.cc   TestingPrefServiceSyncable* prefs = profile.GetTestingPrefService();
profile           246 chrome/browser/content_settings/content_settings_policy_provider_unittest.cc   TestingProfile profile;
profile           247 chrome/browser/content_settings/content_settings_policy_provider_unittest.cc   TestingPrefServiceSyncable* prefs = profile.GetTestingPrefService();
profile           106 chrome/browser/content_settings/content_settings_pref_provider_unittest.cc   TestingProfile profile;
profile           107 chrome/browser/content_settings/content_settings_pref_provider_unittest.cc   PrefProvider pref_content_settings_provider(profile.GetPrefs(), false);
profile           157 chrome/browser/content_settings/content_settings_pref_provider_unittest.cc   scoped_ptr<TestingProfile> profile = profile_builder.Build();
profile           163 chrome/browser/content_settings/content_settings_pref_provider_unittest.cc   profile->SetOffTheRecordProfile(otr_profile.PassAs<Profile>());
profile           390 chrome/browser/content_settings/content_settings_pref_provider_unittest.cc   TestingProfile profile;
profile           391 chrome/browser/content_settings/content_settings_pref_provider_unittest.cc   TestingPrefServiceSyncable* prefs = profile.GetTestingPrefService();
profile            19 chrome/browser/content_settings/content_settings_usages_state.cc ContentSettingsUsagesState::ContentSettingsUsagesState(Profile* profile,
profile            21 chrome/browser/content_settings/content_settings_usages_state.cc     : profile_(profile),
profile            26 chrome/browser/content_settings/content_settings_usages_state.h   ContentSettingsUsagesState(Profile* profile, ContentSettingsType type);
profile            30 chrome/browser/content_settings/content_settings_usages_state_unittest.cc     TestingProfile profile;
profile            31 chrome/browser/content_settings/content_settings_usages_state_unittest.cc     ContentSettingsUsagesState state(&profile, type);
profile            40 chrome/browser/content_settings/content_settings_usages_state_unittest.cc     profile.GetHostContentSettingsMap()->SetContentSetting(
profile            49 chrome/browser/content_settings/content_settings_usages_state_unittest.cc     profile.GetHostContentSettingsMap()->SetContentSetting(
profile           135 chrome/browser/content_settings/content_settings_usages_state_unittest.cc     TestingProfile profile;
profile           136 chrome/browser/content_settings/content_settings_usages_state_unittest.cc     ContentSettingsUsagesState state(&profile, type);
profile           145 chrome/browser/content_settings/content_settings_usages_state_unittest.cc     profile.GetHostContentSettingsMap()->SetContentSetting(
profile           154 chrome/browser/content_settings/content_settings_usages_state_unittest.cc     profile.GetHostContentSettingsMap()->SetContentSetting(
profile           163 chrome/browser/content_settings/content_settings_usages_state_unittest.cc     profile.GetHostContentSettingsMap()->SetContentSetting(
profile            50 chrome/browser/content_settings/cookie_settings.cc     Profile* profile) {
profile            53 chrome/browser/content_settings/cookie_settings.cc       GetInstance()->GetServiceForBrowserContext(profile, true).get());
profile            85 chrome/browser/content_settings/cookie_settings.cc   Profile* profile = static_cast<Profile*>(context);
profile            86 chrome/browser/content_settings/cookie_settings.cc   return new CookieSettings(profile->GetHostContentSettingsMap(),
profile            87 chrome/browser/content_settings/cookie_settings.cc                             profile->GetPrefs());
profile           109 chrome/browser/content_settings/cookie_settings.h     static scoped_refptr<CookieSettings> GetForProfile(Profile* profile);
profile            41 chrome/browser/content_settings/host_content_settings_map_unittest.cc   TestingProfile profile;
profile            43 chrome/browser/content_settings/host_content_settings_map_unittest.cc       profile.GetHostContentSettingsMap();
profile            74 chrome/browser/content_settings/host_content_settings_map_unittest.cc   TestingProfile profile;
profile            76 chrome/browser/content_settings/host_content_settings_map_unittest.cc       profile.GetHostContentSettingsMap();
profile           183 chrome/browser/content_settings/host_content_settings_map_unittest.cc   TestingProfile profile;
profile           185 chrome/browser/content_settings/host_content_settings_map_unittest.cc       profile.GetHostContentSettingsMap();
profile           230 chrome/browser/content_settings/host_content_settings_map_unittest.cc   TestingProfile profile;
profile           232 chrome/browser/content_settings/host_content_settings_map_unittest.cc       profile.GetHostContentSettingsMap();
profile           271 chrome/browser/content_settings/host_content_settings_map_unittest.cc   TestingProfile profile;
profile           273 chrome/browser/content_settings/host_content_settings_map_unittest.cc       profile.GetHostContentSettingsMap();
profile           312 chrome/browser/content_settings/host_content_settings_map_unittest.cc   TestingProfile profile;
profile           314 chrome/browser/content_settings/host_content_settings_map_unittest.cc       profile.GetHostContentSettingsMap();
profile           316 chrome/browser/content_settings/host_content_settings_map_unittest.cc   PrefService* prefs = profile.GetPrefs();
profile           348 chrome/browser/content_settings/host_content_settings_map_unittest.cc   TestingProfile profile;
profile           350 chrome/browser/content_settings/host_content_settings_map_unittest.cc       profile.GetHostContentSettingsMap();
profile           352 chrome/browser/content_settings/host_content_settings_map_unittest.cc   PrefService* prefs = profile.GetPrefs();
profile           394 chrome/browser/content_settings/host_content_settings_map_unittest.cc   TestingProfile profile;
profile           396 chrome/browser/content_settings/host_content_settings_map_unittest.cc       profile.GetHostContentSettingsMap();
profile           398 chrome/browser/content_settings/host_content_settings_map_unittest.cc       CookieSettings::Factory::GetForProfile(&profile).get();
profile           549 chrome/browser/content_settings/host_content_settings_map_unittest.cc   TestingProfile profile;
profile           551 chrome/browser/content_settings/host_content_settings_map_unittest.cc       profile.GetHostContentSettingsMap();
profile           615 chrome/browser/content_settings/host_content_settings_map_unittest.cc   TestingProfile profile;
profile           617 chrome/browser/content_settings/host_content_settings_map_unittest.cc       profile.GetHostContentSettingsMap();
profile           619 chrome/browser/content_settings/host_content_settings_map_unittest.cc       new HostContentSettingsMap(profile.GetPrefs(),
profile           668 chrome/browser/content_settings/host_content_settings_map_unittest.cc   TestingProfile profile;
profile           669 chrome/browser/content_settings/host_content_settings_map_unittest.cc   PrefService* prefs = profile.GetPrefs();
profile           682 chrome/browser/content_settings/host_content_settings_map_unittest.cc   profile.GetHostContentSettingsMap();
profile           696 chrome/browser/content_settings/host_content_settings_map_unittest.cc   TestingProfile profile;
profile           700 chrome/browser/content_settings/host_content_settings_map_unittest.cc   profile.GetPrefs()->Set(prefs::kContentSettingsPatternPairs, *value);
profile           705 chrome/browser/content_settings/host_content_settings_map_unittest.cc   profile.GetPrefs()->Set(prefs::kContentSettingsPatternPairs, *puny_value);
profile           708 chrome/browser/content_settings/host_content_settings_map_unittest.cc   profile.GetHostContentSettingsMap();
profile           711 chrome/browser/content_settings/host_content_settings_map_unittest.cc       profile.GetPrefs()->GetDictionary(prefs::kContentSettingsPatternPairs);
profile           721 chrome/browser/content_settings/host_content_settings_map_unittest.cc   TestingProfile profile;
profile           723 chrome/browser/content_settings/host_content_settings_map_unittest.cc       profile.GetHostContentSettingsMap();
profile           724 chrome/browser/content_settings/host_content_settings_map_unittest.cc   TestingPrefServiceSyncable* prefs = profile.GetTestingPrefService();
profile           759 chrome/browser/content_settings/host_content_settings_map_unittest.cc   TestingProfile profile;
profile           761 chrome/browser/content_settings/host_content_settings_map_unittest.cc       profile.GetHostContentSettingsMap();
profile           762 chrome/browser/content_settings/host_content_settings_map_unittest.cc   TestingPrefServiceSyncable* prefs = profile.GetTestingPrefService();
profile           795 chrome/browser/content_settings/host_content_settings_map_unittest.cc   TestingProfile profile;
profile           797 chrome/browser/content_settings/host_content_settings_map_unittest.cc       profile.GetHostContentSettingsMap();
profile           798 chrome/browser/content_settings/host_content_settings_map_unittest.cc   TestingPrefServiceSyncable* prefs = profile.GetTestingPrefService();
profile           840 chrome/browser/content_settings/host_content_settings_map_unittest.cc   TestingProfile profile;
profile           842 chrome/browser/content_settings/host_content_settings_map_unittest.cc       profile.GetHostContentSettingsMap();
profile           843 chrome/browser/content_settings/host_content_settings_map_unittest.cc   TestingPrefServiceSyncable* prefs = profile.GetTestingPrefService();
profile           870 chrome/browser/content_settings/host_content_settings_map_unittest.cc   TestingProfile profile;
profile           872 chrome/browser/content_settings/host_content_settings_map_unittest.cc       profile.GetHostContentSettingsMap();
profile           873 chrome/browser/content_settings/host_content_settings_map_unittest.cc   TestingPrefServiceSyncable* prefs = profile.GetTestingPrefService();
profile           894 chrome/browser/content_settings/host_content_settings_map_unittest.cc   TestingProfile profile;
profile           896 chrome/browser/content_settings/host_content_settings_map_unittest.cc       profile.GetHostContentSettingsMap();
profile           917 chrome/browser/content_settings/host_content_settings_map_unittest.cc   TestingProfile profile;
profile           919 chrome/browser/content_settings/host_content_settings_map_unittest.cc       profile.GetHostContentSettingsMap();
profile           946 chrome/browser/content_settings/host_content_settings_map_unittest.cc   TestingProfile profile;
profile           947 chrome/browser/content_settings/host_content_settings_map_unittest.cc   TestingPrefServiceSyncable* prefs = profile.GetTestingPrefService();
profile           955 chrome/browser/content_settings/host_content_settings_map_unittest.cc   profile.GetPrefs()->Set(prefs::kContentSettingsPatternPairs, *patterns);
profile           958 chrome/browser/content_settings/host_content_settings_map_unittest.cc   profile.GetPrefs()->Set(prefs::kDefaultContentSettings, *defaults);
profile           961 chrome/browser/content_settings/host_content_settings_map_unittest.cc       profile.GetHostContentSettingsMap();
profile            33 chrome/browser/content_settings/local_shared_objects_container.cc LocalSharedObjectsContainer::LocalSharedObjectsContainer(Profile* profile)
profile            34 chrome/browser/content_settings/local_shared_objects_container.cc     : appcaches_(new CannedBrowsingDataAppCacheHelper(profile)),
profile            36 chrome/browser/content_settings/local_shared_objects_container.cc           profile->GetRequestContext())),
profile            37 chrome/browser/content_settings/local_shared_objects_container.cc       databases_(new CannedBrowsingDataDatabaseHelper(profile)),
profile            38 chrome/browser/content_settings/local_shared_objects_container.cc       file_systems_(new CannedBrowsingDataFileSystemHelper(profile)),
profile            40 chrome/browser/content_settings/local_shared_objects_container.cc           content::BrowserContext::GetDefaultStoragePartition(profile)->
profile            42 chrome/browser/content_settings/local_shared_objects_container.cc       local_storages_(new CannedBrowsingDataLocalStorageHelper(profile)),
profile            44 chrome/browser/content_settings/local_shared_objects_container.cc       session_storages_(new CannedBrowsingDataLocalStorageHelper(profile)) {
profile            24 chrome/browser/content_settings/local_shared_objects_container.h   explicit LocalSharedObjectsContainer(Profile* profile);
profile           135 chrome/browser/content_settings/permission_queue_controller.cc PermissionQueueController::PermissionQueueController(Profile* profile,
profile           137 chrome/browser/content_settings/permission_queue_controller.cc     : profile_(profile),
profile            30 chrome/browser/content_settings/permission_queue_controller.h   PermissionQueueController(Profile* profile, ContentSettingsType type);
profile            49 chrome/browser/content_settings/permission_queue_controller_unittest.cc   explicit ObservationCountingQueueController(Profile* profile);
profile            66 chrome/browser/content_settings/permission_queue_controller_unittest.cc     Profile* profile)
profile            67 chrome/browser/content_settings/permission_queue_controller_unittest.cc     : PermissionQueueController(profile, CONTENT_SETTINGS_TYPE_GEOLOCATION),
profile            96 chrome/browser/content_settings/permission_queue_controller_unittest.cc   ObservationCountingQueueController queue_controller(profile());
profile           710 chrome/browser/content_settings/tab_specific_content_settings.cc     Profile* profile =
profile           713 chrome/browser/content_settings/tab_specific_content_settings.cc     GetRendererContentSettingRules(profile->GetHostContentSettingsMap(),
profile           312 chrome/browser/custom_handlers/protocol_handler_registry.cc ProtocolHandlerRegistry::ProtocolHandlerRegistry(Profile* profile,
profile           314 chrome/browser/custom_handlers/protocol_handler_registry.cc     : profile_(profile),
profile           136 chrome/browser/custom_handlers/protocol_handler_registry.h   ProtocolHandlerRegistry(Profile* profile, Delegate* delegate);
profile            54 chrome/browser/custom_handlers/protocol_handler_registry_browsertest.cc         ProtocolHandlerRegistryFactory::GetForProfile(browser()->profile());
profile            76 chrome/browser/custom_handlers/protocol_handler_registry_browsertest.cc       ProtocolHandlerRegistryFactory::GetForProfile(browser()->profile());
profile            20 chrome/browser/custom_handlers/protocol_handler_registry_factory.cc     Profile* profile) {
profile            22 chrome/browser/custom_handlers/protocol_handler_registry_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            56 chrome/browser/custom_handlers/protocol_handler_registry_factory.cc     content::BrowserContext* profile) const {
profile            58 chrome/browser/custom_handlers/protocol_handler_registry_factory.cc       static_cast<Profile*>(profile), new ProtocolHandlerRegistry::Delegate());
profile            27 chrome/browser/custom_handlers/protocol_handler_registry_factory.h   static ProtocolHandlerRegistry* GetForProfile(Profile* profile);
profile            44 chrome/browser/custom_handlers/protocol_handler_registry_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile           230 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc   explicit NotificationCounter(Profile* profile)
profile           235 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc         content::Source<Profile>(profile));
profile           254 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc   QueryProtocolHandlerOnChange(Profile* profile,
profile           261 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc         content::Source<Profile>(profile));
profile           347 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc     registry_.reset(new ProtocolHandlerRegistry(profile(), delegate()));
profile           686 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc   NotificationCounter counter(profile());
profile           706 chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc   QueryProtocolHandlerOnChange queryer(profile(), registry());
profile            70 chrome/browser/custom_home_pages_table_model.cc CustomHomePagesTableModel::CustomHomePagesTableModel(Profile* profile)
profile            71 chrome/browser/custom_home_pages_table_model.cc     : profile_(profile),
profile           182 chrome/browser/custom_home_pages_table_model.cc     if (browser->profile() != profile_)
profile            27 chrome/browser/custom_home_pages_table_model.h   explicit CustomHomePagesTableModel(Profile* profile);
profile           183 chrome/browser/devtools/adb/android_rsa.cc crypto::RSAPrivateKey* AndroidRSAPrivateKey(Profile* profile) {
profile           185 chrome/browser/devtools/adb/android_rsa.cc       profile->GetPrefs()->GetString(prefs::kDevToolsAdbKey);
profile           200 chrome/browser/devtools/adb/android_rsa.cc     profile->GetPrefs()->SetString(prefs::kDevToolsAdbKey,
profile            16 chrome/browser/devtools/adb/android_rsa.h crypto::RSAPrivateKey* AndroidRSAPrivateKey(Profile* profile);
profile           400 chrome/browser/devtools/adb_client_socket_browsertest.cc         browser()->profile());
profile           224 chrome/browser/devtools/android_device.cc   explicit UsbDeviceProvider(Profile* profile);
profile           237 chrome/browser/devtools/android_device.cc UsbDeviceProvider::UsbDeviceProvider(Profile* profile){
profile           238 chrome/browser/devtools/android_device.cc   rsa_key_.reset(AndroidRSAPrivateKey(profile));
profile           414 chrome/browser/devtools/android_device.cc     AndroidDeviceProvider::GetUsbDeviceProvider(Profile* profile) {
profile           415 chrome/browser/devtools/android_device.cc   return new UsbDeviceProvider(profile);
profile            79 chrome/browser/devtools/android_device.h       GetUsbDeviceProvider(Profile* profile);
profile            42 chrome/browser/devtools/browser_list_tabcontents_provider.cc     profiles.insert((*it)->profile());
profile            74 chrome/browser/devtools/browser_list_tabcontents_provider.cc     Profile* profile = (*it)->profile();
profile            75 chrome/browser/devtools/browser_list_tabcontents_provider.cc     history::TopSites* top_sites = profile->GetTopSites();
profile           709 chrome/browser/devtools/devtools_adb_bridge.cc     Profile* profile) {
profile           712 chrome/browser/devtools/devtools_adb_bridge.cc           GetServiceForBrowserContext(profile, true));
profile           738 chrome/browser/devtools/devtools_adb_bridge.cc                      Profile* profile) {
profile           747 chrome/browser/devtools/devtools_adb_bridge.cc           frontend_url, browser->adb_thread()->message_loop(), profile);
profile           759 chrome/browser/devtools/devtools_adb_bridge.cc       Profile* profile)
profile           762 chrome/browser/devtools/devtools_adb_bridge.cc         profile_(profile) {
profile           835 chrome/browser/devtools/devtools_adb_bridge.cc   virtual void Inspect(Profile* profile) const OVERRIDE;
profile           898 chrome/browser/devtools/devtools_adb_bridge.cc void RemotePageTarget::Inspect(Profile* profile) const {
profile           902 chrome/browser/devtools/devtools_adb_bridge.cc       id_, browser_, debug_url_, frontend_url_, profile);
profile          1092 chrome/browser/devtools/devtools_adb_bridge.cc DevToolsAdbBridge::DevToolsAdbBridge(Profile* profile)
profile          1093 chrome/browser/devtools/devtools_adb_bridge.cc     : profile_(profile),
profile            71 chrome/browser/devtools/devtools_adb_bridge.h     static DevToolsAdbBridge* GetForProfile(Profile* profile);
profile           177 chrome/browser/devtools/devtools_adb_bridge.h   explicit DevToolsAdbBridge(Profile* profile);
profile           361 chrome/browser/devtools/devtools_adb_bridge_browsertest.cc       DevToolsAdbBridge::Factory::GetForProfile(browser()->profile());
profile           187 chrome/browser/devtools/devtools_file_helper.cc set<std::string> GetAddedFileSystemPaths(Profile* profile) {
profile           189 chrome/browser/devtools/devtools_file_helper.cc       profile->GetPrefs()->GetDictionary(prefs::kDevToolsFileSystemPaths);
profile           212 chrome/browser/devtools/devtools_file_helper.cc                                        Profile* profile)
profile           214 chrome/browser/devtools/devtools_file_helper.cc       profile_(profile),
profile            41 chrome/browser/devtools/devtools_file_helper.h   DevToolsFileHelper(content::WebContents* web_contents, Profile* profile);
profile           347 chrome/browser/devtools/devtools_sanity_browsertest.cc         browser()->profile())->extension_service();
profile           382 chrome/browser/devtools/devtools_sanity_browsertest.cc         extensions::ExtensionSystem::Get(browser()->profile())->
profile           535 chrome/browser/devtools/devtools_sanity_browsertest.cc     Profile* profile = browser()->profile();
profile           540 chrome/browser/devtools/devtools_sanity_browsertest.cc     window_ = DevToolsWindow::OpenDevToolsWindowForWorker(profile, agent_host);
profile            51 chrome/browser/devtools/devtools_target_impl.cc   virtual void Inspect(Profile* profile) const OVERRIDE;
profile            89 chrome/browser/devtools/devtools_target_impl.cc     Profile* profile =
profile            91 chrome/browser/devtools/devtools_target_impl.cc     if (profile) {
profile            92 chrome/browser/devtools/devtools_target_impl.cc       ExtensionService* extension_service = profile->GetExtensionService();
profile            98 chrome/browser/devtools/devtools_target_impl.cc             extensions::ExtensionSystem::Get(profile)->process_manager()->
profile           148 chrome/browser/devtools/devtools_target_impl.cc void RenderViewHostTarget::Inspect(Profile* profile) const {
profile           165 chrome/browser/devtools/devtools_target_impl.cc   virtual void Inspect(Profile* profile) const OVERRIDE;
profile           196 chrome/browser/devtools/devtools_target_impl.cc void WorkerTarget::Inspect(Profile* profile) const {
profile           197 chrome/browser/devtools/devtools_target_impl.cc   DevToolsWindow::OpenDevToolsWindowForWorker(profile, agent_host_.get());
profile            53 chrome/browser/devtools/devtools_target_impl.h   virtual void Inspect(Profile* profile) const;
profile           341 chrome/browser/devtools/devtools_targets_ui.cc   AdbTargetsUIHandler(Callback callback, Profile* profile);
profile           359 chrome/browser/devtools/devtools_targets_ui.cc AdbTargetsUIHandler::AdbTargetsUIHandler(Callback callback, Profile* profile)
profile           361 chrome/browser/devtools/devtools_targets_ui.cc       profile_(profile) {
profile           525 chrome/browser/devtools/devtools_targets_ui.cc                                             Profile* profile) {
profile           528 chrome/browser/devtools/devtools_targets_ui.cc     it->second->Inspect(profile);
profile           580 chrome/browser/devtools/devtools_targets_ui.cc     DevToolsTargetsUIHandler::Callback callback, Profile* profile) {
profile           582 chrome/browser/devtools/devtools_targets_ui.cc       new AdbTargetsUIHandler(callback, profile));
profile            38 chrome/browser/devtools/devtools_targets_ui.h   void Inspect(const std::string& target_id, Profile* profile);
profile            63 chrome/browser/devtools/devtools_targets_ui.h       Callback callback, Profile* profile);
profile           355 chrome/browser/devtools/devtools_window.cc     Profile* profile,
profile           359 chrome/browser/devtools/devtools_window.cc     window = DevToolsWindow::CreateDevToolsWindowForWorker(profile);
profile           370 chrome/browser/devtools/devtools_window.cc     Profile* profile) {
profile           372 chrome/browser/devtools/devtools_window.cc   return Create(profile, GURL(), NULL, true, false, false);
profile           425 chrome/browser/devtools/devtools_window.cc     Profile* profile,
profile           430 chrome/browser/devtools/devtools_window.cc     window = Create(profile, DevToolsUI::GetProxyURL(frontend_url), NULL,
profile           449 chrome/browser/devtools/devtools_window.cc     Profile* profile = Profile::FromBrowserContext(
profile           453 chrome/browser/devtools/devtools_window.cc     window = Create(profile, GURL(), inspected_rvh, false, false, true);
profile           651 chrome/browser/devtools/devtools_window.cc DevToolsWindow::DevToolsWindow(Profile* profile,
profile           655 chrome/browser/devtools/devtools_window.cc     : profile_(profile),
profile           668 chrome/browser/devtools/devtools_window.cc       content::WebContents::Create(content::WebContents::CreateParams(profile));
profile           681 chrome/browser/devtools/devtools_window.cc   file_helper_.reset(new DevToolsFileHelper(web_contents_, profile));
profile           711 chrome/browser/devtools/devtools_window.cc     Profile* profile,
profile           732 chrome/browser/devtools/devtools_window.cc   GURL url(GetDevToolsURL(profile, frontend_url,
profile           736 chrome/browser/devtools/devtools_window.cc   return new DevToolsWindow(profile, url, inspected_rvh, can_dock);
profile           740 chrome/browser/devtools/devtools_window.cc GURL DevToolsWindow::GetDevToolsURL(Profile* profile,
profile           750 chrome/browser/devtools/devtools_window.cc   ThemeService* tp = ThemeServiceFactory::GetForProfile(profile);
profile          1454 chrome/browser/devtools/devtools_window.cc   Profile* profile =
profile          1457 chrome/browser/devtools/devtools_window.cc       profile->GetOriginalProfile())->extension_service();
profile           103 chrome/browser/devtools/devtools_window.h       Profile* profile,
profile           109 chrome/browser/devtools/devtools_window.h       Profile* profile,
profile           231 chrome/browser/devtools/devtools_window.h   DevToolsWindow(Profile* profile,
profile           236 chrome/browser/devtools/devtools_window.h   static DevToolsWindow* Create(Profile* profile,
profile           242 chrome/browser/devtools/devtools_window.h   static GURL GetDevToolsURL(Profile* profile,
profile           249 chrome/browser/devtools/devtools_window.h   static DevToolsWindow* CreateDevToolsWindowForWorker(Profile* profile);
profile           614 chrome/browser/devtools/port_forwarding_controller.cc     Profile* profile) {
profile           616 chrome/browser/devtools/port_forwarding_controller.cc           GetServiceForBrowserContext(profile, true));
profile           628 chrome/browser/devtools/port_forwarding_controller.cc   Profile* profile = Profile::FromBrowserContext(context);
profile           629 chrome/browser/devtools/port_forwarding_controller.cc   return new PortForwardingController(profile->GetPrefs());
profile            29 chrome/browser/devtools/port_forwarding_controller.h     static PortForwardingController* GetForProfile(Profile* profile);
profile            23 chrome/browser/do_not_track_browsertest.cc   PrefService* prefs = browser()->profile()->GetPrefs();
profile            42 chrome/browser/do_not_track_browsertest.cc   PrefService* prefs = browser()->profile()->GetPrefs();
profile            61 chrome/browser/do_not_track_browsertest.cc   PrefService* prefs = browser()->profile()->GetPrefs();
profile            43 chrome/browser/dom_distiller/dom_distiller_service_factory.cc     content::BrowserContext* profile) const {
profile            52 chrome/browser/dom_distiller/dom_distiller_service_factory.cc       profile->GetPath().Append(FILE_PATH_LITERAL("Articles")));
profile            58 chrome/browser/dom_distiller/dom_distiller_service_factory.cc       new DistillerPageWebContentsFactory(profile));
profile            60 chrome/browser/dom_distiller/dom_distiller_service_factory.cc       new DistillerURLFetcherFactory(profile->GetRequestContext()));
profile           195 chrome/browser/dom_distiller/dom_distiller_viewer_source_browsertest.cc       ->SetTestingFactoryAndUse(browser()->profile(), &Build);
profile            16 chrome/browser/dom_distiller/lazy_dom_distiller_service.cc     Profile* profile,
profile            18 chrome/browser/dom_distiller/lazy_dom_distiller_service.cc     : profile_(profile), service_factory_(service_factory) {
profile            21 chrome/browser/dom_distiller/lazy_dom_distiller_service.cc                  content::Source<Profile>(profile));
profile            30 chrome/browser/dom_distiller/lazy_dom_distiller_service.h   LazyDomDistillerService(Profile* profile,
profile           124 chrome/browser/download/chrome_download_manager_delegate.cc base::FilePath GetPlatformDownloadPath(Profile* profile,
profile           130 chrome/browser/download/chrome_download_manager_delegate.cc       drive::DownloadHandler::GetForProfile(profile);
profile           211 chrome/browser/download/chrome_download_manager_delegate.cc ChromeDownloadManagerDelegate::ChromeDownloadManagerDelegate(Profile* profile)
profile           212 chrome/browser/download/chrome_download_manager_delegate.cc     : profile_(profile),
profile           214 chrome/browser/download/chrome_download_manager_delegate.cc       download_prefs_(new DownloadPrefs(profile)),
profile            54 chrome/browser/download/chrome_download_manager_delegate.h   explicit ChromeDownloadManagerDelegate(Profile* profile);
profile            73 chrome/browser/download/chrome_download_manager_delegate_unittest.cc   explicit TestChromeDownloadManagerDelegate(Profile* profile)
profile            74 chrome/browser/download/chrome_download_manager_delegate_unittest.cc       : ChromeDownloadManagerDelegate(profile) {
profile           176 chrome/browser/download/chrome_download_manager_delegate_unittest.cc   CHECK(profile());
profile           177 chrome/browser/download/chrome_download_manager_delegate_unittest.cc   delegate_.reset(new TestChromeDownloadManagerDelegate(profile()));
profile           179 chrome/browser/download/chrome_download_manager_delegate_unittest.cc   pref_service_ = profile()->GetTestingPrefService();
profile           201 chrome/browser/download/chrome_download_manager_delegate_unittest.cc       .WillByDefault(Return(profile()));
profile           239 chrome/browser/download/download_browsertest.cc   explicit DownloadsHistoryDataCollector(Profile* profile)
profile           240 chrome/browser/download/download_browsertest.cc       : profile_(profile), result_valid_(false) {}
profile           325 chrome/browser/download/download_browsertest.cc   return BrowserContext::GetDownloadManager(browser->profile());
profile           369 chrome/browser/download/download_browsertest.cc   explicit HistoryObserver(Profile* profile)
profile           370 chrome/browser/download/download_browsertest.cc       : profile_(profile),
profile           483 chrome/browser/download/download_browsertest.cc     browser()->profile()->GetPrefs()->SetBoolean(
profile           491 chrome/browser/download/download_browsertest.cc         new DownloadTestFileActivityObserver(browser()->profile()));
profile           527 chrome/browser/download/download_browsertest.cc     browser->profile()->GetPrefs()->SetFilePath(
profile           530 chrome/browser/download/download_browsertest.cc     browser->profile()->GetPrefs()->SetFilePath(
profile          1162 chrome/browser/download/download_browsertest.cc   browser()->profile()->GetPrefs()->SetBoolean(
profile          1406 chrome/browser/download/download_browsertest.cc   incognito->profile()->GetPrefs()->SetBoolean(prefs::kPromptForDownload,
profile          1484 chrome/browser/download/download_browsertest.cc   incognito->profile()->GetPrefs()->SetFilePath(
profile          1487 chrome/browser/download/download_browsertest.cc   incognito->profile()->GetPrefs()->SetFilePath(
profile          1765 chrome/browser/download/download_browsertest.cc   HistoryObserver observer(browser()->profile());
profile          1773 chrome/browser/download/download_browsertest.cc       browser()->profile()).WaitForDownloadInfo(&downloads_in_database));
profile          1808 chrome/browser/download/download_browsertest.cc       browser()->profile()).WaitForDownloadInfo(&downloads_in_database));
profile          1850 chrome/browser/download/download_browsertest.cc   HistoryObserver observer(browser()->profile());
profile          1858 chrome/browser/download/download_browsertest.cc       browser()->profile()).WaitForDownloadInfo(&downloads_in_database));
profile          1883 chrome/browser/download/download_browsertest.cc       browser()->profile()).WaitForDownloadInfo(&downloads_in_database));
profile          1902 chrome/browser/download/download_browsertest.cc   HistoryObserver observer(browser()->profile());
profile          1906 chrome/browser/download/download_browsertest.cc       browser()->profile(), Profile::IMPLICIT_ACCESS)->FlushForTest(
profile          2067 chrome/browser/download/download_browsertest.cc       browser()->profile())->extension_service();
profile          2106 chrome/browser/download/download_browsertest.cc       browser()->profile())->extension_service();
profile          2143 chrome/browser/download/download_browsertest.cc       browser()->profile())->extension_service();
profile          2169 chrome/browser/download/download_browsertest.cc       browser()->profile())->extension_service();
profile          2205 chrome/browser/download/download_browsertest.cc       browser()->profile())->extension_service();
profile          3041 chrome/browser/download/download_browsertest.cc       browser()->profile())->GetDownloadManagerDelegate()->download_prefs();
profile          3043 chrome/browser/download/download_browsertest.cc       browser()->profile()->GetOffTheRecordProfile())
profile          3121 chrome/browser/download/download_browsertest.cc   browser()->profile()->GetPrefs()->SetBoolean(
profile            39 chrome/browser/download/download_crx_util.cc     Profile* profile,
profile            51 chrome/browser/download/download_crx_util.cc       Browser* browser = chrome::FindLastActiveWithProfile(profile,
profile            55 chrome/browser/download/download_crx_util.cc                                                     profile, active_desktop));
profile            73 chrome/browser/download/download_crx_util.cc     Profile* profile,
profile            77 chrome/browser/download/download_crx_util.cc   ExtensionService* service = extensions::ExtensionSystem::Get(profile)->
profile            84 chrome/browser/download/download_crx_util.cc           CreateExtensionInstallPrompt(profile, download_item),
profile            91 chrome/browser/download/download_crx_util.cc   if (OffStoreInstallAllowedByPrefs(profile, download_item)) {
profile           130 chrome/browser/download/download_crx_util.cc bool OffStoreInstallAllowedByPrefs(Profile* profile, const DownloadItem& item) {
profile           131 chrome/browser/download/download_crx_util.cc   extensions::ExtensionPrefs* prefs = extensions::ExtensionPrefs::Get(profile);
profile            38 chrome/browser/download/download_crx_util.h     Profile* profile,
profile            47 chrome/browser/download/download_crx_util.h bool OffStoreInstallAllowedByPrefs(Profile* profile,
profile            22 chrome/browser/download/download_crx_util_android.cc     Profile* profile,
profile            36 chrome/browser/download/download_crx_util_android.cc bool OffStoreInstallAllowedByPrefs(Profile* profile,
profile            99 chrome/browser/download/download_prefs.cc DownloadPrefs::DownloadPrefs(Profile* profile) : profile_(profile) {
profile           100 chrome/browser/download/download_prefs.cc   PrefService* prefs = profile->GetPrefs();
profile            28 chrome/browser/download/download_prefs.h   explicit DownloadPrefs(Profile* profile);
profile            79 chrome/browser/download/download_query.cc     Profile* profile = Profile::FromBrowserContext(item.GetBrowserContext());
profile            82 chrome/browser/download/download_query.cc         profile->GetPrefs()->GetString(prefs::kAcceptLanguages));
profile            26 chrome/browser/download/download_service.cc DownloadService::DownloadService(Profile* profile)
profile            28 chrome/browser/download/download_service.cc       profile_(profile) {
profile            26 chrome/browser/download/download_service.h   explicit DownloadService(Profile* profile);
profile            35 chrome/browser/download/download_service_factory.cc     content::BrowserContext* profile) const {
profile            37 chrome/browser/download/download_service_factory.cc       new DownloadService(static_cast<Profile*>(profile));
profile            28 chrome/browser/download/download_service_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile           333 chrome/browser/download/download_shelf.cc   return content::BrowserContext::GetDownloadManager(browser()->profile());
profile            53 chrome/browser/download/download_shelf_unittest.cc         profile(), &CreateDownloadService);
profile            58 chrome/browser/download/download_shelf_unittest.cc         profile(), NULL);
profile            89 chrome/browser/download/download_shelf_unittest.cc       .WillByDefault(Return(profile()));
profile            96 chrome/browser/download/download_shelf_unittest.cc       .WillByDefault(Return(profile()));
profile           264 chrome/browser/download/download_target_determiner_unittest.cc   CHECK(profile());
profile           265 chrome/browser/download/download_target_determiner_unittest.cc   download_prefs_.reset(new DownloadPrefs(profile()));
profile           297 chrome/browser/download/download_target_determiner_unittest.cc       .WillByDefault(Return(profile()));
profile           344 chrome/browser/download/download_target_determiner_unittest.cc   profile()->GetTestingPrefService()->
profile           350 chrome/browser/download/download_target_determiner_unittest.cc   profile()->GetTestingPrefService()->
profile          1081 chrome/browser/download/download_target_determiner_unittest.cc   ASSERT_TRUE(profile()->CreateHistoryService(false, false));
profile          1089 chrome/browser/download/download_target_determiner_unittest.cc       HistoryServiceFactory::GetForProfile(profile(), Profile::EXPLICIT_ACCESS);
profile            24 chrome/browser/download/download_test_file_activity_observer.cc   explicit MockDownloadManagerDelegate(Profile* profile)
profile            25 chrome/browser/download/download_test_file_activity_observer.cc       : ChromeDownloadManagerDelegate(profile),
profile            29 chrome/browser/download/download_test_file_activity_observer.cc     if (!profile->IsOffTheRecord())
profile            71 chrome/browser/download/download_test_file_activity_observer.cc     Profile* profile) {
profile            73 chrome/browser/download/download_test_file_activity_observer.cc       new MockDownloadManagerDelegate(profile));
profile            75 chrome/browser/download/download_test_file_activity_observer.cc   DownloadServiceFactory::GetForBrowserContext(profile)->
profile            21 chrome/browser/download/download_test_file_activity_observer.h   explicit DownloadTestFileActivityObserver(Profile* profile);
profile            51 chrome/browser/download/download_ui_controller.cc   explicit DefaultUIControllerDelegate(Profile* profile)
profile            52 chrome/browser/download/download_ui_controller.cc       : profile_(profile) {}
profile            51 chrome/browser/download/drag_download_item_views.cc   Profile* profile = Profile::FromBrowserContext(download->GetBrowserContext());
profile            53 chrome/browser/download/drag_download_item_views.cc       drive::DownloadHandler::GetForProfile(profile);
profile            78 chrome/browser/download/save_package_file_picker.cc     Profile* profile,
profile            81 chrome/browser/download/save_package_file_picker.cc   drive::DownloadHandler::GetForProfile(profile)->SetDownloadParams(
profile            90 chrome/browser/download/save_package_file_picker.cc     Profile* profile,
profile            96 chrome/browser/download/save_package_file_picker.cc       &OnSavePackageDownloadCreatedChromeOS, profile, drive_path));
profile           270 chrome/browser/download/save_package_file_picker.cc     Profile* profile = Profile::FromBrowserContext(
profile           273 chrome/browser/download/save_package_file_picker.cc         drive::DownloadHandler::GetForProfile(profile);
profile           278 chrome/browser/download/save_package_file_picker.cc                                     profile,
profile            61 chrome/browser/download/save_page_browsertest.cc   DownloadPersistedObserver(Profile* profile, const PersistedFilter& filter)
profile            62 chrome/browser/download/save_page_browsertest.cc     : profile_(profile),
profile           105 chrome/browser/download/save_page_browsertest.cc   DownloadRemovedObserver(Profile* profile, int32 download_id)
profile           106 chrome/browser/download/save_page_browsertest.cc       : DownloadPersistedObserver(profile, PersistedFilter()),
profile           291 chrome/browser/download/save_page_browsertest.cc     browser()->profile()->GetPrefs()->SetFilePath(
profile           293 chrome/browser/download/save_page_browsertest.cc     browser()->profile()->GetPrefs()->SetFilePath(
profile           332 chrome/browser/download/save_page_browsertest.cc         BrowserContext::GetDownloadManager(browser->profile()));
profile           360 chrome/browser/download/save_page_browsertest.cc         BrowserContext::GetDownloadManager(browser()->profile());
profile           389 chrome/browser/download/save_page_browsertest.cc   DownloadPersistedObserver persisted(browser()->profile(), base::Bind(
profile           395 chrome/browser/download/save_page_browsertest.cc       content::BrowserContext::GetDownloadManager(browser()->profile()),
profile           420 chrome/browser/download/save_page_browsertest.cc   DownloadPersistedObserver persisted(browser()->profile(), base::Bind(
profile           447 chrome/browser/download/save_page_browsertest.cc   explicit DelayingDownloadManagerDelegate(Profile* profile)
profile           448 chrome/browser/download/save_page_browsertest.cc     : ChromeDownloadManagerDelegate(profile) {
profile           465 chrome/browser/download/save_page_browsertest.cc       new DelayingDownloadManagerDelegate(browser()->profile()));
profile           468 chrome/browser/download/save_page_browsertest.cc   DownloadServiceFactory::GetForBrowserContext(browser()->profile())->
profile           509 chrome/browser/download/save_page_browsertest.cc   DownloadPersistedObserver persisted(browser()->profile(), base::Bind(
profile           515 chrome/browser/download/save_page_browsertest.cc       content::BrowserContext::GetDownloadManager(browser()->profile()),
profile           543 chrome/browser/download/save_page_browsertest.cc   DownloadPersistedObserver persisted(browser()->profile(), base::Bind(
profile           549 chrome/browser/download/save_page_browsertest.cc       content::BrowserContext::GetDownloadManager(browser()->profile()),
profile           588 chrome/browser/download/save_page_browsertest.cc       BrowserContext::GetDownloadManager(incognito->profile()));
profile           602 chrome/browser/download/save_page_browsertest.cc       content::BrowserContext::GetDownloadManager(incognito->profile()),
profile           638 chrome/browser/download/save_page_browsertest.cc   DownloadPersistedObserver persisted(browser()->profile(), base::Bind(
profile           644 chrome/browser/download/save_page_browsertest.cc       content::BrowserContext::GetDownloadManager(browser()->profile()),
profile           679 chrome/browser/download/save_page_browsertest.cc   DownloadPersistedObserver persisted(browser()->profile(), base::Bind(
profile           685 chrome/browser/download/save_page_browsertest.cc       content::BrowserContext::GetDownloadManager(browser()->profile()),
profile           700 chrome/browser/download/save_page_browsertest.cc   DownloadRemovedObserver removed(browser()->profile(), downloads[0]->GetId());
profile           734 chrome/browser/download/save_page_browsertest.cc       content::BrowserContext::GetDownloadManager(browser()->profile()),
profile           769 chrome/browser/download/save_page_browsertest.cc   DownloadPersistedObserver persisted(browser()->profile(), base::Bind(
profile           775 chrome/browser/download/save_page_browsertest.cc       content::BrowserContext::GetDownloadManager(browser()->profile()),
profile           795 chrome/browser/download/save_page_browsertest.cc       content::BrowserContext::GetDownloadManager(browser()->profile()),
profile           311 chrome/browser/errorpage_browsertest.cc                    google_util::GetGoogleSearchURL(browser()->profile())));
profile           674 chrome/browser/errorpage_browsertest.cc       browser()->profile()->GetRequestContext();
profile           698 chrome/browser/errorpage_browsertest.cc       BrowsingDataRemover::CreateForUnboundedRange(browser()->profile());
profile           857 chrome/browser/errorpage_browsertest.cc       browser()->profile()->GetRequestContext();
profile           878 chrome/browser/errorpage_browsertest.cc       BrowsingDataRemover::CreateForUnboundedRange(browser()->profile());
profile           896 chrome/browser/errorpage_browsertest.cc     browser()->profile()->GetPrefs()->SetString(prefs::kAcceptLanguages,
profile            30 chrome/browser/extensions/active_tab_apitest.cc       ExtensionToolbarModel::Get(browser()->profile());
profile            30 chrome/browser/extensions/active_tab_permission_granter.cc     content::WebContents* web_contents, int tab_id, Profile* profile)
profile            34 chrome/browser/extensions/active_tab_permission_granter.cc                  content::Source<Profile>(profile));
profile            34 chrome/browser/extensions/active_tab_permission_granter.h                              Profile* profile);
profile           197 chrome/browser/extensions/activity_log/activity_log.cc                     Profile* profile,
profile           204 chrome/browser/extensions/activity_log/activity_log.cc       profile,
profile           213 chrome/browser/extensions/activity_log/activity_log.cc     *is_incognito = browser->profile()->IsOffTheRecord();
profile           242 chrome/browser/extensions/activity_log/activity_log.cc void ExtractUrls(scoped_refptr<Action> action, Profile* profile) {
profile           300 chrome/browser/extensions/activity_log/activity_log.cc         GetUrlForTabId(tab_id, profile, &arg_url, &arg_incognito);
profile           311 chrome/browser/extensions/activity_log/activity_log.cc               GetUrlForTabId(tab_id, profile, &arg_url, &arg_incognito)) {
profile           576 chrome/browser/extensions/activity_log/activity_log.cc   Profile* profile =
profile           579 chrome/browser/extensions/activity_log/activity_log.cc       ExtensionSystem::Get(profile)->extension_service();
profile            74 chrome/browser/extensions/activity_log/activity_log_browsertest.cc   ActivityLog* activity_log = ActivityLog::GetInstance(profile());
profile            79 chrome/browser/extensions/activity_log/activity_log_browsertest.cc       prerender::PrerenderManagerFactory::GetForProfile(profile());
profile            51 chrome/browser/extensions/activity_log/activity_log_enabled_unittest.cc   scoped_ptr<TestingProfile> profile(
profile            54 chrome/browser/extensions/activity_log/activity_log_enabled_unittest.cc       profile->GetPrefs()->GetInteger(prefs::kWatchdogExtensionActive));
profile            56 chrome/browser/extensions/activity_log/activity_log_enabled_unittest.cc   ActivityLog* activity_log = ActivityLog::GetInstance(profile.get());
profile            59 chrome/browser/extensions/activity_log/activity_log_enabled_unittest.cc     profile->GetPrefs()->GetInteger(prefs::kWatchdogExtensionActive));
profile           230 chrome/browser/extensions/activity_log/activity_log_enabled_unittest.cc   scoped_ptr<TestingProfile> profile(
profile           235 chrome/browser/extensions/activity_log/activity_log_enabled_unittest.cc         ExtensionSystem::Get(profile.get()))->CreateExtensionService(
profile           238 chrome/browser/extensions/activity_log/activity_log_enabled_unittest.cc       ExtensionSystem::Get(profile.get()))->SetReady();
profile           240 chrome/browser/extensions/activity_log/activity_log_enabled_unittest.cc   ActivityLog* activity_log = ActivityLog::GetInstance(profile.get());
profile           246 chrome/browser/extensions/activity_log/activity_log_enabled_unittest.cc       profile->GetPrefs()->GetInteger(prefs::kWatchdogExtensionActive));
profile           262 chrome/browser/extensions/activity_log/activity_log_enabled_unittest.cc       profile->GetPrefs()->GetInteger(prefs::kWatchdogExtensionActive));
profile           269 chrome/browser/extensions/activity_log/activity_log_enabled_unittest.cc       profile->GetPrefs()->GetInteger(prefs::kWatchdogExtensionActive));
profile            34 chrome/browser/extensions/activity_log/activity_log_policy.cc ActivityLogPolicy::ActivityLogPolicy(Profile* profile) {}
profile            50 chrome/browser/extensions/activity_log/activity_log_policy.cc     Profile* profile,
profile            52 chrome/browser/extensions/activity_log/activity_log_policy.cc     : ActivityLogPolicy(profile) {
profile            53 chrome/browser/extensions/activity_log/activity_log_policy.cc   CHECK(profile);
profile            54 chrome/browser/extensions/activity_log/activity_log_policy.cc   base::FilePath profile_base_path = profile->GetPath();
profile            67 chrome/browser/extensions/activity_log/activity_log_policy.h   explicit ActivityLogPolicy(Profile* profile);
profile           154 chrome/browser/extensions/activity_log/activity_log_policy.h   ActivityLogDatabasePolicy(Profile* profile,
profile            67 chrome/browser/extensions/activity_log/activity_log_unittest.cc         ExtensionSystem::Get(profile()))->CreateExtensionService
profile            91 chrome/browser/extensions/activity_log/activity_log_unittest.cc     ActivityLog* activity_log = ActivityLog::GetInstance(profile());
profile            99 chrome/browser/extensions/activity_log/activity_log_unittest.cc     ActivityLog* activity_log = ActivityLog::GetInstance(profile());
profile           104 chrome/browser/extensions/activity_log/activity_log_unittest.cc     ActivityLog* activity_log = ActivityLog::GetInstance(profile());
profile           203 chrome/browser/extensions/activity_log/activity_log_unittest.cc   ActivityLog* activity_log = ActivityLog::GetInstance(profile());
profile           239 chrome/browser/extensions/activity_log/activity_log_unittest.cc   ActivityLog* activity_log = ActivityLog::GetInstance(profile());
profile           245 chrome/browser/extensions/activity_log/activity_log_unittest.cc           Profile::FromBrowserContext(profile()));
profile           279 chrome/browser/extensions/activity_log/activity_log_unittest.cc   ActivityLog* activity_log = ActivityLog::GetInstance(profile());
profile           352 chrome/browser/extensions/activity_log/activity_log_unittest.cc   ActivityLog* activity_log = ActivityLog::GetInstance(profile());
profile           381 chrome/browser/extensions/activity_log/activity_log_unittest.cc   ActivityLog* activity_log = ActivityLog::GetInstance(profile());
profile           160 chrome/browser/extensions/activity_log/counting_policy.cc CountingPolicy::CountingPolicy(Profile* profile)
profile           162 chrome/browser/extensions/activity_log/counting_policy.cc           profile,
profile            25 chrome/browser/extensions/activity_log/counting_policy.h   explicit CountingPolicy(Profile* profile);
profile            48 chrome/browser/extensions/activity_log/fullstream_ui_policy.cc FullStreamUIPolicy::FullStreamUIPolicy(Profile* profile)
profile            50 chrome/browser/extensions/activity_log/fullstream_ui_policy.cc           profile,
profile            27 chrome/browser/extensions/activity_log/fullstream_ui_policy.h   explicit FullStreamUIPolicy(Profile* profile);
profile            46 chrome/browser/extensions/activity_log/uma_policy.cc UmaPolicy::UmaPolicy(Profile* profile)
profile            47 chrome/browser/extensions/activity_log/uma_policy.cc     : ActivityLogPolicy(profile), profile_(profile) {
profile            48 chrome/browser/extensions/activity_log/uma_policy.cc   DCHECK(!profile->IsOffTheRecord());
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            52 chrome/browser/extensions/activity_log/uma_policy.h   explicit UmaPolicy(Profile* profile);
profile            22 chrome/browser/extensions/alert_apitest.cc       extensions::ExtensionSystem::Get(browser()->profile())->
profile            50 chrome/browser/extensions/all_urls_apitest.cc       browser()->profile())->extension_service();
profile           111 chrome/browser/extensions/all_urls_apitest.cc       browser()->profile())->extension_service();
profile            59 chrome/browser/extensions/api/activity_log_private/activity_log_private_apitest.cc   ActivityLog::GetInstance(profile())->SetWatchdogAppActive(true);
profile            70 chrome/browser/extensions/api/activity_log_private/activity_log_private_apitest.cc   ActivityLog::GetInstance(profile())->SetWatchdogAppActive(false);
profile           229 chrome/browser/extensions/api/alarms/alarm_manager.cc AlarmManager* AlarmManager::Get(Profile* profile) {
profile           230 chrome/browser/extensions/api/alarms/alarm_manager.cc   return BrowserContextKeyedAPIFactory<AlarmManager>::Get(profile);
profile           118 chrome/browser/extensions/api/alarms/alarm_manager.h   static AlarmManager* Get(Profile* profile);
profile            58 chrome/browser/extensions/api/alarms/alarms_api_unittest.cc     alarm_manager_ = AlarmManager::Get(browser()->profile());
profile            28 chrome/browser/extensions/api/app_window/app_window_apitest.cc   explicit TestAppWindowRegistryObserver(Profile* profile)
profile            29 chrome/browser/extensions/api/app_window/app_window_apitest.cc       : profile_(profile), icon_updates_(0) {
profile           104 chrome/browser/extensions/api/app_window/app_window_apitest.cc       new TestAppWindowRegistryObserver(browser()->profile()));
profile            63 chrome/browser/extensions/api/autotest_private/autotest_private_api.cc bool IsTestMode(Profile* profile) {
profile            64 chrome/browser/extensions/api/autotest_private/autotest_private_api.cc   return AutotestPrivateAPI::GetFactoryInstance()->Get(profile)->test_mode();
profile            12 chrome/browser/extensions/api/autotest_private/autotest_private_apitest.cc       ->Get(browser()->profile())
profile           136 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc   device::BluetoothUUID uuid(params->profile.uuid);
profile           143 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc   BluetoothPermissionRequest param(params->profile.uuid);
profile           157 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc   if (params->profile.name.get())
profile           158 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc     options.name = *params->profile.name.get();
profile           159 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc   if (params->profile.channel.get())
profile           160 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc     options.channel = *params->profile.channel.get();
profile           161 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc   if (params->profile.psm.get())
profile           162 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc     options.psm = *params->profile.psm.get();
profile           163 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc   if (params->profile.require_authentication.get()) {
profile           165 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc         *params->profile.require_authentication.get();
profile           167 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc   if (params->profile.require_authorization.get()) {
profile           169 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc         *params->profile.require_authorization.get();
profile           171 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc   if (params->profile.auto_connect.get())
profile           172 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc     options.auto_connect = *params->profile.auto_connect.get();
profile           173 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc   if (params->profile.version.get())
profile           174 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc     options.version = *params->profile.version.get();
profile           175 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc   if (params->profile.features.get())
profile           176 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc     options.features = *params->profile.features.get();
profile           220 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc   device::BluetoothUUID uuid(params->profile.uuid);
profile           306 chrome/browser/extensions/api/bluetooth/bluetooth_api.cc   device::BluetoothUUID uuid(options.profile.uuid);
profile           108 chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc     return extensions::BluetoothAPI::Get(browser()->profile())
profile           119 chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc   explicit TestBluetoothAddProfileFunction(BluetoothProfile* profile)
profile           120 chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc       : BluetoothAddProfileFunction(), profile_(profile) {
profile           338 chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc   catcher.RestrictToProfile(browser()->profile());
profile           426 chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc   catcher.RestrictToProfile(browser()->profile());
profile           466 chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc   catcher.RestrictToProfile(browser()->profile());
profile           501 chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc   catcher.RestrictToProfile(browser()->profile());
profile           553 chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc   catcher.RestrictToProfile(browser()->profile());
profile           578 chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc   catcher.RestrictToProfile(browser()->profile());
profile           601 chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc   catcher.RestrictToProfile(browser()->profile());
profile           622 chrome/browser/extensions/api/bluetooth/bluetooth_apitest.cc   catcher.RestrictToProfile(browser()->profile());
profile            49 chrome/browser/extensions/api/bluetooth/bluetooth_event_router.cc   device::BluetoothProfile* profile;
profile           124 chrome/browser/extensions/api/bluetooth/bluetooth_event_router.cc     device::BluetoothProfile* bluetooth_profile = iter->second.profile;
profile           182 chrome/browser/extensions/api/bluetooth/bluetooth_event_router.cc     return iter->second.profile;
profile           205 chrome/browser/extensions/api/bluetooth/bluetooth_event_router.cc   result_socket.profile.uuid = uuid.canonical_value();
profile           410 chrome/browser/extensions/api/bluetooth/bluetooth_event_router.cc       record.profile->Unregister();
profile           440 chrome/browser/extensions/api/bluetooth/bluetooth_event_router.cc     it->second.profile->Unregister();
profile            37 chrome/browser/extensions/api/bluetooth/bluetooth_event_router_unittest.cc   explicit FakeEventRouter(Profile* profile) : EventRouter(profile, NULL) {}
profile            63 chrome/browser/extensions/api/bluetooth/bluetooth_event_router_unittest.cc   explicit FakeExtensionSystem(Profile* profile)
profile            64 chrome/browser/extensions/api/bluetooth/bluetooth_event_router_unittest.cc       : extensions::TestExtensionSystem(profile) {}
profile            78 chrome/browser/extensions/api/bluetooth/bluetooth_event_router_unittest.cc KeyedService* BuildFakeExtensionSystem(content::BrowserContext* profile) {
profile            79 chrome/browser/extensions/api/bluetooth/bluetooth_event_router_unittest.cc   return new FakeExtensionSystem(static_cast<Profile*>(profile));
profile           146 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc CreateApiBookmarkNodeData(Profile* profile, const BookmarkNodeData& data) {
profile           149 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc   node_data->same_profile = data.IsFromProfile(profile);
profile           152 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc     std::vector<const BookmarkNode*> nodes = data.GetNodes(profile);
profile           241 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc     Profile* profile,
profile           243 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.cc     : profile_(profile), web_contents_(web_contents) {
profile            85 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_api.h   BookmarkManagerPrivateDragEventRouter(Profile* profile,
profile            31 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_apitest.cc   Profile* profile = browser()->profile();
profile            35 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_apitest.cc   BookmarkModel* model = BookmarkModelFactory::GetForProfile(profile);
profile            45 chrome/browser/extensions/api/bookmark_manager_private/bookmark_manager_private_apitest.cc   PrefService* prefs = user_prefs::UserPrefs::Get(profile);
profile            31 chrome/browser/extensions/api/braille_display_private/braille_display_private_api.cc   DefaultEventDelegate(EventRouter::Observer* observer, Profile* profile);
profile           123 chrome/browser/extensions/api/braille_display_private/braille_display_private_api.cc     EventRouter::Observer* observer, Profile* profile)
profile           124 chrome/browser/extensions/api/braille_display_private/braille_display_private_api.cc     : observer_(observer), profile_(profile) {
profile           290 chrome/browser/extensions/api/braille_display_private/braille_display_private_apitest.cc   Profile* profile = ProfileManager::GetActiveUserProfile();
profile           292 chrome/browser/extensions/api/braille_display_private/braille_display_private_apitest.cc       ProfileHelper::GetSigninProfile()->IsSameProfile(profile))
profile           294 chrome/browser/extensions/api/braille_display_private/braille_display_private_apitest.cc       << profile->GetDebugName();
profile           301 chrome/browser/extensions/api/braille_display_private/braille_display_private_apitest.cc   BrailleDisplayPrivateAPI user_api(profile);
profile            64 chrome/browser/extensions/api/browsing_data/browsing_data_test.cc                    content::Source<Profile>(browser()->profile()));
profile           135 chrome/browser/extensions/api/browsing_data/browsing_data_test.cc     PrefService* prefs = browser()->profile()->GetPrefs();
profile           168 chrome/browser/extensions/api/browsing_data/browsing_data_test.cc     PrefService* prefs = browser()->profile()->GetPrefs();
profile           278 chrome/browser/extensions/api/browsing_data/browsing_data_test.cc   PrefService* prefs = browser()->profile()->GetPrefs();
profile           394 chrome/browser/extensions/api/browsing_data/browsing_data_test.cc   PrefService* prefs = browser()->profile()->GetPrefs();
profile            90 chrome/browser/extensions/api/cast_channel/cast_channel_apitest.cc     return extensions::CastChannelAPI::Get(profile());
profile            92 chrome/browser/extensions/api/commands/command_service.cc                    Profile* profile,
profile           125 chrome/browser/extensions/api/commands/command_service.cc       DCHECK(chrome::IsChromeAccelerator(accelerator, profile));
profile           129 chrome/browser/extensions/api/commands/command_service.cc     return !chrome::IsChromeAccelerator(accelerator, profile);
profile            55 chrome/browser/extensions/api/commands/command_service_browsertest.cc   ExtensionService* service = ExtensionSystem::Get(browser()->profile())->
profile            57 chrome/browser/extensions/api/commands/command_service_browsertest.cc   CommandService* command_service = CommandService::Get(browser()->profile());
profile            99 chrome/browser/extensions/api/commands/command_service_browsertest.cc   DictionaryPrefUpdate updater(browser()->profile()->GetPrefs(),
profile           113 chrome/browser/extensions/api/commands/command_service_browsertest.cc   CommandService* command_service = CommandService::Get(browser()->profile());
profile            46 chrome/browser/extensions/api/content_settings/content_settings_apitest.cc     profile_ = browser()->profile();
profile           120 chrome/browser/extensions/api/context_menus/context_menus_api_helpers.h                     Profile* profile,
profile           125 chrome/browser/extensions/api/context_menus/context_menus_api_helpers.h   MenuManager* menu_manager = MenuManager::Get(profile);
profile           189 chrome/browser/extensions/api/context_menus/context_menus_api_helpers.h       create_properties, profile->IsOffTheRecord(), item_id.extension_key));
profile           209 chrome/browser/extensions/api/context_menus/context_menus_api_helpers.h                     Profile* profile,
profile           215 chrome/browser/extensions/api/context_menus/context_menus_api_helpers.h   MenuManager* menu_manager = MenuManager::Get(profile);
profile           285 chrome/browser/extensions/api/context_menus/context_menus_api_helpers.h       update_properties, profile->IsOffTheRecord(), item_id.extension_key));
profile            67 chrome/browser/extensions/api/cookies/cookies_api.cc   Profile* profile = content::Source<Profile>(source).ptr();
profile            68 chrome/browser/extensions/api/cookies/cookies_api.cc   if (!profile_->IsSameProfile(profile))
profile            74 chrome/browser/extensions/api/cookies/cookies_api.cc           profile,
profile            84 chrome/browser/extensions/api/cookies/cookies_api.cc     Profile* profile,
profile            92 chrome/browser/extensions/api/cookies/cookies_api.cc           cookies_helpers::GetStoreIdFromProfile(profile)));
profile           127 chrome/browser/extensions/api/cookies/cookies_api.cc   DispatchEvent(profile,
profile           188 chrome/browser/extensions/api/cookies/cookies_api.cc     store_profile = current_browser->profile();
profile           535 chrome/browser/extensions/api/cookies/cookies_api.cc     if (browser->profile() == original_profile) {
profile           538 chrome/browser/extensions/api/cookies/cookies_api.cc                browser->profile() == incognito_profile) {
profile            47 chrome/browser/extensions/api/cookies/cookies_api.h   void CookieChanged(Profile* profile, ChromeCookieDetails* details);
profile            30 chrome/browser/extensions/api/cookies/cookies_apitest.cc   ui_test_utils::OpenURLOffTheRecord(browser()->profile(),
profile            46 chrome/browser/extensions/api/cookies/cookies_helpers.cc                                   Profile* profile,
profile            48 chrome/browser/extensions/api/cookies/cookies_helpers.cc   DCHECK(profile);
profile            49 chrome/browser/extensions/api/cookies/cookies_helpers.cc   bool allow_original = !profile->IsOffTheRecord();
profile            50 chrome/browser/extensions/api/cookies/cookies_helpers.cc   bool allow_incognito = profile->IsOffTheRecord() ||
profile            51 chrome/browser/extensions/api/cookies/cookies_helpers.cc       (include_incognito && profile->HasOffTheRecordProfile());
profile            53 chrome/browser/extensions/api/cookies/cookies_helpers.cc     return profile->GetOriginalProfile();
profile            55 chrome/browser/extensions/api/cookies/cookies_helpers.cc     return profile->GetOffTheRecordProfile();
profile            59 chrome/browser/extensions/api/cookies/cookies_helpers.cc const char* GetStoreIdFromProfile(Profile* profile) {
profile            60 chrome/browser/extensions/api/cookies/cookies_helpers.cc   DCHECK(profile);
profile            61 chrome/browser/extensions/api/cookies/cookies_helpers.cc   return profile->IsOffTheRecord() ?
profile            93 chrome/browser/extensions/api/cookies/cookies_helpers.cc scoped_ptr<CookieStore> CreateCookieStore(Profile* profile,
profile            95 chrome/browser/extensions/api/cookies/cookies_helpers.cc   DCHECK(profile);
profile            98 chrome/browser/extensions/api/cookies/cookies_helpers.cc   dict.SetString(keys::kIdKey, GetStoreIdFromProfile(profile));
profile            47 chrome/browser/extensions/api/cookies/cookies_helpers.h                                   Profile* profile,
profile            51 chrome/browser/extensions/api/cookies/cookies_helpers.h const char* GetStoreIdFromProfile(Profile* profile);
profile            62 chrome/browser/extensions/api/cookies/cookies_helpers.h     Profile* profile,
profile            43 chrome/browser/extensions/api/cookies/cookies_unittest.cc   scoped_ptr<TestingProfile> profile = profile_builder.Build();
profile            45 chrome/browser/extensions/api/cookies/cookies_unittest.cc   EXPECT_TRUE(profile->GetOffTheRecordProfile());
profile            48 chrome/browser/extensions/api/cookies/cookies_unittest.cc             cookies_helpers::GetStoreIdFromProfile(profile.get()));
profile            49 chrome/browser/extensions/api/cookies/cookies_unittest.cc   EXPECT_EQ(profile.get(),
profile            51 chrome/browser/extensions/api/cookies/cookies_unittest.cc                 "0", profile.get(), true));
profile            52 chrome/browser/extensions/api/cookies/cookies_unittest.cc   EXPECT_EQ(profile.get(),
profile            54 chrome/browser/extensions/api/cookies/cookies_unittest.cc                 "0", profile.get(), false));
profile            55 chrome/browser/extensions/api/cookies/cookies_unittest.cc   EXPECT_EQ(profile->GetOffTheRecordProfile(),
profile            57 chrome/browser/extensions/api/cookies/cookies_unittest.cc                 "1", profile.get(), true));
profile            60 chrome/browser/extensions/api/cookies/cookies_unittest.cc                 "1", profile.get(), false));
profile            64 chrome/browser/extensions/api/cookies/cookies_unittest.cc                 profile->GetOffTheRecordProfile()));
profile            67 chrome/browser/extensions/api/cookies/cookies_unittest.cc                 "0", profile->GetOffTheRecordProfile(), true));
profile            70 chrome/browser/extensions/api/cookies/cookies_unittest.cc                 "0", profile->GetOffTheRecordProfile(), false));
profile            71 chrome/browser/extensions/api/cookies/cookies_unittest.cc   EXPECT_EQ(profile->GetOffTheRecordProfile(),
profile            73 chrome/browser/extensions/api/cookies/cookies_unittest.cc                 "1", profile->GetOffTheRecordProfile(), true));
profile            74 chrome/browser/extensions/api/cookies/cookies_unittest.cc   EXPECT_EQ(profile->GetOffTheRecordProfile(),
profile            76 chrome/browser/extensions/api/cookies/cookies_unittest.cc                 "1", profile->GetOffTheRecordProfile(), false));
profile           110 chrome/browser/extensions/api/cookies/cookies_unittest.cc   TestingProfile profile;
profile           114 chrome/browser/extensions/api/cookies/cookies_unittest.cc       cookies_helpers::CreateCookieStore(&profile, tab_ids_list));
profile            77 chrome/browser/extensions/api/debugger/debugger_api.cc       Profile* profile,
profile           294 chrome/browser/extensions/api/debugger/debugger_api.cc     Profile* profile,
profile           300 chrome/browser/extensions/api/debugger/debugger_api.cc     : profile_(profile),
profile           115 chrome/browser/extensions/api/declarative/declarative_apitest.cc         extensions::RulesRegistryService::Get(browser()->profile());
profile           248 chrome/browser/extensions/api/declarative/declarative_apitest.cc   ExtensionPrefs* extension_prefs = ExtensionPrefs::Get(browser()->profile());
profile            69 chrome/browser/extensions/api/declarative/rules_cache_delegate.cc   profile_ = registry->profile();
profile            76 chrome/browser/extensions/api/declarative/rules_registry.cc RulesRegistry::RulesRegistry(Profile* profile,
profile            81 chrome/browser/extensions/api/declarative/rules_registry.cc     : profile_(profile),
profile            87 chrome/browser/extensions/api/declarative/rules_registry.cc       weak_ptr_factory_(profile ? this : NULL),
profile            60 chrome/browser/extensions/api/declarative/rules_registry.h   RulesRegistry(Profile* profile,
profile           137 chrome/browser/extensions/api/declarative/rules_registry.h   Profile* profile() const { return profile_; }
profile            31 chrome/browser/extensions/api/declarative/rules_registry_service.cc     void* profile,
profile            35 chrome/browser/extensions/api/declarative/rules_registry_service.cc       profile, webview_key, web_request_rules_registry);
profile           154 chrome/browser/extensions/api/declarative/rules_registry_service_unittest.cc   TestingProfile profile;
profile           155 chrome/browser/extensions/api/declarative/rules_registry_service_unittest.cc   RulesRegistryService registry_service(&profile);
profile            41 chrome/browser/extensions/api/declarative/rules_registry_with_cache_unittest.cc         registry_(new TestRulesRegistry(profile(),
profile           101 chrome/browser/extensions/api/declarative/rules_registry_with_cache_unittest.cc   TestingProfile* profile() const { return env_.profile(); }
profile           232 chrome/browser/extensions/api/declarative/rules_registry_with_cache_unittest.cc           event_name, profile()->IsOffTheRecord()));
profile           235 chrome/browser/extensions/api/declarative/rules_registry_with_cache_unittest.cc       profile(), event_name, content::BrowserThread::UI,
profile           302 chrome/browser/extensions/api/declarative/rules_registry_with_cache_unittest.cc           event_name1, profile()->IsOffTheRecord()));
profile           305 chrome/browser/extensions/api/declarative/rules_registry_with_cache_unittest.cc           event_name2, profile()->IsOffTheRecord()));
profile           308 chrome/browser/extensions/api/declarative/rules_registry_with_cache_unittest.cc       profile(), event_name1, content::BrowserThread::UI,
profile           314 chrome/browser/extensions/api/declarative/rules_registry_with_cache_unittest.cc       profile(), event_name2, content::BrowserThread::UI,
profile           358 chrome/browser/extensions/api/declarative/rules_registry_with_cache_unittest.cc       profile(),
profile           371 chrome/browser/extensions/api/declarative/rules_registry_with_cache_unittest.cc       profile(),
profile            21 chrome/browser/extensions/api/declarative/test_rules_registry.cc     Profile* profile,
profile            26 chrome/browser/extensions/api/declarative/test_rules_registry.cc     : RulesRegistry(profile,
profile            19 chrome/browser/extensions/api/declarative/test_rules_registry.h       Profile* profile,
profile            67 chrome/browser/extensions/api/declarative_content/content_action.cc     GetPageAction(apply_info->profile, extension_id)->DeclarativeShow(
profile            76 chrome/browser/extensions/api/declarative_content/content_action.cc             GetPageAction(apply_info->profile, extension_id)) {
profile            84 chrome/browser/extensions/api/declarative_content/content_action.cc   static ExtensionAction* GetPageAction(Profile* profile,
profile            87 chrome/browser/extensions/api/declarative_content/content_action.cc         ExtensionSystem::Get(profile)->extension_service();
profile            91 chrome/browser/extensions/api/declarative_content/content_action.cc     return ExtensionActionManager::Get(profile)->GetPageAction(*extension);
profile            37 chrome/browser/extensions/api/declarative_content/content_action.h     Profile* profile;
profile            95 chrome/browser/extensions/api/declarative_content/content_action_unittest.cc       ExtensionActionManager::Get(env.profile())->GetPageAction(*extension);
profile           100 chrome/browser/extensions/api/declarative_content/content_action_unittest.cc     env.profile(), contents.get()
profile            26 chrome/browser/extensions/api/declarative_content/content_rules_registry.cc ContentRulesRegistry::ContentRulesRegistry(Profile* profile,
profile            28 chrome/browser/extensions/api/declarative_content/content_rules_registry.cc     : RulesRegistry(profile,
profile            33 chrome/browser/extensions/api/declarative_content/content_rules_registry.cc   extension_info_map_ = ExtensionSystem::Get(profile)->info_map();
profile            49 chrome/browser/extensions/api/declarative_content/content_rules_registry.cc       if (process->GetBrowserContext() == profile())
profile            79 chrome/browser/extensions/api/declarative_content/content_rules_registry.cc     profile(), contents
profile           142 chrome/browser/extensions/api/declarative_content/content_rules_registry.cc       ExtensionSystem::Get(profile())->extension_service();
profile           234 chrome/browser/extensions/api/declarative_content/content_rules_registry.cc                  it->first, profile(), true, NULL, NULL, &tab, NULL)) {
profile           239 chrome/browser/extensions/api/declarative_content/content_rules_registry.cc         ContentAction::ApplyInfo apply_info = {profile(), tab};
profile           295 chrome/browser/extensions/api/declarative_content/content_rules_registry.cc       if (process->GetBrowserContext() == profile())
profile            67 chrome/browser/extensions/api/declarative_content/content_rules_registry.h   ContentRulesRegistry(Profile* profile, RulesCacheDelegate* cache_delegate);
profile            41 chrome/browser/extensions/api/declarative_content/content_rules_registry_unittest.cc       new ContentRulesRegistry(env.profile(), NULL));
profile            98 chrome/browser/extensions/api/declarative_content/declarative_content_apitest.cc       ExtensionActionManager::Get(browser()->profile())->
profile           159 chrome/browser/extensions/api/declarative_content/declarative_content_apitest.cc       browser()->profile())->GetPageAction(*extension);
profile           219 chrome/browser/extensions/api/declarative_content/declarative_content_apitest.cc       browser()->profile())->GetPageAction(*extension);
profile           276 chrome/browser/extensions/api/declarative_content/declarative_content_apitest.cc             ExtensionActionManager::Get(browser()->profile())->
profile            41 chrome/browser/extensions/api/declarative_webrequest/webrequest_rules_registry.cc     Profile* profile,
profile            44 chrome/browser/extensions/api/declarative_webrequest/webrequest_rules_registry.cc     : RulesRegistry(profile,
profile            49 chrome/browser/extensions/api/declarative_webrequest/webrequest_rules_registry.cc       profile_id_(profile) {
profile            50 chrome/browser/extensions/api/declarative_webrequest/webrequest_rules_registry.cc   if (profile)
profile            51 chrome/browser/extensions/api/declarative_webrequest/webrequest_rules_registry.cc     extension_info_map_ = ExtensionSystem::Get(profile)->info_map();
profile            78 chrome/browser/extensions/api/declarative_webrequest/webrequest_rules_registry.h   WebRequestRulesRegistry(Profile* profile,
profile            93 chrome/browser/extensions/api/developer_private/developer_private_api.cc ExtensionUpdater* GetExtensionUpdater(Profile* profile) {
profile            94 chrome/browser/extensions/api/developer_private/developer_private_api.cc     return profile->GetExtensionService()->updater();
profile           173 chrome/browser/extensions/api/developer_private/developer_private_api.cc DeveloperPrivateEventRouter::DeveloperPrivateEventRouter(Profile* profile)
profile           174 chrome/browser/extensions/api/developer_private/developer_private_api.cc     : profile_(profile) {
profile           191 chrome/browser/extensions/api/developer_private/developer_private_api.cc   ErrorConsole::Get(profile)->AddObserver(this);
profile           213 chrome/browser/extensions/api/developer_private/developer_private_api.cc   Profile* profile = content::Source<Profile>(source).ptr();
profile           214 chrome/browser/extensions/api/developer_private/developer_private_api.cc   CHECK(profile);
profile           215 chrome/browser/extensions/api/developer_private/developer_private_api.cc   CHECK(profile_->IsSameProfile(profile));
profile           261 chrome/browser/extensions/api/developer_private/developer_private_api.cc   ExtensionSystem::Get(profile)->event_router()->BroadcastEvent(event.Pass());
profile           573 chrome/browser/extensions/api/developer_private/developer_private_api.cc   if (service->profile()->HasOffTheRecordProfile() &&
profile           576 chrome/browser/extensions/api/developer_private/developer_private_api.cc         service->profile()->GetOffTheRecordProfile())->process_manager();
profile           869 chrome/browser/extensions/api/developer_private/developer_private_api.cc           service->profile()->GetOffTheRecordProfile())->extension_service();
profile            62 chrome/browser/extensions/api/developer_private/developer_private_api.h   explicit DeveloperPrivateEventRouter(Profile* profile);
profile            39 chrome/browser/extensions/api/dial/dial_api.cc DialAPI::DialAPI(Profile* profile)
profile            41 chrome/browser/extensions/api/dial/dial_api.cc       profile_(profile) {
profile            42 chrome/browser/extensions/api/dial/dial_api.cc   ExtensionSystem::Get(profile)->event_router()->RegisterObserver(
profile            28 chrome/browser/extensions/api/dial/dial_api.h   explicit DialAPI(Profile* profile);
profile            36 chrome/browser/extensions/api/dial/dial_api_factory.cc         content::BrowserContext* profile) const {
profile            37 chrome/browser/extensions/api/dial/dial_api_factory.cc   return scoped_refptr<DialAPI>(new DialAPI(static_cast<Profile*>(profile)));
profile            30 chrome/browser/extensions/api/dial/dial_api_factory.h       BuildServiceInstanceFor(content::BrowserContext* profile) const OVERRIDE;
profile            51 chrome/browser/extensions/api/dial/dial_apitest.cc           profile());
profile            94 chrome/browser/extensions/api/dial/dial_apitest.cc   catcher.RestrictToProfile(browser()->profile());
profile           246 chrome/browser/extensions/api/downloads/downloads_api.cc     Profile* profile) {
profile           265 chrome/browser/extensions/api/downloads/downloads_api.cc   json->SetBoolean(kIncognitoKey, profile->IsOffTheRecord());
profile           291 chrome/browser/extensions/api/downloads/downloads_api.cc         profile)->extension_service()->GetExtensionById(
profile           401 chrome/browser/extensions/api/downloads/downloads_api.cc     Profile* profile,
profile           405 chrome/browser/extensions/api/downloads/downloads_api.cc   *manager = BrowserContext::GetDownloadManager(profile->GetOriginalProfile());
profile           406 chrome/browser/extensions/api/downloads/downloads_api.cc   if (profile->HasOffTheRecordProfile() &&
profile           408 chrome/browser/extensions/api/downloads/downloads_api.cc        profile->IsOffTheRecord())) {
profile           410 chrome/browser/extensions/api/downloads/downloads_api.cc         profile->GetOffTheRecordProfile());
profile           416 chrome/browser/extensions/api/downloads/downloads_api.cc DownloadItem* GetDownload(Profile* profile, bool include_incognito, int id) {
profile           419 chrome/browser/extensions/api/downloads/downloads_api.cc   GetManagers(profile, include_incognito, &manager, &incognito_manager);
profile           711 chrome/browser/extensions/api/downloads/downloads_api.cc       Profile* profile,
profile           742 chrome/browser/extensions/api/downloads/downloads_api.cc                 profile, warnings);
profile          1438 chrome/browser/extensions/api/downloads/downloads_api.cc         DownloadServiceFactory::GetForBrowserContext(browser->profile());
profile          1516 chrome/browser/extensions/api/downloads/downloads_api.cc     Profile* profile,
profile          1518 chrome/browser/extensions/api/downloads/downloads_api.cc     : profile_(profile),
profile          1662 chrome/browser/extensions/api/downloads/downloads_api.cc     Profile* profile,
profile          1670 chrome/browser/extensions/api/downloads/downloads_api.cc   DownloadItem* item = GetDownload(profile, include_incognito, download_id);
profile          1695 chrome/browser/extensions/api/downloads/downloads_api.cc                 profile, ext_id, filename, conflict_action),
profile          1884 chrome/browser/extensions/api/downloads/downloads_api.cc   notification_source.profile = profile_;
profile           330 chrome/browser/extensions/api/downloads/downloads_api.h       Profile* profile,
profile           339 chrome/browser/extensions/api/downloads/downloads_api.h       Profile* profile, content::DownloadManager* manager);
profile           376 chrome/browser/extensions/api/downloads/downloads_api.h     Profile* profile;
profile            99 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc     Event(Profile* profile,
profile           103 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc       : profile_(profile),
profile           185 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc               dns->profile,
profile           202 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc   bool WaitFor(Profile* profile,
profile           205 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc     waiting_for_.reset(new Event(profile, event_name, json_args, base::Time()));
profile           279 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc     extensions::ExtensionSystem::Get(current_browser()->profile())->
profile           284 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc     extensions::ExtensionSystem::Get(current_browser()->profile())->
profile           289 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc     extensions::ExtensionSystem::Get(current_browser()->profile())->
profile           301 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc     extensions::ExtensionSystem::Get(current_browser()->profile())->
profile           310 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc     extensions::ExtensionSystem::Get(current_browser()->profile())->
profile           328 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc     current_browser()->profile()->GetPrefs()->SetBoolean(
profile           333 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc     DownloadTestFileActivityObserver observer(current_browser()->profile());
profile           344 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc       DownloadTestFileActivityObserver observer(incognito_browser_->profile());
profile           352 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc         current_browser()->profile(), event_name, json_args);
profile           399 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc     return BrowserContext::GetDownloadManager(browser()->profile());
profile           403 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc         browser()->profile()->GetOffTheRecordProfile());
profile           540 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc     return current_browser()->profile()->IsOffTheRecord() ?
profile           600 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc     current_browser()->profile()->GetPrefs()->SetFilePath(
profile          2197 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc       BrowserContext::GetDefaultStoragePartition(browser()->profile())->
profile          2283 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc       browser()->profile(),
profile          2350 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc       browser()->profile(),
profile          2425 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc       browser()->profile(),
profile          2490 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc       browser()->profile(),
profile          2555 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc       browser()->profile(),
profile          2627 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc       browser()->profile(),
profile          2692 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc       browser()->profile(),
profile          2757 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc       browser()->profile(),
profile          2822 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc       browser()->profile(),
profile          2888 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc       browser()->profile(),
profile          2953 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc       browser()->profile(),
profile          3011 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc       browser()->profile(),
profile          3136 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc       current_browser()->profile(),
profile          3195 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc       current_browser()->profile(),
profile          3270 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc       current_browser()->profile(),
profile          3328 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc       current_browser()->profile(),
profile          3435 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc       current_browser()->profile(),
profile          3498 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc       browser()->profile())->IsShelfEnabled());
profile          3501 chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc       browser()->profile())->IsShelfEnabled());
profile           189 chrome/browser/extensions/api/enterprise_platform_keys_private/enterprise_platform_keys_private_api_unittest.cc     prefs_ = browser()->profile()->GetPrefs();
profile            92 chrome/browser/extensions/api/extension_action/browser_action_apitest.cc     return ExtensionActionManager::Get(browser()->profile())->
profile           124 chrome/browser/extensions/api/extension_action/browser_action_apitest.cc       browser()->profile());
profile           147 chrome/browser/extensions/api/extension_action/browser_action_apitest.cc       profile(),
profile           477 chrome/browser/extensions/api/extension_action/browser_action_apitest.cc   Profile* incognito_profile = browser()->profile()->GetOffTheRecordProfile();
profile           488 chrome/browser/extensions/api/extension_action/browser_action_apitest.cc   extensions::ExtensionPrefs::Get(browser()->profile())
profile           504 chrome/browser/extensions/api/extension_action/browser_action_apitest.cc       browser()->profile())->extension_service();
profile           531 chrome/browser/extensions/api/extension_action/browser_action_apitest.cc       extensions::ExtensionPrefs::Get(browser()->profile());
profile           535 chrome/browser/extensions/api/extension_action/browser_action_apitest.cc   Profile* incognito_profile = browser()->profile()->GetOffTheRecordProfile();
profile           542 chrome/browser/extensions/api/extension_action/browser_action_apitest.cc   ui_test_utils::OpenURLOffTheRecord(browser()->profile(), GURL("about:blank"));
profile           559 chrome/browser/extensions/api/extension_action/browser_action_apitest.cc       browser()->profile());
profile           590 chrome/browser/extensions/api/extension_action/browser_action_apitest.cc   Profile* incognito_profile = browser()->profile()->GetOffTheRecordProfile();
profile           595 chrome/browser/extensions/api/extension_action/browser_action_apitest.cc   ui_test_utils::OpenURLOffTheRecord(browser()->profile(), GURL("about:blank"));
profile           601 chrome/browser/extensions/api/extension_action/browser_action_apitest.cc       browser()->profile());
profile           620 chrome/browser/extensions/api/extension_action/browser_action_apitest.cc       extensions::ExtensionSystem::Get(browser()->profile())->process_manager();
profile           631 chrome/browser/extensions/api/extension_action/browser_action_apitest.cc       browser()->profile());
profile            36 chrome/browser/extensions/api/extension_action/browser_action_browsertest.cc void WaitForStateStore(Profile* profile, const std::string& extension_id) {
profile            39 chrome/browser/extensions/api/extension_action/browser_action_browsertest.cc   ExtensionSystem::Get(profile)->state_store()->GetExtensionValue(
profile            61 chrome/browser/extensions/api/extension_action/browser_action_browsertest.cc   WaitForStateStore(profile(), extension->id());
profile            68 chrome/browser/extensions/api/extension_action/browser_action_browsertest.cc       ExtensionActionManager::Get(profile())->GetBrowserAction(*extension);
profile            81 chrome/browser/extensions/api/extension_action/browser_action_browsertest.cc       ExtensionRegistry::Get(profile())->enabled_extensions();
profile            93 chrome/browser/extensions/api/extension_action/browser_action_browsertest.cc       ExtensionActionManager::Get(profile())->GetBrowserAction(*extension);
profile           107 chrome/browser/extensions/api/extension_action/browser_action_browsertest.cc   if (ExtensionSystem::Get(profile())->state_store()->IsInitialized())
profile           111 chrome/browser/extensions/api/extension_action/browser_action_browsertest.cc   WaitForStateStore(profile(), extension->id());
profile           192 chrome/browser/extensions/api/extension_action/browser_action_interactive_test.cc       browser()->profile())->extension_service();
profile           417 chrome/browser/extensions/api/extension_action/extension_action_api.cc ExtensionActionStorageManager::ExtensionActionStorageManager(Profile* profile)
profile           418 chrome/browser/extensions/api/extension_action/extension_action_api.cc     : profile_(profile) {
profile           456 chrome/browser/extensions/api/extension_action/extension_action_api.cc       Profile* profile = content::Details<Profile>(details).ptr();
profile           457 chrome/browser/extensions/api/extension_action/extension_action_api.cc       if (profile != profile_)
profile            96 chrome/browser/extensions/api/extension_action/extension_action_api.h   explicit ExtensionActionStorageManager(Profile* profile);
profile            33 chrome/browser/extensions/api/extension_action/page_action_apitest.cc     return ExtensionActionManager::Get(browser()->profile())->
profile            64 chrome/browser/extensions/api/extension_action/page_action_apitest.cc         browser()->profile(), *action, tab_id, std::string(), 0);
profile            78 chrome/browser/extensions/api/extension_action/page_action_apitest.cc   ExtensionActionIconFactory icon_factory(profile(), extension, action, NULL);
profile           107 chrome/browser/extensions/api/extension_action/page_action_apitest.cc         browser()->profile(), *page_action, tab_id, std::string(), 1);
profile           185 chrome/browser/extensions/api/extension_action/page_action_apitest.cc         browser()->profile(), *page_action, tab_id, std::string(), 1);
profile           255 chrome/browser/extensions/api/extension_action/page_action_apitest.cc         browser()->profile(), *page_action, tab_id, std::string(), 0);
profile            51 chrome/browser/extensions/api/feedback_private/feedback_browsertest.cc         browser()->profile())->event_router()->ExtensionHasEventListener(
profile            77 chrome/browser/extensions/api/feedback_private/feedback_browsertest.cc             browser()->profile());
profile            42 chrome/browser/extensions/api/feedback_private/feedback_service.cc     Profile* profile,
profile            51 chrome/browser/extensions/api/feedback_private/feedback_service.cc         profile, feedback_data_->attached_file_uuid(),
profile            60 chrome/browser/extensions/api/feedback_private/feedback_service.cc         profile, feedback_data_->screenshot_uuid(),
profile            38 chrome/browser/extensions/api/feedback_private/feedback_service.h   void SendFeedback(Profile* profile,
profile            44 chrome/browser/extensions/api/feedback_private/feedback_service_nonchromeos.cc   Profile* profile = ProfileManager::GetLastUsedProfile();
profile            45 chrome/browser/extensions/api/feedback_private/feedback_service_nonchromeos.cc   if (!profile)
profile            48 chrome/browser/extensions/api/feedback_private/feedback_service_nonchromeos.cc   SigninManager* signin = SigninManagerFactory::GetForProfile(profile);
profile            97 chrome/browser/extensions/api/file_handlers/app_file_handler_util.cc       Profile* profile,
profile           137 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           313 chrome/browser/extensions/api/file_handlers/app_file_handler_util.cc     Profile* profile,
profile           345 chrome/browser/extensions/api/file_handlers/app_file_handler_util.cc     Profile* profile,
profile           350 chrome/browser/extensions/api/file_handlers/app_file_handler_util.cc       paths, profile, is_directory, on_success, on_failure));
profile            63 chrome/browser/extensions/api/file_handlers/app_file_handler_util.h     Profile* profile,
profile            71 chrome/browser/extensions/api/file_handlers/app_file_handler_util.h     Profile* profile,
profile           129 chrome/browser/extensions/api/file_system/file_system_apitest.cc     ExtensionPrefs* prefs = ExtensionPrefs::Get(profile());
profile           203 chrome/browser/extensions/api/file_system/file_system_apitest.cc                    ExtensionPrefs::Get(profile())));
profile           223 chrome/browser/extensions/api/file_system/file_system_apitest.cc         ExtensionPrefs::Get(profile())));
profile           583 chrome/browser/extensions/api/file_system/file_system_apitest.cc       profile())->GetAllFileEntries(GetSingleLoadedExtension()->id());
profile           599 chrome/browser/extensions/api/file_system/file_system_apitest.cc       profile())->GetAllFileEntries(GetSingleLoadedExtension()->id());
profile           615 chrome/browser/extensions/api/file_system/file_system_apitest.cc                  apps::SavedFilesService::Get(profile())));
profile           630 chrome/browser/extensions/api/file_system/file_system_apitest.cc                  apps::SavedFilesService::Get(profile())));
profile            62 chrome/browser/extensions/api/file_system/file_system_apitest_chromeos.cc       Profile* profile) {
profile            69 chrome/browser/extensions/api/file_system/file_system_apitest_chromeos.cc         profile, NULL, fake_drive_service_, std::string(),
profile           121 chrome/browser/extensions/api/file_system/file_system_apitest_chromeos.cc       browser()->profile()).AppendASCII("root/open_existing.txt");
profile           131 chrome/browser/extensions/api/file_system/file_system_apitest_chromeos.cc       browser()->profile()).AppendASCII("root/open_existing.txt");
profile           141 chrome/browser/extensions/api/file_system/file_system_apitest_chromeos.cc       drive::util::GetDriveMountPointPath(browser()->profile()).AppendASCII(
profile           152 chrome/browser/extensions/api/file_system/file_system_apitest_chromeos.cc       drive::util::GetDriveMountPointPath(browser()->profile()).AppendASCII(
profile           164 chrome/browser/extensions/api/file_system/file_system_apitest_chromeos.cc       drive::util::GetDriveMountPointPath(browser()->profile()).AppendASCII(
profile           176 chrome/browser/extensions/api/file_system/file_system_apitest_chromeos.cc       drive::util::GetDriveMountPointPath(browser()->profile()).AppendASCII(
profile            97 chrome/browser/extensions/api/font_settings/font_settings_api.cc     Profile* profile) : profile_(profile) {
profile            35 chrome/browser/extensions/api/font_settings/font_settings_api.h   explicit FontSettingsEventRouter(Profile* profile);
profile            16 chrome/browser/extensions/api/font_settings/font_settings_apitest.cc   PrefService* prefs = browser()->profile()->GetPrefs();
profile            28 chrome/browser/extensions/api/font_settings/font_settings_apitest.cc   PrefService* prefs = browser()->profile()->GetPrefs();
profile            90 chrome/browser/extensions/api/gcm/gcm_api.cc   Profile* profile = Profile::FromBrowserContext(browser_context());
profile            93 chrome/browser/extensions/api/gcm/gcm_api.cc   if (profile->IsOffTheRecord())
profile            96 chrome/browser/extensions/api/gcm/gcm_api.cc   return gcm::GCMProfileService::GetGCMEnabledState(profile) !=
profile           199 chrome/browser/extensions/api/gcm/gcm_api.cc GcmJsEventRouter::GcmJsEventRouter(Profile* profile) : profile_(profile) {
profile            96 chrome/browser/extensions/api/gcm/gcm_api.h   explicit GcmJsEventRouter(Profile* profile);
profile            87 chrome/browser/extensions/api/gcm/gcm_apitest.cc   browser()->profile()->GetPrefs()->SetBoolean(prefs::kGCMChannelEnabled, true);
profile            90 chrome/browser/extensions/api/gcm/gcm_apitest.cc       browser()->profile(), &gcm::FakeGCMProfileService::Build);
profile            93 chrome/browser/extensions/api/gcm/gcm_apitest.cc           browser()->profile()));
profile           163 chrome/browser/extensions/api/gcm/gcm_apitest.cc   catcher.RestrictToProfile(profile());
profile           169 chrome/browser/extensions/api/gcm/gcm_apitest.cc   extensions::ExtensionGCMAppHandler app_handler(profile());
profile           176 chrome/browser/extensions/api/gcm/gcm_apitest.cc   catcher.RestrictToProfile(profile());
profile           182 chrome/browser/extensions/api/gcm/gcm_apitest.cc   extensions::ExtensionGCMAppHandler app_handler(profile());
profile           199 chrome/browser/extensions/api/gcm/gcm_apitest.cc   catcher.RestrictToProfile(profile());
profile           206 chrome/browser/extensions/api/gcm/gcm_apitest.cc   extensions::ExtensionGCMAppHandler app_handler(profile());
profile           238 chrome/browser/extensions/api/gcm/gcm_apitest.cc   catcher.RestrictToProfile(profile());
profile           240 chrome/browser/extensions/api/gcm/gcm_apitest.cc   incognito_catcher.RestrictToProfile(profile()->GetOffTheRecordProfile());
profile           135 chrome/browser/extensions/api/history/history_api.cc HistoryEventRouter::HistoryEventRouter(Profile* profile) {
profile           136 chrome/browser/extensions/api/history/history_api.cc   const content::Source<Profile> source = content::Source<Profile>(profile);
profile           167 chrome/browser/extensions/api/history/history_api.cc     Profile* profile,
profile           172 chrome/browser/extensions/api/history/history_api.cc   DispatchEvent(profile, api::history::OnVisited::kEventName, args.Pass());
profile           176 chrome/browser/extensions/api/history/history_api.cc     Profile* profile,
profile           189 chrome/browser/extensions/api/history/history_api.cc   DispatchEvent(profile, api::history::OnVisitRemoved::kEventName, args.Pass());
profile           193 chrome/browser/extensions/api/history/history_api.cc     Profile* profile,
profile           196 chrome/browser/extensions/api/history/history_api.cc   if (profile && extensions::ExtensionSystem::Get(profile)->event_router()) {
profile           199 chrome/browser/extensions/api/history/history_api.cc     event->restrict_to_browser_context = profile;
profile           200 chrome/browser/extensions/api/history/history_api.cc     extensions::ExtensionSystem::Get(profile)->event_router()->
profile            31 chrome/browser/extensions/api/history/history_api.h   explicit HistoryEventRouter(Profile* profile);
profile            40 chrome/browser/extensions/api/history/history_api.h   void HistoryUrlVisited(Profile* profile,
profile            43 chrome/browser/extensions/api/history/history_api.h   void HistoryUrlsRemoved(Profile* profile,
profile            46 chrome/browser/extensions/api/history/history_api.h   void DispatchEvent(Profile* profile,
profile            49 chrome/browser/extensions/api/history/history_apitest.cc   browser()->profile()->GetPrefs()->
profile            19 chrome/browser/extensions/api/hotword_private/hotword_private_apitest.cc   explicit MockHotwordService(Profile* profile)
profile            20 chrome/browser/extensions/api/hotword_private/hotword_private_apitest.cc       : HotwordService(profile), service_available_(true) {};
profile            31 chrome/browser/extensions/api/hotword_private/hotword_private_apitest.cc   static KeyedService* Build(content::BrowserContext* profile) {
profile            32 chrome/browser/extensions/api/hotword_private/hotword_private_apitest.cc     return new MockHotwordService(static_cast<Profile*>(profile));
profile            53 chrome/browser/extensions/api/hotword_private/hotword_private_apitest.cc             profile(), MockHotwordService::Build));
profile            69 chrome/browser/extensions/api/hotword_private/hotword_private_apitest.cc   EXPECT_FALSE(profile()->GetPrefs()->GetBoolean(prefs::kHotwordSearchEnabled));
profile            74 chrome/browser/extensions/api/hotword_private/hotword_private_apitest.cc   EXPECT_TRUE(profile()->GetPrefs()->GetBoolean(prefs::kHotwordSearchEnabled));
profile            79 chrome/browser/extensions/api/hotword_private/hotword_private_apitest.cc   EXPECT_FALSE(profile()->GetPrefs()->GetBoolean(prefs::kHotwordSearchEnabled));
profile            84 chrome/browser/extensions/api/hotword_private/hotword_private_apitest.cc   EXPECT_TRUE(profile()->GetPrefs()->GetBoolean(
profile            91 chrome/browser/extensions/api/hotword_private/hotword_private_apitest.cc   EXPECT_TRUE(profile()->GetPrefs()->GetBoolean(
profile            99 chrome/browser/extensions/api/hotword_private/hotword_private_apitest.cc   EXPECT_FALSE(profile()->GetPrefs()->GetBoolean(
profile           131 chrome/browser/extensions/api/hotword_private/hotword_private_apitest.cc   profile()->GetPrefs()->SetBoolean(prefs::kHotwordSearchEnabled, true);
profile            21 chrome/browser/extensions/api/identity/account_tracker.cc AccountTracker::AccountTracker(Profile* profile) : profile_(profile) {
profile           224 chrome/browser/extensions/api/identity/account_tracker.cc AccountIdFetcher::AccountIdFetcher(Profile* profile,
profile           228 chrome/browser/extensions/api/identity/account_tracker.cc       profile_(profile),
profile            43 chrome/browser/extensions/api/identity/account_tracker.h   explicit AccountTracker(Profile* profile);
profile           110 chrome/browser/extensions/api/identity/account_tracker.h   AccountIdFetcher(Profile* profile,
profile            22 chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc                                  Profile* profile,
profile            27 chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc       profile_(profile) {
profile            62 chrome/browser/extensions/api/identity/gaia_web_auth_flow.h                   Profile* profile,
profile           110 chrome/browser/extensions/api/identity/identity_apitest.cc     function->set_browser_context(browser()->profile());
profile           386 chrome/browser/extensions/api/identity/identity_apitest.cc     return IdentityAPI::GetFactoryInstance()->Get(browser()->profile());
profile           391 chrome/browser/extensions/api/identity/identity_apitest.cc         SigninManagerFactory::GetForProfile(browser()->profile());
profile          1116 chrome/browser/extensions/api/identity/identity_apitest.cc     return IdentityAPI::GetFactoryInstance()->Get(browser()->profile());
profile            17 chrome/browser/extensions/api/identity/identity_signin_flow.cc IdentitySigninFlow::IdentitySigninFlow(Delegate* delegate, Profile* profile)
profile            19 chrome/browser/extensions/api/identity/identity_signin_flow.cc       profile_(profile) {
profile            36 chrome/browser/extensions/api/identity/identity_signin_flow.h                      Profile* profile);
profile            45 chrome/browser/extensions/api/identity/web_auth_flow.cc     Profile* profile,
profile            49 chrome/browser/extensions/api/identity/web_auth_flow.cc       profile_(profile),
profile            79 chrome/browser/extensions/api/identity/web_auth_flow.h               Profile* profile,
profile           122 chrome/browser/extensions/api/idle/idle_api_unittest.cc KeyedService* IdleManagerTestFactory(content::BrowserContext* profile) {
profile           123 chrome/browser/extensions/api/idle/idle_api_unittest.cc   return new IdleManager(static_cast<Profile*>(profile));
profile           141 chrome/browser/extensions/api/idle/idle_api_unittest.cc   IdleManagerFactory::GetInstance()->SetTestingFactory(browser()->profile(),
profile           143 chrome/browser/extensions/api/idle/idle_api_unittest.cc   idle_manager_ = IdleManagerFactory::GetForProfile(browser()->profile());
profile           516 chrome/browser/extensions/api/idle/idle_api_unittest.cc       content::Source<Profile>(browser()->profile()),
profile           537 chrome/browser/extensions/api/idle/idle_api_unittest.cc       content::Source<Profile>(browser()->profile()),
profile           549 chrome/browser/extensions/api/idle/idle_api_unittest.cc       content::Source<Profile>(browser()->profile()),
profile            33 chrome/browser/extensions/api/idle/idle_manager.cc   explicit DefaultEventDelegate(Profile* profile);
profile            45 chrome/browser/extensions/api/idle/idle_manager.cc DefaultEventDelegate::DefaultEventDelegate(Profile* profile)
profile            46 chrome/browser/extensions/api/idle/idle_manager.cc     : profile_(profile) {
profile           125 chrome/browser/extensions/api/idle/idle_manager.cc IdleManager::IdleManager(Profile* profile)
profile           126 chrome/browser/extensions/api/idle/idle_manager.cc     : profile_(profile),
profile           130 chrome/browser/extensions/api/idle/idle_manager.cc       event_delegate_(new DefaultEventDelegate(profile)) {
profile            70 chrome/browser/extensions/api/idle/idle_manager.h   explicit IdleManager(Profile* profile);
profile            17 chrome/browser/extensions/api/idle/idle_manager_factory.cc     Profile* profile) {
profile            19 chrome/browser/extensions/api/idle/idle_manager_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            38 chrome/browser/extensions/api/idle/idle_manager_factory.cc     content::BrowserContext* profile) const {
profile            39 chrome/browser/extensions/api/idle/idle_manager_factory.cc   IdleManager* idle_manager = new IdleManager(static_cast<Profile*>(profile));
profile            18 chrome/browser/extensions/api/idle/idle_manager_factory.h   static IdleManager* GetForProfile(Profile* profile);
profile            30 chrome/browser/extensions/api/idle/idle_manager_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile            88 chrome/browser/extensions/api/image_writer_private/operation_manager.h   Profile* profile() { return profile_; }
profile            29 chrome/browser/extensions/api/image_writer_private/operation_manager_unittest.cc   explicit FakeEventRouter(Profile* profile) : EventRouter(profile, NULL) {}
profile            41 chrome/browser/extensions/api/image_writer_private/operation_manager_unittest.cc   explicit FakeExtensionSystem(Profile* profile)
profile            42 chrome/browser/extensions/api/image_writer_private/operation_manager_unittest.cc       : TestExtensionSystem(profile) {
profile            43 chrome/browser/extensions/api/image_writer_private/operation_manager_unittest.cc     fake_event_router_.reset(new FakeEventRouter(profile));
profile            55 chrome/browser/extensions/api/image_writer_private/operation_manager_unittest.cc KeyedService* BuildFakeExtensionSystem(content::BrowserContext* profile) {
profile            56 chrome/browser/extensions/api/image_writer_private/operation_manager_unittest.cc   return new FakeExtensionSystem(static_cast<Profile*>(profile));
profile            73 chrome/browser/extensions/api/input_ime/input_ime_api.cc static void DispatchEventToExtension(Profile* profile,
profile            79 chrome/browser/extensions/api/input_ime/input_ime_api.cc   event->restrict_to_browser_context = profile;
profile            80 chrome/browser/extensions/api/input_ime/input_ime_api.cc   extensions::ExtensionSystem::Get(profile)->event_router()->
profile            89 chrome/browser/extensions/api/input_ime/input_ime_api.cc   ImeObserver(Profile* profile, const std::string& extension_id)
profile            90 chrome/browser/extensions/api/input_ime/input_ime_api.cc       : profile_(profile), extension_id_(extension_id) {
profile            96 chrome/browser/extensions/api/input_ime/input_ime_api.cc     if (ProfileHelper::IsSigninProfile(profile)) {
profile           313 chrome/browser/extensions/api/input_ime/input_ime_api.cc     Profile* profile,
profile           339 chrome/browser/extensions/api/input_ime/input_ime_api.cc       new chromeos::ImeObserver(profile, extension_id));
profile           355 chrome/browser/extensions/api/input_ime/input_ime_api.cc     Profile* profile, const std::string& extension_id) {
profile            37 chrome/browser/extensions/api/input_ime/input_ime_api.h   bool RegisterIme(Profile* profile,
profile            40 chrome/browser/extensions/api/input_ime/input_ime_api.h   void UnregisterAllImes(Profile* profile, const std::string& extension_id);
profile           128 chrome/browser/extensions/api/management/management_api.cc     ExtensionPrefs* prefs = ExtensionPrefs::Get(service->profile());
profile           649 chrome/browser/extensions/api/management/management_api.cc ManagementEventRouter::ManagementEventRouter(Profile* profile)
profile           650 chrome/browser/extensions/api/management/management_api.cc     : profile_(profile) {
profile           674 chrome/browser/extensions/api/management/management_api.cc   Profile* profile = content::Source<Profile>(source).ptr();
profile           675 chrome/browser/extensions/api/management/management_api.cc   CHECK(profile);
profile           676 chrome/browser/extensions/api/management/management_api.cc   CHECK(profile_->IsSameProfile(profile));
profile           712 chrome/browser/extensions/api/management/management_api.cc         *extension, ExtensionSystem::Get(profile));
profile           717 chrome/browser/extensions/api/management/management_api.cc   ExtensionSystem::Get(profile)->event_router()->BroadcastEvent(event.Pass());
profile           177 chrome/browser/extensions/api/management/management_api.h   explicit ManagementEventRouter(Profile* profile);
profile            36 chrome/browser/extensions/api/management/management_api_browsertest.cc         ExtensionSystem::Get(browser()->profile())->
profile           104 chrome/browser/extensions/api/management/management_api_browsertest.cc   ExtensionService* service = ExtensionSystem::Get(browser()->profile())->
profile           198 chrome/browser/extensions/api/management/management_api_browsertest.cc     ExtensionService* service = ExtensionSystem::Get(browser()->profile())->
profile           209 chrome/browser/extensions/api/management/management_api_browsertest.cc     EXPECT_TRUE(ExtensionPrefs::Get(browser()->profile())
profile           285 chrome/browser/extensions/api/management/management_api_browsertest.cc   const Extension* extension = ExtensionSystem::Get(browser()->profile())
profile           146 chrome/browser/extensions/api/management/management_apitest.cc       browser()->profile())->extension_service();
profile           152 chrome/browser/extensions/api/management/management_apitest.cc       browser()->profile())->management_policy()->UnregisterAllProviders();
profile           172 chrome/browser/extensions/api/management/management_apitest.cc       browser()->profile())->extension_service();
profile           178 chrome/browser/extensions/api/management/management_apitest.cc       browser()->profile())->management_policy();
profile           190 chrome/browser/extensions/api/management/management_apitest.cc       browser()->profile())->extension_service();
profile           205 chrome/browser/extensions/api/management/management_apitest.cc   ASSERT_EQ(2u, chrome::GetBrowserCount(browser()->profile(),
profile           221 chrome/browser/extensions/api/management/management_apitest.cc   ASSERT_EQ(1u, chrome::GetBrowserCount(browser()->profile(),
profile           239 chrome/browser/extensions/api/management/management_apitest.cc   ASSERT_EQ(2u, chrome::GetBrowserCount(browser()->profile(),
profile           254 chrome/browser/extensions/api/management/management_apitest.cc       browser()->profile())->extension_service();
profile           265 chrome/browser/extensions/api/management/management_apitest.cc   ASSERT_EQ(1u, chrome::GetBrowserCount(browser()->profile(),
profile           275 chrome/browser/extensions/api/management/management_apitest.cc   ASSERT_EQ(1u, chrome::GetBrowserCount(browser()->profile(),
profile           281 chrome/browser/extensions/api/management/management_apitest.cc   ASSERT_EQ(1u, chrome::GetBrowserCount(browser()->profile(),
profile           298 chrome/browser/extensions/api/management/management_apitest.cc   ASSERT_EQ(1u, chrome::GetBrowserCount(browser()->profile(),
profile           304 chrome/browser/extensions/api/management/management_apitest.cc   ASSERT_EQ(2u, chrome::GetBrowserCount(browser()->profile(),
profile            53 chrome/browser/extensions/api/management/management_browsertest.cc         extensions::ExtensionSystem::Get(browser()->profile())->
profile           130 chrome/browser/extensions/api/management/management_browsertest.cc       browser()->profile())->extension_service();
profile           145 chrome/browser/extensions/api/management/management_browsertest.cc       extensions::ExtensionSystem::Get(browser()->profile())->process_manager();
profile           146 chrome/browser/extensions/api/management/management_browsertest.cc   ExtensionRegistry* registry = ExtensionRegistry::Get(browser()->profile());
profile           267 chrome/browser/extensions/api/management/management_browsertest.cc       browser()->profile())->extension_service();
profile           268 chrome/browser/extensions/api/management/management_browsertest.cc   ExtensionRegistry* registry = ExtensionRegistry::Get(browser()->profile());
profile           352 chrome/browser/extensions/api/management/management_browsertest.cc       browser()->profile())->extension_service();
profile           353 chrome/browser/extensions/api/management/management_browsertest.cc   ExtensionRegistry* registry = ExtensionRegistry::Get(browser()->profile());
profile           399 chrome/browser/extensions/api/management/management_browsertest.cc       browser()->profile())->extension_service();
profile           415 chrome/browser/extensions/api/management/management_browsertest.cc   ExtensionRegistry* registry = ExtensionRegistry::Get(browser()->profile());
profile           449 chrome/browser/extensions/api/management/management_browsertest.cc       extensions::ExtensionPrefs::Get(browser()->profile());
profile           493 chrome/browser/extensions/api/management/management_browsertest.cc       browser()->profile())->extension_service();
profile           508 chrome/browser/extensions/api/management/management_browsertest.cc   ExtensionRegistry* registry = ExtensionRegistry::Get(browser()->profile());
profile           512 chrome/browser/extensions/api/management/management_browsertest.cc   PrefService* prefs = browser()->profile()->GetPrefs();
profile           566 chrome/browser/extensions/api/management/management_browsertest.cc       browser()->profile())->extension_service();
profile           567 chrome/browser/extensions/api/management/management_browsertest.cc   ExtensionRegistry* registry = ExtensionRegistry::Get(browser()->profile());
profile           586 chrome/browser/extensions/api/management/management_browsertest.cc   PrefService* prefs = browser()->profile()->GetPrefs();
profile            52 chrome/browser/extensions/api/mdns/mdns_apitest.cc     extensions::MDnsAPI* api = extensions::MDnsAPI::Get(profile());
profile            94 chrome/browser/extensions/api/media_galleries/media_galleries_api.cc bool Setup(Profile* profile, std::string* error, base::Closure callback) {
profile           102 chrome/browser/extensions/api/media_galleries/media_galleries_api.cc       media_file_system_registry()->GetPreferences(profile);
profile           108 chrome/browser/extensions/api/media_galleries/media_galleries_api.cc                             Profile* profile,
profile           117 chrome/browser/extensions/api/media_galleries/media_galleries_api.cc     apps::AppWindow* window = apps::AppWindowRegistry::Get(profile)
profile           547 chrome/browser/extensions/api/media_galleries/media_galleries_api.cc   Profile* profile = GetProfile();
profile           549 chrome/browser/extensions/api/media_galleries/media_galleries_api.cc   WebContents* contents = GetWebContents(render_view_host(), profile, app_id);
profile           555 chrome/browser/extensions/api/media_galleries/media_galleries_api.cc         source_tab_id(), profile, profile->IsOffTheRecord(),
profile           570 chrome/browser/extensions/api/media_galleries/media_galleries_api.cc           extensions::ExtensionPrefs::Get(profile), app_id);
profile           412 chrome/browser/extensions/api/media_galleries/media_galleries_apitest.cc             browser()->profile());
profile           599 chrome/browser/extensions/api/media_galleries/media_galleries_apitest.cc       browser()->profile()->GetPath().BaseName().MaybeAsASCII());
profile            64 chrome/browser/extensions/api/media_galleries_private/gallery_watch_state_tracker.cc const Extension* GetExtensionById(Profile* profile,
profile            66 chrome/browser/extensions/api/media_galleries_private/gallery_watch_state_tracker.cc   ExtensionService* service = profile->GetExtensionService();
profile            74 chrome/browser/extensions/api/media_galleries_private/gallery_watch_state_tracker.cc GalleryWatchStateTracker::GalleryWatchStateTracker(Profile* profile)
profile            75 chrome/browser/extensions/api/media_galleries_private/gallery_watch_state_tracker.cc     : profile_(profile),
profile            81 chrome/browser/extensions/api/media_galleries_private/gallery_watch_state_tracker.cc       g_browser_process->media_file_system_registry()->GetPreferences(profile);
profile            94 chrome/browser/extensions/api/media_galleries_private/gallery_watch_state_tracker.cc     Profile* profile) {
profile            99 chrome/browser/extensions/api/media_galleries_private/gallery_watch_state_tracker.cc   DCHECK(profile);
profile           101 chrome/browser/extensions/api/media_galleries_private/gallery_watch_state_tracker.cc       MediaGalleriesPrivateAPI::Get(profile);
profile            39 chrome/browser/extensions/api/media_galleries_private/gallery_watch_state_tracker.h   explicit GalleryWatchStateTracker(Profile* profile);
profile            44 chrome/browser/extensions/api/media_galleries_private/gallery_watch_state_tracker.h   static GalleryWatchStateTracker* GetForProfile(Profile* profile);
profile            58 chrome/browser/extensions/api/media_galleries_private/media_galleries_private_api.cc                              Profile* profile,
profile            66 chrome/browser/extensions/api/media_galleries_private/media_galleries_private_api.cc       g_browser_process->media_file_system_registry()->GetPreferences(profile);
profile            23 chrome/browser/extensions/api/media_galleries_private/media_galleries_private_event_router.cc     Profile* profile)
profile            24 chrome/browser/extensions/api/media_galleries_private/media_galleries_private_event_router.cc     : profile_(profile) {
profile            31 chrome/browser/extensions/api/media_galleries_private/media_galleries_private_event_router.h   explicit MediaGalleriesPrivateEventRouter(Profile* profile);
profile           122 chrome/browser/extensions/api/media_galleries_private/media_galleries_watch_apitest.cc     return extensions::ExtensionSystem::Get(browser()->profile())->
profile            57 chrome/browser/extensions/api/messaging/extension_message_port.cc   Profile* profile =
profile            60 chrome/browser/extensions/api/messaging/extension_message_port.cc       ExtensionSystem::Get(profile)->process_manager();
profile            71 chrome/browser/extensions/api/messaging/extension_message_port.cc   Profile* profile =
profile            74 chrome/browser/extensions/api/messaging/extension_message_port.cc       ExtensionSystem::Get(profile)->process_manager();
profile            27 chrome/browser/extensions/api/messaging/message_property_provider.cc void MessagePropertyProvider::GetDomainBoundCert(Profile* profile,
profile            36 chrome/browser/extensions/api/messaging/message_property_provider.cc       profile->GetRequestContext());
profile            35 chrome/browser/extensions/api/messaging/message_property_provider.h   void GetDomainBoundCert(Profile* profile,
profile           357 chrome/browser/extensions/api/messaging/message_service.cc   Profile* profile = Profile::FromBrowserContext(source->GetBrowserContext());
profile           359 chrome/browser/extensions/api/messaging/message_service.cc       ExtensionSystem::Get(profile)->extension_service();
profile           373 chrome/browser/extensions/api/messaging/message_service.cc   PrefService* pref_service = profile->GetPrefs();
profile           429 chrome/browser/extensions/api/messaging/message_service.cc   Profile* profile = Profile::FromBrowserContext(source->GetBrowserContext());
profile           433 chrome/browser/extensions/api/messaging/message_service.cc   if (ExtensionTabUtil::GetTabById(tab_id, profile, true,
profile            63 chrome/browser/extensions/api/networking_private/networking_private_api_chromeos.cc std::string GetUserIdHash(Profile* profile) {
profile            66 chrome/browser/extensions/api/networking_private/networking_private_api_chromeos.cc         profile_helper()->GetUserIdHashFromProfile(profile);
profile           275 chrome/browser/extensions/api/networking_private/networking_private_apitest.cc       content::BrowserContext* profile) {
profile           285 chrome/browser/extensions/api/networking_private/networking_private_apitest.cc         profile(),
profile            21 chrome/browser/extensions/api/networking_private/networking_private_event_router.h   static NetworkingPrivateEventRouter* Create(Profile* profile);
profile            34 chrome/browser/extensions/api/networking_private/networking_private_event_router_chromeos.cc   explicit NetworkingPrivateEventRouterImpl(Profile* profile);
profile            63 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           181 chrome/browser/extensions/api/networking_private/networking_private_event_router_chromeos.cc     Profile* profile) {
profile           182 chrome/browser/extensions/api/networking_private/networking_private_event_router_chromeos.cc   return new NetworkingPrivateEventRouterImpl(profile);
profile            44 chrome/browser/extensions/api/networking_private/networking_private_event_router_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile            22 chrome/browser/extensions/api/networking_private/networking_private_event_router_nonchromeos.cc   explicit NetworkingPrivateEventRouterImpl(Profile* profile);
profile            53 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           153 chrome/browser/extensions/api/networking_private/networking_private_event_router_nonchromeos.cc     Profile* profile) {
profile           154 chrome/browser/extensions/api/networking_private/networking_private_event_router_nonchromeos.cc   return new NetworkingPrivateEventRouterImpl(profile);
profile            18 chrome/browser/extensions/api/networking_private/networking_private_service_client_factory.cc   NetworkingPrivateServiceClientFactory::GetForProfile(Profile* profile) {
profile            20 chrome/browser/extensions/api/networking_private/networking_private_service_client_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            41 chrome/browser/extensions/api/networking_private/networking_private_service_client_factory.cc     content::BrowserContext* profile) const {
profile            20 chrome/browser/extensions/api/networking_private/networking_private_service_client_factory.h   static NetworkingPrivateServiceClient* GetForProfile(Profile* profile);
profile            32 chrome/browser/extensions/api/networking_private/networking_private_service_client_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile           130 chrome/browser/extensions/api/notifications/notifications_api.cc                            Profile* profile,
profile           134 chrome/browser/extensions/api/notifications/notifications_api.cc         profile_(profile),
profile            61 chrome/browser/extensions/api/omnibox/omnibox_api.cc     Profile* profile,
profile            63 chrome/browser/extensions/api/omnibox/omnibox_api.cc   ExtensionPrefs* prefs = ExtensionPrefs::Get(profile);
profile            79 chrome/browser/extensions/api/omnibox/omnibox_api.cc     Profile* profile,
profile            82 chrome/browser/extensions/api/omnibox/omnibox_api.cc   ExtensionPrefs* prefs = ExtensionPrefs::Get(profile);
profile           101 chrome/browser/extensions/api/omnibox/omnibox_api.cc     Profile* profile, const std::string& extension_id) {
profile           105 chrome/browser/extensions/api/omnibox/omnibox_api.cc   event->restrict_to_browser_context = profile;
profile           106 chrome/browser/extensions/api/omnibox/omnibox_api.cc   ExtensionSystem::Get(profile)->event_router()->
profile           112 chrome/browser/extensions/api/omnibox/omnibox_api.cc     Profile* profile, const std::string& extension_id,
profile           114 chrome/browser/extensions/api/omnibox/omnibox_api.cc   if (!ExtensionSystem::Get(profile)->event_router()->ExtensionHasEventListener(
profile           124 chrome/browser/extensions/api/omnibox/omnibox_api.cc   event->restrict_to_browser_context = profile;
profile           125 chrome/browser/extensions/api/omnibox/omnibox_api.cc   ExtensionSystem::Get(profile)->event_router()->
profile           136 chrome/browser/extensions/api/omnibox/omnibox_api.cc   Profile* profile =
profile           140 chrome/browser/extensions/api/omnibox/omnibox_api.cc       ExtensionRegistry::Get(profile)->enabled_extensions().GetByID(
profile           157 chrome/browser/extensions/api/omnibox/omnibox_api.cc   event->restrict_to_browser_context = profile;
profile           158 chrome/browser/extensions/api/omnibox/omnibox_api.cc   ExtensionSystem::Get(profile)->event_router()->
profile           163 chrome/browser/extensions/api/omnibox/omnibox_api.cc       content::Source<Profile>(profile),
profile           169 chrome/browser/extensions/api/omnibox/omnibox_api.cc     Profile* profile, const std::string& extension_id) {
profile           173 chrome/browser/extensions/api/omnibox/omnibox_api.cc   event->restrict_to_browser_context = profile;
profile           174 chrome/browser/extensions/api/omnibox/omnibox_api.cc   ExtensionSystem::Get(profile)->event_router()->
profile           372 chrome/browser/extensions/api/omnibox/omnibox_api.cc     Profile* profile,
profile           379 chrome/browser/extensions/api/omnibox/omnibox_api.cc       GetOmniboxDefaultSuggestion(profile, keyword->GetExtensionId()));
profile            49 chrome/browser/extensions/api/omnibox/omnibox_api.h       Profile* profile, const std::string& extension_id);
profile            55 chrome/browser/extensions/api/omnibox/omnibox_api.h       Profile* profile,
profile            69 chrome/browser/extensions/api/omnibox/omnibox_api.h       Profile* profile, const std::string& extension_id);
profile           163 chrome/browser/extensions/api/omnibox/omnibox_api.h     Profile* profile,
profile            28 chrome/browser/extensions/api/omnibox/omnibox_api_browsertest.cc       TemplateURLServiceFactory::GetForProfile(browser()->profile()));
profile           158 chrome/browser/extensions/api/omnibox/omnibox_api_browsertest.cc       TemplateURLServiceFactory::GetForProfile(browser()->profile()));
profile           201 chrome/browser/extensions/api/omnibox/omnibox_api_browsertest.cc       browser()->profile()->GetOffTheRecordProfile());
profile           213 chrome/browser/extensions/api/omnibox/omnibox_api_browsertest.cc       TemplateURLServiceFactory::GetForProfile(browser()->profile()));
profile            19 chrome/browser/extensions/api/omnibox/omnibox_api_interactive_test.cc       TemplateURLServiceFactory::GetForProfile(browser()->profile()));
profile            81 chrome/browser/extensions/api/permissions/permissions_apitest.cc   ExtensionPrefs* prefs = ExtensionPrefs::Get(browser()->profile());
profile           127 chrome/browser/extensions/api/permissions/permissions_apitest.cc   ExtensionPrefs* prefs = ExtensionPrefs::Get(browser()->profile());
profile           170 chrome/browser/extensions/api/power/power_api_unittest.cc         content::Source<Profile>(browser()->profile()),
profile            37 chrome/browser/extensions/api/preference/chrome_direct_setting_api.cc       Profile* profile,
profile            45 chrome/browser/extensions/api/preference/chrome_direct_setting_api.cc       ExtensionSystem::Get(profile)->event_router()->RegisterObserver(
profile            52 chrome/browser/extensions/api/preference/chrome_direct_setting_api.cc       Profile* profile,
profile           273 chrome/browser/extensions/api/preference/preference_api.cc PreferenceEventRouter::PreferenceEventRouter(Profile* profile)
profile           274 chrome/browser/extensions/api/preference/preference_api.cc     : profile_(profile) {
profile            31 chrome/browser/extensions/api/preference/preference_api.h   explicit PreferenceEventRouter(Profile* profile);
profile            70 chrome/browser/extensions/api/preference/preference_apitest.cc     profile_ = browser()->profile();
profile            54 chrome/browser/extensions/api/preference/preference_helpers.cc     Profile* profile,
profile            58 chrome/browser/extensions/api/preference/preference_helpers.cc   PrefService* prefs = incognito ? profile->GetOffTheRecordPrefs()
profile            59 chrome/browser/extensions/api/preference/preference_helpers.cc                                  : profile->GetPrefs();
profile            69 chrome/browser/extensions/api/preference/preference_helpers.cc   if (PreferenceAPI::Get(profile)->DoesExtensionControlPref(
profile            76 chrome/browser/extensions/api/preference/preference_helpers.cc   if (PreferenceAPI::Get(profile)->CanExtensionControlPref(extension_id,
profile            86 chrome/browser/extensions/api/preference/preference_helpers.cc     Profile* profile,
profile            93 chrome/browser/extensions/api/preference/preference_helpers.cc       ExtensionSystem::Get(profile)->event_router();
profile            97 chrome/browser/extensions/api/preference/preference_helpers.cc       ExtensionSystem::Get(profile)->extension_service();
profile           106 chrome/browser/extensions/api/preference/preference_helpers.cc          util::CanCrossIncognito(it->get(), profile))) {
profile           112 chrome/browser/extensions/api/preference/preference_helpers.cc           GetLevelOfControl(profile, extension_id, browser_pref, incognito);
profile           123 chrome/browser/extensions/api/preference/preference_helpers.cc             util::IsIncognitoEnabled(extension_id, profile)) {
profile           124 chrome/browser/extensions/api/preference/preference_helpers.cc           restrict_to_profile = profile->GetOffTheRecordProfile();
profile           126 chrome/browser/extensions/api/preference/preference_helpers.cc                    PreferenceAPI::Get(profile)->DoesExtensionControlPref(
profile           131 chrome/browser/extensions/api/preference/preference_helpers.cc           restrict_to_profile = profile;
profile            28 chrome/browser/extensions/api/preference/preference_helpers.h     Profile* profile,
profile            39 chrome/browser/extensions/api/preference/preference_helpers.h     Profile* profile,
profile            37 chrome/browser/extensions/api/preferences_private/preferences_private_apitest.cc   explicit FakeProfileSyncService(Profile* profile)
profile            40 chrome/browser/extensions/api/preferences_private/preferences_private_apitest.cc             profile,
profile            42 chrome/browser/extensions/api/preferences_private/preferences_private_apitest.cc             ProfileOAuth2TokenServiceFactory::GetForProfile(profile),
profile           118 chrome/browser/extensions/api/preferences_private/preferences_private_apitest.cc     Profile* profile =
profile           120 chrome/browser/extensions/api/preferences_private/preferences_private_apitest.cc     sync_driver::SyncPrefs sync_prefs(profile->GetPrefs());
profile           124 chrome/browser/extensions/api/preferences_private/preferences_private_apitest.cc     profile_manager->RegisterTestingProfile(profile, true, false);
profile           128 chrome/browser/extensions/api/preferences_private/preferences_private_apitest.cc         profile, &FakeProfileSyncService::BuildFakeProfileSyncService));
profile           131 chrome/browser/extensions/api/preferences_private/preferences_private_apitest.cc         profile, chrome::HOST_DESKTOP_TYPE_NATIVE));
profile            28 chrome/browser/extensions/api/principals_private/principals_private_api.cc     profiles::LockProfile(browser->profile());
profile            38 chrome/browser/extensions/api/proxy/proxy_api.cc     void* profile,
profile            47 chrome/browser/extensions/api/proxy/proxy_api.cc   if (profile) {
profile            49 chrome/browser/extensions/api/proxy/proxy_api.cc         keys::kProxyEventOnProxyError, args.Pass(), profile, true, GURL());
profile            58 chrome/browser/extensions/api/proxy/proxy_api.cc     void* profile,
profile            77 chrome/browser/extensions/api/proxy/proxy_api.cc   if (profile) {
profile            79 chrome/browser/extensions/api/proxy/proxy_api.cc         keys::kProxyEventOnProxyError, args.Pass(), profile, true, GURL());
profile            52 chrome/browser/extensions/api/proxy/proxy_api.h                     void* profile,
profile            56 chrome/browser/extensions/api/proxy/proxy_api.h                         void* profile,
profile            76 chrome/browser/extensions/api/proxy/proxy_apitest.cc         GetSingleLoadedExtension()->id(), browser()->profile(), enabled);
profile            91 chrome/browser/extensions/api/proxy/proxy_apitest.cc   PrefService* pref_service = browser()->profile()->GetPrefs();
profile            97 chrome/browser/extensions/api/proxy/proxy_apitest.cc   pref_service = browser()->profile()->GetOffTheRecordProfile()->GetPrefs();
profile           108 chrome/browser/extensions/api/proxy/proxy_apitest.cc   PrefService* pref_service = browser()->profile()->GetPrefs();
profile           119 chrome/browser/extensions/api/proxy/proxy_apitest.cc   PrefService* pref_service = browser()->profile()->GetPrefs();
profile           125 chrome/browser/extensions/api/proxy/proxy_apitest.cc   pref_service = browser()->profile()->GetOffTheRecordProfile()->GetPrefs();
profile           149 chrome/browser/extensions/api/proxy/proxy_apitest.cc   PrefService* pref_service = browser()->profile()->GetPrefs();
profile           163 chrome/browser/extensions/api/proxy/proxy_apitest.cc   PrefService* pref_service = browser()->profile()->GetPrefs();
profile           174 chrome/browser/extensions/api/proxy/proxy_apitest.cc   PrefService* pref_service = browser()->profile()->GetPrefs();
profile           188 chrome/browser/extensions/api/proxy/proxy_apitest.cc   PrefService* pref_service = browser()->profile()->GetPrefs();
profile           199 chrome/browser/extensions/api/proxy/proxy_apitest.cc   PrefService* pref_service = browser()->profile()->GetPrefs();
profile           210 chrome/browser/extensions/api/proxy/proxy_apitest.cc   pref_service = browser()->profile()->GetOffTheRecordProfile()->GetPrefs();
profile           229 chrome/browser/extensions/api/proxy/proxy_apitest.cc   PrefService* pref_service = browser()->profile()->GetPrefs();
profile           233 chrome/browser/extensions/api/proxy/proxy_apitest.cc   pref_service = browser()->profile()->GetOffTheRecordProfile()->GetPrefs();
profile           253 chrome/browser/extensions/api/proxy/proxy_apitest.cc   PrefService* pref_service = browser()->profile()->GetPrefs();
profile           264 chrome/browser/extensions/api/proxy/proxy_apitest.cc   pref_service = browser()->profile()->GetOffTheRecordProfile()->GetPrefs();
profile           281 chrome/browser/extensions/api/proxy/proxy_apitest.cc   PrefService* pref_service = browser()->profile()->GetPrefs();
profile           291 chrome/browser/extensions/api/proxy/proxy_apitest.cc   PrefService* pref_service = browser()->profile()->GetPrefs();
profile           299 chrome/browser/extensions/api/proxy/proxy_apitest.cc   pref_service = browser()->profile()->GetOffTheRecordProfile()->GetPrefs();
profile            53 chrome/browser/extensions/api/push_messaging/push_messaging_api.cc PushMessagingEventRouter::PushMessagingEventRouter(Profile* profile)
profile            54 chrome/browser/extensions/api/push_messaging/push_messaging_api.cc     : profile_(profile) {
profile            38 chrome/browser/extensions/api/push_messaging/push_messaging_api.h   explicit PushMessagingEventRouter(Profile* profile);
profile            79 chrome/browser/extensions/api/push_messaging/push_messaging_apitest.cc                 profile()));
profile            91 chrome/browser/extensions/api/push_messaging/push_messaging_apitest.cc     return PushMessagingAPI::Get(profile());
profile            95 chrome/browser/extensions/api/push_messaging/push_messaging_apitest.cc     return PushMessagingAPI::Get(profile())->GetEventRouterForTest();
profile           103 chrome/browser/extensions/api/push_messaging/push_messaging_apitest.cc   catcher.RestrictToProfile(profile());
profile           120 chrome/browser/extensions/api/push_messaging/push_messaging_apitest.cc   catcher.RestrictToProfile(profile());
profile           186 chrome/browser/extensions/api/push_messaging/push_messaging_apitest.cc   catcher.RestrictToProfile(profile());
profile            70 chrome/browser/extensions/api/push_messaging/push_messaging_canary_test.cc     ASSERT_TRUE(sync_setup_helper_->InitializeSync(profile()));
profile           147 chrome/browser/extensions/api/push_messaging/push_messaging_canary_test.cc   catcher.RestrictToProfile(profile());
profile            31 chrome/browser/extensions/api/push_messaging/sync_setup_helper.cc bool SyncSetupHelper::InitializeSync(Profile* profile) {
profile            32 chrome/browser/extensions/api/push_messaging/sync_setup_helper.cc   profile_ = profile;
profile            28 chrome/browser/extensions/api/push_messaging/sync_setup_helper.h   bool InitializeSync(Profile* profile);
profile            45 chrome/browser/extensions/api/reading_list_private/reading_list_private_apitest.cc              profile(), &ReadingListPrivateApiTest::Build);
profile           271 chrome/browser/extensions/api/runtime/runtime_api.cc   Profile* profile = Profile::FromBrowserContext(browser_context_);
profile           272 chrome/browser/extensions/api/runtime/runtime_api.cc   RuntimeEventRouter::OnExtensionUninstalled(profile, extension->id());
profile           286 chrome/browser/extensions/api/runtime/runtime_api.cc   Profile* profile = Profile::FromBrowserContext(browser_context_);
profile           288 chrome/browser/extensions/api/runtime/runtime_api.cc       profile, extension->id(), extension->manifest()->value());
profile           292 chrome/browser/extensions/api/runtime/runtime_api.cc   Profile* profile = Profile::FromBrowserContext(browser_context_);
profile           293 chrome/browser/extensions/api/runtime/runtime_api.cc   RuntimeEventRouter::DispatchOnBrowserUpdateAvailableEvent(profile);
profile           340 chrome/browser/extensions/api/runtime/runtime_api.cc     Profile* profile,
profile           343 chrome/browser/extensions/api/runtime/runtime_api.cc   ExtensionSystem* system = ExtensionSystem::Get(profile);
profile           357 chrome/browser/extensions/api/runtime/runtime_api.cc     Profile* profile) {
profile           358 chrome/browser/extensions/api/runtime/runtime_api.cc   ExtensionSystem* system = ExtensionSystem::Get(profile);
profile           371 chrome/browser/extensions/api/runtime/runtime_api.cc     Profile* profile,
profile           374 chrome/browser/extensions/api/runtime/runtime_api.cc   ExtensionSystem* system = ExtensionSystem::Get(profile);
profile           388 chrome/browser/extensions/api/runtime/runtime_api.cc     Profile* profile,
profile           391 chrome/browser/extensions/api/runtime/runtime_api.cc   GURL uninstall_url(GetUninstallURL(ExtensionPrefs::Get(profile),
profile           397 chrome/browser/extensions/api/runtime/runtime_api.cc   Browser* browser = chrome::FindLastActiveWithProfile(profile,
profile           400 chrome/browser/extensions/api/runtime/runtime_api.cc     browser = new Browser(Browser::CreateParams(profile,
profile           100 chrome/browser/extensions/api/runtime/runtime_api.h       Profile* profile,
profile           105 chrome/browser/extensions/api/runtime/runtime_api.h   static void DispatchOnBrowserUpdateAvailableEvent(Profile* profile);
profile           109 chrome/browser/extensions/api/runtime/runtime_api.h       Profile* profile,
profile           114 chrome/browser/extensions/api/runtime/runtime_api.h   static void OnExtensionUninstalled(Profile* profile,
profile           175 chrome/browser/extensions/api/serial/serial_apitest.cc   catcher.RestrictToProfile(browser()->profile());
profile           189 chrome/browser/extensions/api/serial/serial_apitest.cc   catcher.RestrictToProfile(browser()->profile());
profile           148 chrome/browser/extensions/api/serial/serial_event_dispatcher.cc   Profile* profile = reinterpret_cast<Profile*>(profile_id);
profile           149 chrome/browser/extensions/api/serial/serial_event_dispatcher.cc   if (!g_browser_process->profile_manager()->IsValidProfile(profile))
profile           152 chrome/browser/extensions/api/serial/serial_event_dispatcher.cc   EventRouter* router = ExtensionSystem::Get(profile)->event_router();
profile            74 chrome/browser/extensions/api/sessions/sessions_api.cc     Profile* profile,
profile            92 chrome/browser/extensions/api/sessions/sessions_api.cc         profile->GetPrefs()->GetString(prefs::kAcceptLanguages);
profile           597 chrome/browser/extensions/api/sessions/sessions_api.cc SessionsEventRouter::SessionsEventRouter(Profile* profile)
profile           598 chrome/browser/extensions/api/sessions/sessions_api.cc     : profile_(profile),
profile           599 chrome/browser/extensions/api/sessions/sessions_api.cc       tab_restore_service_(TabRestoreServiceFactory::GetForProfile(profile)) {
profile            86 chrome/browser/extensions/api/sessions/sessions_api.h   explicit SessionsEventRouter(Profile* profile);
profile           111 chrome/browser/extensions/api/sessions/sessions_apitest.cc   Profile* profile =
profile           113 chrome/browser/extensions/api/sessions/sessions_apitest.cc   profile_manager->RegisterTestingProfile(profile, true, false);
profile           116 chrome/browser/extensions/api/sessions/sessions_apitest.cc       profile, &ProfileSyncServiceMock::BuildMockProfileSyncService));
profile           118 chrome/browser/extensions/api/sessions/sessions_apitest.cc       profile, chrome::HOST_DESKTOP_TYPE_NATIVE));
profile           206 chrome/browser/extensions/api/sessions/sessions_apitest.cc     ProfileSyncServiceFactory::GetForProfile(browser_->profile())->
profile            54 chrome/browser/extensions/api/settings_overrides/settings_overrides_browsertest.cc   PrefService* prefs = profile()->GetPrefs();
profile            63 chrome/browser/extensions/api/settings_overrides/settings_overrides_browsertest.cc       TemplateURLServiceFactory::GetForProfile(profile());
profile            90 chrome/browser/extensions/api/signed_in_devices/id_mapping_helper.cc     Profile* profile) {
profile            94 chrome/browser/extensions/api/signed_in_devices/id_mapping_helper.cc                                                            profile);
profile            56 chrome/browser/extensions/api/signed_in_devices/id_mapping_helper.h     Profile* profile);
profile            78 chrome/browser/extensions/api/signed_in_devices/signed_in_devices_api.cc     Profile* profile) {
profile            81 chrome/browser/extensions/api/signed_in_devices/signed_in_devices_api.cc   ProfileSyncService* pss = ProfileSyncServiceFactory::GetForProfile(profile);
profile            82 chrome/browser/extensions/api/signed_in_devices/signed_in_devices_api.cc   ExtensionPrefs* extension_prefs = ExtensionPrefs::Get(profile);
profile            90 chrome/browser/extensions/api/signed_in_devices/signed_in_devices_api.cc                                           Profile* profile) {
profile            91 chrome/browser/extensions/api/signed_in_devices/signed_in_devices_api.cc   ProfileSyncService* pss = ProfileSyncServiceFactory::GetForProfile(profile);
profile            98 chrome/browser/extensions/api/signed_in_devices/signed_in_devices_api.cc                                                            profile);
profile            33 chrome/browser/extensions/api/signed_in_devices/signed_in_devices_api.h     Profile* profile);
profile            31 chrome/browser/extensions/api/signed_in_devices/signed_in_devices_api_unittest.cc   TestingProfile profile;
profile            32 chrome/browser/extensions/api/signed_in_devices/signed_in_devices_api_unittest.cc   ProfileSyncServiceMock pss_mock(&profile);
profile           115 chrome/browser/extensions/api/signed_in_devices/signed_in_devices_api_unittest.cc KeyedService* CreateProfileSyncServiceMock(content::BrowserContext* profile) {
profile           117 chrome/browser/extensions/api/signed_in_devices/signed_in_devices_api_unittest.cc       Profile::FromBrowserContext(profile));
profile           126 chrome/browser/extensions/api/signed_in_devices/signed_in_devices_api_unittest.cc         profile(), CreateProfileSyncServiceMock);
profile           169 chrome/browser/extensions/api/signed_in_devices/signed_in_devices_api_unittest.cc           ProfileSyncServiceFactory::GetForProfile(profile()));
profile            50 chrome/browser/extensions/api/signed_in_devices/signed_in_devices_manager.cc     Profile* profile) : extension_id_(extension_id),
profile            51 chrome/browser/extensions/api/signed_in_devices/signed_in_devices_manager.cc                         profile_(profile) {
profile            41 chrome/browser/extensions/api/signed_in_devices/signed_in_devices_manager.h                                 Profile* profile);
profile            20 chrome/browser/extensions/api/signed_in_devices/signed_in_devices_manager_unittest.cc KeyedService* CreateProfileSyncServiceMock(content::BrowserContext* profile) {
profile            27 chrome/browser/extensions/api/signed_in_devices/signed_in_devices_manager_unittest.cc   scoped_ptr<TestingProfile> profile(new TestingProfile());
profile            28 chrome/browser/extensions/api/signed_in_devices/signed_in_devices_manager_unittest.cc   profile->GetPrefs()->SetString(prefs::kGoogleServicesUsername, "foo");
profile            30 chrome/browser/extensions/api/signed_in_devices/signed_in_devices_manager_unittest.cc       profile.get(), CreateProfileSyncServiceMock);
profile            31 chrome/browser/extensions/api/signed_in_devices/signed_in_devices_manager_unittest.cc   SignedInDevicesManager manager(profile.get());
profile            35 chrome/browser/extensions/api/signed_in_devices/signed_in_devices_manager_unittest.cc                          profile.get());
profile            32 chrome/browser/extensions/api/socket/socket_api_unittest.cc         browser()->profile(), ApiResourceManagerTestFactory);
profile            90 chrome/browser/extensions/api/socket/socket_apitest.cc     AppLaunchParams params(browser()->profile(),
profile           175 chrome/browser/extensions/api/socket/socket_apitest.cc   catcher.RestrictToProfile(browser()->profile());
profile           203 chrome/browser/extensions/api/socket/socket_apitest.cc   catcher.RestrictToProfile(browser()->profile());
profile           217 chrome/browser/extensions/api/socket/socket_apitest.cc   catcher.RestrictToProfile(browser()->profile());
profile           243 chrome/browser/extensions/api/socket/socket_apitest.cc   catcher.RestrictToProfile(browser()->profile());
profile           277 chrome/browser/extensions/api/socket/socket_apitest.cc   catcher.RestrictToProfile(browser()->profile());
profile           312 chrome/browser/extensions/api/socket/socket_apitest.cc   catcher.RestrictToProfile(browser()->profile());
profile           335 chrome/browser/extensions/api/socket/socket_apitest.cc   catcher.RestrictToProfile(browser()->profile());
profile           350 chrome/browser/extensions/api/socket/socket_apitest.cc   catcher.RestrictToProfile(browser()->profile());
profile            35 chrome/browser/extensions/api/sockets_tcp/sockets_tcp_api_unittest.cc         ->SetTestingFactoryAndUse(browser()->profile(),
profile           102 chrome/browser/extensions/api/sockets_tcp/sockets_tcp_apitest.cc   catcher.RestrictToProfile(browser()->profile());
profile            43 chrome/browser/extensions/api/sockets_tcp_server/sockets_tcp_server_api_unittest.cc         ->SetTestingFactoryAndUse(browser()->profile(),
profile            47 chrome/browser/extensions/api/sockets_tcp_server/sockets_tcp_server_api_unittest.cc         ->SetTestingFactoryAndUse(browser()->profile(),
profile            90 chrome/browser/extensions/api/sockets_tcp_server/sockets_tcp_server_apitest.cc   catcher.RestrictToProfile(browser()->profile());
profile            38 chrome/browser/extensions/api/sockets_udp/sockets_udp_api_unittest.cc         ->SetTestingFactoryAndUse(browser()->profile(),
profile           104 chrome/browser/extensions/api/sockets_udp/sockets_udp_apitest.cc   catcher.RestrictToProfile(browser()->profile());
profile           118 chrome/browser/extensions/api/sockets_udp/sockets_udp_apitest.cc   catcher.RestrictToProfile(browser()->profile());
profile            44 chrome/browser/extensions/api/spellcheck/spellcheck_api.cc   Profile* profile = Profile::FromBrowserContext(context);
profile            46 chrome/browser/extensions/api/spellcheck/spellcheck_api.cc                  content::Source<Profile>(profile));
profile            48 chrome/browser/extensions/api/spellcheck/spellcheck_api.cc                  content::Source<Profile>(profile));
profile            66 chrome/browser/extensions/api/spellcheck/spellcheck_api.cc   Profile* profile = content::Source<Profile>(source).ptr();
profile            75 chrome/browser/extensions/api/spellcheck/spellcheck_api.cc         spellcheck = SpellcheckServiceFactory::GetForContext(profile);
profile            91 chrome/browser/extensions/api/spellcheck/spellcheck_api.cc         spellcheck = SpellcheckServiceFactory::GetForContext(profile);
profile            72 chrome/browser/extensions/api/storage/managed_value_store_cache.cc   explicit ExtensionTracker(Profile* profile);
profile           103 chrome/browser/extensions/api/storage/managed_value_store_cache.cc ManagedValueStoreCache::ExtensionTracker::ExtensionTracker(Profile* profile)
profile           104 chrome/browser/extensions/api/storage/managed_value_store_cache.cc     : profile_(profile),
profile           106 chrome/browser/extensions/api/storage/managed_value_store_cache.cc           policy::SchemaRegistryServiceFactory::GetForContext(profile)),
profile           118 chrome/browser/extensions/api/storage/settings_apitest.cc     return settings_sync_util::GetSyncableService(browser()->profile(),
profile           227 chrome/browser/extensions/api/storage/settings_apitest.cc   catcher.RestrictToProfile(browser()->profile());
profile           229 chrome/browser/extensions/api/storage/settings_apitest.cc       browser()->profile()->GetOffTheRecordProfile());
profile           251 chrome/browser/extensions/api/storage/settings_apitest.cc   catcher.RestrictToProfile(browser()->profile());
profile           253 chrome/browser/extensions/api/storage/settings_apitest.cc       browser()->profile()->GetOffTheRecordProfile());
profile           274 chrome/browser/extensions/api/storage/settings_apitest.cc   catcher.RestrictToProfile(browser()->profile());
profile           276 chrome/browser/extensions/api/storage/settings_apitest.cc       browser()->profile()->GetOffTheRecordProfile());
profile           325 chrome/browser/extensions/api/storage/settings_apitest.cc   catcher.RestrictToProfile(browser()->profile());
profile           327 chrome/browser/extensions/api/storage/settings_apitest.cc       browser()->profile()->GetOffTheRecordProfile());
profile           370 chrome/browser/extensions/api/storage/settings_apitest.cc   catcher.RestrictToProfile(browser()->profile());
profile           372 chrome/browser/extensions/api/storage/settings_apitest.cc       browser()->profile()->GetOffTheRecordProfile());
profile           405 chrome/browser/extensions/api/storage/settings_apitest.cc   StorageFrontend* frontend = StorageFrontend::Get(browser()->profile());
profile           420 chrome/browser/extensions/api/storage/settings_apitest.cc   Profile* profile = browser()->profile();
profile           421 chrome/browser/extensions/api/storage/settings_apitest.cc   ExtensionSystem* extension_system = ExtensionSystem::Get(profile);
profile           435 chrome/browser/extensions/api/storage/settings_apitest.cc       policy::SchemaRegistryServiceFactory::GetForContext(profile);
profile           573 chrome/browser/extensions/api/storage/settings_apitest.cc   StorageFrontend* frontend = StorageFrontend::Get(browser()->profile());
profile           149 chrome/browser/extensions/api/streams_private/streams_private_apitest.cc     browser()->profile()->GetPrefs()->SetFilePath(
profile           152 chrome/browser/extensions/api/streams_private/streams_private_apitest.cc     browser()->profile()->GetPrefs()->SetBoolean(
profile           177 chrome/browser/extensions/api/streams_private/streams_private_apitest.cc     ExtensionSystem::Get(browser()->profile())->event_router()->
profile           209 chrome/browser/extensions/api/streams_private/streams_private_apitest.cc         BrowserContext::GetDownloadManager(browser()->profile());
profile            48 chrome/browser/extensions/api/sync_file_system/sync_file_system_api.cc     Profile* profile) {
profile            50 chrome/browser/extensions/api/sync_file_system/sync_file_system_api.cc       SyncFileSystemServiceFactory::GetForProfile(profile);
profile            53 chrome/browser/extensions/api/sync_file_system/sync_file_system_api.cc       ExtensionSyncEventObserver::GetFactoryInstance()->Get(profile);
profile            44 chrome/browser/extensions/api/system_indicator/system_indicator_apitest.cc       extensions::SystemIndicatorManagerFactory::GetForProfile(profile());
profile            54 chrome/browser/extensions/api/system_indicator/system_indicator_apitest.cc       extensions::SystemIndicatorManagerFactory::GetForProfile(profile());
profile            64 chrome/browser/extensions/api/system_indicator/system_indicator_apitest.cc         extensions::ExtensionSystem::Get(profile())->process_manager();
profile            37 chrome/browser/extensions/api/system_indicator/system_indicator_manager.cc                                         Profile* profile,
profile            50 chrome/browser/extensions/api/system_indicator/system_indicator_manager.cc                          Profile* profile,
profile            63 chrome/browser/extensions/api/system_indicator/system_indicator_manager.cc     Profile* profile,
profile            66 chrome/browser/extensions/api/system_indicator/system_indicator_manager.cc       new ExtensionIndicatorIcon(extension, action, profile, status_tray));
profile           104 chrome/browser/extensions/api/system_indicator/system_indicator_manager.cc                                                Profile* profile,
profile           109 chrome/browser/extensions/api/system_indicator/system_indicator_manager.cc       profile_(profile),
profile           110 chrome/browser/extensions/api/system_indicator/system_indicator_manager.cc       icon_factory_(profile, extension, action, this) {
profile           123 chrome/browser/extensions/api/system_indicator/system_indicator_manager.cc SystemIndicatorManager::SystemIndicatorManager(Profile* profile,
profile           125 chrome/browser/extensions/api/system_indicator/system_indicator_manager.cc     : profile_(profile), status_tray_(status_tray) {
profile            35 chrome/browser/extensions/api/system_indicator/system_indicator_manager.h   SystemIndicatorManager(Profile* profile, StatusTray* status_tray);
profile            18 chrome/browser/extensions/api/system_indicator/system_indicator_manager_factory.cc     Profile* profile) {
profile            20 chrome/browser/extensions/api/system_indicator/system_indicator_manager_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            38 chrome/browser/extensions/api/system_indicator/system_indicator_manager_factory.cc     content::BrowserContext* profile) const {
profile            44 chrome/browser/extensions/api/system_indicator/system_indicator_manager_factory.cc   return new SystemIndicatorManager(static_cast<Profile*>(profile),
profile            19 chrome/browser/extensions/api/system_indicator/system_indicator_manager_factory.h   static SystemIndicatorManager* GetForProfile(Profile* profile);
profile            31 chrome/browser/extensions/api/system_indicator/system_indicator_manager_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile            19 chrome/browser/extensions/api/system_private/system_private_apitest.cc   PrefService* pref_service = browser()->profile()->GetPrefs();
profile            47 chrome/browser/extensions/api/system_storage/system_storage_eject_apitest.cc     return extensions::ExtensionSystem::Get(browser()->profile())->
profile           134 chrome/browser/extensions/api/tab_capture/tab_capture_apitest.cc   catcher.RestrictToProfile(browser()->profile());
profile           186 chrome/browser/extensions/api/tab_capture/tab_capture_apitest.cc   catcher.RestrictToProfile(browser()->profile());
profile           237 chrome/browser/extensions/api/tab_capture/tab_capture_apitest.cc   catcher.RestrictToProfile(browser()->profile());
profile           271 chrome/browser/extensions/api/tab_capture/tab_capture_apitest.cc   catcher.RestrictToProfile(browser()->profile());
profile            35 chrome/browser/extensions/api/tabs/ash_panel_contents.cc   AshPanelWindowController(AppWindow* window, Profile* profile);
profile            61 chrome/browser/extensions/api/tabs/ash_panel_contents.cc                                                    Profile* profile)
profile            62 chrome/browser/extensions/api/tabs/ash_panel_contents.cc     : extensions::WindowController(app_window->GetBaseWindow(), profile),
profile           154 chrome/browser/extensions/api/tabs/ash_panel_contents.cc       extensions::TabsWindowsAPI::Get(profile());
profile           118 chrome/browser/extensions/api/tabs/tabs_api.cc Browser* GetBrowserInProfileWithId(Profile* profile,
profile           123 chrome/browser/extensions/api/tabs/tabs_api.cc       include_incognito && profile->HasOffTheRecordProfile() ?
profile           124 chrome/browser/extensions/api/tabs/tabs_api.cc           profile->GetOffTheRecordProfile() : NULL;
profile           127 chrome/browser/extensions/api/tabs/tabs_api.cc     if ((browser->profile() == profile ||
profile           128 chrome/browser/extensions/api/tabs/tabs_api.cc          browser->profile() == incognito_profile) &&
profile           168 chrome/browser/extensions/api/tabs/tabs_api.cc                 Profile* profile,
profile           175 chrome/browser/extensions/api/tabs/tabs_api.cc   if (ExtensionTabUtil::GetTabById(tab_id, profile, include_incognito,
profile           194 chrome/browser/extensions/api/tabs/tabs_api.cc                              Profile* profile,
profile           208 chrome/browser/extensions/api/tabs/tabs_api.cc     new_window = chrome::FindTabbedBrowser(profile, false,
profile           616 chrome/browser/extensions/api/tabs/tabs_api.cc   if (new_window->profile()->IsOffTheRecord() &&
profile           873 chrome/browser/extensions/api/tabs/tabs_api.cc     if (!GetProfile()->IsSameProfile(browser->profile()))
profile           879 chrome/browser/extensions/api/tabs/tabs_api.cc     if (!include_incognito() && GetProfile() != browser->profile())
profile          1029 chrome/browser/extensions/api/tabs/tabs_api.cc       browser->profile()->IsOffTheRecord()) {
profile          1030 chrome/browser/extensions/api/tabs/tabs_api.cc     Profile* profile = browser->profile()->GetOriginalProfile();
profile          1033 chrome/browser/extensions/api/tabs/tabs_api.cc     browser = chrome::FindTabbedBrowser(profile, false, desktop_type);
profile          1036 chrome/browser/extensions/api/tabs/tabs_api.cc                                                   profile, desktop_type));
profile          1508 chrome/browser/extensions/api/tabs/tabs_api.cc     if (target_browser->profile() != source_browser->profile()) {
profile            96 chrome/browser/extensions/api/tabs/tabs_event_router.cc TabsEventRouter::TabsEventRouter(Profile* profile) : profile_(profile) {
profile            97 chrome/browser/extensions/api/tabs/tabs_event_router.cc   DCHECK(!profile->IsOffTheRecord());
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           194 chrome/browser/extensions/api/tabs/tabs_event_router.cc   Profile* profile = Profile::FromBrowserContext(contents->GetBrowserContext());
profile           197 chrome/browser/extensions/api/tabs/tabs_event_router.cc   event->restrict_to_browser_context = profile;
profile           201 chrome/browser/extensions/api/tabs/tabs_event_router.cc   ExtensionSystem::Get(profile)->event_router()->BroadcastEvent(event.Pass());
profile           229 chrome/browser/extensions/api/tabs/tabs_event_router.cc   Profile* profile = Profile::FromBrowserContext(contents->GetBrowserContext());
profile           230 chrome/browser/extensions/api/tabs/tabs_event_router.cc   DispatchEvent(profile, tabs::OnAttached::kEventName, args.Pass(),
profile           252 chrome/browser/extensions/api/tabs/tabs_event_router.cc   Profile* profile = Profile::FromBrowserContext(contents->GetBrowserContext());
profile           253 chrome/browser/extensions/api/tabs/tabs_event_router.cc   DispatchEvent(profile,
profile           274 chrome/browser/extensions/api/tabs/tabs_event_router.cc   Profile* profile = Profile::FromBrowserContext(contents->GetBrowserContext());
profile           275 chrome/browser/extensions/api/tabs/tabs_event_router.cc   DispatchEvent(profile,
profile           302 chrome/browser/extensions/api/tabs/tabs_event_router.cc   Profile* profile =
profile           308 chrome/browser/extensions/api/tabs/tabs_event_router.cc   DispatchEvent(profile,
profile           312 chrome/browser/extensions/api/tabs/tabs_event_router.cc   DispatchEvent(profile,
profile           321 chrome/browser/extensions/api/tabs/tabs_event_router.cc   DispatchEvent(profile, tabs::OnActivated::kEventName, args.Pass(), gesture);
profile           352 chrome/browser/extensions/api/tabs/tabs_event_router.cc   Profile* profile = tab_strip_model->profile();
profile           353 chrome/browser/extensions/api/tabs/tabs_event_router.cc   DispatchEvent(profile,
profile           357 chrome/browser/extensions/api/tabs/tabs_event_router.cc   DispatchEvent(profile,
profile           380 chrome/browser/extensions/api/tabs/tabs_event_router.cc   Profile* profile = Profile::FromBrowserContext(contents->GetBrowserContext());
profile           381 chrome/browser/extensions/api/tabs/tabs_event_router.cc   DispatchEvent(profile,
profile           416 chrome/browser/extensions/api/tabs/tabs_event_router.cc     Profile* profile,
profile           420 chrome/browser/extensions/api/tabs/tabs_event_router.cc   if (!profile_->IsSameProfile(profile) ||
profile           421 chrome/browser/extensions/api/tabs/tabs_event_router.cc       !ExtensionSystem::Get(profile)->event_router())
profile           425 chrome/browser/extensions/api/tabs/tabs_event_router.cc   event->restrict_to_browser_context = profile;
profile           427 chrome/browser/extensions/api/tabs/tabs_event_router.cc   ExtensionSystem::Get(profile)->event_router()->BroadcastEvent(event.Pass());
profile           431 chrome/browser/extensions/api/tabs/tabs_event_router.cc     Profile* profile, const int window_id, const std::string& event_name) {
profile           432 chrome/browser/extensions/api/tabs/tabs_event_router.cc   if (!profile_->IsSameProfile(profile))
profile           438 chrome/browser/extensions/api/tabs/tabs_event_router.cc   DispatchEvent(profile,
profile           463 chrome/browser/extensions/api/tabs/tabs_event_router.cc   Profile* profile = Profile::FromBrowserContext(contents->GetBrowserContext());
profile           467 chrome/browser/extensions/api/tabs/tabs_event_router.cc   event->restrict_to_browser_context = profile;
profile           473 chrome/browser/extensions/api/tabs/tabs_event_router.cc   ExtensionSystem::Get(profile)->event_router()->BroadcastEvent(event.Pass());
profile            33 chrome/browser/extensions/api/tabs/tabs_event_router.h   explicit TabsEventRouter(Profile* profile);
profile            87 chrome/browser/extensions/api/tabs/tabs_event_router.h   void DispatchEvent(Profile* profile,
profile            93 chrome/browser/extensions/api/tabs/tabs_event_router.h       Profile* profile,
profile            98 chrome/browser/extensions/api/tabs/tabs_event_router.h   void DispatchSimpleBrowserEvent(Profile* profile,
profile            33 chrome/browser/extensions/api/tabs/tabs_interactive_test.cc   Browser* new_browser = CreateBrowser(browser()->profile());
profile            70 chrome/browser/extensions/api/tabs/tabs_interactive_test.cc     CreateBrowser(browser()->profile());
profile            72 chrome/browser/extensions/api/tabs/tabs_interactive_test.cc   Browser* focused_window = CreateBrowser(browser()->profile());
profile           100 chrome/browser/extensions/api/tabs/tabs_test.cc       Browser::CreateParams(Browser::TYPE_POPUP, browser()->profile(),
profile           140 chrome/browser/extensions/api/tabs/tabs_test.cc   Browser* new_browser = CreateBrowser(browser()->profile());
profile           181 chrome/browser/extensions/api/tabs/tabs_test.cc     Browser* new_browser = CreateBrowser(browser()->profile());
profile           255 chrome/browser/extensions/api/tabs/tabs_test.cc   IncognitoModePrefs::SetAvailability(browser()->profile()->GetPrefs(),
profile           296 chrome/browser/extensions/api/tabs/tabs_test.cc   IncognitoModePrefs::SetAvailability(browser()->profile()->GetPrefs(),
profile           336 chrome/browser/extensions/api/tabs/tabs_test.cc   IncognitoModePrefs::SetAvailability(browser()->profile()->GetPrefs(),
profile           368 chrome/browser/extensions/api/tabs/tabs_test.cc   IncognitoModePrefs::SetAvailability(browser()->profile()->GetPrefs(),
profile           393 chrome/browser/extensions/api/tabs/tabs_test.cc     CreateBrowser(browser()->profile());
profile           439 chrome/browser/extensions/api/tabs/tabs_test.cc       Browser::CreateParams(Browser::TYPE_POPUP, browser()->profile(),
profile            30 chrome/browser/extensions/api/tabs/windows_event_router.cc WindowsEventRouter::WindowsEventRouter(Profile* profile)
profile            31 chrome/browser/extensions/api/tabs/windows_event_router.cc     : profile_(profile),
profile            34 chrome/browser/extensions/api/tabs/windows_event_router.cc   DCHECK(!profile->IsOffTheRecord());
profile            60 chrome/browser/extensions/api/tabs/windows_event_router.cc   if (!profile_->IsSameProfile(window_controller->profile()))
profile            67 chrome/browser/extensions/api/tabs/windows_event_router.cc   DispatchEvent(windows::OnCreated::kEventName, window_controller->profile(),
profile            73 chrome/browser/extensions/api/tabs/windows_event_router.cc   if (!profile_->IsSameProfile(window_controller->profile()))
profile            80 chrome/browser/extensions/api/tabs/windows_event_router.cc                 window_controller->profile(),
profile           136 chrome/browser/extensions/api/tabs/windows_event_router.cc       profile_->IsSameProfile(window_controller->profile())) {
profile           137 chrome/browser/extensions/api/tabs/windows_event_router.cc     window_profile = window_controller->profile();
profile           159 chrome/browser/extensions/api/tabs/windows_event_router.cc                                       Profile* profile,
profile           162 chrome/browser/extensions/api/tabs/windows_event_router.cc   event->restrict_to_browser_context = profile;
profile           163 chrome/browser/extensions/api/tabs/windows_event_router.cc   ExtensionSystem::Get(profile)->event_router()->BroadcastEvent(event.Pass());
profile            41 chrome/browser/extensions/api/tabs/windows_event_router.h   explicit WindowsEventRouter(Profile* profile);
profile            67 chrome/browser/extensions/api/tabs/windows_event_router.h                      Profile* profile,
profile            15 chrome/browser/extensions/api/terminal/terminal_extension_helper.cc const extensions::Extension* GetTerminalExtension(Profile* profile) {
profile            27 chrome/browser/extensions/api/terminal/terminal_extension_helper.cc   ExtensionService* service = profile->GetExtensionService();
profile            42 chrome/browser/extensions/api/terminal/terminal_extension_helper.cc GURL TerminalExtensionHelper::GetCroshExtensionURL(Profile* profile) {
profile            43 chrome/browser/extensions/api/terminal/terminal_extension_helper.cc   const extensions::Extension* extension = GetTerminalExtension(profile);
profile            20 chrome/browser/extensions/api/terminal/terminal_extension_helper.h   static GURL GetCroshExtensionURL(Profile* profile);
profile            48 chrome/browser/extensions/api/terminal/terminal_private_api.cc void NotifyProcessOutput(Profile* profile,
profile            55 chrome/browser/extensions/api/terminal/terminal_private_api.cc         base::Bind(&NotifyProcessOutput, profile, extension_id,
profile            65 chrome/browser/extensions/api/terminal/terminal_private_api.cc   if (profile &&
profile            66 chrome/browser/extensions/api/terminal/terminal_private_api.cc       extensions::ExtensionSystem::Get(profile)->event_router()) {
profile            69 chrome/browser/extensions/api/terminal/terminal_private_api.cc     extensions::ExtensionSystem::Get(profile)->event_router()->
profile            26 chrome/browser/extensions/api/top_sites/top_sites_apitest.cc     history::TopSites* top_sites = browser()->profile()->GetTopSites();
profile            80 chrome/browser/extensions/api/web_navigation/web_navigation_api.cc WebNavigationEventRouter::WebNavigationEventRouter(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           145 chrome/browser/extensions/api/web_navigation/web_navigation_api.cc       Profile* profile = content::Source<Profile>(source).ptr();
profile           146 chrome/browser/extensions/api/web_navigation/web_navigation_api.cc       if (profile->GetOriginalProfile() == profile_) {
profile           149 chrome/browser/extensions/api/web_navigation/web_navigation_api.h   explicit WebNavigationEventRouter(Profile* profile);
profile            48 chrome/browser/extensions/api/web_navigation/web_navigation_api_helpers.cc   Profile* profile = Profile::FromBrowserContext(browser_context);
profile            49 chrome/browser/extensions/api/web_navigation/web_navigation_api_helpers.cc   if (profile && extensions::ExtensionSystem::Get(profile)->event_router()) {
profile            51 chrome/browser/extensions/api/web_navigation/web_navigation_api_helpers.cc     event->restrict_to_browser_context = profile;
profile            53 chrome/browser/extensions/api/web_navigation/web_navigation_api_helpers.cc     ExtensionSystem::Get(profile)->event_router()->BroadcastEvent(event.Pass());
profile           325 chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc       content::BrowserContext::GetDownloadManager(profile()), 1);
profile           418 chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc       browser()->profile())->extension_service();
profile           452 chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc       browser()->profile())->extension_service();
profile           518 chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc       browser()->profile(), url);
profile           350 chrome/browser/extensions/api/web_request/web_request_api.cc   Profile* profile = reinterpret_cast<Profile*>(profile_id);
profile           351 chrome/browser/extensions/api/web_request/web_request_api.cc   if (!g_browser_process->profile_manager()->IsValidProfile(profile))
profile           355 chrome/browser/extensions/api/web_request/web_request_api.cc       extensions::ExtensionSystem::Get(profile)->event_router();
profile           376 chrome/browser/extensions/api/web_request/web_request_api.cc   Profile* profile = reinterpret_cast<Profile*>(profile_id);
profile           377 chrome/browser/extensions/api/web_request/web_request_api.cc   if (!g_browser_process->profile_manager()->IsValidProfile(profile))
profile           384 chrome/browser/extensions/api/web_request/web_request_api.cc       extensions::ExtensionSystem::Get(profile)->event_router();
profile           387 chrome/browser/extensions/api/web_request/web_request_api.cc       declarative_keys::kOnMessage, event_args.Pass(), profile,
profile           662 chrome/browser/extensions/api/web_request/web_request_api.cc     void* profile,
profile           665 chrome/browser/extensions/api/web_request/web_request_api.cc   RulesRegistryKey key(profile, webview_key);
profile           673 chrome/browser/extensions/api/web_request/web_request_api.cc     void* profile,
profile           679 chrome/browser/extensions/api/web_request/web_request_api.cc   if (!profile ||
profile           689 chrome/browser/extensions/api/web_request/web_request_api.cc                                              profile);
profile           695 chrome/browser/extensions/api/web_request/web_request_api.cc       ProcessDeclarativeRules(profile, extension_info_map,
profile           701 chrome/browser/extensions/api/web_request/web_request_api.cc       GetMatchingListeners(profile, extension_info_map,
profile           714 chrome/browser/extensions/api/web_request/web_request_api.cc         DispatchEvent(profile, request, listeners, args);
profile           722 chrome/browser/extensions/api/web_request/web_request_api.cc       IsIncognitoProfile(profile);
profile           731 chrome/browser/extensions/api/web_request/web_request_api.cc     return ExecuteDeltas(profile, request->identifier(),
profile           739 chrome/browser/extensions/api/web_request/web_request_api.cc     void* profile,
profile           745 chrome/browser/extensions/api/web_request/web_request_api.cc   if (!profile ||
profile           752 chrome/browser/extensions/api/web_request/web_request_api.cc       ProcessDeclarativeRules(profile, extension_info_map,
profile           758 chrome/browser/extensions/api/web_request/web_request_api.cc       GetMatchingListeners(profile, extension_info_map,
profile           771 chrome/browser/extensions/api/web_request/web_request_api.cc         DispatchEvent(profile, request, listeners, args);
profile           779 chrome/browser/extensions/api/web_request/web_request_api.cc       IsIncognitoProfile(profile);
profile           788 chrome/browser/extensions/api/web_request/web_request_api.cc     return ExecuteDeltas(profile, request->identifier(),
profile           796 chrome/browser/extensions/api/web_request/web_request_api.cc     void* profile,
profile           801 chrome/browser/extensions/api/web_request/web_request_api.cc   if (!profile ||
profile           812 chrome/browser/extensions/api/web_request/web_request_api.cc       GetMatchingListeners(profile, extension_info_map,
profile           825 chrome/browser/extensions/api/web_request/web_request_api.cc   DispatchEvent(profile, request, listeners, args);
profile           829 chrome/browser/extensions/api/web_request/web_request_api.cc     void* profile,
profile           837 chrome/browser/extensions/api/web_request/web_request_api.cc   if (!profile ||
profile           844 chrome/browser/extensions/api/web_request/web_request_api.cc       ProcessDeclarativeRules(profile, extension_info_map,
profile           851 chrome/browser/extensions/api/web_request/web_request_api.cc       GetMatchingListeners(profile, extension_info_map,
profile           869 chrome/browser/extensions/api/web_request/web_request_api.cc         DispatchEvent(profile, request, listeners, args);
profile           877 chrome/browser/extensions/api/web_request/web_request_api.cc       IsIncognitoProfile(profile);
profile           891 chrome/browser/extensions/api/web_request/web_request_api.cc     return ExecuteDeltas(profile, request->identifier(),
profile           900 chrome/browser/extensions/api/web_request/web_request_api.cc     void* profile,
profile           908 chrome/browser/extensions/api/web_request/web_request_api.cc   if (!profile ||
profile           914 chrome/browser/extensions/api/web_request/web_request_api.cc       GetMatchingListeners(profile, extension_info_map,
profile           939 chrome/browser/extensions/api/web_request/web_request_api.cc   if (DispatchEvent(profile, request, listeners, args)) {
profile           942 chrome/browser/extensions/api/web_request/web_request_api.cc         IsIncognitoProfile(profile);
profile           953 chrome/browser/extensions/api/web_request/web_request_api.cc     void* profile,
profile           958 chrome/browser/extensions/api/web_request/web_request_api.cc   if (!profile ||
profile           972 chrome/browser/extensions/api/web_request/web_request_api.cc       GetMatchingListeners(profile, extension_info_map,
profile           997 chrome/browser/extensions/api/web_request/web_request_api.cc   DispatchEvent(profile, request, listeners, args);
profile          1001 chrome/browser/extensions/api/web_request/web_request_api.cc     void* profile,
profile          1005 chrome/browser/extensions/api/web_request/web_request_api.cc   if (!profile ||
profile          1015 chrome/browser/extensions/api/web_request/web_request_api.cc       GetMatchingListeners(profile, extension_info_map,
profile          1042 chrome/browser/extensions/api/web_request/web_request_api.cc   DispatchEvent(profile, request, listeners, args);
profile          1045 chrome/browser/extensions/api/web_request/web_request_api.cc void ExtensionWebRequestEventRouter::OnCompleted(void* profile,
profile          1052 chrome/browser/extensions/api/web_request/web_request_api.cc   if (!profile ||
profile          1068 chrome/browser/extensions/api/web_request/web_request_api.cc       GetMatchingListeners(profile, extension_info_map,
profile          1094 chrome/browser/extensions/api/web_request/web_request_api.cc   DispatchEvent(profile, request, listeners, args);
profile          1098 chrome/browser/extensions/api/web_request/web_request_api.cc     void* profile,
profile          1106 chrome/browser/extensions/api/web_request/web_request_api.cc   if (!profile ||
profile          1123 chrome/browser/extensions/api/web_request/web_request_api.cc       GetMatchingListeners(profile, extension_info_map,
profile          1142 chrome/browser/extensions/api/web_request/web_request_api.cc   DispatchEvent(profile, request, listeners, args);
profile          1146 chrome/browser/extensions/api/web_request/web_request_api.cc     void* profile, net::URLRequest* request) {
profile          1217 chrome/browser/extensions/api/web_request/web_request_api.cc     void* profile,
profile          1230 chrome/browser/extensions/api/web_request/web_request_api.cc       listeners_[profile][event_name].find(listener);
profile          1231 chrome/browser/extensions/api/web_request/web_request_api.cc   if (found != listeners_[profile][event_name].end())
profile          1234 chrome/browser/extensions/api/web_request/web_request_api.cc   DecrementBlockCount(profile, extension_id, event_name, request_id, response);
profile          1238 chrome/browser/extensions/api/web_request/web_request_api.cc     void* profile,
profile          1266 chrome/browser/extensions/api/web_request/web_request_api.cc   if (listeners_[profile][event_name].count(listener) != 0u) {
profile          1270 chrome/browser/extensions/api/web_request/web_request_api.cc   listeners_[profile][event_name].insert(listener);
profile          1275 chrome/browser/extensions/api/web_request/web_request_api.cc     void* profile,
profile          1290 chrome/browser/extensions/api/web_request/web_request_api.cc       listeners_[profile][event_name].find(listener);
profile          1291 chrome/browser/extensions/api/web_request/web_request_api.cc   if (found == listeners_[profile][event_name].end())
profile          1294 chrome/browser/extensions/api/web_request/web_request_api.cc   CHECK_EQ(listeners_[profile][event_name].count(listener), 1u) <<
profile          1300 chrome/browser/extensions/api/web_request/web_request_api.cc     DecrementBlockCount(profile, extension_id, event_name, *it, NULL);
profile          1303 chrome/browser/extensions/api/web_request/web_request_api.cc   listeners_[profile][event_name].erase(listener);
profile          1309 chrome/browser/extensions/api/web_request/web_request_api.cc     void* profile,
profile          1315 chrome/browser/extensions/api/web_request/web_request_api.cc   ListenerMapForProfile& map_for_profile = listeners_[profile];
profile          1333 chrome/browser/extensions/api/web_request/web_request_api.cc                      profile,
profile          1387 chrome/browser/extensions/api/web_request/web_request_api.cc void* ExtensionWebRequestEventRouter::GetCrossProfile(void* profile) const {
profile          1389 chrome/browser/extensions/api/web_request/web_request_api.cc       cross_profile_map_.find(profile);
profile          1395 chrome/browser/extensions/api/web_request/web_request_api.cc bool ExtensionWebRequestEventRouter::IsIncognitoProfile(void* profile) const {
profile          1397 chrome/browser/extensions/api/web_request/web_request_api.cc       cross_profile_map_.find(profile);
profile          1411 chrome/browser/extensions/api/web_request/web_request_api.cc     void* profile,
profile          1434 chrome/browser/extensions/api/web_request/web_request_api.cc       listeners_[profile][web_request_event_name];
profile          1488 chrome/browser/extensions/api/web_request/web_request_api.cc     void* profile,
profile          1524 chrome/browser/extensions/api/web_request/web_request_api.cc       profile, extension_info_map, false, event_name, url,
profile          1528 chrome/browser/extensions/api/web_request/web_request_api.cc   void* cross_profile = GetCrossProfile(profile);
profile          1708 chrome/browser/extensions/api/web_request/web_request_api.cc     Profile* profile = static_cast<Profile*>(profile_id);
profile          1709 chrome/browser/extensions/api/web_request/web_request_api.cc     if (!g_browser_process->profile_manager()->IsValidProfile(profile))
profile          1720 chrome/browser/extensions/api/web_request/web_request_api.cc     extensions::ActivityLog::GetInstance(profile)->LogAction(action);
profile          1727 chrome/browser/extensions/api/web_request/web_request_api.cc     void* profile,
profile          1747 chrome/browser/extensions/api/web_request/web_request_api.cc     LogExtensionActivity(profile,
profile          1771 chrome/browser/extensions/api/web_request/web_request_api.cc     ExecuteDeltas(profile, request_id, true);
profile          1775 chrome/browser/extensions/api/web_request/web_request_api.cc     std::set<EventListener>& listeners = listeners_[profile][event_name];
profile          1791 chrome/browser/extensions/api/web_request/web_request_api.cc     void* profile,
profile          1809 chrome/browser/extensions/api/web_request/web_request_api.cc                      profile,
profile          1817 chrome/browser/extensions/api/web_request/web_request_api.cc     void* profile,
profile          1873 chrome/browser/extensions/api/web_request/web_request_api.cc   SendMessages(profile, blocked_request);
profile          1880 chrome/browser/extensions/api/web_request/web_request_api.cc                    profile, warnings));
profile          1919 chrome/browser/extensions/api/web_request/web_request_api.cc     void* profile,
profile          1946 chrome/browser/extensions/api/web_request/web_request_api.cc   RulesRegistryKey rules_key(profile, webview_key);
profile          1968 chrome/browser/extensions/api/web_request/web_request_api.cc   void* cross_profile = GetCrossProfile(profile);
profile          1989 chrome/browser/extensions/api/web_request/web_request_api.cc                      profile,
profile          1996 chrome/browser/extensions/api/web_request/web_request_api.cc           IsIncognitoProfile(profile);
profile          2037 chrome/browser/extensions/api/web_request/web_request_api.cc     void* profile,
profile          2051 chrome/browser/extensions/api/web_request/web_request_api.cc   ProcessDeclarativeRules(profile,
profile          2059 chrome/browser/extensions/api/web_request/web_request_api.cc   DecrementBlockCount(profile, std::string(), event_name, request_id, NULL);
profile          2434 chrome/browser/extensions/api/web_request/web_request_api.cc   Profile* profile = Profile::FromBrowserContext(host->GetBrowserContext());
profile          2435 chrome/browser/extensions/api/web_request/web_request_api.cc   if (!profile)
profile          2442 chrome/browser/extensions/api/web_request/web_request_api.cc       extensions::ExtensionRegistry::Get(profile)->enabled_extensions();
profile          2444 chrome/browser/extensions/api/web_request/web_request_api.cc       extensions::ExtensionSystem::Get(profile)->runtime_data();
profile           174 chrome/browser/extensions/api/web_request/web_request_api.h       void* profile,
profile           181 chrome/browser/extensions/api/web_request/web_request_api.h   int OnBeforeRequest(void* profile,
profile           191 chrome/browser/extensions/api/web_request/web_request_api.h   int OnBeforeSendHeaders(void* profile,
profile           199 chrome/browser/extensions/api/web_request/web_request_api.h   void OnSendHeaders(void* profile,
profile           214 chrome/browser/extensions/api/web_request/web_request_api.h       void* profile,
profile           228 chrome/browser/extensions/api/web_request/web_request_api.h       void* profile,
profile           237 chrome/browser/extensions/api/web_request/web_request_api.h   void OnBeforeRedirect(void* profile,
profile           244 chrome/browser/extensions/api/web_request/web_request_api.h   void OnResponseStarted(void* profile,
profile           249 chrome/browser/extensions/api/web_request/web_request_api.h   void OnCompleted(void* profile,
profile           254 chrome/browser/extensions/api/web_request/web_request_api.h   void OnErrorOccurred(void* profile,
profile           260 chrome/browser/extensions/api/web_request/web_request_api.h   void OnURLRequestDestroyed(void* profile, net::URLRequest* request);
profile           264 chrome/browser/extensions/api/web_request/web_request_api.h       void* profile,
profile           276 chrome/browser/extensions/api/web_request/web_request_api.h       void* profile,
profile           289 chrome/browser/extensions/api/web_request/web_request_api.h       void* profile,
profile           295 chrome/browser/extensions/api/web_request/web_request_api.h       void* profile,
profile           332 chrome/browser/extensions/api/web_request/web_request_api.h       void* profile,
profile           341 chrome/browser/extensions/api/web_request/web_request_api.h       void* profile,
profile           351 chrome/browser/extensions/api/web_request/web_request_api.h       void* profile,
profile           373 chrome/browser/extensions/api/web_request/web_request_api.h       void* profile,
profile           385 chrome/browser/extensions/api/web_request/web_request_api.h   int ExecuteDeltas(void* profile, uint64 request_id, bool call_callback);
profile           393 chrome/browser/extensions/api/web_request/web_request_api.h       void* profile,
profile           403 chrome/browser/extensions/api/web_request/web_request_api.h   void SendMessages(void* profile, const BlockedRequest& blocked_request);
profile           408 chrome/browser/extensions/api/web_request/web_request_api.h       void* profile,
profile           428 chrome/browser/extensions/api/web_request/web_request_api.h   void* GetCrossProfile(void* profile) const;
profile           433 chrome/browser/extensions/api/web_request/web_request_api.h   bool IsIncognitoProfile(void* profile) const;
profile          1292 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc   Profile* profile = reinterpret_cast<Profile*>(profile_id);
profile          1293 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc   if (!g_browser_process->profile_manager()->IsValidProfile(profile))
profile          1297 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc       extensions::ExtensionSystem::Get(profile)->runtime_data();
profile          1302 chrome/browser/extensions/api/web_request/web_request_api_helpers.cc   content::BrowserContext* browser_context = profile;
profile            87 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc     void* profile,
profile            94 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc       profile, extension_id, event_name, sub_event_name, request_id,
profile           136 chrome/browser/extensions/api/web_request/web_request_apitest.cc       browser()->profile())->extension_service();
profile           184 chrome/browser/extensions/api/web_request/web_request_apitest.cc   catcher.RestrictToProfile(browser()->profile());
profile           187 chrome/browser/extensions/api/web_request/web_request_apitest.cc       browser()->profile()->GetOffTheRecordProfile());
profile           218 chrome/browser/extensions/api/web_request/web_request_apitest.cc       browser()->profile(), GURL("about:blank"));
profile           308 chrome/browser/extensions/api/web_request/web_request_apitest.cc   ui_test_utils::OpenURLOffTheRecord(browser()->profile(), GURL("about:blank"));
profile            46 chrome/browser/extensions/api/web_request/web_request_time_tracker.cc       void* profile,
profile            51 chrome/browser/extensions/api/web_request/web_request_time_tracker.cc       void* profile,
profile            58 chrome/browser/extensions/api/web_request/web_request_time_tracker.cc     void* profile,
profile            75 chrome/browser/extensions/api/web_request/web_request_time_tracker.cc     void* profile,
profile            94 chrome/browser/extensions/api/web_request/web_request_time_tracker.cc     : profile(NULL), completed(false) {
profile           111 chrome/browser/extensions/api/web_request/web_request_time_tracker.cc     void* profile) {
profile           134 chrome/browser/extensions/api/web_request/web_request_time_tracker.cc   log.profile = profile;
profile           193 chrome/browser/extensions/api/web_request/web_request_time_tracker.cc         delegate_->NotifyExcessiveDelays(log.profile,
profile           206 chrome/browser/extensions/api/web_request/web_request_time_tracker.cc             log.profile,
profile            31 chrome/browser/extensions/api/web_request/web_request_time_tracker.h       void* profile,
profile            36 chrome/browser/extensions/api/web_request/web_request_time_tracker.h       void* profile,
profile            52 chrome/browser/extensions/api/web_request/web_request_time_tracker.h                            const GURL& url, void* profile);
profile            83 chrome/browser/extensions/api/web_request/web_request_time_tracker.h     void* profile;  // profile that created the request
profile            32 chrome/browser/extensions/api/web_request/web_request_time_tracker_unittest.cc   void* profile = NULL;
profile            34 chrome/browser/extensions/api/web_request/web_request_time_tracker_unittest.cc   tracker.LogRequestStartTime(42, start, GURL(), profile);
profile            47 chrome/browser/extensions/api/web_request/web_request_time_tracker_unittest.cc   void* profile = NULL;
profile            49 chrome/browser/extensions/api/web_request/web_request_time_tracker_unittest.cc   tracker.LogRequestStartTime(1, start, GURL(), profile);
profile            55 chrome/browser/extensions/api/web_request/web_request_time_tracker_unittest.cc   tracker.LogRequestStartTime(2, start, GURL(), profile);
profile            67 chrome/browser/extensions/api/web_request/web_request_time_tracker_unittest.cc   void* profile = NULL;
profile            70 chrome/browser/extensions/api/web_request/web_request_time_tracker_unittest.cc   tracker.LogRequestStartTime(1, start, GURL(), profile);
profile            71 chrome/browser/extensions/api/web_request/web_request_time_tracker_unittest.cc   tracker.LogRequestStartTime(2, start, GURL(), profile);
profile            72 chrome/browser/extensions/api/web_request/web_request_time_tracker_unittest.cc   tracker.LogRequestStartTime(3, start, GURL(), profile);
profile            93 chrome/browser/extensions/api/web_request/web_request_time_tracker_unittest.cc     tracker.LogRequestStartTime(i, start, GURL(), profile);
profile           109 chrome/browser/extensions/api/web_request/web_request_time_tracker_unittest.cc   void* profile = NULL;
profile           123 chrome/browser/extensions/api/web_request/web_request_time_tracker_unittest.cc                   NotifyModerateDelays(profile , i+1, request_nr, extensions));
profile           125 chrome/browser/extensions/api/web_request/web_request_time_tracker_unittest.cc     tracker.LogRequestStartTime(request_nr, start, GURL(), profile);
profile           138 chrome/browser/extensions/api/web_request/web_request_time_tracker_unittest.cc                   NotifyExcessiveDelays(profile, i+1, request_nr, extensions));
profile           140 chrome/browser/extensions/api/web_request/web_request_time_tracker_unittest.cc     tracker.LogRequestStartTime(request_nr, start, GURL(), profile);
profile           198 chrome/browser/extensions/api/webrtc_audio_private/webrtc_audio_private_browsertest.cc       GetIDInOrigin(profile()->GetResourceContext(),
profile           333 chrome/browser/extensions/api/webrtc_audio_private/webrtc_audio_private_browsertest.cc     GetIDInOrigin(profile()->GetResourceContext(),
profile           356 chrome/browser/extensions/api/webrtc_audio_private/webrtc_audio_private_browsertest.cc       WebrtcAudioPrivateEventService::GetFactoryInstance()->Get(profile());
profile            74 chrome/browser/extensions/api/webstore_private/webstore_private_api.cc       Profile* profile, const std::string& id);
profile            92 chrome/browser/extensions/api/webstore_private/webstore_private_api.cc     Profile* profile, const std::string& id) {
profile            96 chrome/browser/extensions/api/webstore_private/webstore_private_api.cc         profile->IsSameProfile(approval->profile)) {
profile           111 chrome/browser/extensions/api/webstore_private/webstore_private_api.cc   bool InsertInstall(Profile* profile, const std::string& id);
profile           112 chrome/browser/extensions/api/webstore_private/webstore_private_api.cc   void EraseInstall(Profile* profile, const std::string& id);
profile           117 chrome/browser/extensions/api/webstore_private/webstore_private_api.cc   InstallList::iterator FindInstall(Profile* profile, const std::string& id);
profile           129 chrome/browser/extensions/api/webstore_private/webstore_private_api.cc bool PendingInstalls::InsertInstall(Profile* profile, const std::string& id) {
profile           130 chrome/browser/extensions/api/webstore_private/webstore_private_api.cc   if (FindInstall(profile, id) != installs_.end())
profile           132 chrome/browser/extensions/api/webstore_private/webstore_private_api.cc   installs_.push_back(make_pair(profile, id));
profile           137 chrome/browser/extensions/api/webstore_private/webstore_private_api.cc void PendingInstalls::EraseInstall(Profile* profile, const std::string& id) {
profile           138 chrome/browser/extensions/api/webstore_private/webstore_private_api.cc   InstallList::iterator it = FindInstall(profile, id);
profile           144 chrome/browser/extensions/api/webstore_private/webstore_private_api.cc     Profile* profile,
profile           148 chrome/browser/extensions/api/webstore_private/webstore_private_api.cc     if (install.second == id && profile->IsSameProfile(install.first))
profile           179 chrome/browser/extensions/api/webstore_private/webstore_private_api.cc std::string GetWebstoreLogin(Profile* profile) {
profile           180 chrome/browser/extensions/api/webstore_private/webstore_private_api.cc   if (profile->GetPrefs()->HasPrefPath(kWebstoreLogin))
profile           181 chrome/browser/extensions/api/webstore_private/webstore_private_api.cc     return profile->GetPrefs()->GetString(kWebstoreLogin);
profile           185 chrome/browser/extensions/api/webstore_private/webstore_private_api.cc void SetWebstoreLogin(Profile* profile, const std::string& login) {
profile           186 chrome/browser/extensions/api/webstore_private/webstore_private_api.cc   profile->GetPrefs()->SetString(kWebstoreLogin, login);
profile           204 chrome/browser/extensions/api/webstore_private/webstore_private_api.cc     Profile* profile, const std::string& extension_id) {
profile           205 chrome/browser/extensions/api/webstore_private/webstore_private_api.cc   return g_pending_approvals.Get().PopApproval(profile, extension_id);
profile           302 chrome/browser/extensions/api/webstore_private/webstore_private_api.cc   Profile* profile = GetProfile();
profile           303 chrome/browser/extensions/api/webstore_private/webstore_private_api.cc   if (util::IsExtensionInstalledPermanently(params_->details.id, profile) ||
profile           304 chrome/browser/extensions/api/webstore_private/webstore_private_api.cc       !g_pending_installs.Get().InsertInstall(profile, params_->details.id)) {
profile            43 chrome/browser/extensions/api/webstore_private/webstore_private_api.h       Profile* profile, const std::string& extension_id);
profile           146 chrome/browser/extensions/api/webstore_private/webstore_private_apitest.cc     return browser()->profile()->GetExtensionService();
profile           281 chrome/browser/extensions/api/webstore_private/webstore_private_apitest.cc       WebstorePrivateApi::PopApprovalForTesting(browser()->profile(), appId);
profile           285 chrome/browser/extensions/api/webstore_private/webstore_private_apitest.cc   EXPECT_EQ(browser()->profile(), approval->profile);
profile           288 chrome/browser/extensions/api/webstore_private/webstore_private_apitest.cc       browser()->profile(), extensionId);
profile           292 chrome/browser/extensions/api/webstore_private/webstore_private_apitest.cc   EXPECT_EQ(browser()->profile(), approval->profile);
profile            97 chrome/browser/extensions/api/webview/webview_api.cc   Profile* profile = Profile::FromBrowserContext(browser_context());
profile            99 chrome/browser/extensions/api/webview/webview_api.cc       profile->IsOffTheRecord(),
profile           110 chrome/browser/extensions/api/webview/webview_api.cc       params->update_properties, profile, GetExtension(), item_id, &error_);
profile           311 chrome/browser/extensions/app_background_page_apitest.cc       BackgroundContentsServiceFactory::GetForProfile(browser()->profile())->
profile           327 chrome/browser/extensions/app_background_page_apitest.cc       content::Source<Profile>(browser()->profile()));
profile           359 chrome/browser/extensions/app_background_page_apitest.cc       BackgroundContentsServiceFactory::GetForProfile(browser()->profile())->
profile           365 chrome/browser/extensions/app_background_page_apitest.cc       BackgroundContentsServiceFactory::GetForProfile(browser()->profile())->
profile           405 chrome/browser/extensions/app_background_page_apitest.cc       BackgroundContentsServiceFactory::GetForProfile(browser()->profile())->
profile           533 chrome/browser/extensions/app_background_page_apitest.cc       BackgroundContentsServiceFactory::GetForProfile(browser()->profile())->
profile           541 chrome/browser/extensions/app_background_page_apitest.cc       BackgroundContentsServiceFactory::GetForProfile(browser()->profile())->
profile           548 chrome/browser/extensions/app_background_page_apitest.cc       BackgroundContentsServiceFactory::GetForProfile(browser()->profile())->
profile           588 chrome/browser/extensions/app_background_page_apitest.cc       BackgroundContentsServiceFactory::GetForProfile(browser()->profile())->
profile           615 chrome/browser/extensions/app_background_page_apitest.cc     extensions::ExtensionSystem::Get(browser()->profile())->process_manager();
profile           641 chrome/browser/extensions/app_background_page_apitest.cc     extensions::ExtensionSystem::Get(browser()->profile())->process_manager();
profile            20 chrome/browser/extensions/app_icon_loader_impl.cc const extensions::Extension* GetExtensionByID(Profile* profile,
profile            23 chrome/browser/extensions/app_icon_loader_impl.cc       extensions::ExtensionSystem::Get(profile)->extension_service();
profile            34 chrome/browser/extensions/app_icon_loader_impl.cc     Profile* profile,
profile            37 chrome/browser/extensions/app_icon_loader_impl.cc     : profile_(profile),
profile            24 chrome/browser/extensions/app_icon_loader_impl.h   AppIconLoaderImpl(Profile* profile, int icon_size,
profile            73 chrome/browser/extensions/app_process_apitest.cc         extensions::ProcessMap::Get(browser()->profile());
profile           123 chrome/browser/extensions/app_process_apitest.cc     ASSERT_EQ(1u, chrome::GetBrowserCount(browser()->profile(),
profile           150 chrome/browser/extensions/app_process_apitest.cc       extensions::ProcessMap::Get(browser()->profile());
profile           211 chrome/browser/extensions/app_process_apitest.cc   ASSERT_EQ(1u, chrome::GetBrowserCount(browser()->profile(),
profile           296 chrome/browser/extensions/app_process_apitest.cc       browser()->profile())->extension_service();
profile           298 chrome/browser/extensions/app_process_apitest.cc       extensions::ProcessMap::Get(browser()->profile());
profile           351 chrome/browser/extensions/app_process_apitest.cc   ASSERT_EQ(1u, chrome::GetBrowserCount(browser()->profile(),
profile           430 chrome/browser/extensions/app_process_apitest.cc       extensions::ProcessMap::Get(browser()->profile());
profile           477 chrome/browser/extensions/app_process_apitest.cc       extensions::ProcessMap::Get(browser()->profile());
profile           542 chrome/browser/extensions/app_process_apitest.cc       extensions::ProcessMap::Get(browser()->profile());
profile           613 chrome/browser/extensions/app_process_apitest.cc       extensions::ProcessMap::Get(browser()->profile());
profile           763 chrome/browser/extensions/app_process_apitest.cc       extensions::ProcessMap::Get(browser()->profile());
profile           801 chrome/browser/extensions/app_process_apitest.cc       extensions::ProcessMap::Get(browser()->profile());
profile           843 chrome/browser/extensions/app_process_apitest.cc       extensions::ProcessMap::Get(browser()->profile());
profile            18 chrome/browser/extensions/blob_reader.cc BlobReader::BlobReader(Profile* profile,
profile            34 chrome/browser/extensions/blob_reader.cc   fetcher_->SetRequestContext(profile->GetRequestContext());
profile            32 chrome/browser/extensions/blob_reader.h   BlobReader(Profile* profile,
profile            13 chrome/browser/extensions/browser_action_apitest.cc       extensions::ExtensionRegistry::Get(browser()->profile());
profile            19 chrome/browser/extensions/browser_extension_window_controller.cc     : extensions::WindowController(browser->window(), browser->profile()),
profile            49 chrome/browser/extensions/browser_permissions_policy_delegate.cc   for (std::vector<Profile*>::iterator profile = profiles.begin();
profile            50 chrome/browser/extensions/browser_permissions_policy_delegate.cc        profile != profiles.end(); ++profile) {
profile            52 chrome/browser/extensions/browser_permissions_policy_delegate.cc         ChromeSigninClientFactory::GetForProfile(*profile);
profile            17 chrome/browser/extensions/browsertest_util.cc std::string ExecuteScriptInBackgroundPage(Profile* profile,
profile            21 chrome/browser/extensions/browsertest_util.cc       extensions::ExtensionSystem::Get(profile)->process_manager();
profile            19 chrome/browser/extensions/browsertest_util.h std::string ExecuteScriptInBackgroundPage(Profile* profile,
profile            38 chrome/browser/extensions/browsertest_util_browsertest.cc                 profile(),
profile            45 chrome/browser/extensions/browsertest_util_browsertest.cc                 profile(),
profile            53 chrome/browser/extensions/browsertest_util_browsertest.cc                               profile(),
profile           107 chrome/browser/extensions/bundle_installer.cc       profile_(browser->profile()),
profile           289 chrome/browser/extensions/chrome_app_api_browsertest.cc   browser()->profile()->GetExtensionService()->DisableExtension(
profile           297 chrome/browser/extensions/chrome_app_api_browsertest.cc   browser()->profile()->GetExtensionService()->EnableExtension(extension->id());
profile            33 chrome/browser/extensions/chrome_extension_function.cc   if (GetProfile() == window_controller->profile())
profile            40 chrome/browser/extensions/chrome_extension_function.cc          GetProfile()->GetOffTheRecordProfile() == window_controller->profile();
profile            64 chrome/browser/extensions/chrome_extension_function.cc     Profile* profile = Profile::FromBrowserContext(
profile            67 chrome/browser/extensions/chrome_extension_function.cc         profile, include_incognito_, chrome::GetActiveDesktop());
profile            63 chrome/browser/extensions/chrome_extensions_browser_client.cc   Profile* profile = static_cast<Profile*>(context);
profile            65 chrome/browser/extensions/chrome_extensions_browser_client.cc       profile->GetPrefs()->GetBoolean(prefs::kDisableExtensions);
profile            70 chrome/browser/extensions/chrome_extensions_browser_client.cc   Profile* profile = static_cast<Profile*>(context);
profile            71 chrome/browser/extensions/chrome_extensions_browser_client.cc   return g_browser_process->profile_manager()->IsValidProfile(profile);
profile           130 chrome/browser/extensions/chrome_extensions_browser_client.cc   Profile* profile = static_cast<Profile*>(context);
profile           135 chrome/browser/extensions/chrome_extensions_browser_client.cc   if (!g_browser_process->profile_manager()->IsValidProfile(profile))
profile           143 chrome/browser/extensions/chrome_extensions_browser_client.cc   return chrome::GetTotalBrowserCountForProfile(profile) == 0 &&
profile           164 chrome/browser/extensions/chrome_extensions_browser_client.cc   Profile* profile = static_cast<Profile*>(context);
profile           167 chrome/browser/extensions/chrome_extensions_browser_client.cc   ExtensionPrefs* extension_prefs = ExtensionPrefs::Get(profile);
profile            26 chrome/browser/extensions/chrome_notification_observer.cc   Profile* profile = browser->profile();
profile            27 chrome/browser/extensions/chrome_notification_observer.cc   DCHECK(profile);
profile            33 chrome/browser/extensions/chrome_notification_observer.cc       ExtensionSystem::Get(profile)->process_manager();
profile            36 chrome/browser/extensions/chrome_notification_observer.cc   DCHECK_EQ(profile, manager->GetBrowserContext());
profile            43 chrome/browser/extensions/chrome_notification_observer.cc   if (profile->IsOffTheRecord()) {
profile            44 chrome/browser/extensions/chrome_notification_observer.cc     Profile* original_profile = profile->GetOriginalProfile();
profile           101 chrome/browser/extensions/content_script_apitest.cc       content::Source<Profile>(browser()->profile()));
profile            22 chrome/browser/extensions/context_menu_matcher.cc     Profile* profile,
profile            26 chrome/browser/extensions/context_menu_matcher.cc     : profile_(profile), menu_model_(menu_model), delegate_(delegate),
profile            29 chrome/browser/extensions/context_menu_matcher.h   ContextMenuMatcher(Profile* profile,
profile            64 chrome/browser/extensions/convert_web_app_browsertest.cc   browser()->profile()->GetExtensionService()->set_show_extensions_prompts(
profile           134 chrome/browser/extensions/crx_installer.cc       installer_(service_weak->profile()) {
profile           139 chrome/browser/extensions/crx_installer.cc   CHECK(profile()->IsSameProfile(approval->profile));
profile           181 chrome/browser/extensions/crx_installer.cc   InstallTrackerFactory::GetForProfile(profile())
profile           522 chrome/browser/extensions/crx_installer.cc   ExtensionSystem::Get(profile())->blacklist()->IsBlacklisted(
profile           603 chrome/browser/extensions/crx_installer.cc   current_version_ = ExtensionPrefs::Get(service->profile())
profile           791 chrome/browser/extensions/crx_installer.cc       PermissionsUpdater perms_updater(profile());
profile           873 chrome/browser/extensions/crx_installer.cc   ExtensionPrefs* prefs = ExtensionPrefs::Get(service->profile());
profile           196 chrome/browser/extensions/crx_installer.h   Profile* profile() { return installer_.profile(); }
profile           155 chrome/browser/extensions/crx_installer_browsertest.cc         browser()->profile(),
profile           165 chrome/browser/extensions/crx_installer_browsertest.cc         browser()->profile())->extension_service();
profile           207 chrome/browser/extensions/crx_installer_browsertest.cc         ExtensionPrefs::Get(browser()->profile())
profile           221 chrome/browser/extensions/crx_installer_browsertest.cc       browser()->profile())->extension_service();
profile           284 chrome/browser/extensions/crx_installer_browsertest.cc       content::BrowserContext::GetDownloadManager(browser()->profile());
profile           327 chrome/browser/extensions/crx_installer_browsertest.cc       browser()->profile())->extension_service();
profile           368 chrome/browser/extensions/crx_installer_browsertest.cc       browser()->profile())->extension_service();
profile           391 chrome/browser/extensions/crx_installer_browsertest.cc       browser()->profile());
profile           408 chrome/browser/extensions/crx_installer_browsertest.cc       content::Source<Profile>(profile()));
profile            38 chrome/browser/extensions/data_deleter.cc void DeleteOrigin(Profile* profile,
profile            42 chrome/browser/extensions/data_deleter.cc   DCHECK(profile);
profile            60 chrome/browser/extensions/data_deleter.cc         profile->GetRequestContextForExtensions());
profile            76 chrome/browser/extensions/data_deleter.cc   ExtensionPrefs::Get(es->profile())->SetNeedsStorageGarbageCollection(true);
profile            82 chrome/browser/extensions/data_deleter.cc void DataDeleter::StartDeleting(Profile* profile, const Extension* extension) {
profile            83 chrome/browser/extensions/data_deleter.cc   DCHECK(profile);
profile            88 chrome/browser/extensions/data_deleter.cc         profile,
profile            89 chrome/browser/extensions/data_deleter.cc         util::GetSiteForExtensionId(extension->id(), profile),
profile            92 chrome/browser/extensions/data_deleter.cc             ExtensionSystem::Get(profile)->extension_service()->AsWeakPtr()));
profile            98 chrome/browser/extensions/data_deleter.cc         profile,
profile           102 chrome/browser/extensions/data_deleter.cc         !profile->GetExtensionSpecialStoragePolicy()->
profile           104 chrome/browser/extensions/data_deleter.cc       DeleteOrigin(profile, partition, launch_web_url_origin);
profile           106 chrome/browser/extensions/data_deleter.cc     DeleteOrigin(profile, partition, extension->url());
profile           112 chrome/browser/extensions/data_deleter.cc   StorageFrontend* frontend = StorageFrontend::Get(profile);
profile            23 chrome/browser/extensions/data_deleter.h   static void StartDeleting(Profile* profile, const Extension* extenion);
profile           137 chrome/browser/extensions/default_apps.cc Provider::Provider(Profile* profile,
profile           143 chrome/browser/extensions/default_apps.cc     : extensions::ExternalProviderImpl(service, loader, profile, crx_location,
profile           145 chrome/browser/extensions/default_apps.cc       profile_(profile),
profile           147 chrome/browser/extensions/default_apps.cc   DCHECK(profile);
profile            44 chrome/browser/extensions/default_apps.h   Provider(Profile* profile,
profile            43 chrome/browser/extensions/default_apps_unittest.cc   scoped_ptr<TestingProfile> profile(new TestingProfile());
profile            46 chrome/browser/extensions/default_apps_unittest.cc   Provider provider(profile.get(), NULL, loader, Manifest::INTERNAL,
profile            52 chrome/browser/extensions/default_apps_unittest.cc   int state = profile->GetPrefs()->GetInteger(prefs::kDefaultAppsInstallState);
profile            57 chrome/browser/extensions/default_apps_unittest.cc   state = profile->GetPrefs()->GetInteger(prefs::kDefaultAppsInstallState);
profile            62 chrome/browser/extensions/default_apps_unittest.cc   profile->GetPrefs()->SetInteger(prefs::kDefaultAppsInstallState,
profile            65 chrome/browser/extensions/default_apps_unittest.cc   state = profile->GetPrefs()->GetInteger(prefs::kDefaultAppsInstallState);
profile            69 chrome/browser/extensions/default_apps_unittest.cc   profile->GetPrefs()->SetInteger(prefs::kDefaultAppsInstallState,
profile            72 chrome/browser/extensions/default_apps_unittest.cc   state = profile->GetPrefs()->GetInteger(prefs::kDefaultAppsInstallState);
profile            81 chrome/browser/extensions/default_apps_unittest.cc   profile.reset(new DefaultTestingProfile);
profile            82 chrome/browser/extensions/default_apps_unittest.cc   Provider provider2(profile.get(), NULL, loader, Manifest::INTERNAL,
profile            86 chrome/browser/extensions/default_apps_unittest.cc   profile->GetPrefs()->SetInteger(prefs::kDefaultAppsInstallState,
profile            89 chrome/browser/extensions/default_apps_unittest.cc   state = profile->GetPrefs()->GetInteger(prefs::kDefaultAppsInstallState);
profile            40 chrome/browser/extensions/dev_mode_bubble_controller.cc DevModeBubbleDelegate::DevModeBubbleDelegate(Profile* profile)
profile            41 chrome/browser/extensions/dev_mode_bubble_controller.cc     : profile_(profile),
profile            42 chrome/browser/extensions/dev_mode_bubble_controller.cc       service_(ExtensionSystem::Get(profile)->extension_service()) {}
profile           140 chrome/browser/extensions/dev_mode_bubble_controller.cc DevModeBubbleController::DevModeBubbleController(Profile* profile)
profile           141 chrome/browser/extensions/dev_mode_bubble_controller.cc     : ExtensionMessageBubbleController(new DevModeBubbleDelegate(profile),
profile           142 chrome/browser/extensions/dev_mode_bubble_controller.cc                                        profile),
profile           143 chrome/browser/extensions/dev_mode_bubble_controller.cc       profile_(profile) {}
profile            24 chrome/browser/extensions/dev_mode_bubble_controller.h   explicit DevModeBubbleDelegate(Profile* profile);
profile            71 chrome/browser/extensions/dev_mode_bubble_controller.h   explicit DevModeBubbleController(Profile* profile);
profile            28 chrome/browser/extensions/devtools_util.cc void InspectBackgroundPage(const Extension* extension, Profile* profile) {
profile            30 chrome/browser/extensions/devtools_util.cc   ExtensionSystem* system = ExtensionSystem::Get(profile);
profile            37 chrome/browser/extensions/devtools_util.cc         profile,
profile            17 chrome/browser/extensions/devtools_util.h void InspectBackgroundPage(const Extension* extension, Profile* profile);
profile            52 chrome/browser/extensions/error_console/error_console.cc ErrorConsole::ErrorConsole(Profile* profile)
profile            55 chrome/browser/extensions/error_console/error_console.cc        profile_(profile),
profile            77 chrome/browser/extensions/error_console/error_console.cc ErrorConsole* ErrorConsole::Get(Profile* profile) {
profile            78 chrome/browser/extensions/error_console/error_console.cc   return ExtensionSystem::Get(profile)->error_console();
profile           239 chrome/browser/extensions/error_console/error_console.cc       Profile* profile = content::Source<Profile>(source).ptr();
profile           242 chrome/browser/extensions/error_console/error_console.cc       if (profile->IsOffTheRecord() && profile_->IsSameProfile(profile))
profile            55 chrome/browser/extensions/error_console/error_console.h   explicit ErrorConsole(Profile* profile);
profile            59 chrome/browser/extensions/error_console/error_console.h   static ErrorConsole* Get(Profile* profile);
profile           216 chrome/browser/extensions/error_console/error_console_browsertest.cc     profile()->GetPrefs()->SetBoolean(prefs::kExtensionsUIDeveloperMode, true);
profile           218 chrome/browser/extensions/error_console/error_console_browsertest.cc     error_console_ = ErrorConsole::Get(profile());
profile           252 chrome/browser/extensions/error_console/error_console_browsertest.cc         ExtensionToolbarModel::Get(profile())->ExecuteBrowserAction(
profile           343 chrome/browser/extensions/error_console/error_console_browsertest.cc   profile()->GetPrefs()->SetBoolean(prefs::kExtensionsUIDeveloperMode, false);
profile           355 chrome/browser/extensions/error_console/error_console_browsertest.cc   profile()->GetPrefs()->SetBoolean(prefs::kExtensionsUIDeveloperMode, true);
profile           360 chrome/browser/extensions/error_console/error_console_browsertest.cc   profile()->GetPrefs()->SetBoolean(prefs::kExtensionsUIDeveloperMode, false);
profile            36 chrome/browser/extensions/event_router_forwarder.cc     void* profile,
profile            39 chrome/browser/extensions/event_router_forwarder.cc   if (!profile)
profile            44 chrome/browser/extensions/event_router_forwarder.cc               profile,
profile            61 chrome/browser/extensions/event_router_forwarder.cc     void* profile,
profile            64 chrome/browser/extensions/event_router_forwarder.cc   if (!profile)
profile            66 chrome/browser/extensions/event_router_forwarder.cc   HandleEvent(extension_id, event_name, event_args.Pass(), profile,
profile            89 chrome/browser/extensions/event_router_forwarder.cc   Profile* profile = NULL;
profile            91 chrome/browser/extensions/event_router_forwarder.cc     profile = reinterpret_cast<Profile*>(profile_ptr);
profile            92 chrome/browser/extensions/event_router_forwarder.cc     if (!profile_manager->IsValidProfile(profile))
profile            95 chrome/browser/extensions/event_router_forwarder.cc   if (profile) {
profile            96 chrome/browser/extensions/event_router_forwarder.cc     CallEventRouter(profile, extension_id, event_name, event_args.Pass(),
profile            97 chrome/browser/extensions/event_router_forwarder.cc                     use_profile_to_restrict_events ? profile : NULL, event_url);
profile           111 chrome/browser/extensions/event_router_forwarder.cc     Profile* profile,
profile           121 chrome/browser/extensions/event_router_forwarder.cc   if (!extensions::ExtensionSystem::Get(profile)->event_router())
profile           129 chrome/browser/extensions/event_router_forwarder.cc     ExtensionSystem::Get(profile)->event_router()->BroadcastEvent(event.Pass());
profile           131 chrome/browser/extensions/event_router_forwarder.cc     ExtensionSystem::Get(profile)->event_router()->
profile            57 chrome/browser/extensions/event_router_forwarder.h                                 void* profile,
profile            68 chrome/browser/extensions/event_router_forwarder.h                                 void* profile,
profile            81 chrome/browser/extensions/event_router_forwarder.h                            void* profile,
profile            89 chrome/browser/extensions/event_router_forwarder.h   virtual void CallEventRouter(Profile* profile,
profile            37 chrome/browser/extensions/event_router_forwarder_unittest.cc       Profile* profile, const std::string& extension_id,
profile            40 chrome/browser/extensions/event_router_forwarder_unittest.cc     CallEventRouter(profile, extension_id, event_name,
profile            57 chrome/browser/extensions/event_router_forwarder_unittest.cc                                      void* profile,
profile            61 chrome/browser/extensions/event_router_forwarder_unittest.cc   event_router->DispatchEventToRenderers(event_name, args.Pass(), profile,
profile            77 chrome/browser/extensions/event_router_forwarder_unittest.cc                                      void* profile,
profile            82 chrome/browser/extensions/event_router_forwarder_unittest.cc       extension, event_name, args.Pass(), profile,
profile            28 chrome/browser/extensions/extension_action_icon_factory.cc     Profile* profile,
profile            37 chrome/browser/extensions/extension_action_icon_factory.cc         profile,
profile            34 chrome/browser/extensions/extension_action_icon_factory.h   ExtensionActionIconFactory(Profile* profile,
profile           161 chrome/browser/extensions/extension_action_icon_factory_unittest.cc     return ExtensionActionManager::Get(profile())->GetBrowserAction(extension);
profile           200 chrome/browser/extensions/extension_action_icon_factory_unittest.cc       profile(), extension.get(), browser_action, this);
profile           231 chrome/browser/extensions/extension_action_icon_factory_unittest.cc       profile(), extension.get(), browser_action, this);
profile           272 chrome/browser/extensions/extension_action_icon_factory_unittest.cc       profile(), extension.get(), browser_action, this);
profile            32 chrome/browser/extensions/extension_action_manager.cc   static ExtensionActionManager* GetForProfile(Profile* profile) {
profile            34 chrome/browser/extensions/extension_action_manager.cc         GetInstance()->GetServiceForBrowserContext(profile, true));
profile            49 chrome/browser/extensions/extension_action_manager.cc       content::BrowserContext* profile) const OVERRIDE {
profile            50 chrome/browser/extensions/extension_action_manager.cc     return new ExtensionActionManager(static_cast<Profile*>(profile));
profile            66 chrome/browser/extensions/extension_action_manager.cc ExtensionActionManager::ExtensionActionManager(Profile* profile)
profile            67 chrome/browser/extensions/extension_action_manager.cc     : profile_(profile) {
profile            68 chrome/browser/extensions/extension_action_manager.cc   CHECK_EQ(profile, profile->GetOriginalProfile())
profile            71 chrome/browser/extensions/extension_action_manager.cc                  content::Source<Profile>(profile));
profile            79 chrome/browser/extensions/extension_action_manager.cc ExtensionActionManager* ExtensionActionManager::Get(Profile* profile) {
profile            80 chrome/browser/extensions/extension_action_manager.cc   return ExtensionActionManagerFactory::GetForProfile(profile);
profile           109 chrome/browser/extensions/extension_action_manager.cc     Profile* profile) {
profile           122 chrome/browser/extensions/extension_action_manager.cc       ExtensionSystem::Get(profile)->extension_service();
profile            28 chrome/browser/extensions/extension_action_manager.h   explicit ExtensionActionManager(Profile* profile);
profile            33 chrome/browser/extensions/extension_action_manager.h   static ExtensionActionManager* Get(Profile* profile);
profile           372 chrome/browser/extensions/extension_apitest.cc       ui_test_utils::OpenURLOffTheRecord(browser()->profile(), url);
profile           376 chrome/browser/extensions/extension_apitest.cc     AppLaunchParams params(browser()->profile(),
profile           395 chrome/browser/extensions/extension_apitest.cc       browser()->profile())->extension_service();
profile            81 chrome/browser/extensions/extension_apitest.h     void RestrictToProfile(Profile* profile) { profile_restriction_ = profile; }
profile            46 chrome/browser/extensions/extension_bindings_apitest.cc       extensions::ExtensionSystem::Get(browser()->profile())->process_manager();
profile            79 chrome/browser/extensions/extension_browsertest.cc       profile_ = browser()->profile();
profile           149 chrome/browser/extensions/extension_browsertest.cc       profile())->extension_service();
profile           192 chrome/browser/extensions/extension_browsertest.cc     extensions::ExtensionPrefs::Get(profile())
profile           198 chrome/browser/extensions/extension_browsertest.cc           content::Source<Profile>(profile()));
profile           215 chrome/browser/extensions/extension_browsertest.cc         content::Source<Profile>(profile()));
profile           216 chrome/browser/extensions/extension_browsertest.cc     CHECK(!extensions::util::IsIncognitoEnabled(extension_id, profile()));
profile           219 chrome/browser/extensions/extension_browsertest.cc       extensions::util::SetIsIncognitoEnabled(extension_id, profile(), true);
profile           229 chrome/browser/extensions/extension_browsertest.cc         content::Source<Profile>(profile()));
profile           230 chrome/browser/extensions/extension_browsertest.cc     CHECK(extensions::util::AllowFileAccess(extension_id, profile()));
profile           232 chrome/browser/extensions/extension_browsertest.cc       extensions::util::SetAllowFileAccess(extension_id, profile(), false);
profile           249 chrome/browser/extensions/extension_browsertest.cc       profile())->extension_service();
profile           432 chrome/browser/extensions/extension_browsertest.cc   ExtensionService* service = profile()->GetExtensionService();
profile           509 chrome/browser/extensions/extension_browsertest.cc       extensions::ExtensionSystem::Get(profile())->extension_service();
profile           518 chrome/browser/extensions/extension_browsertest.cc       profile())->extension_service();
profile           525 chrome/browser/extensions/extension_browsertest.cc       profile())->extension_service();
profile           531 chrome/browser/extensions/extension_browsertest.cc       profile())->extension_service();
profile           537 chrome/browser/extensions/extension_browsertest.cc       profile())->extension_service();
profile           614 chrome/browser/extensions/extension_browsertest.cc       profile(), extension_id, script);
profile            63 chrome/browser/extensions/extension_browsertest.h     return extensions::ExtensionSystem::Get(profile())->extension_service();
profile            71 chrome/browser/extensions/extension_browsertest.h   virtual Profile* profile();
profile            64 chrome/browser/extensions/extension_context_menu_browsertest.cc     return extensions::MenuManager::Get(browser()->profile());
profile            71 chrome/browser/extensions/extension_context_menu_browsertest.cc         browser()->profile()->GetExtensionService()->extensions();
profile           484 chrome/browser/extensions/extension_context_menu_browsertest.cc       browser()->profile(), GURL("about:blank"));
profile           600 chrome/browser/extensions/extension_context_menu_browsertest.cc   ASSERT_TRUE(browser()->profile()->GetOffTheRecordProfile());
profile           608 chrome/browser/extensions/extension_context_menu_browsertest.cc   browser()->profile()->DestroyOffTheRecordProfile();
profile            42 chrome/browser/extensions/extension_context_menu_model.cc       profile_(browser->profile()),
profile            58 chrome/browser/extensions/extension_context_menu_model.cc       profile_(browser->profile()),
profile            59 chrome/browser/extensions/extension_crash_recovery_browsertest.cc     return browser()->profile()->GetExtensionService();
profile            63 chrome/browser/extensions/extension_crash_recovery_browsertest.cc     return extensions::ExtensionSystem::Get(browser()->profile())->
profile            68 chrome/browser/extensions/extension_crash_recovery_browsertest.cc     ExtensionRegistry* registry = ExtensionRegistry::Get(browser()->profile());
profile            73 chrome/browser/extensions/extension_crash_recovery_browsertest.cc     ExtensionRegistry* registry = ExtensionRegistry::Get(browser()->profile());
profile           109 chrome/browser/extensions/extension_crash_recovery_browsertest.cc         extensions::ProcessMap::Get(browser()->profile());
profile           213 chrome/browser/extensions/extension_disabled_ui.cc                  content::Source<Profile>(service->profile()));
profile           215 chrome/browser/extensions/extension_disabled_ui.cc                  content::Source<Profile>(service->profile()));
profile           297 chrome/browser/extensions/extension_disabled_ui.cc       ExtensionUninstallDialog::Create(service_->profile(), browser, this));
profile           324 chrome/browser/extensions/extension_disabled_ui.cc   GlobalErrorServiceFactory::GetForProfile(service_->profile())->
profile           345 chrome/browser/extensions/extension_disabled_ui.cc     GlobalErrorServiceFactory::GetForProfile(service->profile())
profile           361 chrome/browser/extensions/extension_disabled_ui.cc   ImageLoader::Get(service->profile())->LoadImageAsync(
profile            42 chrome/browser/extensions/extension_disabled_ui_browsertest.cc     service_ = browser()->profile()->GetExtensionService();
profile            43 chrome/browser/extensions/extension_disabled_ui_browsertest.cc     registry_ = ExtensionRegistry::Get(browser()->profile());
profile            66 chrome/browser/extensions/extension_disabled_ui_browsertest.cc     return GlobalErrorServiceFactory::GetForProfile(browser()->profile())->
profile           158 chrome/browser/extensions/extension_disabled_ui_browsertest.cc   ExtensionPrefs::Get(browser()->profile())
profile           173 chrome/browser/extensions/extension_disabled_ui_browsertest.cc   ExtensionPrefs::Get(service_->profile())
profile           179 chrome/browser/extensions/extension_disabled_ui_browsertest.cc   GlobalErrorServiceFactory::GetForProfile(browser()->profile())->
profile           198 chrome/browser/extensions/extension_disabled_ui_browsertest.cc       browser()->profile());
profile           233 chrome/browser/extensions/extension_disabled_ui_browsertest.cc             ExtensionPrefs::Get(service_->profile())
profile            26 chrome/browser/extensions/extension_error_ui_default.cc       chrome::FindLastActiveWithProfile(extension_service()->profile(),
profile           254 chrome/browser/extensions/extension_function_test_utils.cc   extensions::ExtensionFunctionDispatcher dispatcher(browser->profile(),
profile           258 chrome/browser/extensions/extension_function_test_utils.cc   function->set_browser_context(browser->profile());
profile            57 chrome/browser/extensions/extension_functional_browsertest.cc   ExtensionService* service = profile()->GetExtensionService();
profile            62 chrome/browser/extensions/extension_functional_browsertest.cc   ExtensionService* service = profile()->GetExtensionService();
profile            66 chrome/browser/extensions/extension_functional_browsertest.cc   EXPECT_FALSE(util::IsIncognitoEnabled(last_loaded_extension_id(), profile()));
profile            70 chrome/browser/extensions/extension_functional_browsertest.cc   ExtensionService* service = profile()->GetExtensionService();
profile            74 chrome/browser/extensions/extension_functional_browsertest.cc   util::SetIsIncognitoEnabled(last_loaded_extension_id(), profile(), false);
profile            80 chrome/browser/extensions/extension_functional_browsertest.cc   util::SetIsIncognitoEnabled(last_loaded_extension_id(), profile(), false);
profile            86 chrome/browser/extensions/extension_functional_browsertest.cc   util::SetIsIncognitoEnabled(last_loaded_extension_id(), profile(), true);
profile            87 chrome/browser/extensions/extension_functional_browsertest.cc   EXPECT_TRUE(util::IsIncognitoEnabled(last_loaded_extension_id(), profile()));
profile            91 chrome/browser/extensions/extension_functional_browsertest.cc   util::SetIsIncognitoEnabled(last_loaded_extension_id(), profile(), false);
profile            92 chrome/browser/extensions/extension_functional_browsertest.cc   EXPECT_FALSE(util::IsIncognitoEnabled(last_loaded_extension_id(), profile()));
profile            45 chrome/browser/extensions/extension_gcm_app_handler_unittest.cc   FakeExtensionGCMAppHandler(Profile* profile, Waiter* waiter)
profile            46 chrome/browser/extensions/extension_gcm_app_handler_unittest.cc       : ExtensionGCMAppHandler(profile),
profile           121 chrome/browser/extensions/extension_gcm_app_handler_unittest.cc         static_cast<TestExtensionSystem*>(ExtensionSystem::Get(profile())));
profile           124 chrome/browser/extensions/extension_gcm_app_handler_unittest.cc     extension_service_ = extension_system->Get(profile())->extension_service();
profile           127 chrome/browser/extensions/extension_gcm_app_handler_unittest.cc     profile()->GetPrefs()->SetBoolean(prefs::kGCMChannelEnabled, true);
profile           132 chrome/browser/extensions/extension_gcm_app_handler_unittest.cc             profile(),
profile           139 chrome/browser/extensions/extension_gcm_app_handler_unittest.cc     gcm_app_handler_.reset(new FakeExtensionGCMAppHandler(profile(), &waiter_));
profile           221 chrome/browser/extensions/extension_gcm_app_handler_unittest.cc     return GCMProfileServiceFactory::GetForProfile(profile());
profile           216 chrome/browser/extensions/extension_icon_image_unittest.cc   scoped_ptr<Profile> profile(new TestingProfile());
profile           234 chrome/browser/extensions/extension_icon_image_unittest.cc   IconImage image(profile.get(),
profile           290 chrome/browser/extensions/extension_icon_image_unittest.cc   scoped_ptr<Profile> profile(new TestingProfile());
profile           302 chrome/browser/extensions/extension_icon_image_unittest.cc   IconImage image(profile.get(),
profile           329 chrome/browser/extensions/extension_icon_image_unittest.cc   scoped_ptr<Profile> profile(new TestingProfile());
profile           341 chrome/browser/extensions/extension_icon_image_unittest.cc   IconImage image(profile.get(),
profile           366 chrome/browser/extensions/extension_icon_image_unittest.cc   scoped_ptr<Profile> profile(new TestingProfile());
profile           375 chrome/browser/extensions/extension_icon_image_unittest.cc   IconImage image(profile.get(),
profile           405 chrome/browser/extensions/extension_icon_image_unittest.cc   scoped_ptr<Profile> profile(new TestingProfile());
profile           416 chrome/browser/extensions/extension_icon_image_unittest.cc   IconImage image(profile.get(),
profile           444 chrome/browser/extensions/extension_icon_image_unittest.cc   scoped_ptr<Profile> profile(new TestingProfile());
profile           456 chrome/browser/extensions/extension_icon_image_unittest.cc   IconImage image(profile.get(),
profile           482 chrome/browser/extensions/extension_icon_image_unittest.cc   scoped_ptr<Profile> profile(new TestingProfile());
profile           495 chrome/browser/extensions/extension_icon_image_unittest.cc   IconImage image(profile.get(),
profile           526 chrome/browser/extensions/extension_icon_image_unittest.cc   scoped_ptr<Profile> profile(new TestingProfile());
profile           539 chrome/browser/extensions/extension_icon_image_unittest.cc       new IconImage(profile.get(),
profile           103 chrome/browser/extensions/extension_icon_manager_unittest.cc   scoped_ptr<Profile> profile(new TestingProfile());
profile           124 chrome/browser/extensions/extension_icon_manager_unittest.cc   icon_manager.LoadIcon(profile.get(), extension.get());
profile           134 chrome/browser/extensions/extension_icon_manager_unittest.cc   icon_manager.LoadIcon(profile.get(), extension.get());
profile           145 chrome/browser/extensions/extension_icon_manager_unittest.cc   scoped_ptr<Profile> profile(new TestingProfile());
profile           166 chrome/browser/extensions/extension_icon_manager_unittest.cc   icon_manager.LoadIcon(profile.get(), extension.get());
profile           176 chrome/browser/extensions/extension_icon_manager_unittest.cc   icon_manager.LoadIcon(profile.get(), extension.get());
profile            96 chrome/browser/extensions/extension_icon_source_apitest.cc       browser()->profile(),
profile           107 chrome/browser/extensions/extension_icon_source_apitest.cc       browser()->profile(),
profile            33 chrome/browser/extensions/extension_incognito_apitest.cc       browser()->profile(),
profile            75 chrome/browser/extensions/extension_incognito_apitest.cc       browser()->profile(),
profile            93 chrome/browser/extensions/extension_incognito_apitest.cc   ASSERT_FALSE(browser()->profile()->HasOffTheRecordProfile());
profile            96 chrome/browser/extensions/extension_incognito_apitest.cc   ASSERT_FALSE(browser()->profile()->HasOffTheRecordProfile());
profile           112 chrome/browser/extensions/extension_incognito_apitest.cc       browser()->profile(),
profile           135 chrome/browser/extensions/extension_incognito_apitest.cc   catcher.RestrictToProfile(browser()->profile());
profile           138 chrome/browser/extensions/extension_incognito_apitest.cc       browser()->profile()->GetOffTheRecordProfile());
profile           145 chrome/browser/extensions/extension_incognito_apitest.cc       browser()->profile(),
profile           177 chrome/browser/extensions/extension_incognito_apitest.cc       browser()->profile(),
profile           184 chrome/browser/extensions/extension_incognito_apitest.cc   ui_test_utils::OpenURLOffTheRecord(browser()->profile(),
profile           209 chrome/browser/extensions/extension_incognito_apitest.cc       browser()->profile(),
profile            50 chrome/browser/extensions/extension_infobar_delegate.cc                  content::Source<Profile>(browser->profile()));
profile            52 chrome/browser/extensions/extension_infobar_delegate.cc                  content::Source<Profile>(browser->profile()));
profile           247 chrome/browser/extensions/extension_install_prompt.cc void ExtensionInstallPrompt::Prompt::SetUserNameFromProfile(Profile* profile) {
profile           249 chrome/browser/extensions/extension_install_prompt.cc   if (profile) {
profile           250 chrome/browser/extensions/extension_install_prompt.cc     oauth_user_name_ = base::UTF8ToUTF16(profile->GetPrefs()->GetString(
profile           548 chrome/browser/extensions/extension_install_prompt.cc   prompt_.SetUserNameFromProfile(install_ui_->profile());
profile           552 chrome/browser/extensions/extension_install_prompt.cc     Profile* profile,
profile           560 chrome/browser/extensions/extension_install_prompt.cc       install_ui_(ExtensionInstallUI::Create(profile)),
profile           564 chrome/browser/extensions/extension_install_prompt.cc   prompt_.SetUserNameFromProfile(install_ui_->profile());
profile           741 chrome/browser/extensions/extension_install_prompt.cc   if (!icon_.empty() || !install_ui_->profile()) {
profile           756 chrome/browser/extensions/extension_install_prompt.cc   extensions::ImageLoader::Get(install_ui_->profile())->LoadImageAsync(
profile           772 chrome/browser/extensions/extension_install_prompt.cc       install_ui_->profile()->GetRequestContext(),
profile            97 chrome/browser/extensions/extension_install_prompt.h     void SetUserNameFromProfile(Profile* profile);
profile           270 chrome/browser/extensions/extension_install_prompt.h   ExtensionInstallPrompt(Profile* profile,
profile            10 chrome/browser/extensions/extension_install_ui.cc ExtensionInstallUI::ExtensionInstallUI(Profile* profile)
profile            11 chrome/browser/extensions/extension_install_ui.cc     : profile_(profile),
profile            27 chrome/browser/extensions/extension_install_ui.h   static ExtensionInstallUI* Create(Profile* profile);
profile            51 chrome/browser/extensions/extension_install_ui.h   static void OpenAppInstalledUI(Profile* profile, const std::string& app_id);
profile            68 chrome/browser/extensions/extension_install_ui.h       Profile* profile);
profile            70 chrome/browser/extensions/extension_install_ui.h   Profile* profile() { return profile_; }
profile            73 chrome/browser/extensions/extension_install_ui.h   explicit ExtensionInstallUI(Profile* profile);
profile            69 chrome/browser/extensions/extension_install_ui_browsertest.cc     return ThemeServiceFactory::GetThemeForProfile(browser()->profile());
profile           139 chrome/browser/extensions/extension_install_ui_browsertest.cc   ThemeServiceFactory::GetForProfile(browser()->profile())->UseDefaultTheme();
profile           225 chrome/browser/extensions/extension_install_ui_browsertest.cc       browser()->profile())->extension_service();
profile           233 chrome/browser/extensions/extension_install_ui_browsertest.cc       extensions::ExtensionPrefs::Get(browser()->profile())->app_sorting();
profile            15 chrome/browser/extensions/extension_installer.cc ExtensionInstaller::ExtensionInstaller(Profile* profile)
profile            17 chrome/browser/extensions/extension_installer.cc       profile_(profile),
profile            31 chrome/browser/extensions/extension_installer.h   explicit ExtensionInstaller(Profile* profile);
profile            40 chrome/browser/extensions/extension_installer.h   Profile* profile() const {
profile           134 chrome/browser/extensions/extension_keybinding_apitest.cc       ExtensionActionManager::Get(browser()->profile())->
profile            86 chrome/browser/extensions/extension_loading_browsertest.cc   ExtensionRegistry* registry = ExtensionRegistry::Get(profile());
profile            36 chrome/browser/extensions/extension_message_bubble_controller.cc     Delegate* delegate, Profile* profile)
profile            37 chrome/browser/extensions/extension_message_bubble_controller.cc     : profile_(profile),
profile            61 chrome/browser/extensions/extension_message_bubble_controller.h   ExtensionMessageBubbleController(Delegate* delegate, Profile* profile);
profile            66 chrome/browser/extensions/extension_message_bubble_controller_unittest.cc   explicit TestSuspiciousExtensionBubbleController(Profile* profile)
profile            67 chrome/browser/extensions/extension_message_bubble_controller_unittest.cc       : SuspiciousExtensionBubbleController(profile) {
profile            91 chrome/browser/extensions/extension_message_bubble_controller_unittest.cc   explicit TestDevModeBubbleController(Profile* profile)
profile            92 chrome/browser/extensions/extension_message_bubble_controller_unittest.cc       : DevModeBubbleController(profile) {
profile           115 chrome/browser/extensions/extension_message_bubble_controller_unittest.cc   TestSettingsApiBubbleController(Profile* profile,
profile           117 chrome/browser/extensions/extension_message_bubble_controller_unittest.cc       : SettingsApiBubbleController(profile, type) {}
profile           254 chrome/browser/extensions/extension_message_bubble_controller_unittest.cc         ExtensionSystem::Get(profile()))->CreateExtensionService(
profile           312 chrome/browser/extensions/extension_message_bubble_controller_unittest.cc       new TestSuspiciousExtensionBubbleController(profile()));
profile           318 chrome/browser/extensions/extension_message_bubble_controller_unittest.cc   ExtensionPrefs* prefs = ExtensionPrefs::Get(profile());
profile           335 chrome/browser/extensions/extension_message_bubble_controller_unittest.cc       profile()));
profile           357 chrome/browser/extensions/extension_message_bubble_controller_unittest.cc       profile()));
profile           389 chrome/browser/extensions/extension_message_bubble_controller_unittest.cc       new TestDevModeBubbleController(profile()));
profile           417 chrome/browser/extensions/extension_message_bubble_controller_unittest.cc       profile()));
profile           437 chrome/browser/extensions/extension_message_bubble_controller_unittest.cc       profile()));
profile           454 chrome/browser/extensions/extension_message_bubble_controller_unittest.cc       profile()));
profile           476 chrome/browser/extensions/extension_message_bubble_controller_unittest.cc       extensions::ExtensionPrefs::Get(profile());
profile           510 chrome/browser/extensions/extension_message_bubble_controller_unittest.cc             profile(), static_cast<SettingsApiOverrideType>(i)));
profile           546 chrome/browser/extensions/extension_message_bubble_controller_unittest.cc         profile(), static_cast<SettingsApiOverrideType>(i)));
profile           566 chrome/browser/extensions/extension_message_bubble_controller_unittest.cc         profile(), static_cast<SettingsApiOverrideType>(i)));
profile            64 chrome/browser/extensions/extension_messages_apitest.cc                                       Profile* profile,
profile            67 chrome/browser/extensions/extension_messages_apitest.cc     event->restrict_to_browser_context = profile;
profile           638 chrome/browser/extensions/extension_messages_apitest.cc       profile()->GetOffTheRecordProfile(),
profile           660 chrome/browser/extensions/extension_messages_apitest.cc   ExtensionPrefs::Get(profile())->SetIsIncognitoEnabled(id, true);
profile           675 chrome/browser/extensions/extension_messages_apitest.cc       profile()->GetOffTheRecordProfile(),
profile           695 chrome/browser/extensions/extension_messages_apitest.cc   ExtensionPrefs::Get(profile())->SetIsIncognitoEnabled(id, true);
profile           748 chrome/browser/extensions/extension_messages_apitest.cc         profile()->GetRequestContext());
profile            61 chrome/browser/extensions/extension_nacl_browsertest.cc         browser()->profile())->extension_service();
profile            27 chrome/browser/extensions/extension_override_apitest.cc         browser()->profile()->GetPrefs()->GetDictionary(
profile            81 chrome/browser/extensions/extension_override_apitest.cc       browser()->profile(), GURL("chrome://newtab/"));
profile           116 chrome/browser/extensions/extension_override_apitest.cc         browser()->profile(),
profile           133 chrome/browser/extensions/extension_override_apitest.cc     DictionaryPrefUpdate update(browser()->profile()->GetPrefs(),
profile           307 chrome/browser/extensions/extension_service.cc ExtensionService::ExtensionService(Profile* profile,
profile           316 chrome/browser/extensions/extension_service.cc       profile_(profile),
profile           317 chrome/browser/extensions/extension_service.cc       system_(extensions::ExtensionSystem::Get(profile)),
profile           321 chrome/browser/extensions/extension_service.cc       registry_(extensions::ExtensionRegistry::Get(profile)),
profile           322 chrome/browser/extensions/extension_service.cc       pending_extension_manager_(*this, profile),
profile           338 chrome/browser/extensions/extension_service.cc           *command_line, profile))
profile           349 chrome/browser/extensions/extension_service.cc   pref_change_registrar_.Init(profile->GetPrefs());
profile           370 chrome/browser/extensions/extension_service.cc         profile->GetPrefs(),
profile           371 chrome/browser/extensions/extension_service.cc         profile,
profile           378 chrome/browser/extensions/extension_service.cc                                       profile->GetPrefs(),
profile           380 chrome/browser/extensions/extension_service.cc                                       profile));
profile           971 chrome/browser/extensions/extension_service.cc   extensions::PermissionsUpdater perms_updater(profile());
profile          1702 chrome/browser/extensions/extension_service.cc     extensions::PermissionsUpdater perms_updater(profile());
profile           146 chrome/browser/extensions/extension_service.h   ExtensionService(Profile* profile,
profile           332 chrome/browser/extensions/extension_service.h   Profile* profile();
profile           528 chrome/browser/extensions/extension_service_unittest.cc     Profile* profile) {
profile           530 chrome/browser/extensions/extension_service_unittest.cc       ExtensionSystem::Get(profile));
profile           557 chrome/browser/extensions/extension_service_unittest.cc   extensions::InstallLimiter::Get(profile)->DisableForTest();
profile          5169 chrome/browser/extensions/extension_service_unittest.cc   scoped_ptr<TestingProfile> profile(new TestingProfile());
profile          5178 chrome/browser/extensions/extension_service_unittest.cc   base::FilePath install_dir = profile->GetPath()
profile          5184 chrome/browser/extensions/extension_service_unittest.cc       ExtensionSystem::Get(profile.get()))->
profile          5199 chrome/browser/extensions/extension_service_unittest.cc   profile.reset(new TestingProfile());
profile          5202 chrome/browser/extensions/extension_service_unittest.cc       ExtensionSystem::Get(profile.get()))->
profile          5213 chrome/browser/extensions/extension_service_unittest.cc   profile.reset(new TestingProfile());
profile          5214 chrome/browser/extensions/extension_service_unittest.cc   profile->GetPrefs()->SetBoolean(prefs::kDisableExtensions, true);
profile          5216 chrome/browser/extensions/extension_service_unittest.cc       ExtensionSystem::Get(profile.get()))->
profile          5227 chrome/browser/extensions/extension_service_unittest.cc   profile.reset(new TestingProfile());
profile          5228 chrome/browser/extensions/extension_service_unittest.cc   profile->GetPrefs()->SetBoolean(prefs::kDisableExtensions, true);
profile          5231 chrome/browser/extensions/extension_service_unittest.cc       ExtensionSystem::Get(profile.get()))->
profile          5242 chrome/browser/extensions/extension_service_unittest.cc   profile.reset();
profile            55 chrome/browser/extensions/extension_service_unittest.h       Profile* profile);
profile           319 chrome/browser/extensions/extension_special_storage_policy_unittest.cc   TestingProfile profile;
profile           321 chrome/browser/extensions/extension_special_storage_policy_unittest.cc       CookieSettings::Factory::GetForProfile(&profile).get();
profile           113 chrome/browser/extensions/extension_startup_browsertest.cc         browser()->profile())->extension_service();
profile           135 chrome/browser/extensions/extension_startup_browsertest.cc         extensions::ExtensionSystem::Get(browser()->profile())->
profile           212 chrome/browser/extensions/extension_startup_browsertest.cc       extensions::ExtensionRegistry::Get(browser()->profile());
profile           218 chrome/browser/extensions/extension_startup_browsertest.cc     if (extensions::util::AllowFileAccess((*it)->id(), browser()->profile()))
profile           227 chrome/browser/extensions/extension_startup_browsertest.cc         extension_list[i]->id(), browser()->profile(), false);
profile            37 chrome/browser/extensions/extension_sync_service.cc ExtensionSyncService::ExtensionSyncService(Profile* profile,
profile            40 chrome/browser/extensions/extension_sync_service.cc     : profile_(profile),
profile            63 chrome/browser/extensions/extension_sync_service.cc ExtensionSyncService* ExtensionSyncService::Get(Profile* profile) {
profile            64 chrome/browser/extensions/extension_sync_service.cc   return ExtensionSyncServiceFactory::GetForProfile(profile);
profile            43 chrome/browser/extensions/extension_sync_service.h   ExtensionSyncService(Profile* profile,
profile            50 chrome/browser/extensions/extension_sync_service.h   static ExtensionSyncService* Get(Profile* profile);
profile            18 chrome/browser/extensions/extension_sync_service_factory.cc     Profile* profile) {
profile            20 chrome/browser/extensions/extension_sync_service_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            40 chrome/browser/extensions/extension_sync_service_factory.cc   Profile* profile = Profile::FromBrowserContext(context);
profile            42 chrome/browser/extensions/extension_sync_service_factory.cc       profile,
profile            44 chrome/browser/extensions/extension_sync_service_factory.cc       extensions::ExtensionSystem::Get(profile)->extension_service());
profile            17 chrome/browser/extensions/extension_sync_service_factory.h   static ExtensionSyncService* GetForProfile(Profile* profile);
profile            28 chrome/browser/extensions/extension_sync_service_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile            77 chrome/browser/extensions/extension_system_impl.cc ExtensionSystemImpl::Shared::Shared(Profile* profile)
profile            78 chrome/browser/extensions/extension_system_impl.cc     : profile_(profile) {
profile           313 chrome/browser/extensions/extension_system_impl.cc ExtensionSystemImpl::ExtensionSystemImpl(Profile* profile)
profile           314 chrome/browser/extensions/extension_system_impl.cc     : profile_(profile) {
profile           315 chrome/browser/extensions/extension_system_impl.cc   shared_ = ExtensionSystemSharedFactory::GetForBrowserContext(profile);
profile           317 chrome/browser/extensions/extension_system_impl.cc   if (profile->IsOffTheRecord()) {
profile           318 chrome/browser/extensions/extension_system_impl.cc     process_manager_.reset(ProcessManager::Create(profile));
profile            27 chrome/browser/extensions/extension_system_impl.h   explicit ExtensionSystemImpl(Profile* profile);
profile            68 chrome/browser/extensions/extension_system_impl.h     explicit Shared(Profile* profile);
profile            46 chrome/browser/extensions/extension_tab_util.cc   Profile* profile = Profile::FromBrowserContext(contents->GetBrowserContext());
profile            47 chrome/browser/extensions/extension_tab_util.cc   apps::AppWindowRegistry* registry = apps::AppWindowRegistry::Get(profile);
profile           236 chrome/browser/extensions/extension_tab_util.cc                                   Profile* profile,
profile           243 chrome/browser/extensions/extension_tab_util.cc       include_incognito && profile->HasOffTheRecordProfile() ?
profile           244 chrome/browser/extensions/extension_tab_util.cc           profile->GetOffTheRecordProfile() : NULL;
profile           247 chrome/browser/extensions/extension_tab_util.cc     if (target_browser->profile() == profile ||
profile           248 chrome/browser/extensions/extension_tab_util.cc         target_browser->profile() == incognito_profile) {
profile           292 chrome/browser/extensions/extension_tab_util.cc   Profile* profile =
profile           295 chrome/browser/extensions/extension_tab_util.cc   Browser* browser = chrome::FindTabbedBrowser(profile, false, active_desktop);
profile           298 chrome/browser/extensions/extension_tab_util.cc     browser = new Browser(Browser::CreateParams(profile, active_desktop));
profile           344 chrome/browser/extensions/extension_tab_util.cc   if (browser->profile()->IsOffTheRecord()) {
profile           346 chrome/browser/extensions/extension_tab_util.cc         browser->profile()->GetOriginalProfile(),
profile            94 chrome/browser/extensions/extension_tab_util.h   static bool GetTabById(int tab_id, Profile* profile, bool incognito_enabled,
profile            83 chrome/browser/extensions/extension_tab_util_android.cc                                   Profile* profile,
profile            64 chrome/browser/extensions/extension_tabs_apitest.cc   browser()->profile()->GetPrefs()->SetBoolean(
profile           208 chrome/browser/extensions/extension_tabs_apitest.cc   browser()->profile()->GetPrefs()->SetBoolean(prefs::kDisableScreenshots,
profile           242 chrome/browser/extensions/extension_tabs_apitest.cc   IncognitoModePrefs::SetAvailability(browser()->profile()->GetPrefs(),
profile           133 chrome/browser/extensions/extension_test_notification_observer.cc       profile_ = browser_->profile();
profile            43 chrome/browser/extensions/extension_toolbar_model.cc     Profile* profile,
profile            45 chrome/browser/extensions/extension_toolbar_model.cc     : profile_(profile),
profile            77 chrome/browser/extensions/extension_toolbar_model.cc ExtensionToolbarModel* ExtensionToolbarModel::Get(Profile* profile) {
profile            78 chrome/browser/extensions/extension_toolbar_model.cc   return ExtensionToolbarModelFactory::GetForProfile(profile);
profile           166 chrome/browser/extensions/extension_toolbar_model.cc       browser->profile(), *browser_action, web_contents);
profile            28 chrome/browser/extensions/extension_toolbar_model.h   ExtensionToolbarModel(Profile* profile, ExtensionPrefs* extension_prefs);
profile            76 chrome/browser/extensions/extension_toolbar_model.h   static ExtensionToolbarModel* Get(Profile* profile);
profile            31 chrome/browser/extensions/extension_toolbar_model_browsertest.cc     model_ = ExtensionToolbarModel::Get(browser()->profile());
profile           376 chrome/browser/extensions/extension_toolbar_model_browsertest.cc   ExtensionPrefs::Get(browser()->profile())->SetToolbarOrder(new_order);
profile            18 chrome/browser/extensions/extension_toolbar_model_factory.cc     Profile* profile) {
profile            20 chrome/browser/extensions/extension_toolbar_model_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            20 chrome/browser/extensions/extension_toolbar_model_factory.h   static ExtensionToolbarModel* GetForProfile(Profile* profile);
profile            31 chrome/browser/extensions/extension_toolbar_model_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile            55 chrome/browser/extensions/extension_uninstall_dialog.cc     Profile* profile,
profile            58 chrome/browser/extensions/extension_uninstall_dialog.cc     : profile_(profile),
profile            51 chrome/browser/extensions/extension_uninstall_dialog.h   static ExtensionUninstallDialog* Create(Profile* profile,
profile            73 chrome/browser/extensions/extension_uninstall_dialog.h   ExtensionUninstallDialog(Profile* profile,
profile            83 chrome/browser/extensions/extension_url_rewrite_browsertest.cc   EXPECT_TRUE(chrome::IsNTPURL(GetNavigationEntry()->GetURL(), profile()));
profile            64 chrome/browser/extensions/extension_util.cc       DCHECK_EQ(enabled, IsIncognitoEnabled(extension_id, service->profile()));
profile            69 chrome/browser/extensions/extension_util.cc   ExtensionPrefs* extension_prefs = ExtensionPrefs::Get(service->profile());
profile            90 chrome/browser/extensions/extension_util.cc     ExtensionSyncService::Get(service->profile())->
profile            31 chrome/browser/extensions/extension_view_host_factory.cc                                               Profile* profile,
profile            34 chrome/browser/extensions/extension_view_host_factory.cc   DCHECK(profile);
profile            38 chrome/browser/extensions/extension_view_host_factory.cc       ExtensionSystem::Get(profile)->process_manager();
profile            54 chrome/browser/extensions/extension_view_host_factory.cc                                               Profile* profile,
profile            58 chrome/browser/extensions/extension_view_host_factory.cc   DCHECK(profile->IsOffTheRecord());
profile            62 chrome/browser/extensions/extension_view_host_factory.cc     Profile* original_profile = profile->GetOriginalProfile();
profile            68 chrome/browser/extensions/extension_view_host_factory.cc   if (util::IsIncognitoEnabled(extension->id(), profile)) {
profile            70 chrome/browser/extensions/extension_view_host_factory.cc         extension, url, profile, browser, view_type);
profile            80 chrome/browser/extensions/extension_view_host_factory.cc const Extension* GetExtensionForUrl(Profile* profile, const GURL& url) {
profile            82 chrome/browser/extensions/extension_view_host_factory.cc       ExtensionSystem::Get(profile)->extension_service();
profile            94 chrome/browser/extensions/extension_view_host_factory.cc                                   Profile* profile,
profile            97 chrome/browser/extensions/extension_view_host_factory.cc   DCHECK(profile);
profile           101 chrome/browser/extensions/extension_view_host_factory.cc   const Extension* extension = GetExtensionForUrl(profile, url);
profile           104 chrome/browser/extensions/extension_view_host_factory.cc   if (profile->IsOffTheRecord()) {
profile           106 chrome/browser/extensions/extension_view_host_factory.cc         extension, url, profile, browser, view_type);
profile           109 chrome/browser/extensions/extension_view_host_factory.cc       extension, url, profile, browser, view_type);
profile           119 chrome/browser/extensions/extension_view_host_factory.cc       url, browser->profile(), browser, VIEW_TYPE_EXTENSION_POPUP);
profile           128 chrome/browser/extensions/extension_view_host_factory.cc       url, browser->profile(), browser, VIEW_TYPE_EXTENSION_INFOBAR);
profile           134 chrome/browser/extensions/extension_view_host_factory.cc     Profile* profile) {
profile           135 chrome/browser/extensions/extension_view_host_factory.cc   DCHECK(profile);
profile           136 chrome/browser/extensions/extension_view_host_factory.cc   return CreateViewHost(url, profile, NULL, VIEW_TYPE_EXTENSION_DIALOG);
profile            31 chrome/browser/extensions/extension_view_host_factory.h   static ExtensionViewHost* CreateDialogHost(const GURL& url, Profile* profile);
profile            27 chrome/browser/extensions/extension_view_host_factory_browsertest.cc   content::BrowserContext* browser_context = browser()->profile();
profile            53 chrome/browser/extensions/extension_view_host_factory_browsertest.cc                                                    browser()->profile()));
profile            68 chrome/browser/extensions/extension_view_host_factory_browsertest.cc       browser()->profile(), GURL("about:blank"));
profile            82 chrome/browser/extensions/extension_view_host_factory_browsertest.cc   content::BrowserContext* browser_context = browser()->profile();
profile            97 chrome/browser/extensions/extension_view_host_factory_browsertest.cc   content::BrowserContext* incognito_context = incognito_browser->profile();
profile            91 chrome/browser/extensions/extension_warning_badge_service.cc ExtensionWarningBadgeService::ExtensionWarningBadgeService(Profile* profile)
profile            92 chrome/browser/extensions/extension_warning_badge_service.cc     : profile_(profile) {
profile            24 chrome/browser/extensions/extension_warning_badge_service.h   explicit ExtensionWarningBadgeService(Profile* profile);
profile            21 chrome/browser/extensions/extension_warning_badge_service_unittest.cc   explicit TestExtensionWarningSet(Profile* profile)
profile            22 chrome/browser/extensions/extension_warning_badge_service_unittest.cc       : ExtensionWarningService(profile) {
profile            35 chrome/browser/extensions/extension_warning_badge_service_unittest.cc   TestExtensionWarningBadgeService(Profile* profile,
profile            37 chrome/browser/extensions/extension_warning_badge_service_unittest.cc       : ExtensionWarningBadgeService(profile),
profile            50 chrome/browser/extensions/extension_warning_badge_service_unittest.cc bool HasBadge(Profile* profile) {
profile            52 chrome/browser/extensions/extension_warning_badge_service_unittest.cc       GlobalErrorServiceFactory::GetForProfile(profile);
profile            65 chrome/browser/extensions/extension_warning_badge_service_unittest.cc   TestingProfile profile;
profile            66 chrome/browser/extensions/extension_warning_badge_service_unittest.cc   TestExtensionWarningSet warnings(&profile);
profile            67 chrome/browser/extensions/extension_warning_badge_service_unittest.cc   TestExtensionWarningBadgeService badge_service(&profile, &warnings);
profile            72 chrome/browser/extensions/extension_warning_badge_service_unittest.cc   EXPECT_TRUE(HasBadge(&profile));
profile            76 chrome/browser/extensions/extension_warning_badge_service_unittest.cc   EXPECT_FALSE(HasBadge(&profile));
profile            82 chrome/browser/extensions/extension_warning_badge_service_unittest.cc   EXPECT_FALSE(HasBadge(&profile));
profile            86 chrome/browser/extensions/extension_warning_badge_service_unittest.cc   EXPECT_FALSE(HasBadge(&profile));
profile            90 chrome/browser/extensions/extension_warning_badge_service_unittest.cc   EXPECT_TRUE(HasBadge(&profile));
profile            22 chrome/browser/extensions/extension_warning_service.cc ExtensionWarningService::ExtensionWarningService(Profile* profile)
profile            23 chrome/browser/extensions/extension_warning_service.cc     : profile_(profile) {
profile            97 chrome/browser/extensions/extension_warning_service.cc   Profile* profile = reinterpret_cast<Profile*>(profile_id);
profile            98 chrome/browser/extensions/extension_warning_service.cc   if (!profile ||
profile           100 chrome/browser/extensions/extension_warning_service.cc       !g_browser_process->profile_manager()->IsValidProfile(profile)) {
profile           105 chrome/browser/extensions/extension_warning_service.cc       extensions::ExtensionSystem::Get(profile)->warning_service();
profile            43 chrome/browser/extensions/extension_warning_service.h   explicit ExtensionWarningService(Profile* profile);
profile            20 chrome/browser/extensions/extension_warning_service_unittest.cc   explicit TestExtensionWarningService(Profile* profile)
profile            21 chrome/browser/extensions/extension_warning_service_unittest.cc       : ExtensionWarningService(profile) {
profile            50 chrome/browser/extensions/extension_warning_service_unittest.cc   TestingProfile profile;
profile            51 chrome/browser/extensions/extension_warning_service_unittest.cc   TestExtensionWarningService warning_service(&profile);
profile            72 chrome/browser/extensions/extension_warning_service_unittest.cc   TestingProfile profile;
profile            73 chrome/browser/extensions/extension_warning_service_unittest.cc   TestExtensionWarningService warning_service(&profile);
profile            71 chrome/browser/extensions/extension_web_ui.cc                                                 Profile* profile,
profile            73 chrome/browser/extensions/extension_web_ui.cc   if (Profile::FromBrowserContext(web_contents->GetBrowserContext()) != profile)
profile           156 chrome/browser/extensions/extension_web_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile           157 chrome/browser/extensions/extension_web_ui.cc   ExtensionService* service = profile->GetExtensionService();
profile           172 chrome/browser/extensions/extension_web_ui.cc             profile, web_ui->GetWebContents()));
profile           203 chrome/browser/extensions/extension_web_ui.cc   Profile* profile = Profile::FromBrowserContext(browser_context);
profile           205 chrome/browser/extensions/extension_web_ui.cc       profile->GetPrefs()->GetDictionary(kExtensionURLOverrides);
profile           230 chrome/browser/extensions/extension_web_ui.cc       UnregisterChromeURLOverride(url_host, profile, val);
profile           240 chrome/browser/extensions/extension_web_ui.cc         extensions::util::IsIncognitoEnabled(extension->id(), profile);
profile           241 chrome/browser/extensions/extension_web_ui.cc     if (profile->IsOffTheRecord() && !incognito_override_allowed) {
profile           269 chrome/browser/extensions/extension_web_ui.cc   Profile* profile = Profile::FromBrowserContext(browser_context);
profile           271 chrome/browser/extensions/extension_web_ui.cc       profile->GetPrefs()->GetDictionary(kExtensionURLOverrides);
profile           304 chrome/browser/extensions/extension_web_ui.cc     Profile* profile, const URLOverrides::URLOverrideMap& overrides) {
profile           308 chrome/browser/extensions/extension_web_ui.cc   PrefService* prefs = profile->GetPrefs();
profile           347 chrome/browser/extensions/extension_web_ui.cc                                                   Profile* profile,
profile           356 chrome/browser/extensions/extension_web_ui.cc         base::Bind(&UnregisterAndReplaceOverrideForWebContents, page, profile);
profile           363 chrome/browser/extensions/extension_web_ui.cc                                                  Profile* profile,
profile           367 chrome/browser/extensions/extension_web_ui.cc   PrefService* prefs = profile->GetPrefs();
profile           376 chrome/browser/extensions/extension_web_ui.cc     UnregisterAndReplaceOverride(page, profile, page_overrides, override);
profile           382 chrome/browser/extensions/extension_web_ui.cc     Profile* profile, const URLOverrides::URLOverrideMap& overrides) {
profile           385 chrome/browser/extensions/extension_web_ui.cc   PrefService* prefs = profile->GetPrefs();
profile           398 chrome/browser/extensions/extension_web_ui.cc       UnregisterAndReplaceOverride(iter->first, profile,
profile           406 chrome/browser/extensions/extension_web_ui.cc     Profile* profile,
profile           411 chrome/browser/extensions/extension_web_ui.cc   ExtensionService* service = profile->GetExtensionService();
profile           447 chrome/browser/extensions/extension_web_ui.cc   extensions::ImageLoader::Get(profile)->LoadImagesAsync(
profile            54 chrome/browser/extensions/extension_web_ui.h   static void RegisterChromeURLOverrides(Profile* profile,
profile            56 chrome/browser/extensions/extension_web_ui.h   static void UnregisterChromeURLOverrides(Profile* profile,
profile            59 chrome/browser/extensions/extension_web_ui.h                                           Profile* profile,
profile            68 chrome/browser/extensions/extension_web_ui.h       Profile* profile,
profile            76 chrome/browser/extensions/extension_web_ui.h                                            Profile* profile,
profile            40 chrome/browser/extensions/external_component_loader.cc ExternalComponentLoader::ExternalComponentLoader(Profile* profile)
profile            41 chrome/browser/extensions/external_component_loader.cc     : profile_(profile) {
profile            24 chrome/browser/extensions/external_component_loader.h   explicit ExternalComponentLoader(Profile* profile);
profile           195 chrome/browser/extensions/external_install_ui.cc       GlobalErrorServiceFactory::GetForProfile(service->profile());
profile           243 chrome/browser/extensions/external_install_ui.cc                  content::Source<Profile>(browser->profile()));
profile           247 chrome/browser/extensions/external_install_ui.cc       browser->profile()->GetRequestContext(),
profile           344 chrome/browser/extensions/external_install_ui.cc                  content::Source<Profile>(service->profile()));
profile           346 chrome/browser/extensions/external_install_ui.cc                  content::Source<Profile>(service->profile()));
profile           423 chrome/browser/extensions/external_install_ui.cc       GlobalErrorServiceFactory::GetForProfile(service_->profile());
profile           516 chrome/browser/extensions/external_install_ui.cc       GlobalErrorServiceFactory::GetForProfile(service->profile());
profile           523 chrome/browser/extensions/external_install_ui.cc     browser = chrome::FindTabbedBrowser(service->profile(),
profile           536 chrome/browser/extensions/external_install_ui.cc       GlobalErrorServiceFactory::GetForProfile(service->profile());
profile           547 chrome/browser/extensions/external_install_ui.cc       GlobalErrorServiceFactory::GetForProfile(service->profile());
profile           555 chrome/browser/extensions/external_install_ui.cc       GlobalErrorServiceFactory::GetForProfile(service->profile());
profile            22 chrome/browser/extensions/external_policy_loader.cc ExternalPolicyLoader::ExternalPolicyLoader(Profile* profile)
profile            23 chrome/browser/extensions/external_policy_loader.cc     : profile_(profile) {
profile            31 chrome/browser/extensions/external_policy_loader.h   explicit ExternalPolicyLoader(Profile* profile);
profile            70 chrome/browser/extensions/external_provider_impl.cc     Profile* profile,
profile            79 chrome/browser/extensions/external_provider_impl.cc       profile_(profile),
profile           351 chrome/browser/extensions/external_provider_impl.cc     Profile* profile,
profile           360 chrome/browser/extensions/external_provider_impl.cc       chromeos::UserManager::Get()->GetUserByProfile(profile);
profile           375 chrome/browser/extensions/external_provider_impl.cc     external_loader = new ExternalPolicyLoader(profile);
profile           378 chrome/browser/extensions/external_provider_impl.cc   external_loader = new ExternalPolicyLoader(profile);
profile           388 chrome/browser/extensions/external_provider_impl.cc                 profile,
profile           426 chrome/browser/extensions/external_provider_impl.cc   if (!profile->IsManaged()) {
profile           434 chrome/browser/extensions/external_provider_impl.cc                 profile,
profile           443 chrome/browser/extensions/external_provider_impl.cc     int external_apps_path_id = profile->IsManaged() ?
profile           451 chrome/browser/extensions/external_provider_impl.cc             profile,
profile           463 chrome/browser/extensions/external_provider_impl.cc                                  customization->CreateExternalLoader(profile),
profile           464 chrome/browser/extensions/external_provider_impl.cc                                  profile,
profile           478 chrome/browser/extensions/external_provider_impl.cc               profile,
profile           485 chrome/browser/extensions/external_provider_impl.cc   if (!profile->IsManaged() && !is_chromeos_demo_session) {
profile           493 chrome/browser/extensions/external_provider_impl.cc                 profile,
profile           507 chrome/browser/extensions/external_provider_impl.cc                 profile,
profile           519 chrome/browser/extensions/external_provider_impl.cc                 profile,
profile           531 chrome/browser/extensions/external_provider_impl.cc                 profile,
profile           545 chrome/browser/extensions/external_provider_impl.cc             new ExternalComponentLoader(profile),
profile           546 chrome/browser/extensions/external_provider_impl.cc             profile,
profile            39 chrome/browser/extensions/external_provider_impl.h                        Profile* profile,
profile            49 chrome/browser/extensions/external_provider_impl.h       Profile* profile,
profile            26 chrome/browser/extensions/gpu_browsertest.cc       extensions::ExtensionSystem::Get(browser()->profile())->process_manager();
profile            29 chrome/browser/extensions/gtalk_extension_browsertest.cc     return extensions::ExtensionSystem::Get(browser()->profile())->
profile            18 chrome/browser/extensions/install_tracker.cc InstallTracker::InstallTracker(Profile* profile,
profile            23 chrome/browser/extensions/install_tracker.cc       content::Source<Profile>(profile));
profile            25 chrome/browser/extensions/install_tracker.cc       content::Source<Profile>(profile));
profile            27 chrome/browser/extensions/install_tracker.cc       content::Source<Profile>(profile));
profile            29 chrome/browser/extensions/install_tracker.cc       content::Source<Profile>(profile));
profile            32 chrome/browser/extensions/install_tracker.cc                  content::Source<Profile>(profile));
profile            36 chrome/browser/extensions/install_tracker.cc       content::Source<Profile>(profile));
profile            28 chrome/browser/extensions/install_tracker.h   InstallTracker(Profile* profile,
profile            19 chrome/browser/extensions/install_tracker_factory.cc InstallTracker* InstallTrackerFactory::GetForProfile(Profile* profile) {
profile            21 chrome/browser/extensions/install_tracker_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            41 chrome/browser/extensions/install_tracker_factory.cc   Profile* profile = Profile::FromBrowserContext(context);
profile            42 chrome/browser/extensions/install_tracker_factory.cc   return new InstallTracker(profile, ExtensionPrefs::Get(context));
profile            20 chrome/browser/extensions/install_tracker_factory.h   static InstallTracker* GetForProfile(Profile* profile);
profile           121 chrome/browser/extensions/installed_loader.cc       extension_registry_(ExtensionRegistry::Get(extension_service->profile())),
profile           122 chrome/browser/extensions/installed_loader.cc       extension_prefs_(ExtensionPrefs::Get(extension_service->profile())) {}
profile           154 chrome/browser/extensions/installed_loader.cc       extension_service_->profile())->management_policy();
profile           398 chrome/browser/extensions/installed_loader.cc         ExtensionActionManager::Get(extension_service_->profile());
profile           112 chrome/browser/extensions/isolated_app_browsertest.cc     Profile* profile =
profile           114 chrome/browser/extensions/isolated_app_browsertest.cc     ExtensionService* service = profile->GetExtensionService();
profile           117 chrome/browser/extensions/isolated_app_browsertest.cc           extensions::ProcessMap::Get(profile)->GetExtensionsInProcess(
profile            93 chrome/browser/extensions/launch_util.cc   ExtensionPrefs::Get(service->profile())->UpdateExtensionPref(
profile           101 chrome/browser/extensions/launch_util.cc     ExtensionSyncService::Get(service->profile())->
profile            49 chrome/browser/extensions/lazy_background_page_apitest.cc   explicit LoadedIncognitoObserver(Profile* profile) : profile_(profile) {
profile            51 chrome/browser/extensions/lazy_background_page_apitest.cc                    content::Source<Profile>(profile));
profile           109 chrome/browser/extensions/lazy_background_page_apitest.cc         browser()->profile())->process_manager();
profile           230 chrome/browser/extensions/lazy_background_page_apitest.cc       extensions::ExtensionSystem::Get(browser()->profile())->process_manager();
profile           286 chrome/browser/extensions/lazy_background_page_apitest.cc       extensions::ExtensionSystem::Get(browser()->profile())->process_manager();
profile           347 chrome/browser/extensions/lazy_background_page_apitest.cc       browser()->profile(), GURL("about:blank"));
profile           351 chrome/browser/extensions/lazy_background_page_apitest.cc     LoadedIncognitoObserver loaded(browser()->profile());
profile           360 chrome/browser/extensions/lazy_background_page_apitest.cc       extensions::ExtensionSystem::Get(browser()->profile())->process_manager();
profile           362 chrome/browser/extensions/lazy_background_page_apitest.cc       extensions::ExtensionSystem::Get(incognito_browser->profile())->
profile           374 chrome/browser/extensions/lazy_background_page_apitest.cc     LazyBackgroundObserver page_complete(browser()->profile());
profile           391 chrome/browser/extensions/lazy_background_page_apitest.cc     LazyBackgroundObserver page_complete(browser()->profile()),
profile           392 chrome/browser/extensions/lazy_background_page_apitest.cc                            page2_complete(incognito_browser->profile());
profile           394 chrome/browser/extensions/lazy_background_page_apitest.cc         BookmarkModelFactory::GetForProfile(browser()->profile());
profile           450 chrome/browser/extensions/lazy_background_page_apitest.cc       extensions::ExtensionSystem::Get(browser()->profile())->process_manager();
profile           494 chrome/browser/extensions/lazy_background_page_apitest.cc   catcher.RestrictToProfile(browser()->profile());
profile           512 chrome/browser/extensions/lazy_background_page_apitest.cc       BookmarkModelFactory::GetForProfile(browser()->profile());
profile            21 chrome/browser/extensions/lazy_background_page_test_util.h   explicit LazyBackgroundObserver(Profile* profile)
profile            25 chrome/browser/extensions/lazy_background_page_test_util.h                      content::Source<Profile>(profile)) {
profile           304 chrome/browser/extensions/menu_manager.cc MenuManager::MenuManager(Profile* profile, StateStore* store)
profile           305 chrome/browser/extensions/menu_manager.cc     : profile_(profile), store_(store) {
profile           307 chrome/browser/extensions/menu_manager.cc                  content::Source<Profile>(profile));
profile           309 chrome/browser/extensions/menu_manager.cc                  content::Source<Profile>(profile));
profile           324 chrome/browser/extensions/menu_manager.cc MenuManager* MenuManager::Get(Profile* profile) {
profile           325 chrome/browser/extensions/menu_manager.cc   return MenuManagerFactory::GetForProfile(profile);
profile           606 chrome/browser/extensions/menu_manager.cc void MenuManager::ExecuteCommand(Profile* profile,
profile           610 chrome/browser/extensions/menu_manager.cc   EventRouter* event_router = extensions::ExtensionSystem::Get(profile)->
profile           708 chrome/browser/extensions/menu_manager.cc     event->restrict_to_browser_context = profile;
profile           718 chrome/browser/extensions/menu_manager.cc     event->restrict_to_browser_context = profile;
profile           859 chrome/browser/extensions/menu_manager.cc       Profile* profile = content::Source<Profile>(source).ptr();
profile           863 chrome/browser/extensions/menu_manager.cc       if (profile->GetOriginalProfile() == profile_ &&
profile           864 chrome/browser/extensions/menu_manager.cc           profile->GetOriginalProfile() != profile) {
profile           275 chrome/browser/extensions/menu_manager.h   MenuManager(Profile* profile, StateStore* store_);
profile           279 chrome/browser/extensions/menu_manager.h   static MenuManager* Get(Profile* profile);
profile           327 chrome/browser/extensions/menu_manager.h   void ExecuteCommand(Profile* profile,
profile            18 chrome/browser/extensions/menu_manager_factory.cc     Profile* profile) {
profile            20 chrome/browser/extensions/menu_manager_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            39 chrome/browser/extensions/menu_manager_factory.cc   Profile* profile = Profile::FromBrowserContext(context);
profile            41 chrome/browser/extensions/menu_manager_factory.cc       profile,
profile            42 chrome/browser/extensions/menu_manager_factory.cc       ExtensionSystem::Get(profile)->state_store());
profile            19 chrome/browser/extensions/menu_manager_factory.h   static MenuManager* GetForProfile(Profile* profile);
profile            30 chrome/browser/extensions/menu_manager_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile           458 chrome/browser/extensions/menu_manager_unittest.cc   explicit MockEventRouter(Profile* profile) : EventRouter(profile, NULL) {}
profile           485 chrome/browser/extensions/menu_manager_unittest.cc   explicit MockExtensionSystem(Profile* profile)
profile           486 chrome/browser/extensions/menu_manager_unittest.cc       : TestExtensionSystem(profile) {}
profile           500 chrome/browser/extensions/menu_manager_unittest.cc KeyedService* BuildMockExtensionSystem(content::BrowserContext* profile) {
profile           501 chrome/browser/extensions/menu_manager_unittest.cc   return new MockExtensionSystem(static_cast<Profile*>(profile));
profile           559 chrome/browser/extensions/menu_manager_unittest.cc   TestingProfile profile;
profile           563 chrome/browser/extensions/menu_manager_unittest.cc           SetTestingFactoryAndUse(&profile, &BuildMockExtensionSystem));
profile           591 chrome/browser/extensions/menu_manager_unittest.cc                                              &profile,
profile           601 chrome/browser/extensions/menu_manager_unittest.cc                   &profile,
profile           607 chrome/browser/extensions/menu_manager_unittest.cc   manager_.ExecuteCommand(&profile, NULL /* web_contents */, params, id);
profile            22 chrome/browser/extensions/navigation_observer.cc NavigationObserver::NavigationObserver(Profile* profile) : profile_(profile) {
profile            31 chrome/browser/extensions/navigation_observer.h   explicit NavigationObserver(Profile* profile);
profile            45 chrome/browser/extensions/notifications_apitest.cc   DesktopNotificationServiceFactory::GetForProfile(browser()->profile())
profile            66 chrome/browser/extensions/notifications_apitest.cc       extensions::ExtensionSystem::Get(profile())->process_manager();
profile            31 chrome/browser/extensions/options_page_apitest.cc       browser()->profile())->extension_service();
profile           122 chrome/browser/extensions/page_action_browsertest.cc       browser()->profile())->extension_service();
profile           178 chrome/browser/extensions/page_action_browsertest.cc       browser()->profile())->extension_service();
profile           200 chrome/browser/extensions/page_action_browsertest.cc                ExtensionActionManager::Get(browser()->profile())->
profile            46 chrome/browser/extensions/page_action_controller.cc       ExtensionActionManager::Get(profile());
profile            56 chrome/browser/extensions/page_action_controller.cc   if (!g_reported_for_profiles.Get().count(profile())) {
profile            59 chrome/browser/extensions/page_action_controller.cc     g_reported_for_profiles.Get().insert(profile());
profile            74 chrome/browser/extensions/page_action_controller.cc       ExtensionActionManager::Get(profile())->GetPageAction(*extension);
profile            88 chrome/browser/extensions/page_action_controller.cc           profile(), *page_action, tab_id,
profile           133 chrome/browser/extensions/page_action_controller.cc   Profile* profile = this->profile();
profile           134 chrome/browser/extensions/page_action_controller.cc   if (profile)
profile           135 chrome/browser/extensions/page_action_controller.cc     return ExtensionSystem::Get(profile)->extension_service();
profile            41 chrome/browser/extensions/page_action_controller.h   Profile* profile() const;
profile            43 chrome/browser/extensions/page_action_controller_unittest.cc     Profile* profile =
profile            46 chrome/browser/extensions/page_action_controller_unittest.cc         ExtensionSystem::Get(profile))->CreateExtensionService(
profile            88 chrome/browser/extensions/page_action_controller_unittest.cc       *ExtensionActionManager::Get(profile())->GetPageAction(*extension.get());
profile            32 chrome/browser/extensions/permissions_updater.cc PermissionsUpdater::PermissionsUpdater(Profile* profile)
profile            33 chrome/browser/extensions/permissions_updater.cc     : profile_(profile) {}
profile           140 chrome/browser/extensions/permissions_updater.cc     Profile* profile = Profile::FromBrowserContext(host->GetBrowserContext());
profile           141 chrome/browser/extensions/permissions_updater.cc     if (profile_->IsSameProfile(profile)) {
profile            28 chrome/browser/extensions/permissions_updater.h   explicit PermissionsUpdater(Profile* profile);
profile            48 chrome/browser/extensions/plugin_apitest.cc   browser()->profile()->GetPrefs()->SetBoolean(prefs::kPluginsAlwaysAuthorize,
profile            65 chrome/browser/extensions/plugin_apitest.cc       browser()->profile())->extension_service();
profile           138 chrome/browser/extensions/plugin_apitest.cc   browser()->profile()->GetPrefs()->SetBoolean(prefs::kPluginsAlwaysAuthorize,
profile           145 chrome/browser/extensions/plugin_apitest.cc       browser()->profile())->extension_service();
profile           172 chrome/browser/extensions/plugin_apitest.cc   browser()->profile()->GetHostContentSettingsMap()->SetDefaultContentSetting(
profile           144 chrome/browser/extensions/process_management_browsertest.cc       extensions::ExtensionSystem::Get(browser()->profile())->
profile           234 chrome/browser/extensions/process_management_browsertest.cc   Profile* profile = browser()->profile();
profile           235 chrome/browser/extensions/process_management_browsertest.cc   extensions::ProcessManager* epm = extensions::ExtensionSystem::Get(profile)->
profile           246 chrome/browser/extensions/process_management_browsertest.cc   extensions::ProcessMap* process_map = extensions::ProcessMap::Get(profile);
profile            30 chrome/browser/extensions/process_manager_browsertest.cc   ProcessManager* pm = ExtensionSystem::Get(profile())->process_manager();
profile            71 chrome/browser/extensions/process_manager_browsertest.cc   ProcessManager* pm = ExtensionSystem::Get(profile())->process_manager();
profile           114 chrome/browser/extensions/process_manager_browsertest.cc   ProcessManager* pm = ExtensionSystem::Get(profile())->process_manager();
profile            33 chrome/browser/extensions/settings_api_bubble_controller.cc                                      Profile* profile,
profile            78 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           265 chrome/browser/extensions/settings_api_bubble_controller.cc     Profile* profile,
profile           269 chrome/browser/extensions/settings_api_bubble_controller.cc               ExtensionSystem::Get(profile)->extension_service(),
profile           270 chrome/browser/extensions/settings_api_bubble_controller.cc               profile,
profile           272 chrome/browser/extensions/settings_api_bubble_controller.cc           profile),
profile           273 chrome/browser/extensions/settings_api_bubble_controller.cc       profile_(profile),
profile            20 chrome/browser/extensions/settings_api_bubble_controller.h   SettingsApiBubbleController(Profile* profile, SettingsApiOverrideType type);
profile           199 chrome/browser/extensions/startup_helper.cc                                        Profile* profile) {
profile           200 chrome/browser/extensions/startup_helper.cc   DCHECK(profile);
profile           205 chrome/browser/extensions/startup_helper.cc   ExtensionService* extension_service = profile->GetExtensionService();
profile           226 chrome/browser/extensions/startup_helper.cc   void BeginInstall(Profile* profile,
profile           254 chrome/browser/extensions/startup_helper.cc     Profile* profile,
profile           265 chrome/browser/extensions/startup_helper.cc       profile,
profile           287 chrome/browser/extensions/startup_helper.cc                                         Profile* profile) {
profile           297 chrome/browser/extensions/startup_helper.cc       profile, id, true, base::MessageLoop::QuitWhenIdleClosure());
profile           307 chrome/browser/extensions/startup_helper.cc     Profile* profile,
profile           317 chrome/browser/extensions/startup_helper.cc   helper->BeginInstall(profile, id, false /*show_prompt*/,
profile            44 chrome/browser/extensions/startup_helper.h   bool UninstallExtension(const base::CommandLine& cmd_line, Profile* profile);
profile            49 chrome/browser/extensions/startup_helper.h   bool InstallFromWebstore(const base::CommandLine& cmd_line, Profile* profile);
profile            58 chrome/browser/extensions/startup_helper.h                                   Profile* profile,
profile            66 chrome/browser/extensions/state_store.cc StateStore::StateStore(Profile* profile,
profile            71 chrome/browser/extensions/state_store.cc                  content::Source<Profile>(profile));
profile            73 chrome/browser/extensions/state_store.cc                  content::Source<Profile>(profile));
profile            88 chrome/browser/extensions/state_store.cc StateStore::StateStore(Profile* profile, scoped_ptr<ValueStore> value_store)
profile            91 chrome/browser/extensions/state_store.cc                  content::Source<Profile>(profile));
profile            93 chrome/browser/extensions/state_store.cc                  content::Source<Profile>(profile));
profile            30 chrome/browser/extensions/state_store.h   StateStore(Profile* profile, const base::FilePath& db_path,
profile            33 chrome/browser/extensions/state_store.h   StateStore(Profile* profile, scoped_ptr<ValueStore> store);
profile            50 chrome/browser/extensions/suggest_permission_util.cc                                            Profile* profile) {
profile            52 chrome/browser/extensions/suggest_permission_util.cc       extensions::ExtensionSystem::Get(profile)->process_manager();
profile            80 chrome/browser/extensions/suggest_permission_util.cc     Profile* profile) {
profile            85 chrome/browser/extensions/suggest_permission_util.cc     SuggestAPIPermissionInDevToolsConsole(permission, extension, profile);
profile            28 chrome/browser/extensions/suggest_permission_util.h                                            Profile* profile);
profile            44 chrome/browser/extensions/suggest_permission_util.h     Profile* profile);
profile            33 chrome/browser/extensions/suspicious_extension_bubble_controller.cc     Profile* profile)
profile            34 chrome/browser/extensions/suspicious_extension_bubble_controller.cc     : profile_(profile) {}
profile           145 chrome/browser/extensions/suspicious_extension_bubble_controller.cc     Profile* profile)
profile           147 chrome/browser/extensions/suspicious_extension_bubble_controller.cc           new SuspiciousExtensionBubbleDelegate(profile),
profile           148 chrome/browser/extensions/suspicious_extension_bubble_controller.cc           profile),
profile           149 chrome/browser/extensions/suspicious_extension_bubble_controller.cc       profile_(profile) {}
profile            24 chrome/browser/extensions/suspicious_extension_bubble_controller.h   explicit SuspiciousExtensionBubbleDelegate(Profile* profile);
profile            66 chrome/browser/extensions/suspicious_extension_bubble_controller.h   explicit SuspiciousExtensionBubbleController(Profile* profile);
profile           387 chrome/browser/extensions/tab_helper.cc   Profile* profile =
profile           389 chrome/browser/extensions/tab_helper.cc   WebstoreAPI::Get(profile)->OnInlineInstallStart(
profile           478 chrome/browser/extensions/tab_helper.cc   Profile* profile =
profile           480 chrome/browser/extensions/tab_helper.cc   ExtensionService* extension_service = profile->GetExtensionService();
profile           496 chrome/browser/extensions/tab_helper.cc     Profile* profile =
profile           498 chrome/browser/extensions/tab_helper.cc     extensions::ImageLoader* loader = extensions::ImageLoader::Get(profile);
profile            50 chrome/browser/extensions/test_extension_environment.cc   return static_cast<TestExtensionSystem*>(ExtensionSystem::Get(profile()));
profile            93 chrome/browser/extensions/test_extension_environment.cc       content::WebContentsTester::CreateTestWebContents(profile(), NULL));
profile            46 chrome/browser/extensions/test_extension_environment.h   TestingProfile* profile() const;
profile            38 chrome/browser/extensions/test_extension_system.cc TestExtensionSystem::TestExtensionSystem(Profile* profile)
profile            39 chrome/browser/extensions/test_extension_system.cc     : profile_(profile),
profile            42 chrome/browser/extensions/test_extension_system.cc       error_console_(new ErrorConsole(profile)),
profile           187 chrome/browser/extensions/test_extension_system.cc KeyedService* TestExtensionSystem::Build(content::BrowserContext* profile) {
profile           188 chrome/browser/extensions/test_extension_system.cc   return new TestExtensionSystem(static_cast<Profile*>(profile));
profile            32 chrome/browser/extensions/test_extension_system.h   explicit TestExtensionSystem(Profile* profile);
profile            87 chrome/browser/extensions/test_extension_system.h   static KeyedService* Build(content::BrowserContext* profile);
profile            30 chrome/browser/extensions/theme_installed_infobar_delegate.cc     Profile* profile,
profile            42 chrome/browser/extensions/theme_installed_infobar_delegate.cc       chrome::FindTabbedBrowser(profile, true, chrome::GetActiveDesktop());
profile            52 chrome/browser/extensions/theme_installed_infobar_delegate.cc   ThemeService* theme_service = ThemeServiceFactory::GetForProfile(profile);
profile            55 chrome/browser/extensions/theme_installed_infobar_delegate.cc           profile->GetExtensionService(), theme_service, new_theme,
profile            32 chrome/browser/extensions/theme_installed_infobar_delegate.h                      Profile* profile,
profile            16 chrome/browser/extensions/token_cache/token_cache_service.cc TokenCacheService::TokenCacheService(Profile* profile) : profile_(profile) {
profile            17 chrome/browser/extensions/token_cache/token_cache_service.cc   SigninManagerFactory::GetForProfile(profile)->AddObserver(this);
profile            27 chrome/browser/extensions/token_cache/token_cache_service.h   explicit TokenCacheService(Profile* profile);
profile            14 chrome/browser/extensions/token_cache/token_cache_service_factory.cc TokenCacheServiceFactory::GetForProfile(Profile* profile) {
profile            16 chrome/browser/extensions/token_cache/token_cache_service_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            35 chrome/browser/extensions/token_cache/token_cache_service_factory.cc     content::BrowserContext* profile) const {
profile            36 chrome/browser/extensions/token_cache/token_cache_service_factory.cc   return new extensions::TokenCacheService(static_cast<Profile*>(profile));
profile            20 chrome/browser/extensions/token_cache/token_cache_service_factory.h   static extensions::TokenCacheService* GetForProfile(Profile* profile);
profile            31 chrome/browser/extensions/token_cache/token_cache_service_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile            43 chrome/browser/extensions/unpacked_installer.cc                             Profile* profile,
profile            61 chrome/browser/extensions/unpacked_installer.cc     Profile* profile,
profile            64 chrome/browser/extensions/unpacked_installer.cc           profile)),
profile           115 chrome/browser/extensions/unpacked_installer.cc       installer_(extension_service->profile()) {
profile           176 chrome/browser/extensions/unpacked_installer.cc       ExtensionRegistry::Get(service_weak_->profile())->disabled_extensions();
profile           182 chrome/browser/extensions/unpacked_installer.cc         installer_.profile(),
profile           211 chrome/browser/extensions/unpacked_installer.cc   ExtensionPrefs* prefs = ExtensionPrefs::Get(service_weak_->profile());
profile           229 chrome/browser/extensions/unpacked_installer.cc   ExtensionPrefs* prefs = ExtensionPrefs::Get(service_weak_->profile());
profile           323 chrome/browser/extensions/unpacked_installer.cc   PermissionsUpdater perms_updater(service_weak_->profile());
profile           137 chrome/browser/extensions/updater/extension_updater.cc                                    Profile* profile,
profile           144 chrome/browser/extensions/updater/extension_updater.cc       prefs_(prefs), profile_(profile),
profile            80 chrome/browser/extensions/updater/extension_updater.h                    Profile* profile,
profile           352 chrome/browser/extensions/updater/extension_updater_unittest.cc       : MockService(prefs), registry_(ExtensionRegistry::Get(profile())) {}
profile           586 chrome/browser/extensions/updater/extension_updater_unittest.cc         service.profile(), 60*60*24, NULL);
profile           713 chrome/browser/extensions/updater/extension_updater_unittest.cc     TestingProfile profile;
profile           715 chrome/browser/extensions/updater/extension_updater_unittest.cc     ExtensionDownloader downloader(&delegate, profile.GetRequestContext());
profile           756 chrome/browser/extensions/updater/extension_updater_unittest.cc     TestingProfile profile;
profile           758 chrome/browser/extensions/updater/extension_updater_unittest.cc     ExtensionDownloader downloader(&delegate, profile.GetRequestContext());
profile           994 chrome/browser/extensions/updater/extension_updater_unittest.cc                              service->profile(),
profile          1096 chrome/browser/extensions/updater/extension_updater_unittest.cc                              service->profile(),
profile          1179 chrome/browser/extensions/updater/extension_updater_unittest.cc         service.profile(), kUpdateFrequencySecs, NULL);
profile          1224 chrome/browser/extensions/updater/extension_updater_unittest.cc     TestingProfile profile;
profile          1226 chrome/browser/extensions/updater/extension_updater_unittest.cc         ExtensionSystem::Get(&profile))->
profile          1232 chrome/browser/extensions/updater/extension_updater_unittest.cc         ExtensionSystem::Get(&profile)->extension_service();
profile          1393 chrome/browser/extensions/updater/extension_updater_unittest.cc         service.profile(), kUpdateFrequencySecs, NULL);
profile          1486 chrome/browser/extensions/updater/extension_updater_unittest.cc         service.profile(), kUpdateFrequencySecs, NULL);
profile          1627 chrome/browser/extensions/updater/extension_updater_unittest.cc                            service.pref_service(), service.profile(),
profile          1659 chrome/browser/extensions/updater/extension_updater_unittest.cc                            service.pref_service(), service.profile(),
profile          1765 chrome/browser/extensions/updater/extension_updater_unittest.cc       service.profile(), kUpdateFrequencySecs, NULL);
profile           210 chrome/browser/extensions/user_script_listener.cc       Profile* profile = content::Source<Profile>(source).ptr();
profile           221 chrome/browser/extensions/user_script_listener.cc             profile, new_patterns));
profile           227 chrome/browser/extensions/user_script_listener.cc       Profile* profile = content::Source<Profile>(source).ptr();
profile           235 chrome/browser/extensions/user_script_listener.cc       ExtensionService* service = profile->GetExtensionService();
profile           243 chrome/browser/extensions/user_script_listener.cc           profile, new_patterns));
profile           248 chrome/browser/extensions/user_script_listener.cc       Profile* profile = content::Source<Profile>(source).ptr();
profile           250 chrome/browser/extensions/user_script_listener.cc           &UserScriptListener::UserScriptsReady, this, profile));
profile           255 chrome/browser/extensions/user_script_listener.cc       Profile* profile = content::Source<Profile>(source).ptr();
profile           257 chrome/browser/extensions/user_script_listener.cc           &UserScriptListener::ProfileDestroyed, this, profile));
profile           319 chrome/browser/extensions/user_script_master.cc UserScriptMaster::UserScriptMaster(Profile* profile)
profile           322 chrome/browser/extensions/user_script_master.cc       profile_(profile) {
profile           413 chrome/browser/extensions/user_script_master.cc       Profile* profile = Profile::FromBrowserContext(
profile           415 chrome/browser/extensions/user_script_master.cc       if (!profile_->IsSameProfile(profile))
profile           447 chrome/browser/extensions/user_script_master.cc   Profile* profile = Profile::FromBrowserContext(process->GetBrowserContext());
profile           449 chrome/browser/extensions/user_script_master.cc   if (!profile_->IsSameProfile(profile))
profile            40 chrome/browser/extensions/user_script_master.h   explicit UserScriptMaster(Profile* profile);
profile            92 chrome/browser/extensions/user_script_master_unittest.cc   TestingProfile profile;
profile            93 chrome/browser/extensions/user_script_master_unittest.cc   scoped_refptr<UserScriptMaster> master(new UserScriptMaster(&profile));
profile           154 chrome/browser/extensions/webstore_inline_installer_browsertest.cc       ExtensionSystem::Get(browser()->profile())->extension_service();
profile           196 chrome/browser/extensions/webstore_installer.cc     : profile(NULL),
profile           206 chrome/browser/extensions/webstore_installer.cc WebstoreInstaller::Approval::CreateWithInstallPrompt(Profile* profile) {
profile           208 chrome/browser/extensions/webstore_installer.cc   result->profile = profile;
profile           213 chrome/browser/extensions/webstore_installer.cc WebstoreInstaller::Approval::CreateForSharedModule(Profile* profile) {
profile           215 chrome/browser/extensions/webstore_installer.cc   result->profile = profile;
profile           223 chrome/browser/extensions/webstore_installer.cc     Profile* profile,
profile           229 chrome/browser/extensions/webstore_installer.cc   result->profile = profile;
profile           247 chrome/browser/extensions/webstore_installer.cc WebstoreInstaller::WebstoreInstaller(Profile* profile,
profile           254 chrome/browser/extensions/webstore_installer.cc       profile_(profile),
profile           268 chrome/browser/extensions/webstore_installer.cc                  content::Source<Profile>(profile->GetOriginalProfile()));
profile           344 chrome/browser/extensions/webstore_installer.cc           installer->profile()->IsSameProfile(profile_)) {
profile           387 chrome/browser/extensions/webstore_installer.cc       if (!profile_->IsSameProfile(crx_installer->profile()))
profile            98 chrome/browser/extensions/webstore_installer.h     static scoped_ptr<Approval> CreateWithInstallPrompt(Profile* profile);
profile           101 chrome/browser/extensions/webstore_installer.h     static scoped_ptr<Approval> CreateForSharedModule(Profile* profile);
profile           109 chrome/browser/extensions/webstore_installer.h         Profile* profile,
profile           120 chrome/browser/extensions/webstore_installer.h     Profile* profile;
profile           176 chrome/browser/extensions/webstore_installer.h   WebstoreInstaller(Profile* profile,
profile            34 chrome/browser/extensions/webstore_standalone_installer.cc     Profile* profile,
profile            38 chrome/browser/extensions/webstore_standalone_installer.cc       profile_(profile),
profile            56 chrome/browser/extensions/webstore_standalone_installer.h                               Profile* profile,
profile           137 chrome/browser/extensions/webstore_standalone_installer.h   Profile* profile() const { return profile_; }
profile            16 chrome/browser/extensions/webstore_startup_installer.cc     Profile* profile,
profile            21 chrome/browser/extensions/webstore_startup_installer.cc           profile,
profile            25 chrome/browser/extensions/webstore_startup_installer.cc           WebContents::Create(WebContents::CreateParams(profile))) {
profile            30 chrome/browser/extensions/webstore_startup_installer.h                          Profile* profile,
profile            68 chrome/browser/extensions/webstore_startup_installer_browsertest.cc   const extensions::Extension* extension = browser()->profile()->
profile           162 chrome/browser/extensions/webstore_startup_installer_browsertest.cc       extensions::ExtensionSystem::Get(browser()->profile())->
profile           292 chrome/browser/extensions/webstore_startup_installer_browsertest.cc   EXPECT_TRUE(helper.InstallFromWebstore(*command_line, browser()->profile()));
profile           304 chrome/browser/extensions/webstore_startup_installer_browsertest.cc   EXPECT_FALSE(helper.InstallFromWebstore(*command_line, browser()->profile()));
profile           330 chrome/browser/extensions/webstore_startup_installer_browsertest.cc   helper.LimitedInstallFromWebstore(*command_line, browser()->profile(),
profile            19 chrome/browser/extensions/window_controller.cc WindowController::WindowController(ui::BaseWindow* window, Profile* profile)
profile            20 chrome/browser/extensions/window_controller.cc     : window_(window), profile_(profile) {
profile            44 chrome/browser/extensions/window_controller.h   WindowController(ui::BaseWindow* window, Profile* profile);
profile            49 chrome/browser/extensions/window_controller.h   Profile* profile() const { return profile_; }
profile            61 chrome/browser/extensions/window_open_apitest.cc       apps::AppWindowRegistry::Get(browser->profile())->app_windows().size());
profile            81 chrome/browser/extensions/window_open_apitest.cc     if (chrome::GetBrowserCount(browser->profile(),
profile            91 chrome/browser/extensions/window_open_apitest.cc             chrome::GetBrowserCount(browser->profile(),
profile           107 chrome/browser/extensions/window_open_apitest.cc                chrome::GetBrowserCount(browser->profile(),
profile           391 chrome/browser/extensions/window_open_apitest.cc       extensions::ExtensionSystem::Get(browser()->profile())->
profile            47 chrome/browser/fast_shutdown_browsertest.cc   EXPECT_EQ("", content::GetCookies(browser()->profile(), url));
profile            72 chrome/browser/fast_shutdown_browsertest.cc   EXPECT_EQ("unloaded=ohyeah", content::GetCookies(browser()->profile(), url));
profile           212 chrome/browser/favicon/favicon_handler.cc FaviconHandler::FaviconHandler(Profile* profile,
profile           219 chrome/browser/favicon/favicon_handler.cc       profile_(profile),
profile            86 chrome/browser/favicon/favicon_handler.h   FaviconHandler(Profile* profile,
profile           207 chrome/browser/favicon/favicon_handler_unittest.cc                      Profile* profile,
profile           210 chrome/browser/favicon/favicon_handler_unittest.cc       : FaviconHandler(profile, delegate, type),
profile           421 chrome/browser/favicon/favicon_handler_unittest.cc     Profile* profile = Profile::FromBrowserContext(
profile           424 chrome/browser/favicon/favicon_handler_unittest.cc       profile, NULL);
profile           440 chrome/browser/favicon/favicon_handler_unittest.cc   Profile* profile = Profile::FromBrowserContext(
profile           442 chrome/browser/favicon/favicon_handler_unittest.cc   TestFaviconHandler helper(page_url, profile,
profile           482 chrome/browser/favicon/favicon_handler_unittest.cc   Profile* profile = Profile::FromBrowserContext(
profile           484 chrome/browser/favicon/favicon_handler_unittest.cc   TestFaviconHandler helper(page_url, profile,
profile           551 chrome/browser/favicon/favicon_handler_unittest.cc   Profile* profile = Profile::FromBrowserContext(
profile           553 chrome/browser/favicon/favicon_handler_unittest.cc   TestFaviconHandler helper(page_url, profile,
profile           634 chrome/browser/favicon/favicon_handler_unittest.cc   Profile* profile = Profile::FromBrowserContext(
profile           636 chrome/browser/favicon/favicon_handler_unittest.cc   TestFaviconHandler helper(page_url, profile,
profile           708 chrome/browser/favicon/favicon_handler_unittest.cc   Profile* profile = Profile::FromBrowserContext(
profile           710 chrome/browser/favicon/favicon_handler_unittest.cc   TestFaviconHandler helper(page_url, profile,
profile           771 chrome/browser/favicon/favicon_handler_unittest.cc   Profile* profile = Profile::FromBrowserContext(
profile           773 chrome/browser/favicon/favicon_handler_unittest.cc   TestFaviconHandler helper(page_url, profile,
profile           884 chrome/browser/favicon/favicon_handler_unittest.cc   Profile* profile = Profile::FromBrowserContext(
profile           886 chrome/browser/favicon/favicon_handler_unittest.cc   TestFaviconHandler helper(page_url, profile,
profile          1022 chrome/browser/favicon/favicon_handler_unittest.cc   Profile* profile = Profile::FromBrowserContext(
profile          1028 chrome/browser/favicon/favicon_handler_unittest.cc   TestFaviconHandler handler1(kPageURL, profile,
profile          1049 chrome/browser/favicon/favicon_handler_unittest.cc   TestFaviconHandler handler2(kPageURL, profile,
profile          1064 chrome/browser/favicon/favicon_handler_unittest.cc   TestFaviconHandler handler3(kPageURL, profile,
profile          1077 chrome/browser/favicon/favicon_handler_unittest.cc   TestFaviconHandler handler4(kPageURL, profile,
profile          1092 chrome/browser/favicon/favicon_handler_unittest.cc static KeyedService* BuildFaviconService(content::BrowserContext* profile) {
profile          1093 chrome/browser/favicon/favicon_handler_unittest.cc   return new FaviconService(static_cast<Profile*>(profile));
profile          1096 chrome/browser/favicon/favicon_handler_unittest.cc static KeyedService* BuildHistoryService(content::BrowserContext* profile) {
profile          1106 chrome/browser/favicon/favicon_handler_unittest.cc   Profile* profile = Profile::FromBrowserContext(
profile          1110 chrome/browser/favicon/favicon_handler_unittest.cc       profile, BuildFaviconService);
profile          1113 chrome/browser/favicon/favicon_handler_unittest.cc       profile, BuildHistoryService);
profile          1116 chrome/browser/favicon/favicon_handler_unittest.cc       profile, Profile::IMPLICIT_ACCESS);
profile            50 chrome/browser/favicon/favicon_service.cc     Profile* profile,
profile            60 chrome/browser/favicon/favicon_service.cc   ChromeWebUIControllerFactory::GetInstance()->GetFaviconForURL(profile,
profile            67 chrome/browser/favicon/favicon_service.cc FaviconService::FaviconService(Profile* profile)
profile            69 chrome/browser/favicon/favicon_service.cc           profile, Profile::EXPLICIT_ACCESS)),
profile            70 chrome/browser/favicon/favicon_service.cc       profile_(profile) {
profile           193 chrome/browser/favicon/favicon_service.cc     Profile* profile,
profile           206 chrome/browser/favicon/favicon_service.cc     return GetFaviconForChromeURL(profile, page_url, scale_factor,
profile            36 chrome/browser/favicon/favicon_service.h   explicit FaviconService(Profile* profile);
profile           171 chrome/browser/favicon/favicon_service.h       Profile* profile,
profile            17 chrome/browser/favicon/favicon_service_factory.cc     Profile* profile, Profile::ServiceAccessType sat) {
profile            18 chrome/browser/favicon/favicon_service_factory.cc   if (!profile->IsOffTheRecord()) {
profile            20 chrome/browser/favicon/favicon_service_factory.cc         GetInstance()->GetServiceForBrowserContext(profile, true));
profile            25 chrome/browser/favicon/favicon_service_factory.cc             profile->GetOriginalProfile(), true));
profile            48 chrome/browser/favicon/favicon_service_factory.cc     content::BrowserContext* profile) const {
profile            49 chrome/browser/favicon/favicon_service_factory.cc   return new FaviconService(static_cast<Profile*>(profile));
profile            23 chrome/browser/favicon/favicon_service_factory.h   static FaviconService* GetForProfile(Profile* profile,
profile            36 chrome/browser/favicon/favicon_service_factory.h       content::BrowserContext* profile) const OVERRIDE;
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            45 chrome/browser/feedback/feedback_profile_observer.cc   Profile* profile = content::Source<Profile>(source).ptr();
profile            46 chrome/browser/feedback/feedback_profile_observer.cc   if (profile && !profile->IsOffTheRecord())
profile            47 chrome/browser/feedback/feedback_profile_observer.cc     QueueUnsentReports(profile);
profile           123 chrome/browser/feedback/feedback_util.cc   Profile* profile = NULL;
profile           125 chrome/browser/feedback/feedback_util.cc     profile = browser->profile();
profile           127 chrome/browser/feedback/feedback_util.cc     profile = ProfileManager::GetLastUsedProfileAllowedByPolicy();
profile           129 chrome/browser/feedback/feedback_util.cc   if (!profile) {
profile           135 chrome/browser/feedback/feedback_util.cc   profile = profile->GetOriginalProfile();
profile           136 chrome/browser/feedback/feedback_util.cc   DCHECK(profile);
profile           139 chrome/browser/feedback/feedback_util.cc       extensions::FeedbackPrivateAPI::GetFactoryInstance()->Get(profile);
profile           248 chrome/browser/feedback/feedback_util.cc       feedback::FeedbackUploaderFactory::GetForBrowserContext(data->profile());
profile            59 chrome/browser/feedback/system_logs/log_sources/chrome_internal_log_source.cc   Profile* profile = ProfileManager::GetPrimaryUserProfile();
profile            60 chrome/browser/feedback/system_logs/log_sources/chrome_internal_log_source.cc   if (!profile ||
profile            61 chrome/browser/feedback/system_logs/log_sources/chrome_internal_log_source.cc       !ProfileSyncServiceFactory::GetInstance()->HasProfileSyncService(profile))
profile            65 chrome/browser/feedback/system_logs/log_sources/chrome_internal_log_source.cc       ProfileSyncServiceFactory::GetInstance()->GetForProfile(profile);
profile            75 chrome/browser/file_select_helper.cc FileSelectHelper::FileSelectHelper(Profile* profile)
profile            76 chrome/browser/file_select_helper.cc     : profile_(profile),
profile           302 chrome/browser/file_select_helper.cc   Profile* profile = Profile::FromBrowserContext(tab->GetBrowserContext());
profile           305 chrome/browser/file_select_helper.cc       new FileSelectHelper(profile));
profile           313 chrome/browser/file_select_helper.cc   Profile* profile = Profile::FromBrowserContext(tab->GetBrowserContext());
profile           316 chrome/browser/file_select_helper.cc       new FileSelectHelper(profile));
profile            51 chrome/browser/file_select_helper.h   explicit FileSelectHelper(Profile* profile);
profile           247 chrome/browser/first_run/first_run.cc void ImportFromFile(Profile* profile,
profile           261 chrome/browser/first_run/first_run.cc   ImportFromSourceProfile(file_importer_host, source_profile, profile,
profile           267 chrome/browser/first_run/first_run.cc void ImportSettings(Profile* profile,
profile           280 chrome/browser/first_run/first_run.cc   ImportFromSourceProfile(importer_host, source_profile, profile,
profile           380 chrome/browser/first_run/first_run.cc       Profile* profile =
profile           383 chrome/browser/first_run/first_run.cc           SigninManagerFactory::GetForProfile(profile);
profile           386 chrome/browser/first_run/first_run.cc           profile->GetPrefs()->GetBoolean(prefs::kSignInPromoShowNTPBubble);
profile           395 chrome/browser/first_run/first_run.cc       GlobalErrorServiceFactory::GetForProfile(browser->profile());
profile           696 chrome/browser/first_run/first_run.cc     Profile* profile,
profile           728 chrome/browser/first_run/first_run.cc     PrefService* user_prefs = profile->GetPrefs();
profile           766 chrome/browser/first_run/first_run.cc     ImportSettings(profile, importer_host, importer_list, items);
profile           775 chrome/browser/first_run/first_run.cc     ImportFromFile(profile, file_importer_host, import_bookmarks_path);
profile           783 chrome/browser/first_run/first_run.cc void DoPostImportTasks(Profile* profile, bool make_chrome_default_for_user) {
profile           790 chrome/browser/first_run/first_run.cc       TemplateURLServiceFactory::GetForProfile(profile);
profile           796 chrome/browser/first_run/first_run.cc   internal::DoPostImportPlatformSpecificTasks(profile);
profile           143 chrome/browser/first_run/first_run.h void AutoImport(Profile* profile,
profile           153 chrome/browser/first_run/first_run.h void DoPostImportTasks(Profile* profile, bool make_chrome_default_for_user);
profile           268 chrome/browser/first_run/first_run_browsertest.cc   const PrefService* user_prefs = browser()->profile()->GetPrefs();
profile            14 chrome/browser/first_run/first_run_dialog.h bool ShowFirstRunDialog(Profile* profile);
profile            45 chrome/browser/first_run/first_run_internal.h void DoPostImportPlatformSpecificTasks(Profile* profile);
profile            24 chrome/browser/first_run/first_run_internal_posix.cc void DoPostImportPlatformSpecificTasks(Profile* profile) {
profile            32 chrome/browser/first_run/first_run_internal_posix.cc     if (ShowFirstRunDialog(profile))
profile           121 chrome/browser/geolocation/chrome_geolocation_permission_context.cc     Profile* profile)
profile           122 chrome/browser/geolocation/chrome_geolocation_permission_context.cc     : profile_(profile),
profile           306 chrome/browser/geolocation/chrome_geolocation_permission_context.cc   return new PermissionQueueController(profile(),
profile            27 chrome/browser/geolocation/chrome_geolocation_permission_context.h   explicit ChromeGeolocationPermissionContext(Profile* profile);
profile            57 chrome/browser/geolocation/chrome_geolocation_permission_context.h   Profile* profile() const { return profile_; }
profile            16 chrome/browser/geolocation/chrome_geolocation_permission_context_android.cc     ChromeGeolocationPermissionContextAndroid(Profile* profile)
profile            17 chrome/browser/geolocation/chrome_geolocation_permission_context_android.cc     : ChromeGeolocationPermissionContext(profile),
profile            21 chrome/browser/geolocation/chrome_geolocation_permission_context_android.h   explicit ChromeGeolocationPermissionContextAndroid(Profile* profile);
profile            22 chrome/browser/geolocation/chrome_geolocation_permission_context_factory.cc   explicit Service(Profile* profile) {
profile            24 chrome/browser/geolocation/chrome_geolocation_permission_context_factory.cc     context_ = new ChromeGeolocationPermissionContextAndroid(profile);
profile            26 chrome/browser/geolocation/chrome_geolocation_permission_context_factory.cc     context_ = new ChromeGeolocationPermissionContext(profile);
profile            48 chrome/browser/geolocation/chrome_geolocation_permission_context_factory.cc ChromeGeolocationPermissionContextFactory::GetForProfile(Profile* profile) {
profile            50 chrome/browser/geolocation/chrome_geolocation_permission_context_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true))->context();
profile            72 chrome/browser/geolocation/chrome_geolocation_permission_context_factory.cc     content::BrowserContext* profile) const {
profile            73 chrome/browser/geolocation/chrome_geolocation_permission_context_factory.cc   return new Service(static_cast<Profile*>(profile));
profile            20 chrome/browser/geolocation/chrome_geolocation_permission_context_factory.h   static ChromeGeolocationPermissionContext* GetForProfile(Profile* profile);
profile            33 chrome/browser/geolocation/chrome_geolocation_permission_context_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile           212 chrome/browser/geolocation/chrome_geolocation_permission_context_unittest.cc       content::WebContents::CreateParams(profile()));
profile           252 chrome/browser/geolocation/chrome_geolocation_permission_context_unittest.cc       ChromeGeolocationPermissionContextFactory::GetForProfile(profile());
profile           346 chrome/browser/geolocation/chrome_geolocation_permission_context_unittest.cc             profile()->GetHostContentSettingsMap()->GetContentSetting(
profile           350 chrome/browser/geolocation/chrome_geolocation_permission_context_unittest.cc             profile()->GetHostContentSettingsMap()->GetContentSetting(
profile           396 chrome/browser/geolocation/chrome_geolocation_permission_context_unittest.cc             profile()->GetHostContentSettingsMap()->GetContentSetting(
profile           401 chrome/browser/geolocation/chrome_geolocation_permission_context_unittest.cc             profile()->GetHostContentSettingsMap()->GetContentSetting(
profile           453 chrome/browser/geolocation/chrome_geolocation_permission_context_unittest.cc       profile()->GetHostContentSettingsMap()->GetContentSetting(
profile           464 chrome/browser/geolocation/chrome_geolocation_permission_context_unittest.cc             profile()->GetHostContentSettingsMap()->GetContentSetting(
profile           469 chrome/browser/geolocation/chrome_geolocation_permission_context_unittest.cc             profile()->GetHostContentSettingsMap()->GetContentSetting(
profile           511 chrome/browser/geolocation/chrome_geolocation_permission_context_unittest.cc             profile()->GetHostContentSettingsMap()->GetContentSetting(
profile           516 chrome/browser/geolocation/chrome_geolocation_permission_context_unittest.cc             profile()->GetHostContentSettingsMap()->GetContentSetting(
profile           638 chrome/browser/geolocation/chrome_geolocation_permission_context_unittest.cc             profile()->GetHostContentSettingsMap()->GetContentSetting(
profile           643 chrome/browser/geolocation/chrome_geolocation_permission_context_unittest.cc             profile()->GetHostContentSettingsMap()->GetContentSetting(
profile           345 chrome/browser/geolocation/geolocation_browsertest.cc         browser()->profile(), current_url_);
profile           510 chrome/browser/geolocation/geolocation_browsertest.cc   current_browser()->profile()->GetHostContentSettingsMap()->SetContentSetting(
profile           527 chrome/browser/geolocation/geolocation_browsertest.cc   current_browser()->profile()->GetHostContentSettingsMap()->SetContentSetting(
profile            33 chrome/browser/geolocation/geolocation_settings_state_unittest.cc   TestingProfile profile;
profile            34 chrome/browser/geolocation/geolocation_settings_state_unittest.cc   GeolocationSettingsState state(&profile);
profile            43 chrome/browser/geolocation/geolocation_settings_state_unittest.cc   profile.GetHostContentSettingsMap()->SetContentSetting(
profile            52 chrome/browser/geolocation/geolocation_settings_state_unittest.cc   profile.GetHostContentSettingsMap()->SetContentSetting(
profile           138 chrome/browser/geolocation/geolocation_settings_state_unittest.cc   TestingProfile profile;
profile           139 chrome/browser/geolocation/geolocation_settings_state_unittest.cc   GeolocationSettingsState state(&profile);
profile           148 chrome/browser/geolocation/geolocation_settings_state_unittest.cc   profile.GetHostContentSettingsMap()->SetContentSetting(
profile           157 chrome/browser/geolocation/geolocation_settings_state_unittest.cc   profile.GetHostContentSettingsMap()->SetContentSetting(
profile           166 chrome/browser/geolocation/geolocation_settings_state_unittest.cc   profile.GetHostContentSettingsMap()->SetContentSetting(
profile            36 chrome/browser/google/google_url_tracker.cc     Profile* profile,
profile            39 chrome/browser/google/google_url_tracker.cc     : profile_(profile),
profile            43 chrome/browser/google/google_url_tracker.cc           profile->GetPrefs()->GetString(prefs::kLastKnownGoogleURL)),
profile            79 chrome/browser/google/google_url_tracker.cc GURL GoogleURLTracker::GoogleURL(Profile* profile) {
profile            81 chrome/browser/google/google_url_tracker.cc       GoogleURLTrackerFactory::GetForProfile(profile);
profile            86 chrome/browser/google/google_url_tracker.cc void GoogleURLTracker::RequestServerCheck(Profile* profile, bool force) {
profile            87 chrome/browser/google/google_url_tracker.cc   GoogleURLTracker* tracker = GoogleURLTrackerFactory::GetForProfile(profile);
profile            98 chrome/browser/google/google_url_tracker.cc void GoogleURLTracker::GoogleURLSearchCommitted(Profile* profile) {
profile            99 chrome/browser/google/google_url_tracker.cc   GoogleURLTracker* tracker = GoogleURLTrackerFactory::GetForProfile(profile);
profile            62 chrome/browser/google/google_url_tracker.h   GoogleURLTracker(Profile* profile,
profile            72 chrome/browser/google/google_url_tracker.h   static GURL GoogleURL(Profile* profile);
profile            83 chrome/browser/google/google_url_tracker.h   static void RequestServerCheck(Profile* profile, bool force);
profile            91 chrome/browser/google/google_url_tracker.h   static void GoogleURLSearchCommitted(Profile* profile);
profile            18 chrome/browser/google/google_url_tracker_factory.cc GoogleURLTracker* GoogleURLTrackerFactory::GetForProfile(Profile* profile) {
profile            20 chrome/browser/google/google_url_tracker_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            38 chrome/browser/google/google_url_tracker_factory.cc     content::BrowserContext* profile) const {
profile            41 chrome/browser/google/google_url_tracker_factory.cc   return new GoogleURLTracker(static_cast<Profile*>(profile), nav_helper.Pass(),
profile            20 chrome/browser/google/google_url_tracker_factory.h   static GoogleURLTracker* GetForProfile(Profile* profile);
profile            32 chrome/browser/google/google_url_tracker_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile            99 chrome/browser/google/google_util.cc std::string GetGoogleCountryCode(Profile* profile) {
profile           101 chrome/browser/google/google_util.cc       GoogleURLTracker::GoogleURL(profile).host();
profile           121 chrome/browser/google/google_util.cc GURL GetGoogleSearchURL(Profile* profile) {
profile           129 chrome/browser/google/google_util.cc   return GoogleURLTracker::GoogleURL(profile).ReplaceComponents(replacements);
profile            44 chrome/browser/google/google_util.h std::string GetGoogleCountryCode(Profile* profile);
profile            47 chrome/browser/google/google_util.h GURL GetGoogleSearchURL(Profile* profile);
profile           200 chrome/browser/guestview/guestview.cc   Profile* profile = Profile::FromBrowserContext(browser_context_);
profile           209 chrome/browser/guestview/guestview.cc       embedder_web_contents_, profile, embedder_extension_id_,
profile           104 chrome/browser/guestview/webview/webview_guest.cc     void* profile,
profile           110 chrome/browser/guestview/webview/webview_guest.cc       profile,
profile            14 chrome/browser/history/android/android_history_provider_service.cc AndroidHistoryProviderService::AndroidHistoryProviderService(Profile* profile)
profile            15 chrome/browser/history/android/android_history_provider_service.cc     : profile_(profile) {
profile            22 chrome/browser/history/android/android_history_provider_service.h   explicit AndroidHistoryProviderService(Profile* profile);
profile           140 chrome/browser/history/android/android_provider_backend_unittest.cc     Profile* profile = ProfileManager::GetLastUsedProfile();
profile           141 chrome/browser/history/android/android_provider_backend_unittest.cc     ASSERT_TRUE(profile);
profile            86 chrome/browser/history/android/bookmark_model_sql_handler.cc   Profile* profile = ProfileManager::GetLastUsedProfile();
profile            87 chrome/browser/history/android/bookmark_model_sql_handler.cc   if (!profile)
profile            89 chrome/browser/history/android/bookmark_model_sql_handler.cc   return BookmarkModelFactory::GetForProfile(profile);
profile            54 chrome/browser/history/android/bookmark_model_sql_handler_unittest.cc     Profile* profile = ProfileManager::GetLastUsedProfile();
profile            55 chrome/browser/history/android/bookmark_model_sql_handler_unittest.cc     ASSERT_TRUE(profile);
profile          2797 chrome/browser/history/history_backend_unittest.cc   scoped_ptr<TestingProfile> profile(new TestingProfile());
profile          2799 chrome/browser/history/history_backend_unittest.cc   ASSERT_TRUE(profile->CreateHistoryService(false, false));
profile          2800 chrome/browser/history/history_backend_unittest.cc   profile->CreateBookmarkModel(true);
profile          2801 chrome/browser/history/history_backend_unittest.cc   BookmarkModel* model = BookmarkModelFactory::GetForProfile(profile.get());
profile          2809 chrome/browser/history/history_backend_unittest.cc       profile.get(), Profile::EXPLICIT_ACCESS);
profile            74 chrome/browser/history/history_browsertest.cc     return browser()->profile();
profile           130 chrome/browser/history/history_browsertest.cc       browser()->profile(), Profile::EXPLICIT_ACCESS));
profile           153 chrome/browser/history/history_browsertest.cc       browser()->profile(), Profile::EXPLICIT_ACCESS));
profile           167 chrome/browser/history/history_browsertest.cc       browser()->profile(), Profile::EXPLICIT_ACCESS));
profile           197 chrome/browser/history/history_browsertest.cc       browser()->profile(), Profile::EXPLICIT_ACCESS));
profile           344 chrome/browser/history/history_browsertest.cc   Browser* browser2 = CreateBrowser(browser()->profile());
profile           131 chrome/browser/history/history_service.cc       Profile* profile)
profile           134 chrome/browser/history/history_service.cc         profile_(profile) {
profile           202 chrome/browser/history/history_service.cc HistoryService::HistoryService(Profile* profile)
profile           205 chrome/browser/history/history_service.cc       profile_(profile),
profile           207 chrome/browser/history/history_service.cc           profile, this, true)),
profile            95 chrome/browser/history/history_service.h   explicit HistoryService(Profile* profile);
profile            17 chrome/browser/history/history_service_factory.cc     Profile* profile, Profile::ServiceAccessType sat) {
profile            19 chrome/browser/history/history_service_factory.cc   if (profile->GetPrefs()->GetBoolean(prefs::kSavingBrowserHistoryDisabled) &&
profile            24 chrome/browser/history/history_service_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            30 chrome/browser/history/history_service_factory.cc     Profile* profile, Profile::ServiceAccessType sat) {
profile            32 chrome/browser/history/history_service_factory.cc   if (profile->GetPrefs()->GetBoolean(prefs::kSavingBrowserHistoryDisabled) &&
profile            37 chrome/browser/history/history_service_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, false));
profile            42 chrome/browser/history/history_service_factory.cc HistoryServiceFactory::GetForProfileWithoutCreating(Profile* profile) {
profile            44 chrome/browser/history/history_service_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, false));
profile            53 chrome/browser/history/history_service_factory.cc void HistoryServiceFactory::ShutdownForProfile(Profile* profile) {
profile            55 chrome/browser/history/history_service_factory.cc   factory->BrowserContextDestroyed(profile);
profile            69 chrome/browser/history/history_service_factory.cc   Profile* profile = static_cast<Profile*>(context);
profile            70 chrome/browser/history/history_service_factory.cc   HistoryService* history_service = new HistoryService(profile);
profile            71 chrome/browser/history/history_service_factory.cc   if (!history_service->Init(profile->GetPath(),
profile            72 chrome/browser/history/history_service_factory.cc                              BookmarkModelFactory::GetForProfile(profile))) {
profile            19 chrome/browser/history/history_service_factory.h       Profile* profile, Profile::ServiceAccessType sat);
profile            22 chrome/browser/history/history_service_factory.h       Profile* profile, Profile::ServiceAccessType sat);
profile            25 chrome/browser/history/history_service_factory.h       Profile* profile);
profile            33 chrome/browser/history/history_service_factory.h   static void ShutdownForProfile(Profile* profile);
profile           147 chrome/browser/history/history_tab_helper.cc   Profile* profile =
profile           149 chrome/browser/history/history_tab_helper.cc   if (profile->IsOffTheRecord())
profile           152 chrome/browser/history/history_tab_helper.cc   return HistoryServiceFactory::GetForProfile(profile,
profile           160 chrome/browser/history/history_tab_helper.cc   Profile* profile = Profile::FromBrowserContext(tab->GetBrowserContext());
profile           161 chrome/browser/history/history_tab_helper.cc   if (profile->IsOffTheRecord())
profile           165 chrome/browser/history/history_tab_helper.cc       HistoryServiceFactory::GetForProfile(profile, Profile::IMPLICIT_ACCESS);
profile            36 chrome/browser/history/in_memory_history_backend.cc void InMemoryHistoryBackend::AttachToHistoryService(Profile* profile) {
profile            42 chrome/browser/history/in_memory_history_backend.cc   profile_ = profile;
profile            54 chrome/browser/history/in_memory_history_backend.h   void AttachToHistoryService(Profile* profile);
profile            92 chrome/browser/history/in_memory_url_index.cc InMemoryURLIndex::InMemoryURLIndex(Profile* profile,
profile            95 chrome/browser/history/in_memory_url_index.cc     : profile_(profile),
profile           105 chrome/browser/history/in_memory_url_index.cc   if (profile) {
profile           107 chrome/browser/history/in_memory_url_index.cc     content::Source<Profile> source(profile);
profile           103 chrome/browser/history/in_memory_url_index.h   InMemoryURLIndex(Profile* profile,
profile            41 chrome/browser/history/redirect_browsertest.cc         HistoryServiceFactory::GetForProfile(browser()->profile(),
profile            34 chrome/browser/history/top_sites.cc TopSites* TopSites::Create(Profile* profile, const base::FilePath& db_name) {
profile            35 chrome/browser/history/top_sites.cc   TopSitesImpl* top_sites_impl = new TopSitesImpl(profile);
profile            45 chrome/browser/history/top_sites.h   static TopSites* Create(Profile* profile, const base::FilePath& db_name);
profile           101 chrome/browser/history/top_sites_impl.cc TopSitesImpl::TopSitesImpl(Profile* profile)
profile           105 chrome/browser/history/top_sites_impl.cc       profile_(profile),
profile           773 chrome/browser/history/top_sites_impl.cc     Profile* profile = Profile::FromBrowserContext(
profile           775 chrome/browser/history/top_sites_impl.cc     if (profile == profile_ && !IsNonForcedFull()) {
profile            52 chrome/browser/history/top_sites_impl.h   explicit TopSitesImpl(Profile* profile);
profile           284 chrome/browser/history/top_sites_impl_unittest.cc     profile()->CreateTopSites();
profile           286 chrome/browser/history/top_sites_impl_unittest.cc     profile()->BlockUntilTopSitesLoaded();
profile           985 chrome/browser/history/top_sites_impl_unittest.cc   profile()->CreateTopSites();
profile          1004 chrome/browser/history/top_sites_impl_unittest.cc   profile()->BlockUntilTopSitesLoaded();
profile          1026 chrome/browser/history/top_sites_impl_unittest.cc   profile()->CreateTopSites();
profile          1039 chrome/browser/history/top_sites_impl_unittest.cc   profile()->BlockUntilTopSitesLoaded();
profile          1071 chrome/browser/history/top_sites_impl_unittest.cc   profile()->CreateTopSites();
profile          1089 chrome/browser/history/top_sites_impl_unittest.cc   profile()->BlockUntilTopSitesLoaded();
profile            69 chrome/browser/history/web_history_service.cc   RequestImpl(Profile* profile,
profile            73 chrome/browser/history/web_history_service.cc         profile_(profile),
profile           302 chrome/browser/history/web_history_service.cc WebHistoryService::WebHistoryService(Profile* profile)
profile           303 chrome/browser/history/web_history_service.cc     : profile_(profile),
profile            53 chrome/browser/history/web_history_service.h   explicit WebHistoryService(Profile* profile);
profile            18 chrome/browser/history/web_history_service_factory.cc bool IsHistorySyncEnabled(Profile* profile) {
profile            20 chrome/browser/history/web_history_service_factory.cc       ProfileSyncServiceFactory::GetInstance()->GetForProfile(profile);
profile            35 chrome/browser/history/web_history_service_factory.cc       Profile* profile) {
profile            36 chrome/browser/history/web_history_service_factory.cc   if (IsHistorySyncEnabled(profile)) {
profile            38 chrome/browser/history/web_history_service_factory.cc         GetInstance()->GetServiceForBrowserContext(profile, true));
profile            45 chrome/browser/history/web_history_service_factory.cc   Profile* profile = static_cast<Profile*>(context);
profile            49 chrome/browser/history/web_history_service_factory.cc   return IsHistorySyncEnabled(profile) ?
profile            50 chrome/browser/history/web_history_service_factory.cc       new history::WebHistoryService(profile) : NULL;
profile            24 chrome/browser/history/web_history_service_factory.h   static history::WebHistoryService* GetForProfile(Profile* profile);
profile           270 chrome/browser/importer/firefox_importer_browsertest.cc                               browser()->profile(),
profile           542 chrome/browser/importer/ie_importer_browsertest_win.cc       browser()->profile(),
profile           619 chrome/browser/importer/ie_importer_browsertest_win.cc         browser()->profile(),
profile           646 chrome/browser/importer/ie_importer_browsertest_win.cc       browser()->profile(),
profile           672 chrome/browser/importer/ie_importer_browsertest_win.cc       browser()->profile(),
profile            66 chrome/browser/importer/profile_writer.cc void ShowBookmarkBar(Profile* profile) {
profile            67 chrome/browser/importer/profile_writer.cc   profile->GetPrefs()->SetBoolean(prefs::kShowBookmarkBar, true);
profile            72 chrome/browser/importer/profile_writer.cc ProfileWriter::ProfileWriter(Profile* profile) : profile_(profile) {}
profile            36 chrome/browser/importer/profile_writer.h   explicit ProfileWriter(Profile* profile);
profile            29 chrome/browser/importer/profile_writer_unittest.cc   explicit TestProfileWriter(Profile* profile) : ProfileWriter(profile) {}
profile            93 chrome/browser/importer/profile_writer_unittest.cc   void VerifyHistoryCount(Profile* profile) {
profile            95 chrome/browser/importer/profile_writer_unittest.cc         HistoryServiceFactory::GetForProfile(profile,
profile           173 chrome/browser/importer/profile_writer_unittest.cc   TestingProfile profile;
profile           174 chrome/browser/importer/profile_writer_unittest.cc   profile.CreateBookmarkModel(true);
profile           178 chrome/browser/importer/profile_writer_unittest.cc       BookmarkModelFactory::GetForProfile(&profile);
profile           182 chrome/browser/importer/profile_writer_unittest.cc       new TestProfileWriter(&profile));
profile           199 chrome/browser/importer/profile_writer_unittest.cc   TestingProfile profile;
profile           200 chrome/browser/importer/profile_writer_unittest.cc   ASSERT_TRUE(profile.CreateHistoryService(true, false));
profile           201 chrome/browser/importer/profile_writer_unittest.cc   profile.BlockUntilHistoryProcessesPendingRequests();
profile           205 chrome/browser/importer/profile_writer_unittest.cc       new TestProfileWriter(&profile));
profile           207 chrome/browser/importer/profile_writer_unittest.cc   VerifyHistoryCount(&profile);
profile           212 chrome/browser/importer/profile_writer_unittest.cc   VerifyHistoryCount(&profile);
profile            37 chrome/browser/infobars/infobars_browsertest.cc     Profile* profile = browser()->profile();
profile            38 chrome/browser/infobars/infobars_browsertest.cc     ExtensionService* service = profile->GetExtensionService();
profile            92 chrome/browser/infobars/infobars_browsertest.cc   ThemeServiceFactory::GetForProfile(browser()->profile())->UseDefaultTheme();
profile            27 chrome/browser/invalidation/gcm_invalidation_bridge_unittest.cc     Profile* profile = static_cast<Profile*>(context);
profile            28 chrome/browser/invalidation/gcm_invalidation_bridge_unittest.cc     return new FakeGCMProfileService(profile);
profile            31 chrome/browser/invalidation/gcm_invalidation_bridge_unittest.cc   explicit FakeGCMProfileService(Profile* profile)
profile            32 chrome/browser/invalidation/gcm_invalidation_bridge_unittest.cc       : gcm::GCMProfileService(profile) {}
profile            15 chrome/browser/invalidation/invalidation_service_android.cc     Profile* profile,
profile            23 chrome/browser/invalidation/invalidation_service_android.cc                  content::Source<Profile>(profile));
profile            36 chrome/browser/invalidation/invalidation_service_android.h       Profile* profile,
profile            43 chrome/browser/invalidation/invalidation_service_factory.cc     Profile* profile) {
profile            49 chrome/browser/invalidation/invalidation_service_factory.cc   if (profile->GetPath() == chromeos::ProfileHelper::GetSigninProfileDir()||
profile            58 chrome/browser/invalidation/invalidation_service_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            88 chrome/browser/invalidation/invalidation_service_factory.cc   Profile* profile = static_cast<Profile*>(context);
profile            94 chrome/browser/invalidation/invalidation_service_factory.cc   return new InvalidationServiceAndroid(profile,
profile           113 chrome/browser/invalidation/invalidation_service_factory.cc         SigninManagerFactory::GetForProfile(profile),
profile           114 chrome/browser/invalidation/invalidation_service_factory.cc         ProfileOAuth2TokenServiceFactory::GetForProfile(profile),
profile           115 chrome/browser/invalidation/invalidation_service_factory.cc         LoginUIServiceFactory::GetForProfile(profile)));
profile           119 chrome/browser/invalidation/invalidation_service_factory.cc       new TiclInvalidationService(auth_provider.Pass(), profile);
profile            38 chrome/browser/invalidation/invalidation_service_factory.h   static InvalidationService* GetForProfile(Profile* profile);
profile            23 chrome/browser/invalidation/p2p_invalidation_service.cc     Profile* profile,
profile            29 chrome/browser/invalidation/p2p_invalidation_service.cc   notifier_options.request_context_getter = profile->GetRequestContext();
profile            31 chrome/browser/invalidation/p2p_invalidation_service.h   P2PInvalidationService(Profile* profile,
profile            65 chrome/browser/invalidation/ticl_invalidation_service.cc     Profile* profile)
profile            67 chrome/browser/invalidation/ticl_invalidation_service.cc       profile_(profile),
profile            53 chrome/browser/invalidation/ticl_invalidation_service.h                           Profile* profile);
profile           195 chrome/browser/jumplist_win.cc bool JumpList::AddObserver(Profile* profile) {
profile           201 chrome/browser/jumplist_win.cc   if (!JumpListUpdater::IsEnabled() || !profile)
profile           205 chrome/browser/jumplist_win.cc       TabRestoreServiceFactory::GetForProfile(profile);
profile           209 chrome/browser/jumplist_win.cc   app_id_ = ShellIntegration::GetChromiumModelIdForProfile(profile->GetPath());
profile           210 chrome/browser/jumplist_win.cc   icon_dir_ = profile->GetPath().Append(chrome::kJumpListIconDirname);
profile           211 chrome/browser/jumplist_win.cc   profile_ = profile;
profile            68 chrome/browser/jumplist_win.h   bool AddObserver(Profile* profile);
profile            89 chrome/browser/lifetime/application_lifetime.cc     it->profile()->SetExitType(Profile::EXIT_NORMAL);
profile           193 chrome/browser/lifetime/application_lifetime.cc     content::BrowserContext::SaveSessionState(it->profile());
profile           172 chrome/browser/lifetime/browser_close_manager_browsertest.cc   explicit TestDownloadManagerDelegate(Profile* profile)
profile           173 chrome/browser/lifetime/browser_close_manager_browsertest.cc       : ChromeDownloadManagerDelegate(profile) {
profile           237 chrome/browser/lifetime/browser_close_manager_browsertest.cc         browser()->profile(), SessionStartupPref(SessionStartupPref::LAST));
profile           253 chrome/browser/lifetime/browser_close_manager_browsertest.cc         content::BrowserContext::GetDownloadManager(browser->profile()), 1);
profile           363 chrome/browser/lifetime/browser_close_manager_browsertest.cc   browsers_.push_back(CreateBrowser(browser()->profile()));
profile           452 chrome/browser/lifetime/browser_close_manager_browsertest.cc   browsers_.push_back(CreateBrowser(browser()->profile()));
profile           453 chrome/browser/lifetime/browser_close_manager_browsertest.cc   browsers_.push_back(CreateBrowser(browser()->profile()));
profile           491 chrome/browser/lifetime/browser_close_manager_browsertest.cc   browsers_.push_back(CreateBrowser(browser()->profile()));
profile           509 chrome/browser/lifetime/browser_close_manager_browsertest.cc   browsers_.push_back(CreateBrowser(browser()->profile()));
profile           534 chrome/browser/lifetime/browser_close_manager_browsertest.cc   browsers_.push_back(CreateBrowser(browser()->profile()));
profile           557 chrome/browser/lifetime/browser_close_manager_browsertest.cc   browsers_.push_back(CreateBrowser(browser()->profile()));
profile           601 chrome/browser/lifetime/browser_close_manager_browsertest.cc   browsers_.push_back(CreateBrowser(browser()->profile()));
profile           641 chrome/browser/lifetime/browser_close_manager_browsertest.cc   browsers_.push_back(CreateBrowser(browser()->profile()));
profile           669 chrome/browser/lifetime/browser_close_manager_browsertest.cc   browsers_.push_back(CreateBrowser(browser()->profile()));
profile           702 chrome/browser/lifetime/browser_close_manager_browsertest.cc       new TestDownloadManagerDelegate(browser()->profile()));
profile           703 chrome/browser/lifetime/browser_close_manager_browsertest.cc   DownloadServiceFactory::GetForBrowserContext(browser()->profile())->
profile           713 chrome/browser/lifetime/browser_close_manager_browsertest.cc       content::BrowserContext::GetDownloadManager(browser()->profile()),
profile           725 chrome/browser/lifetime/browser_close_manager_browsertest.cc       browser()->profile())->InProgressCount());
profile           727 chrome/browser/lifetime/browser_close_manager_browsertest.cc       browser()->profile())->NonMaliciousInProgressCount());
profile           876 chrome/browser/lifetime/browser_close_manager_browsertest.cc   Profile* profile = browser()->profile();
profile           890 chrome/browser/lifetime/browser_close_manager_browsertest.cc   chrome::NewEmptyWindow(profile, chrome::HOST_DESKTOP_TYPE_NATIVE);
profile           193 chrome/browser/local_discovery/privet_notifications.cc     content::BrowserContext* profile)
profile           194 chrome/browser/local_discovery/privet_notifications.cc     : profile_(profile) {
profile           357 chrome/browser/local_discovery/privet_notifications.cc     content::BrowserContext* profile)
profile           358 chrome/browser/local_discovery/privet_notifications.cc     :  profile_(profile) {
profile            97 chrome/browser/local_discovery/privet_notifications.h   explicit PrivetNotificationService(content::BrowserContext* profile);
profile           132 chrome/browser/local_discovery/privet_notifications.h   explicit PrivetNotificationDelegate(content::BrowserContext* profile);
profile            28 chrome/browser/local_discovery/privet_notifications_factory.cc     content::BrowserContext* profile) const {
profile            29 chrome/browser/local_discovery/privet_notifications_factory.cc   return new PrivetNotificationService(profile);
profile            27 chrome/browser/local_discovery/privet_notifications_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile            20 chrome/browser/managed_mode/chromeos/managed_user_password_service_factory.cc ManagedUserPasswordServiceFactory::GetForProfile(Profile* profile) {
profile            22 chrome/browser/managed_mode/chromeos/managed_user_password_service_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            43 chrome/browser/managed_mode/chromeos/managed_user_password_service_factory.cc   Profile* profile= static_cast<Profile*>(context);
profile            44 chrome/browser/managed_mode/chromeos/managed_user_password_service_factory.cc   User* user = UserManager::Get()->GetUserByProfile(profile);
profile            50 chrome/browser/managed_mode/chromeos/managed_user_password_service_factory.cc       ManagedUserSharedSettingsServiceFactory::GetForBrowserContext(profile));
profile            21 chrome/browser/managed_mode/chromeos/managed_user_password_service_factory.h   static ManagedUserPasswordService* GetForProfile(Profile* profile);
profile            33 chrome/browser/managed_mode/chromeos/managed_user_password_service_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile            21 chrome/browser/managed_mode/chromeos/manager_password_service_factory.cc ManagerPasswordServiceFactory::GetForProfile(Profile* profile) {
profile            23 chrome/browser/managed_mode/chromeos/manager_password_service_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            45 chrome/browser/managed_mode/chromeos/manager_password_service_factory.cc   Profile* profile= static_cast<Profile*>(context);
profile            47 chrome/browser/managed_mode/chromeos/manager_password_service_factory.cc       GetUserByProfile(profile);
profile            53 chrome/browser/managed_mode/chromeos/manager_password_service_factory.cc         ManagedUserSyncServiceFactory::GetForProfile(profile),
profile            54 chrome/browser/managed_mode/chromeos/manager_password_service_factory.cc         ManagedUserSharedSettingsServiceFactory::GetForBrowserContext(profile));
profile            21 chrome/browser/managed_mode/chromeos/manager_password_service_factory.h   static ManagerPasswordService* GetForProfile(Profile* profile);
profile            33 chrome/browser/managed_mode/chromeos/manager_password_service_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile            15 chrome/browser/managed_mode/custodian_profile_downloader_service_factory.cc     Profile* profile) {
profile            17 chrome/browser/managed_mode/custodian_profile_downloader_service_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            39 chrome/browser/managed_mode/custodian_profile_downloader_service_factory.cc     content::BrowserContext* profile) const {
profile            40 chrome/browser/managed_mode/custodian_profile_downloader_service_factory.cc   return new CustodianProfileDownloaderService(static_cast<Profile*>(profile));
profile            17 chrome/browser/managed_mode/custodian_profile_downloader_service_factory.h   static CustodianProfileDownloaderService* GetForProfile(Profile* profile);
profile            30 chrome/browser/managed_mode/custodian_profile_downloader_service_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile           108 chrome/browser/managed_mode/managed_mode_browsertest.cc     Profile* profile = browser()->profile();
profile           109 chrome/browser/managed_mode/managed_mode_browsertest.cc     managed_user_service_ = ManagedUserServiceFactory::GetForProfile(profile);
profile           111 chrome/browser/managed_mode/managed_mode_browsertest.cc         ManagedUserSettingsServiceFactory::GetForProfile(profile);
profile           189 chrome/browser/managed_mode/managed_mode_browsertest.cc           browser()->profile());
profile           223 chrome/browser/managed_mode/managed_mode_browsertest.cc       browser()->profile(), Profile::EXPLICIT_ACCESS);
profile           254 chrome/browser/managed_mode/managed_mode_browsertest.cc           browser()->profile());
profile            82 chrome/browser/managed_mode/managed_mode_interstitial.cc   Profile* profile =
profile            84 chrome/browser/managed_mode/managed_mode_interstitial.cc   PrefService* prefs = profile->GetPrefs();
profile           112 chrome/browser/managed_mode/managed_mode_interstitial.cc   Profile* profile =
profile           115 chrome/browser/managed_mode/managed_mode_interstitial.cc       ManagedUserServiceFactory::GetForProfile(profile);
profile           172 chrome/browser/managed_mode/managed_mode_interstitial.cc     Profile* profile =
profile           175 chrome/browser/managed_mode/managed_mode_interstitial.cc         ManagedUserServiceFactory::GetForProfile(profile);
profile           197 chrome/browser/managed_mode/managed_mode_interstitial.cc   Profile* profile =
profile           200 chrome/browser/managed_mode/managed_mode_interstitial.cc       ManagedUserServiceFactory::GetForProfile(profile);
profile            74 chrome/browser/managed_mode/managed_mode_navigation_observer.cc       chrome::NewEmptyWindow(browser->profile(), browser->host_desktop_type());
profile           170 chrome/browser/managed_mode/managed_mode_navigation_observer.cc   Profile* profile =
profile           172 chrome/browser/managed_mode/managed_mode_navigation_observer.cc   managed_user_service_ = ManagedUserServiceFactory::GetForProfile(profile);
profile           250 chrome/browser/managed_mode/managed_mode_navigation_observer.cc   Profile* profile =
profile           253 chrome/browser/managed_mode/managed_mode_navigation_observer.cc      HistoryServiceFactory::GetForProfile(profile, Profile::IMPLICIT_ACCESS);
profile           264 chrome/browser/managed_mode/managed_mode_navigation_observer.cc       ManagedUserServiceFactory::GetForProfile(profile);
profile            45 chrome/browser/managed_mode/managed_mode_resource_throttle_browsertest.cc       ManagedUserServiceFactory::GetForProfile(browser()->profile());
profile            57 chrome/browser/managed_mode/managed_mode_resource_throttle_browsertest.cc   Profile* profile = browser()->profile();
profile            59 chrome/browser/managed_mode/managed_mode_resource_throttle_browsertest.cc       ManagedUserSettingsServiceFactory::GetForProfile(profile);
profile            66 chrome/browser/managed_mode/managed_mode_resource_throttle_browsertest.cc       WebContents::Create(WebContents::CreateParams(profile)));
profile           146 chrome/browser/managed_mode/managed_user_registration_utility.cc ManagedUserRegistrationUtility::Create(Profile* profile) {
profile           154 chrome/browser/managed_mode/managed_user_registration_utility.cc       ProfileOAuth2TokenServiceFactory::GetForProfile(profile);
profile           156 chrome/browser/managed_mode/managed_user_registration_utility.cc       SigninManagerFactory::GetForProfile(profile);
profile           161 chrome/browser/managed_mode/managed_user_registration_utility.cc           profile->GetRequestContext());
profile           163 chrome/browser/managed_mode/managed_user_registration_utility.cc       ManagedUserSyncServiceFactory::GetForProfile(profile);
profile           165 chrome/browser/managed_mode/managed_user_registration_utility.cc       ManagedUserSharedSettingsServiceFactory::GetForBrowserContext(profile);
profile           167 chrome/browser/managed_mode/managed_user_registration_utility.cc       profile->GetPrefs(),
profile            63 chrome/browser/managed_mode/managed_user_registration_utility.h   static scoped_ptr<ManagedUserRegistrationUtility> Create(Profile* profile);
profile           140 chrome/browser/managed_mode/managed_user_service.cc ManagedUserService::ManagedUserService(Profile* profile)
profile           141 chrome/browser/managed_mode/managed_user_service.cc     : profile_(profile),
profile           696 chrome/browser/managed_mode/managed_user_service.cc   bool profile_became_active = profile_->IsSameProfile(browser->profile());
profile           190 chrome/browser/managed_mode/managed_user_service.h   explicit ManagedUserService(Profile* profile);
profile            54 chrome/browser/managed_mode/managed_user_service_browsertest.cc   Profile* profile = browser()->profile();
profile            55 chrome/browser/managed_mode/managed_user_service_browsertest.cc   size_t index = cache.GetIndexOfProfileWithPath(profile->GetPath());
profile            60 chrome/browser/managed_mode/managed_user_service_browsertest.cc       ManagedUserServiceFactory::GetForProfile(profile);
profile            66 chrome/browser/managed_mode/managed_user_service_browsertest.cc       profile,
profile            74 chrome/browser/managed_mode/managed_user_service_browsertest.cc       profile,
profile            81 chrome/browser/managed_mode/managed_user_service_browsertest.cc   Profile* profile = browser()->profile();
profile            82 chrome/browser/managed_mode/managed_user_service_browsertest.cc   PrefService* prefs = profile->GetPrefs();
profile            88 chrome/browser/managed_mode/managed_user_service_browsertest.cc   Profile* profile = browser()->profile();
profile            89 chrome/browser/managed_mode/managed_user_service_browsertest.cc   PrefService* prefs = profile->GetPrefs();
profile            95 chrome/browser/managed_mode/managed_user_service_browsertest.cc   size_t profile_index = cache.GetIndexOfProfileWithPath(profile->GetPath());
profile           101 chrome/browser/managed_mode/managed_user_service_browsertest.cc   Profile* profile = browser()->profile();
profile           102 chrome/browser/managed_mode/managed_user_service_browsertest.cc   PrefService* prefs = profile->GetPrefs();
profile           108 chrome/browser/managed_mode/managed_user_service_browsertest.cc   Profile* profile = browser()->profile();
profile           109 chrome/browser/managed_mode/managed_user_service_browsertest.cc   PrefService* prefs = profile->GetPrefs();
profile           115 chrome/browser/managed_mode/managed_user_service_browsertest.cc       ManagedUserSettingsServiceFactory::GetForProfile(profile);
profile           123 chrome/browser/managed_mode/managed_user_service_browsertest.cc   size_t profile_index = cache.GetIndexOfProfileWithPath(profile->GetPath());
profile           133 chrome/browser/managed_mode/managed_user_service_browsertest.cc   profile_index = cache.GetIndexOfProfileWithPath(profile->GetPath());
profile           141 chrome/browser/managed_mode/managed_user_service_browsertest.cc   profile_index = cache.GetIndexOfProfileWithPath(profile->GetPath());
profile            16 chrome/browser/managed_mode/managed_user_service_factory.cc ManagedUserService* ManagedUserServiceFactory::GetForProfile(Profile* profile) {
profile            18 chrome/browser/managed_mode/managed_user_service_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            27 chrome/browser/managed_mode/managed_user_service_factory.cc KeyedService* ManagedUserServiceFactory::BuildInstanceFor(Profile* profile) {
profile            28 chrome/browser/managed_mode/managed_user_service_factory.cc   return new ManagedUserService(profile);
profile            48 chrome/browser/managed_mode/managed_user_service_factory.cc     content::BrowserContext* profile) const {
profile            49 chrome/browser/managed_mode/managed_user_service_factory.cc   return BuildInstanceFor(static_cast<Profile*>(profile));
profile            17 chrome/browser/managed_mode/managed_user_service_factory.h   static ManagedUserService* GetForProfile(Profile* profile);
profile            22 chrome/browser/managed_mode/managed_user_service_factory.h   static KeyedService* BuildInstanceFor(Profile* profile);
profile            34 chrome/browser/managed_mode/managed_user_service_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile            14 chrome/browser/managed_mode/managed_user_settings_service_factory.cc ManagedUserSettingsServiceFactory::GetForProfile(Profile* profile) {
profile            16 chrome/browser/managed_mode/managed_user_settings_service_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            35 chrome/browser/managed_mode/managed_user_settings_service_factory.cc     content::BrowserContext* profile) const {
profile            18 chrome/browser/managed_mode/managed_user_settings_service_factory.h   static ManagedUserSettingsService* GetForProfile(Profile* profile);
profile            30 chrome/browser/managed_mode/managed_user_settings_service_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile            15 chrome/browser/managed_mode/managed_user_shared_settings_service_factory.cc     content::BrowserContext* profile) {
profile            17 chrome/browser/managed_mode/managed_user_shared_settings_service_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            36 chrome/browser/managed_mode/managed_user_shared_settings_service_factory.cc     content::BrowserContext* profile) const {
profile            38 chrome/browser/managed_mode/managed_user_shared_settings_service_factory.cc       user_prefs::UserPrefs::Get(profile));
profile            18 chrome/browser/managed_mode/managed_user_shared_settings_service_factory.h       content::BrowserContext* profile);
profile            30 chrome/browser/managed_mode/managed_user_shared_settings_service_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile            13 chrome/browser/managed_mode/managed_user_sync_service_factory.cc     Profile* profile) {
profile            15 chrome/browser/managed_mode/managed_user_sync_service_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            32 chrome/browser/managed_mode/managed_user_sync_service_factory.cc     content::BrowserContext* profile) const {
profile            33 chrome/browser/managed_mode/managed_user_sync_service_factory.cc   return new ManagedUserSyncService(static_cast<Profile*>(profile)->GetPrefs());
profile            17 chrome/browser/managed_mode/managed_user_sync_service_factory.h   static ManagedUserSyncService* GetForProfile(Profile* profile);
profile            29 chrome/browser/managed_mode/managed_user_sync_service_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile            16 chrome/browser/managed_mode/supervised_user_pref_mapping_service_factory.cc     content::BrowserContext* profile) {
profile            18 chrome/browser/managed_mode/supervised_user_pref_mapping_service_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            39 chrome/browser/managed_mode/supervised_user_pref_mapping_service_factory.cc     content::BrowserContext* profile) const {
profile            41 chrome/browser/managed_mode/supervised_user_pref_mapping_service_factory.cc       user_prefs::UserPrefs::Get(profile),
profile            42 chrome/browser/managed_mode/supervised_user_pref_mapping_service_factory.cc       ManagedUserSharedSettingsServiceFactory::GetForBrowserContext(profile));
profile            18 chrome/browser/managed_mode/supervised_user_pref_mapping_service_factory.h       content::BrowserContext* profile);
profile            30 chrome/browser/managed_mode/supervised_user_pref_mapping_service_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile           162 chrome/browser/media/chrome_media_stream_infobar_browsertest.cc       browser()->profile()->GetHostContentSettingsMap();
profile           111 chrome/browser/media/chrome_midi_permission_context.cc ChromeMidiPermissionContext::ChromeMidiPermissionContext(Profile* profile)
profile           112 chrome/browser/media/chrome_midi_permission_context.cc     : profile_(profile),
profile            24 chrome/browser/media/chrome_midi_permission_context.h   explicit ChromeMidiPermissionContext(Profile* profile);
profile            14 chrome/browser/media/chrome_midi_permission_context_factory.cc ChromeMidiPermissionContextFactory::GetForProfile(Profile* profile) {
profile            16 chrome/browser/media/chrome_midi_permission_context_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            37 chrome/browser/media/chrome_midi_permission_context_factory.cc     content::BrowserContext* profile) const {
profile            38 chrome/browser/media/chrome_midi_permission_context_factory.cc   return new ChromeMidiPermissionContext(static_cast<Profile*>(profile));
profile            17 chrome/browser/media/chrome_midi_permission_context_factory.h   static ChromeMidiPermissionContext* GetForProfile(Profile* profile);
profile            28 chrome/browser/media/chrome_midi_permission_context_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile           522 chrome/browser/media/media_capture_devices_dispatcher.cc   Profile* profile =
profile           525 chrome/browser/media/media_capture_devices_dispatcher.cc       extensions::TabCaptureRegistry::Get(profile);
profile           568 chrome/browser/media/media_capture_devices_dispatcher.cc   Profile* profile =
profile           573 chrome/browser/media/media_capture_devices_dispatcher.cc     GetDefaultDevicesForProfile(profile, true, false, &devices);
profile           578 chrome/browser/media/media_capture_devices_dispatcher.cc     GetDefaultDevicesForProfile(profile, false, true, &devices);
profile           677 chrome/browser/media/media_capture_devices_dispatcher.cc     Profile* profile,
profile           684 chrome/browser/media/media_capture_devices_dispatcher.cc   PrefService* prefs = profile->GetPrefs();
profile            92 chrome/browser/media/media_capture_devices_dispatcher.h   void GetDefaultDevicesForProfile(Profile* profile,
profile            47 chrome/browser/media/media_stream_capture_indicator.cc   Profile* profile =
profile            49 chrome/browser/media/media_stream_capture_indicator.cc   if (!profile)
profile            52 chrome/browser/media/media_stream_capture_indicator.cc   ExtensionService* extension_service = profile->GetExtensionService();
profile            97 chrome/browser/media/media_stream_capture_indicator.cc     Profile* profile =
profile           100 chrome/browser/media/media_stream_capture_indicator.cc         profile->GetPrefs()->GetString(prefs::kAcceptLanguages);
profile            31 chrome/browser/media/protected_media_identifier_permission_context.cc     ProtectedMediaIdentifierPermissionContext(Profile* profile)
profile            32 chrome/browser/media/protected_media_identifier_permission_context.cc     : profile_(profile), shutting_down_(false) {}
profile            99 chrome/browser/media/protected_media_identifier_permission_context.cc   if (!profile()->GetPrefs()->GetBoolean(
profile           185 chrome/browser/media/protected_media_identifier_permission_context.cc       profile(), CONTENT_SETTINGS_TYPE_PROTECTED_MEDIA_IDENTIFIER);
profile            27 chrome/browser/media/protected_media_identifier_permission_context.h   explicit ProtectedMediaIdentifierPermissionContext(Profile* profile);
profile            47 chrome/browser/media/protected_media_identifier_permission_context.h   Profile* profile() const { return profile_; }
profile            18 chrome/browser/media/protected_media_identifier_permission_context_factory.cc   explicit Service(Profile* profile) {
profile            19 chrome/browser/media/protected_media_identifier_permission_context_factory.cc     context_ = new ProtectedMediaIdentifierPermissionContext(profile);
profile            41 chrome/browser/media/protected_media_identifier_permission_context_factory.cc     Profile* profile) {
profile            43 chrome/browser/media/protected_media_identifier_permission_context_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true))->context();
profile            66 chrome/browser/media/protected_media_identifier_permission_context_factory.cc     content::BrowserContext* profile) const {
profile            67 chrome/browser/media/protected_media_identifier_permission_context_factory.cc   return new Service(static_cast<Profile*>(profile));
profile            18 chrome/browser/media/protected_media_identifier_permission_context_factory.h       Profile* profile);
profile            31 chrome/browser/media/protected_media_identifier_permission_context_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile            23 chrome/browser/media/webrtc_log_list.cc                                                Profile* profile) {
profile            25 chrome/browser/media/webrtc_log_list.cc       GetWebRtcLogDirectoryForProfile(profile->GetPath()));
profile            18 chrome/browser/media/webrtc_log_list.h                                          Profile* profile);
profile           113 chrome/browser/media/webrtc_logging_handler_host.cc WebRtcLoggingHandlerHost::WebRtcLoggingHandlerHost(Profile* profile)
profile           115 chrome/browser/media/webrtc_logging_handler_host.cc       profile_(profile),
profile            39 chrome/browser/media/webrtc_logging_handler_host.h   explicit WebRtcLoggingHandlerHost(Profile* profile);
profile            82 chrome/browser/media_galleries/fileapi/media_file_system_backend.cc     Profile* profile =
profile            86 chrome/browser/media_galleries/fileapi/media_file_system_backend.cc         extensions::ExtensionSystem::Get(profile)->extension_service();
profile            92 chrome/browser/media_galleries/fileapi/media_file_system_backend.cc             profile->GetPath(), storage_domain, kInvalidMediaGalleryPrefId);
profile           102 chrome/browser/media_galleries/fileapi/media_file_system_backend.cc               profile);
profile            17 chrome/browser/media_galleries/fileapi/safe_media_metadata_parser.cc SafeMediaMetadataParser::SafeMediaMetadataParser(Profile* profile,
profile            21 chrome/browser/media_galleries/fileapi/safe_media_metadata_parser.cc     : profile_(profile),
profile            35 chrome/browser/media_galleries/fileapi/safe_media_metadata_parser.h   SafeMediaMetadataParser(Profile* profile, const std::string& blob_uuid,
profile           498 chrome/browser/media_galleries/media_file_system_registry.cc   Profile* profile =
profile           500 chrome/browser/media_galleries/media_file_system_registry.cc   MediaGalleriesPreferences* preferences = GetPreferences(profile);
profile           510 chrome/browser/media_galleries/media_file_system_registry.cc       GetExtensionGalleryHost(profile, preferences, extension->id());
profile           528 chrome/browser/media_galleries/media_file_system_registry.cc   Profile* profile =
profile           530 chrome/browser/media_galleries/media_file_system_registry.cc   MediaGalleriesPreferences* preferences = GetPreferences(profile);
profile           545 chrome/browser/media_galleries/media_file_system_registry.cc       GetExtensionGalleryHost(profile, preferences, extension->id());
profile           555 chrome/browser/media_galleries/media_file_system_registry.cc     Profile* profile) {
profile           557 chrome/browser/media_galleries/media_file_system_registry.cc   if (!ContainsKey(extension_hosts_map_, profile)) {
profile           558 chrome/browser/media_galleries/media_file_system_registry.cc     extension_hosts_map_[profile] = ExtensionHostMap();
profile           562 chrome/browser/media_galleries/media_file_system_registry.cc   return MediaGalleriesPreferencesFactory::GetForProfile(profile);
profile           743 chrome/browser/media_galleries/media_file_system_registry.cc   Profile* profile = prefs->profile();
profile           745 chrome/browser/media_galleries/media_file_system_registry.cc       extension_hosts_map_.find(profile);
profile           758 chrome/browser/media_galleries/media_file_system_registry.cc   Profile* profile = prefs->profile();
profile           762 chrome/browser/media_galleries/media_file_system_registry.cc       extensions::ExtensionSystem::Get(profile)->extension_service();
profile           766 chrome/browser/media_galleries/media_file_system_registry.cc       extension_hosts_map_.find(profile);
profile           781 chrome/browser/media_galleries/media_file_system_registry.cc     if (!ContainsKey(extension_hosts_map_, profile))
profile           792 chrome/browser/media_galleries/media_file_system_registry.cc     Profile* profile,
profile           796 chrome/browser/media_galleries/media_file_system_registry.cc       extension_hosts_map_.find(profile);
profile           807 chrome/browser/media_galleries/media_file_system_registry.cc         profile->GetPath(),
profile           811 chrome/browser/media_galleries/media_file_system_registry.cc                    profile,
profile           813 chrome/browser/media_galleries/media_file_system_registry.cc     extension_hosts_map_[profile][extension_id] = result;
profile           819 chrome/browser/media_galleries/media_file_system_registry.cc     Profile* profile, const std::string& extension_id) {
profile           823 chrome/browser/media_galleries/media_file_system_registry.cc       extension_hosts_map_.find(profile);
profile           833 chrome/browser/media_galleries/media_file_system_registry.cc     MediaGalleriesPreferences* preferences = GetPreferences(profile);
profile            95 chrome/browser/media_galleries/media_file_system_registry.h   MediaGalleriesPreferences* GetPreferences(Profile* profile);
profile           124 chrome/browser/media_galleries/media_file_system_registry.h       Profile* profile,
profile           128 chrome/browser/media_galleries/media_file_system_registry.h   void OnExtensionGalleriesHostEmpty(Profile* profile,
profile           231 chrome/browser/media_galleries/media_file_system_registry_unittest.cc   Profile* profile();
profile           285 chrome/browser/media_galleries/media_file_system_registry_unittest.cc   MediaGalleriesPreferences* GetPreferences(Profile* profile);
profile           617 chrome/browser/media_galleries/media_file_system_registry_unittest.cc     Profile* profile) {
profile           618 chrome/browser/media_galleries/media_file_system_registry_unittest.cc   MediaGalleriesPreferences* prefs = registry()->GetPreferences(profile);
profile           888 chrome/browser/media_galleries/media_file_system_registry_unittest.cc   MediaGalleriesPreferences* prefs = GetPreferences(profile_state->profile());
profile           903 chrome/browser/media_galleries/media_file_system_registry_unittest.cc   prefs = GetPreferences(profile_state->profile());
profile            86 chrome/browser/media_galleries/media_galleries_preferences.cc int NumberExtensionsUsingMediaGalleries(Profile* profile) {
profile            88 chrome/browser/media_galleries/media_galleries_preferences.cc   if (!profile)
profile            91 chrome/browser/media_galleries/media_galleries_preferences.cc       extensions::ExtensionSystem::Get(profile)->extension_service();
profile           403 chrome/browser/media_galleries/media_galleries_preferences.cc MediaGalleriesPreferences::MediaGalleriesPreferences(Profile* profile)
profile           406 chrome/browser/media_galleries/media_galleries_preferences.cc       profile_(profile),
profile          1101 chrome/browser/media_galleries/media_galleries_preferences.cc bool MediaGalleriesPreferences::APIHasBeenUsed(Profile* profile) {
profile          1103 chrome/browser/media_galleries/media_galleries_preferences.cc       profile->GetPrefs()->GetUint64(prefs::kMediaGalleriesUniqueId);
profile           164 chrome/browser/media_galleries/media_galleries_preferences.h   explicit MediaGalleriesPreferences(Profile* profile);
profile           180 chrome/browser/media_galleries/media_galleries_preferences.h   Profile* profile();
profile           266 chrome/browser/media_galleries/media_galleries_preferences.h   static bool APIHasBeenUsed(Profile* profile);
profile            15 chrome/browser/media_galleries/media_galleries_preferences_factory.cc MediaGalleriesPreferencesFactory::GetForProfile(Profile* profile) {
profile            17 chrome/browser/media_galleries/media_galleries_preferences_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            34 chrome/browser/media_galleries/media_galleries_preferences_factory.cc     content::BrowserContext* profile) const {
profile            35 chrome/browser/media_galleries/media_galleries_preferences_factory.cc   return new MediaGalleriesPreferences(static_cast<Profile*>(profile));
profile            22 chrome/browser/media_galleries/media_galleries_preferences_factory.h   static MediaGalleriesPreferences* GetForProfile(Profile* profile);
profile            34 chrome/browser/media_galleries/media_galleries_preferences_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile            41 chrome/browser/media_galleries/media_galleries_test_util.cc     Profile* profile) {
profile            64 chrome/browser/media_galleries/media_galleries_test_util.cc       extensions::ExtensionPrefs::Get(profile);
profile            83 chrome/browser/media_galleries/media_galleries_test_util.cc       extensions::ExtensionSystem::Get(profile)->extension_service();
profile            35 chrome/browser/media_galleries/media_galleries_test_util.h     Profile* profile);
profile           315 chrome/browser/media_galleries/media_scan_manager.cc void MediaScanManager::AddObserver(Profile* profile,
profile           318 chrome/browser/media_galleries/media_scan_manager.cc   DCHECK(!ContainsKey(observers_, profile));
profile           319 chrome/browser/media_galleries/media_scan_manager.cc   observers_[profile].observer = observer;
profile           322 chrome/browser/media_galleries/media_scan_manager.cc void MediaScanManager::RemoveObserver(Profile* profile) {
profile           325 chrome/browser/media_galleries/media_scan_manager.cc   observers_.erase(profile);
profile           329 chrome/browser/media_galleries/media_scan_manager.cc void MediaScanManager::CancelScansForProfile(Profile* profile) {
profile           331 chrome/browser/media_galleries/media_scan_manager.cc   observers_[profile].scanning_extensions.clear();
profile           337 chrome/browser/media_galleries/media_scan_manager.cc void MediaScanManager::StartScan(Profile* profile,
profile           343 chrome/browser/media_galleries/media_scan_manager.cc   ScanObserverMap::iterator scans_for_profile = observers_.find(profile);
profile           356 chrome/browser/media_galleries/media_scan_manager.cc       MediaGalleriesPreferencesFactory::GetForProfile(profile);
profile           376 chrome/browser/media_galleries/media_scan_manager.cc         content::Source<Profile>(profile));
profile           397 chrome/browser/media_galleries/media_scan_manager.cc void MediaScanManager::CancelScan(Profile* profile,
profile           402 chrome/browser/media_galleries/media_scan_manager.cc   ScanObserverMap::iterator scans_for_profile = observers_.find(profile);
profile           415 chrome/browser/media_galleries/media_scan_manager.cc         content::Source<Profile>(profile));
profile           441 chrome/browser/media_galleries/media_scan_manager.cc       Profile* profile = content::Source<Profile>(source).ptr();
profile           446 chrome/browser/media_galleries/media_scan_manager.cc       CancelScan(profile, extension);
profile           502 chrome/browser/media_galleries/media_scan_manager.cc     Profile* profile = scans_for_profile->first;
profile           504 chrome/browser/media_galleries/media_scan_manager.cc         MediaGalleriesPreferencesFactory::GetForProfile(profile);
profile           506 chrome/browser/media_galleries/media_scan_manager.cc         extensions::ExtensionSystem::Get(profile)->extension_service();
profile            40 chrome/browser/media_galleries/media_scan_manager.h   void AddObserver(Profile* profile, MediaScanManagerObserver* observer);
profile            41 chrome/browser/media_galleries/media_scan_manager.h   void RemoveObserver(Profile* profile);
profile            44 chrome/browser/media_galleries/media_scan_manager.h   void CancelScansForProfile(Profile* profile);
profile            49 chrome/browser/media_galleries/media_scan_manager.h   void StartScan(Profile* profile, const extensions::Extension* extension,
profile            51 chrome/browser/media_galleries/media_scan_manager.h   void CancelScan(Profile* profile, const extensions::Extension* extension);
profile            94 chrome/browser/media_galleries/win/mtp_device_delegate_impl_win_unittest.cc   browser_process->media_file_system_registry()->GetPreferences(profile())->
profile           100 chrome/browser/media_galleries/win/mtp_device_delegate_impl_win_unittest.cc           extensions::ExtensionSystem::Get(profile())));
profile           107 chrome/browser/media_galleries/win/mtp_device_delegate_impl_win_unittest.cc   extension_ = AddMediaGalleriesApp("all", all_permissions, profile());
profile           235 chrome/browser/memory_details.cc       Profile* profile =
profile           238 chrome/browser/memory_details.cc       ExtensionService* extension_service = profile->GetExtensionService();
profile           242 chrome/browser/memory_details.cc           extension_process_map = extensions::ProcessMap::Get(profile);
profile            78 chrome/browser/metrics/extension_metrics.cc   Profile* profile = GetMetricsProfile();
profile            79 chrome/browser/metrics/extension_metrics.cc   if (profile) {
profile            80 chrome/browser/metrics/extension_metrics.cc     return extensions::ExtensionRegistry::Get(profile)
profile           815 chrome/browser/metrics/metrics_log.cc   ProfilerEventProto* profile;
profile           818 chrome/browser/metrics/metrics_log.cc     profile = uma_proto()->add_profiler_event();
profile           819 chrome/browser/metrics/metrics_log.cc     profile->set_profile_type(ProfilerEventProto::STARTUP_PROFILE);
profile           820 chrome/browser/metrics/metrics_log.cc     profile->set_time_source(ProfilerEventProto::WALL_CLOCK_TIME);
profile           823 chrome/browser/metrics/metrics_log.cc     profile = uma_proto()->mutable_profiler_event(0);
profile           826 chrome/browser/metrics/metrics_log.cc   WriteProfilerData(process_data, process_type, profile);
profile            80 chrome/browser/metrics/metrics_service.h bool IsOmniboxEnabled(Profile* profile);
profile           664 chrome/browser/metrics/metrics_service.h   friend bool prerender::IsOmniboxEnabled(Profile* profile);
profile           100 chrome/browser/metrics/perf_provider_chromeos.cc     if (browser->profile()->IsOffTheRecord())
profile            96 chrome/browser/net/chrome_network_delegate.cc                         void* profile) {
profile           103 chrome/browser/net/chrome_network_delegate.cc             event_router, profile, request->status().error());
profile           186 chrome/browser/net/chrome_network_delegate.cc   Profile* profile = reinterpret_cast<Profile*>(profile_id);
profile           187 chrome/browser/net/chrome_network_delegate.cc   if (!g_browser_process->profile_manager()->IsValidProfile(profile))
profile           191 chrome/browser/net/chrome_network_delegate.cc       extensions::ExtensionSystem::Get(profile)->process_manager();
profile           229 chrome/browser/net/chrome_network_delegate.cc     Profile* profile) {
profile           243 chrome/browser/net/chrome_network_delegate.cc   if (!g_browser_process->profile_manager()->IsValidProfile(profile) ||
profile           244 chrome/browser/net/chrome_network_delegate.cc       profile->IsOffTheRecord()) {
profile           267 chrome/browser/net/chrome_network_delegate.cc     Profile* profile) {
profile           271 chrome/browser/net/chrome_network_delegate.cc                  data_reduction_type, profile));
profile           325 chrome/browser/net/chrome_network_delegate.cc   Profile* profile = reinterpret_cast<Profile*>(profile_id);
profile           326 chrome/browser/net/chrome_network_delegate.cc   if (!g_browser_process->profile_manager()->IsValidProfile(profile)) {
profile           331 chrome/browser/net/chrome_network_delegate.cc       precache::PrecacheManagerFactory::GetForBrowserContext(profile);
profile            74 chrome/browser/net/chrome_network_delegate.h   void set_profile(void* profile) {
profile            75 chrome/browser/net/chrome_network_delegate.h     profile_ = profile;
profile           202 chrome/browser/net/chrome_url_request_context.cc     Profile* profile,
profile           213 chrome/browser/net/chrome_url_request_context.cc     Profile* profile, const ProfileIOData* profile_io_data) {
profile           221 chrome/browser/net/chrome_url_request_context.cc     Profile* profile, const ProfileIOData* profile_io_data) {
profile           229 chrome/browser/net/chrome_url_request_context.cc     Profile* profile,
profile           237 chrome/browser/net/chrome_url_request_context.cc       static_cast<ChromeURLRequestContextGetter*>(profile->GetRequestContext());
profile           250 chrome/browser/net/chrome_url_request_context.cc     Profile* profile,
profile            75 chrome/browser/net/chrome_url_request_context.h       Profile* profile,
profile            84 chrome/browser/net/chrome_url_request_context.h       Profile* profile, const ProfileIOData* profile_io_data);
profile            89 chrome/browser/net/chrome_url_request_context.h       Profile* profile, const ProfileIOData* profile_io_data);
profile            94 chrome/browser/net/chrome_url_request_context.h       Profile* profile,
profile           105 chrome/browser/net/chrome_url_request_context.h       Profile* profile,
profile            35 chrome/browser/net/cookie_policy_browsertest.cc   browser()->profile()->GetPrefs()->SetBoolean(prefs::kBlockThirdPartyCookies,
profile            40 chrome/browser/net/cookie_policy_browsertest.cc   std::string cookie = content::GetCookies(browser()->profile(), url);
profile            45 chrome/browser/net/cookie_policy_browsertest.cc   cookie = content::GetCookies(browser()->profile(), url);
profile            55 chrome/browser/net/cookie_policy_browsertest.cc   browser()->profile()->GetPrefs()->SetBoolean(prefs::kBlockThirdPartyCookies,
profile            71 chrome/browser/net/cookie_policy_browsertest.cc       content::GetCookies(browser()->profile(), redirected_url);
profile            79 chrome/browser/net/cookie_policy_browsertest.cc   cookie = content::GetCookies(browser()->profile(), redirected_url);
profile            33 chrome/browser/net/cookie_store_util.cc   explicit ChromeCookieMonsterDelegate(Profile* profile)
profile            36 chrome/browser/net/cookie_store_util.cc                      profile)) {
profile            38 chrome/browser/net/cookie_store_util.cc     DCHECK(profile);
profile            56 chrome/browser/net/cookie_store_util.cc                                  Profile* profile) {
profile            57 chrome/browser/net/cookie_store_util.cc     if (profile_manager->IsValidProfile(profile))
profile            58 chrome/browser/net/cookie_store_util.cc       return profile;
profile            66 chrome/browser/net/cookie_store_util.cc     Profile* profile = profile_getter_.Run();
profile            67 chrome/browser/net/cookie_store_util.cc     if (profile) {
profile            71 chrome/browser/net/cookie_store_util.cc           content::Source<Profile>(profile),
profile            97 chrome/browser/net/cookie_store_util.cc net::CookieMonsterDelegate* CreateCookieDelegate(Profile* profile) {
profile            99 chrome/browser/net/cookie_store_util.cc       new ChromeCookieMonsterDelegate(profile));
profile            30 chrome/browser/net/cookie_store_util.h net::CookieMonsterDelegate* CreateCookieDelegate(Profile* profile);
profile           503 chrome/browser/net/dns_probe_browsertest.cc   browser()->profile()->GetPrefs()->SetBoolean(
profile           919 chrome/browser/net/dns_probe_browsertest.cc   browser()->profile()->GetPrefs()->SetBoolean(
profile           938 chrome/browser/net/dns_probe_browsertest.cc   browser()->profile()->GetPrefs()->SetBoolean(
profile           200 chrome/browser/net/net_error_tab_helper.cc   Profile* profile = Profile::FromBrowserContext(browser_context);
profile           203 chrome/browser/net/net_error_tab_helper.cc       profile->GetPrefs());
profile            46 chrome/browser/net/nss_context.cc     Profile* profile,
profile            53 chrome/browser/net/nss_context.cc                                      profile->GetResourceContext(),
profile            55 chrome/browser/net/nss_context.h     Profile* profile,
profile            32 chrome/browser/net/nss_context_chromeos_browsertest.cc   explicit DBTester(Profile* profile) : profile_(profile), db_(NULL) {}
profile           117 chrome/browser/net/predictor_browsertest.cc     Predictor* predictor = browser()->profile()->GetNetworkPredictor();
profile           127 chrome/browser/net/predictor_browsertest.cc     Predictor* predictor = browser()->profile()->GetNetworkPredictor();
profile           138 chrome/browser/net/predictor_browsertest.cc     Predictor* predictor = browser()->profile()->GetNetworkPredictor();
profile           144 chrome/browser/net/predictor_browsertest.cc     PrefService* prefs = browser()->profile()->GetPrefs();
profile            47 chrome/browser/net/predictor_tab_helper.cc   Profile* profile =
profile            49 chrome/browser/net/predictor_tab_helper.cc   chrome_browser_net::Predictor* predictor = profile->GetNetworkPredictor();
profile            63 chrome/browser/net/predictor_tab_helper.cc   Profile* profile = Profile::FromBrowserContext(
profile            65 chrome/browser/net/predictor_tab_helper.cc   Predictor* predictor = profile->GetNetworkPredictor();
profile           653 chrome/browser/net/spdyproxy/data_reduction_proxy_settings.cc   Profile* profile = ProfileManager::GetActiveUserProfile();
profile           654 chrome/browser/net/spdyproxy/data_reduction_proxy_settings.cc   fetcher->SetRequestContext(profile->GetRequestContext());
profile            73 chrome/browser/network_time/navigation_time_helper.cc   Profile* profile =
profile            75 chrome/browser/network_time/navigation_time_helper.cc   return NetworkTimeServiceFactory::GetForProfile(profile)->
profile            24 chrome/browser/network_time/network_time_service.cc NetworkTimeService::NetworkTimeService(Profile* profile)
profile            25 chrome/browser/network_time/network_time_service.cc     : profile_(profile) {
profile            22 chrome/browser/network_time/network_time_service.h   explicit NetworkTimeService(Profile* profile);
profile            27 chrome/browser/network_time/network_time_service_factory.cc     Profile* profile) {
profile            29 chrome/browser/network_time/network_time_service_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            19 chrome/browser/network_time/network_time_service_factory.h   static NetworkTimeService* GetForProfile(Profile* profile);
profile            23 chrome/browser/notifications/balloon.cc Balloon::Balloon(const Notification& notification, Profile* profile,
profile            25 chrome/browser/notifications/balloon.cc     : profile_(profile),
profile            85 chrome/browser/notifications/balloon.cc   const ExtensionService* service = profile()->GetExtensionService();
profile            54 chrome/browser/notifications/balloon.h           Profile* profile,
profile            59 chrome/browser/notifications/balloon.h   Profile* profile() const { return profile_; }
profile            55 chrome/browser/notifications/balloon_collection.h                    Profile* profile) = 0;
profile            69 chrome/browser/notifications/balloon_collection.h   virtual bool RemoveByProfile(Profile* profile) = 0;
profile            80 chrome/browser/notifications/balloon_collection_base.cc bool BalloonCollectionBase::CloseAllByProfile(Profile* profile) {
profile            86 chrome/browser/notifications/balloon_collection_base.cc     if ((*iter)->profile() == profile)
profile            51 chrome/browser/notifications/balloon_collection_base.h   virtual bool CloseAllByProfile(Profile* profile);
profile            62 chrome/browser/notifications/balloon_collection_impl.cc                                     Profile* profile,
profile            64 chrome/browser/notifications/balloon_collection_impl.cc   Balloon* new_balloon = MakeBalloon(notification, profile);
profile            90 chrome/browser/notifications/balloon_collection_impl.cc                                 Profile* profile) {
profile            91 chrome/browser/notifications/balloon_collection_impl.cc   AddImpl(notification, profile, false);
profile           107 chrome/browser/notifications/balloon_collection_impl.cc bool BalloonCollectionImpl::RemoveByProfile(Profile* profile) {
profile           108 chrome/browser/notifications/balloon_collection_impl.cc   return base_.CloseAllByProfile(profile);
profile            48 chrome/browser/notifications/balloon_collection_impl.h                    Profile* profile) OVERRIDE;
profile            52 chrome/browser/notifications/balloon_collection_impl.h   virtual bool RemoveByProfile(Profile* profile) OVERRIDE;
profile           189 chrome/browser/notifications/balloon_collection_impl.h                                Profile* profile);
profile           194 chrome/browser/notifications/balloon_collection_impl.h                Profile* profile,
profile            42 chrome/browser/notifications/balloon_host.cc       extension_function_dispatcher_(balloon_->profile(), this) {
profile            44 chrome/browser/notifications/balloon_host.cc       balloon_->profile(), balloon_->notification().content_url());
profile           141 chrome/browser/notifications/balloon_host.cc       WebContents::CreateParams(balloon_->profile(), site_instance_.get())));
profile           149 chrome/browser/notifications/balloon_host.cc       web_contents_->GetMutableRendererPrefs(), balloon_->profile());
profile            24 chrome/browser/notifications/balloon_notification_ui_manager.cc   QueuedNotification(const Notification& notification, Profile* profile)
profile            26 chrome/browser/notifications/balloon_notification_ui_manager.cc         profile_(profile) {
profile            78 chrome/browser/notifications/balloon_notification_ui_manager.cc                                        Profile* profile) {
profile            79 chrome/browser/notifications/balloon_notification_ui_manager.cc   if (Update(notification, profile)) {
profile            86 chrome/browser/notifications/balloon_notification_ui_manager.cc       new QueuedNotification(notification, profile)));
profile            91 chrome/browser/notifications/balloon_notification_ui_manager.cc                                           Profile* profile) {
profile           102 chrome/browser/notifications/balloon_notification_ui_manager.cc     if (profile == (*iter)->profile() &&
profile           110 chrome/browser/notifications/balloon_notification_ui_manager.cc   return UpdateNotification(notification, profile);
profile           139 chrome/browser/notifications/balloon_notification_ui_manager.cc     Profile* profile,
profile           145 chrome/browser/notifications/balloon_notification_ui_manager.cc         profile->IsSameProfile((*iter)->profile())) {
profile           154 chrome/browser/notifications/balloon_notification_ui_manager.cc     if (profile->IsSameProfile((*iter)->profile()) &&
profile           179 chrome/browser/notifications/balloon_notification_ui_manager.cc bool BalloonNotificationUIManager::CancelAllByProfile(Profile* profile) {
profile           184 chrome/browser/notifications/balloon_notification_ui_manager.cc     if ((*loopiter)->profile() != profile) {
profile           192 chrome/browser/notifications/balloon_notification_ui_manager.cc   return balloon_collection_->RemoveByProfile(profile) || removed;
profile           209 chrome/browser/notifications/balloon_notification_ui_manager.cc     Profile* profile) {
profile           212 chrome/browser/notifications/balloon_notification_ui_manager.cc   balloon_collection_->Add(notification, profile);
profile           227 chrome/browser/notifications/balloon_notification_ui_manager.cc     Profile* profile) {
profile           237 chrome/browser/notifications/balloon_notification_ui_manager.cc     if (profile == (*iter)->profile() &&
profile           281 chrome/browser/notifications/balloon_notification_ui_manager.cc                           queued_notification->profile())) {
profile            44 chrome/browser/notifications/balloon_notification_ui_manager.h                    Profile* profile) OVERRIDE;
profile            46 chrome/browser/notifications/balloon_notification_ui_manager.h                       Profile* profile) OVERRIDE;
profile            51 chrome/browser/notifications/balloon_notification_ui_manager.h       Profile* profile,
profile            54 chrome/browser/notifications/balloon_notification_ui_manager.h   virtual bool CancelAllByProfile(Profile* profile) OVERRIDE;
profile            74 chrome/browser/notifications/balloon_notification_ui_manager.h   bool ShowNotification(const Notification& notification, Profile* profile);
profile            75 chrome/browser/notifications/balloon_notification_ui_manager.h   bool UpdateNotification(const Notification& notification, Profile* profile);
profile           394 chrome/browser/notifications/desktop_notification_service.cc     Profile* profile) {
profile           400 chrome/browser/notifications/desktop_notification_service.cc     g_browser_process->notification_ui_manager()->Add(notification, profile);
profile           409 chrome/browser/notifications/desktop_notification_service.cc   g_browser_process->notification_ui_manager()->Add(notification, profile);
profile           421 chrome/browser/notifications/desktop_notification_service.cc     Profile* profile) {
profile           427 chrome/browser/notifications/desktop_notification_service.cc     g_browser_process->notification_ui_manager()->Add(notification, profile);
profile           435 chrome/browser/notifications/desktop_notification_service.cc       origin_url, title, message, icon_url, replace_id, delegate, profile);
profile           445 chrome/browser/notifications/desktop_notification_service.cc     Profile* profile,
profile           447 chrome/browser/notifications/desktop_notification_service.cc     : profile_(profile),
profile            60 chrome/browser/notifications/desktop_notification_service.h   DesktopNotificationService(Profile* profile,
profile           119 chrome/browser/notifications/desktop_notification_service.h                                      Profile* profile);
profile           128 chrome/browser/notifications/desktop_notification_service.h                                          Profile* profile);
profile            18 chrome/browser/notifications/desktop_notification_service_factory.cc     Profile* profile) {
profile            21 chrome/browser/notifications/desktop_notification_service_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            40 chrome/browser/notifications/desktop_notification_service_factory.cc     content::BrowserContext* profile) const {
profile            42 chrome/browser/notifications/desktop_notification_service_factory.cc       new DesktopNotificationService(static_cast<Profile*>(profile), NULL);
profile            23 chrome/browser/notifications/desktop_notification_service_factory.h   static DesktopNotificationService* GetForProfile(Profile* profile);
profile            35 chrome/browser/notifications/desktop_notification_service_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile            23 chrome/browser/notifications/desktop_notification_service_unittest.cc     service_ = DesktopNotificationServiceFactory::GetForProfile(profile());
profile            50 chrome/browser/notifications/desktop_notifications_unittest.cc                                 Profile* profile) {
profile            60 chrome/browser/notifications/desktop_notifications_unittest.cc   BalloonCollectionImpl::Add(test_notification, profile);
profile            68 chrome/browser/notifications/desktop_notifications_unittest.cc                                             Profile* profile) {
profile            70 chrome/browser/notifications/desktop_notifications_unittest.cc   Balloon* balloon = BalloonCollectionImpl::MakeBalloon(notification, profile);
profile           135 chrome/browser/notifications/desktop_notifications_unittest.cc   service_.reset(new DesktopNotificationService(profile(), ui_manager_.get()));
profile            49 chrome/browser/notifications/desktop_notifications_unittest.h                    Profile* profile) OVERRIDE;
profile            52 chrome/browser/notifications/desktop_notifications_unittest.h                                Profile* profile) OVERRIDE;
profile            86 chrome/browser/notifications/desktop_notifications_unittest.h   Profile* profile() { return profile_.get(); }
profile            37 chrome/browser/notifications/extension_welcome_notification.cc       Profile* profile,
profile            39 chrome/browser/notifications/extension_welcome_notification.cc       : profile_(profile),
profile           115 chrome/browser/notifications/extension_welcome_notification.cc     Profile* const profile,
profile           118 chrome/browser/notifications/extension_welcome_notification.cc       profile_(profile),
profile           131 chrome/browser/notifications/extension_welcome_notification.cc     Profile* const profile) {
profile           132 chrome/browser/notifications/extension_welcome_notification.cc   return Create(extension_id, profile, new DefaultDelegate()).Pass();
profile           138 chrome/browser/notifications/extension_welcome_notification.cc     Profile* const profile,
profile           141 chrome/browser/notifications/extension_welcome_notification.cc       new ExtensionWelcomeNotification(extension_id, profile, delegate)).Pass();
profile            69 chrome/browser/notifications/extension_welcome_notification.h       Profile* const profile);
profile            75 chrome/browser/notifications/extension_welcome_notification.h       Profile* const profile,
profile            93 chrome/browser/notifications/extension_welcome_notification.h       Profile* const profile,
profile            97 chrome/browser/notifications/message_center_notification_manager.cc                                            Profile* profile) {
profile            98 chrome/browser/notifications/message_center_notification_manager.cc   if (Update(notification, profile))
profile           101 chrome/browser/notifications/message_center_notification_manager.cc   DesktopNotificationServiceFactory::GetForProfile(profile)->
profile           105 chrome/browser/notifications/message_center_notification_manager.cc       new ProfileNotification(profile, notification, message_center_));
profile           109 chrome/browser/notifications/message_center_notification_manager.cc                                               Profile* profile) {
profile           125 chrome/browser/notifications/message_center_notification_manager.cc         old_notification->profile() == profile) {
profile           137 chrome/browser/notifications/message_center_notification_manager.cc           new ProfileNotification(profile, notification, message_center_);
profile           175 chrome/browser/notifications/message_center_notification_manager.cc     Profile* profile,
profile           182 chrome/browser/notifications/message_center_notification_manager.cc         profile == (*iter).second->profile()) {
profile           208 chrome/browser/notifications/message_center_notification_manager.cc bool MessageCenterNotificationManager::CancelAllByProfile(Profile* profile) {
profile           215 chrome/browser/notifications/message_center_notification_manager.cc     if (profile == (*curiter).second->profile()) {
profile           420 chrome/browser/notifications/message_center_notification_manager.cc     Profile* profile,
profile           423 chrome/browser/notifications/message_center_notification_manager.cc     : profile_(profile),
profile           426 chrome/browser/notifications/message_center_notification_manager.cc   DCHECK(profile);
profile           428 chrome/browser/notifications/message_center_notification_manager.cc   notification_.set_profile_id(multi_user_util::GetUserIDFromProfile(profile));
profile           447 chrome/browser/notifications/message_center_notification_manager.cc       extensions::ExtensionSystem::Get(profile())->info_map();
profile           454 chrome/browser/notifications/message_center_notification_manager.cc       DesktopNotificationServiceFactory::GetForProfile(profile());
profile            53 chrome/browser/notifications/message_center_notification_manager.h                    Profile* profile) OVERRIDE;
profile            55 chrome/browser/notifications/message_center_notification_manager.h                       Profile* profile) OVERRIDE;
profile            60 chrome/browser/notifications/message_center_notification_manager.h       Profile* profile,
profile            63 chrome/browser/notifications/message_center_notification_manager.h   virtual bool CancelAllByProfile(Profile* profile) OVERRIDE;
profile           162 chrome/browser/notifications/message_center_notification_manager.h     ProfileNotification(Profile* profile,
profile           172 chrome/browser/notifications/message_center_notification_manager.h     Profile* profile() const { return profile_; }
profile            74 chrome/browser/notifications/message_center_notifications_browsertest.cc   Profile* profile() { return browser()->profile(); }
profile           182 chrome/browser/notifications/message_center_notifications_browsertest.cc   manager()->Add(CreateTestNotification("hey"), profile());
profile           204 chrome/browser/notifications/message_center_notifications_browsertest.cc   manager()->Add(CreateTestNotification("hey", &delegate), profile());
profile           230 chrome/browser/notifications/message_center_notifications_browsertest.cc   manager()->Add(CreateTestNotification("n", &delegate), profile());
profile           254 chrome/browser/notifications/message_center_notifications_browsertest.cc   manager()->Add(CreateTestNotification("n", &delegate), profile());
profile           256 chrome/browser/notifications/message_center_notifications_browsertest.cc   manager()->Add(CreateRichTestNotification("n", &delegate2), profile());
profile           287 chrome/browser/notifications/message_center_notifications_browsertest.cc   manager()->Add(CreateTestNotification("n", &delegate), profile());
profile           289 chrome/browser/notifications/message_center_notifications_browsertest.cc   manager()->Add(CreateTestNotification("n2", &delegate2), profile());
profile           328 chrome/browser/notifications/message_center_notifications_browsertest.cc   manager()->Add(notification, profile());
profile           333 chrome/browser/notifications/message_center_notifications_browsertest.cc   manager()->Update(notification, profile());
profile           370 chrome/browser/notifications/message_center_notifications_browsertest.cc   manager()->Add(notification, profile());
profile           375 chrome/browser/notifications/message_center_notifications_browsertest.cc   manager()->Update(notification, profile());
profile           412 chrome/browser/notifications/message_center_notifications_browsertest.cc   manager()->Add(notification, profile());
profile           417 chrome/browser/notifications/message_center_notifications_browsertest.cc   manager()->Update(notification, profile());
profile           436 chrome/browser/notifications/message_center_notifications_browsertest.cc   manager()->Add(CreateTestNotification("n", &delegate), profile());
profile           445 chrome/browser/notifications/message_center_notifications_browsertest.cc                     content::Source<Profile>(profile()),
profile            96 chrome/browser/notifications/message_center_notifications_unittest_win.cc   TestingProfile profile;
profile            97 chrome/browser/notifications/message_center_notifications_unittest_win.cc   notification_manager()->Add(GetANotification("test"), &profile);
profile           104 chrome/browser/notifications/message_center_notifications_unittest_win.cc   TestingProfile profile;
profile           105 chrome/browser/notifications/message_center_notifications_unittest_win.cc   notification_manager()->Add(GetANotification("test"), &profile);
profile           118 chrome/browser/notifications/message_center_notifications_unittest_win.cc   TestingProfile profile;
profile           119 chrome/browser/notifications/message_center_notifications_unittest_win.cc   notification_manager()->Add(GetANotification("test"), &profile);
profile           129 chrome/browser/notifications/message_center_notifications_unittest_win.cc   TestingProfile profile;
profile           130 chrome/browser/notifications/message_center_notifications_unittest_win.cc   notification_manager()->Add(GetANotification("test"), &profile);
profile            64 chrome/browser/notifications/message_center_settings_controller.cc                        Profile* profile);
profile            89 chrome/browser/notifications/message_center_settings_controller.cc                                            Profile* profile)
profile            91 chrome/browser/notifications/message_center_settings_controller.cc       profile_(profile) {
profile           203 chrome/browser/notifications/message_center_settings_controller.cc   Profile* profile = notifier_groups_[current_notifier_group_]->profile();
profile           206 chrome/browser/notifications/message_center_settings_controller.cc       DesktopNotificationServiceFactory::GetForProfile(profile);
profile           214 chrome/browser/notifications/message_center_settings_controller.cc   ExtensionService* extension_service = profile->GetExtensionService();
profile           223 chrome/browser/notifications/message_center_settings_controller.cc       profile, extension_misc::EXTENSION_ICON_SMALL, this));
profile           235 chrome/browser/notifications/message_center_settings_controller.cc         extensions::util::IsExtensionIdle(extension->id(), profile)) {
profile           251 chrome/browser/notifications/message_center_settings_controller.cc             profile, Profile::EXPLICIT_ACCESS);
profile           267 chrome/browser/notifications/message_center_settings_controller.cc       FaviconServiceFactory::GetForProfile(profile, Profile::EXPLICIT_ACCESS);
profile           329 chrome/browser/notifications/message_center_settings_controller.cc   Profile* profile = notifier_groups_[current_notifier_group_]->profile();
profile           332 chrome/browser/notifications/message_center_settings_controller.cc       DesktopNotificationServiceFactory::GetForProfile(profile);
profile           369 chrome/browser/notifications/message_center_settings_controller.cc               profile, Profile::EXPLICIT_ACCESS);
profile           393 chrome/browser/notifications/message_center_settings_controller.cc   Profile* profile = notifier_groups_[current_notifier_group_]->profile();
profile           396 chrome/browser/notifications/message_center_settings_controller.cc       extensions::ExtensionSystem::Get(profile)->event_router();
profile           414 chrome/browser/notifications/message_center_settings_controller.cc   Profile* profile = notifier_groups_[current_notifier_group_]->profile();
profile           417 chrome/browser/notifications/message_center_settings_controller.cc       extensions::ExtensionSystem::Get(profile)->event_router();
profile           478 chrome/browser/notifications/message_center_settings_controller.cc   Profile* profile = user_manager->GetProfileByUser(user);
profile           479 chrome/browser/notifications/message_center_settings_controller.cc   DCHECK(profile);
profile           485 chrome/browser/notifications/message_center_settings_controller.cc       profile));
profile           507 chrome/browser/notifications/message_center_settings_controller.cc     if (group->profile() == NULL)
profile           515 chrome/browser/notifications/message_center_settings_controller.cc       if (user_manager->GetUserByProfile(group->profile()) !=
profile           524 chrome/browser/notifications/message_center_settings_controller.cc     if (chromeos::ProfileHelper::IsSigninProfile(group->profile()))
profile           480 chrome/browser/notifications/notification_browsertest.cc   Profile* profile = browser()->profile();
profile           481 chrome/browser/notifications/notification_browsertest.cc   return DesktopNotificationServiceFactory::GetForProfile(profile);
profile           141 chrome/browser/notifications/notification_options_menu_model.cc         balloon_->profile()->GetExtensionService();
profile           189 chrome/browser/notifications/notification_options_menu_model.cc         DesktopNotificationServiceFactory::GetForProfile(balloon_->profile());
profile           192 chrome/browser/notifications/notification_options_menu_model.cc           balloon_->profile()->GetExtensionService();
profile           239 chrome/browser/notifications/notification_options_menu_model.cc       DesktopNotificationServiceFactory::GetForProfile(balloon_->profile());
profile           241 chrome/browser/notifications/notification_options_menu_model.cc       balloon_->profile()->GetExtensionService();
profile           266 chrome/browser/notifications/notification_options_menu_model.cc           balloon_->profile(), active_desktop);
profile           270 chrome/browser/notifications/notification_options_menu_model.cc         browser = new Browser(Browser::CreateParams(balloon_->profile(),
profile            31 chrome/browser/notifications/notification_test_util.cc                                     Profile* profile) {
profile            34 chrome/browser/notifications/notification_test_util.cc   profile_ = profile;
profile            42 chrome/browser/notifications/notification_test_util.cc                                        Profile* profile) {
profile            45 chrome/browser/notifications/notification_test_util.cc   profile_ = profile;
profile            61 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            74 chrome/browser/notifications/notification_test_util.cc bool StubNotificationUIManager::CancelAllByProfile(Profile* profile) {
profile            91 chrome/browser/notifications/notification_test_util.h   virtual void Add(const Notification& notification, Profile* profile) OVERRIDE;
profile            93 chrome/browser/notifications/notification_test_util.h                       Profile* profile) OVERRIDE;
profile           106 chrome/browser/notifications/notification_test_util.h       Profile* profile,
profile           114 chrome/browser/notifications/notification_test_util.h   virtual bool CancelAllByProfile(Profile* profile) OVERRIDE;
profile            29 chrome/browser/notifications/notification_ui_manager.h   virtual void Add(const Notification& notification, Profile* profile) = 0;
profile            33 chrome/browser/notifications/notification_ui_manager.h   virtual bool Update(const Notification& notification, Profile* profile) = 0;
profile            47 chrome/browser/notifications/notification_ui_manager.h       Profile* profile,
profile            55 chrome/browser/notifications/notification_ui_manager.h   virtual bool CancelAllByProfile(Profile* profile) = 0;
profile            85 chrome/browser/notifications/sync_notifier/chrome_notifier_delegate.cc       chrome_notifier_->profile(), chrome::GetActiveDesktop());
profile            25 chrome/browser/notifications/sync_notifier/chrome_notifier_delegate_unittest.cc   explicit StubChromeNotifierService(Profile* profile)
profile            26 chrome/browser/notifications/sync_notifier/chrome_notifier_delegate_unittest.cc       : ChromeNotifierService(profile, NULL) {}
profile            76 chrome/browser/notifications/sync_notifier/chrome_notifier_delegate_unittest.cc     notifier_.reset(new StubChromeNotifierService(profile()));
profile            58 chrome/browser/notifications/sync_notifier/chrome_notifier_service.cc ChromeNotifierService::ChromeNotifierService(Profile* profile,
profile            60 chrome/browser/notifications/sync_notifier/chrome_notifier_service.cc     : profile_(profile),
profile            60 chrome/browser/notifications/sync_notifier/chrome_notifier_service.h   ChromeNotifierService(Profile* profile, NotificationUIManager* manager);
profile           112 chrome/browser/notifications/sync_notifier/chrome_notifier_service.h   Profile* profile() const { return profile_; }
profile            19 chrome/browser/notifications/sync_notifier/chrome_notifier_service_factory.cc     Profile* profile, Profile::ServiceAccessType service_access_type) {
profile            21 chrome/browser/notifications/sync_notifier/chrome_notifier_service_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            61 chrome/browser/notifications/sync_notifier/chrome_notifier_service_factory.cc     content::BrowserContext* profile) const {
profile            65 chrome/browser/notifications/sync_notifier/chrome_notifier_service_factory.cc       new ChromeNotifierService(static_cast<Profile*>(profile),
profile            23 chrome/browser/notifications/sync_notifier/chrome_notifier_service_factory.h       Profile* profile, Profile::ServiceAccessType service_access_type);
profile            41 chrome/browser/notifications/sync_notifier/chrome_notifier_service_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile           322 chrome/browser/notifications/sync_notifier/chrome_notifier_service_unittest.cc   bool first_run = notifier.profile()->GetPrefs()->GetBoolean(
profile            14 chrome/browser/notifications/sync_notifier/image_holder.cc                          Profile* profile,
profile            21 chrome/browser/notifications/sync_notifier/image_holder.cc       profile_(profile) {
profile            31 chrome/browser/notifications/sync_notifier/image_holder.h               Profile* profile,
profile           209 chrome/browser/notifications/sync_notifier/sync_notifier_test_utils.cc     Profile* profile) : SyncedNotificationAppInfoService(profile) {
profile           115 chrome/browser/notifications/sync_notifier/sync_notifier_test_utils.h     explicit StubSyncedNotificationAppInfoService(Profile* profile);
profile            92 chrome/browser/notifications/sync_notifier/synced_notification.cc void SyncedNotification::Show(Profile* profile) {
profile           223 chrome/browser/notifications/sync_notifier/synced_notification.cc     notification_manager_->Add(ui_notification, profile);
profile           235 chrome/browser/notifications/sync_notifier/synced_notification.cc     notification_manager_->Add(ui_notification, profile);
profile           252 chrome/browser/notifications/sync_notifier/synced_notification.cc void SyncedNotification::ShowAllForAppId(Profile* profile,
profile           255 chrome/browser/notifications/sync_notifier/synced_notification.cc     Show(profile);
profile           267 chrome/browser/notifications/sync_notifier/synced_notification.cc     Profile* profile) {
profile           271 chrome/browser/notifications/sync_notifier/synced_notification.cc     Show(profile);
profile           277 chrome/browser/notifications/sync_notifier/synced_notification.cc   profile_ = profile;
profile            53 chrome/browser/notifications/sync_notifier/synced_notification.h   void Show(Profile* profile);
profile            60 chrome/browser/notifications/sync_notifier/synced_notification.h   void ShowAllForAppId(Profile* profile,
profile            68 chrome/browser/notifications/sync_notifier/synced_notification.h                             Profile* profile);
profile            16 chrome/browser/notifications/sync_notifier/synced_notification_app_info.cc     Profile* const profile,
profile            19 chrome/browser/notifications/sync_notifier/synced_notification_app_info.cc     : profile_(profile),
profile            29 chrome/browser/notifications/sync_notifier/synced_notification_app_info.h       Profile* const profile,
profile            35 chrome/browser/notifications/sync_notifier/synced_notification_app_info_service.cc     Profile* profile)
profile            36 chrome/browser/notifications/sync_notifier/synced_notification_app_info_service.cc     : profile_(profile), chrome_notifier_service_(NULL) {}
profile            48 chrome/browser/notifications/sync_notifier/synced_notification_app_info_service.h   explicit SyncedNotificationAppInfoService(Profile* profile);
profile            16 chrome/browser/notifications/sync_notifier/synced_notification_app_info_service_factory.cc     Profile* profile,
profile            19 chrome/browser/notifications/sync_notifier/synced_notification_app_info_service_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            38 chrome/browser/notifications/sync_notifier/synced_notification_app_info_service_factory.cc     content::BrowserContext* profile) const {
profile            40 chrome/browser/notifications/sync_notifier/synced_notification_app_info_service_factory.cc       new SyncedNotificationAppInfoService(static_cast<Profile*>(profile));
profile            21 chrome/browser/notifications/sync_notifier/synced_notification_app_info_service_factory.h       Profile* profile,
profile            35 chrome/browser/notifications/sync_notifier/synced_notification_app_info_service_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile            33 chrome/browser/notifications/sync_notifier/welcome_delegate.cc                                  Profile* profile,
profile            36 chrome/browser/notifications/sync_notifier/welcome_delegate.cc       profile_(profile),
profile            24 chrome/browser/notifications/sync_notifier/welcome_delegate.h                            Profile* profile,
profile            18 chrome/browser/password_manager/mock_password_store_service.h   static KeyedService* Build(content::BrowserContext* profile);
profile            18 chrome/browser/password_manager/null_password_store_service.h   static KeyedService* Build(content::BrowserContext* profile);
profile            65 chrome/browser/password_manager/password_generation_interactive_uitest.cc     autofill::test::DisableSystemServices(browser()->profile()->GetPrefs());
profile           153 chrome/browser/password_manager/password_manager_browsertest.cc         browser()->profile(), TestPasswordStoreService::Build);
profile           446 chrome/browser/password_manager/password_manager_browsertest.cc   autofill::test::DisableSystemServices(browser()->profile()->GetPrefs());
profile            68 chrome/browser/password_manager/password_store_factory.cc     Profile* profile,
profile            70 chrome/browser/password_manager/password_store_factory.cc   if (sat == Profile::IMPLICIT_ACCESS && profile->IsOffTheRecord()) {
profile            77 chrome/browser/password_manager/password_store_factory.cc       factory->GetServiceForBrowserContext(profile, true));
profile           121 chrome/browser/password_manager/password_store_factory.cc   Profile* profile = static_cast<Profile*>(context);
profile           123 chrome/browser/password_manager/password_store_factory.cc   base::FilePath login_db_file_path = profile->GetPath();
profile           147 chrome/browser/password_manager/password_store_factory.cc                             WebDataService::FromBrowserContext(profile));
profile           183 chrome/browser/password_manager/password_store_factory.cc   PrefService* prefs = profile->GetPrefs();
profile           225 chrome/browser/password_manager/password_store_factory.cc           sync_start_util::GetFlareForSyncableService(profile->GetPath()))) {
profile            47 chrome/browser/password_manager/password_store_factory.h       Profile* profile, Profile::ServiceAccessType set);
profile            18 chrome/browser/password_manager/test_password_store_service.h   static KeyedService* Build(content::BrowserContext* profile);
profile            34 chrome/browser/pepper_broker_infobar_delegate.cc   Profile* profile =
profile            37 chrome/browser/pepper_broker_infobar_delegate.cc   if (profile->IsGuestSession()) {
profile            46 chrome/browser/pepper_broker_infobar_delegate.cc       profile->GetHostContentSettingsMap();
profile            60 chrome/browser/pepper_broker_infobar_delegate.cc             profile->GetPrefs()->GetString(prefs::kAcceptLanguages),
profile           422 chrome/browser/performance_monitor/performance_monitor.cc     active_profiles->insert(it->profile()->GetDebugName());
profile           620 chrome/browser/performance_monitor/performance_monitor.cc       Profile* profile = content::Source<Profile>(source).ptr();
profile           621 chrome/browser/performance_monitor/performance_monitor.cc       if (profile->GetLastSessionExitType() == Profile::EXIT_CRASHED) {
profile           628 chrome/browser/performance_monitor/performance_monitor.cc                 profile->GetDebugName()));
profile           342 chrome/browser/performance_monitor/performance_monitor_browsertest.cc     SessionStartupPref::SetStartupPref(browser()->profile(), pref);
profile           347 chrome/browser/performance_monitor/performance_monitor_browsertest.cc         SessionServiceFactory::GetForProfile(browser()->profile()));
profile           356 chrome/browser/performance_monitor/performance_monitor_browsertest.cc     Profile* profile = browser->profile();
profile           376 chrome/browser/performance_monitor/performance_monitor_browsertest.cc     chrome::NewEmptyWindow(profile, chrome::GetActiveDesktop());
profile           468 chrome/browser/performance_monitor/performance_monitor_browsertest.cc       browser()->profile()->GetExtensionService();
profile            26 chrome/browser/platform_util.h void ShowItemInFolder(Profile* profile, const base::FilePath& full_path);
profile            30 chrome/browser/platform_util.h void OpenItem(Profile* profile, const base::FilePath& full_path);
profile            35 chrome/browser/platform_util.h void OpenExternal(Profile* profile, const GURL& url);
profile            13 chrome/browser/platform_util_android.cc void ShowItemInFolder(Profile* profile, const base::FilePath& full_path) {
profile            17 chrome/browser/platform_util_android.cc void OpenItem(Profile* profile, const base::FilePath& full_path) {
profile            21 chrome/browser/platform_util_android.cc void OpenExternal(Profile* profile, const GURL& url) {
profile            23 chrome/browser/platform_util_chromeos.cc void ShowItemInFolder(Profile* profile, const base::FilePath& full_path) {
profile            25 chrome/browser/platform_util_chromeos.cc   file_manager::util::ShowItemInFolder(profile, full_path);
profile            28 chrome/browser/platform_util_chromeos.cc void OpenItem(Profile* profile, const base::FilePath& full_path) {
profile            30 chrome/browser/platform_util_chromeos.cc   file_manager::util::OpenItem(profile, full_path);
profile            33 chrome/browser/platform_util_chromeos.cc void OpenExternal(Profile* profile, const GURL& url) {
profile            45 chrome/browser/platform_util_chromeos.cc   chrome::NavigateParams params(profile, url, content::PAGE_TRANSITION_LINK);
profile            67 chrome/browser/platform_util_linux.cc void ShowItemInFolder(Profile* profile, const base::FilePath& full_path) {
profile            73 chrome/browser/platform_util_linux.cc void OpenItem(Profile* profile, const base::FilePath& full_path) {
profile            79 chrome/browser/platform_util_linux.cc void OpenExternal(Profile* profile, const GURL& url) {
profile           169 chrome/browser/platform_util_win.cc void ShowItemInFolder(Profile* profile, const base::FilePath& full_path) {
profile           179 chrome/browser/platform_util_win.cc void OpenItem(Profile* profile, const base::FilePath& full_path) {
profile           190 chrome/browser/platform_util_win.cc void OpenExternal(Profile* profile, const GURL& url) {
profile            70 chrome/browser/plugins/chrome_plugin_service_filter.cc     Profile* profile,
profile            74 chrome/browser/plugins/chrome_plugin_service_filter.cc       std::make_pair(PluginPrefs::GetForProfile(profile).get(), origin);
profile           210 chrome/browser/plugins/chrome_plugin_service_filter.cc       Profile* profile = content::Source<Profile>(source).ptr();
profile           211 chrome/browser/plugins/chrome_plugin_service_filter.cc       PluginService::GetInstance()->PurgePluginListCache(profile, false);
profile           212 chrome/browser/plugins/chrome_plugin_service_filter.cc       if (profile && profile->HasOffTheRecordProfile()) {
profile           214 chrome/browser/plugins/chrome_plugin_service_filter.cc             profile->GetOffTheRecordProfile(), false);
profile            52 chrome/browser/plugins/chrome_plugin_service_filter.h                                         Profile* profile,
profile            65 chrome/browser/plugins/plugin_info_message_filter.cc                                           Profile* profile)
profile            67 chrome/browser/plugins/plugin_info_message_filter.cc       resource_context_(profile->GetResourceContext()),
profile            68 chrome/browser/plugins/plugin_info_message_filter.cc       host_content_settings_map_(profile->GetHostContentSettingsMap()),
profile            69 chrome/browser/plugins/plugin_info_message_filter.cc       plugin_prefs_(PluginPrefs::GetForProfile(profile)) {
profile            71 chrome/browser/plugins/plugin_info_message_filter.cc                                profile->GetPrefs());
profile            76 chrome/browser/plugins/plugin_info_message_filter.cc                                  profile->GetPrefs());
profile            93 chrome/browser/plugins/plugin_info_message_filter.cc     Profile* profile)
profile            95 chrome/browser/plugins/plugin_info_message_filter.cc       context_(render_process_id, profile),
profile            40 chrome/browser/plugins/plugin_info_message_filter.h     Context(int render_process_id, Profile* profile);
profile            78 chrome/browser/plugins/plugin_info_message_filter.h   PluginInfoMessageFilter(int render_process_id, Profile* profile);
profile           143 chrome/browser/plugins/plugin_installer.cc   Profile* profile =
profile           150 chrome/browser/plugins/plugin_installer.cc                  profile->GetResourceContext(),
profile           466 chrome/browser/plugins/plugin_observer.cc   Profile* profile =
profile           468 chrome/browser/plugins/plugin_observer.cc   if (profile->IsOffTheRecord())
profile           471 chrome/browser/plugins/plugin_observer.cc       profile->GetHostContentSettingsMap();
profile            92 chrome/browser/plugins/plugin_prefs.cc scoped_refptr<PluginPrefs> PluginPrefs::GetForProfile(Profile* profile) {
profile            93 chrome/browser/plugins/plugin_prefs.cc   return PluginPrefsFactory::GetPrefsForProfile(profile);
profile            98 chrome/browser/plugins/plugin_prefs.cc     Profile* profile) {
profile           101 chrome/browser/plugins/plugin_prefs.cc           profile, &PluginPrefsFactory::CreateForTestingProfile).get());
profile            42 chrome/browser/plugins/plugin_prefs.h   static scoped_refptr<PluginPrefs> GetForProfile(Profile* profile);
profile            47 chrome/browser/plugins/plugin_prefs.h   static scoped_refptr<PluginPrefs> GetForTestingProfile(Profile* profile);
profile            75 chrome/browser/plugins/plugin_prefs.h   void set_profile(Profile* profile) { profile_ = profile; }
profile            25 chrome/browser/plugins/plugin_prefs_factory.cc     Profile* profile) {
profile            27 chrome/browser/plugins/plugin_prefs_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true).get());
profile            32 chrome/browser/plugins/plugin_prefs_factory.cc PluginPrefsFactory::CreateForTestingProfile(content::BrowserContext* profile) {
profile            34 chrome/browser/plugins/plugin_prefs_factory.cc       GetInstance()->BuildServiceInstanceFor(profile).get());
profile            47 chrome/browser/plugins/plugin_prefs_factory.cc   Profile* profile = static_cast<Profile*>(context);
profile            49 chrome/browser/plugins/plugin_prefs_factory.cc   plugin_prefs->set_profile(profile->GetOriginalProfile());
profile            50 chrome/browser/plugins/plugin_prefs_factory.cc   plugin_prefs->SetPrefs(profile->GetPrefs());
profile            17 chrome/browser/plugins/plugin_prefs_factory.h   static scoped_refptr<PluginPrefs> GetPrefsForProfile(Profile* profile);
profile            27 chrome/browser/plugins/plugin_prefs_factory.h       CreateForTestingProfile(content::BrowserContext* profile);
profile            31 chrome/browser/plugins/plugin_status_pref_setter.cc     Profile* profile,
profile            34 chrome/browser/plugins/plugin_status_pref_setter.cc                                       profile->GetPrefs(), observer);
profile            36 chrome/browser/plugins/plugin_status_pref_setter.cc                                       profile->GetPrefs(), observer);
profile            37 chrome/browser/plugins/plugin_status_pref_setter.cc   profile_ = profile;
profile            39 chrome/browser/plugins/plugin_status_pref_setter.cc                  content::Source<Profile>(profile));
profile            37 chrome/browser/plugins/plugin_status_pref_setter.h   void Init(Profile* profile,
profile           178 chrome/browser/policy/cloud/cloud_policy_browsertest.cc             browser()->profile());
profile           184 chrome/browser/policy/cloud/cloud_policy_browsertest.cc         SigninManagerFactory::GetForProfile(browser()->profile());
profile           190 chrome/browser/policy/cloud/cloud_policy_browsertest.cc             browser()->profile());
profile           238 chrome/browser/policy/cloud/cloud_policy_browsertest.cc         ProfilePolicyConnectorFactory::GetForProfile(browser()->profile());
profile           245 chrome/browser/policy/cloud/cloud_policy_browsertest.cc             browser()->profile()));
profile            74 chrome/browser/policy/cloud/cloud_policy_manager_browsertest.cc         SigninManagerFactory::GetForProfile(browser()->profile());
profile            98 chrome/browser/policy/cloud/cloud_policy_manager_browsertest.cc         browser()->profile());
profile           103 chrome/browser/policy/cloud/cloud_policy_manager_browsertest.cc         browser()->profile());
profile           172 chrome/browser/policy/cloud/component_cloud_policy_browsertest.cc             browser()->profile());
profile           178 chrome/browser/policy/cloud/component_cloud_policy_browsertest.cc         SigninManagerFactory::GetForProfile(browser()->profile());
profile           184 chrome/browser/policy/cloud/component_cloud_policy_browsertest.cc             browser()->profile());
profile           210 chrome/browser/policy/cloud/component_cloud_policy_browsertest.cc         SigninManagerFactory::GetForProfile(browser()->profile());
profile           218 chrome/browser/policy/cloud/component_cloud_policy_browsertest.cc         ProfilePolicyConnectorFactory::GetForProfile(browser()->profile());
profile           300 chrome/browser/policy/cloud/component_cloud_policy_browsertest.cc   base::FilePath cache_path = browser()->profile()->GetPath()
profile            31 chrome/browser/policy/cloud/policy_header_service_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile            19 chrome/browser/policy/cloud/user_cloud_policy_invalidator.cc     Profile* profile,
profile            25 chrome/browser/policy/cloud/user_cloud_policy_invalidator.cc       profile_(profile) {
profile            26 chrome/browser/policy/cloud/user_cloud_policy_invalidator.cc   DCHECK(profile);
profile            37 chrome/browser/policy/cloud/user_cloud_policy_invalidator.cc                  content::Source<Profile>(profile));
profile            31 chrome/browser/policy/cloud/user_cloud_policy_invalidator.h       Profile* profile,
profile            43 chrome/browser/policy/cloud/user_cloud_policy_invalidator_factory.cc   Profile* profile = static_cast<Profile*>(context);
profile            46 chrome/browser/policy/cloud/user_cloud_policy_invalidator_factory.cc       UserCloudPolicyManagerFactoryChromeOS::GetForProfile(profile);
profile            54 chrome/browser/policy/cloud/user_cloud_policy_invalidator_factory.cc   return new UserCloudPolicyInvalidator(profile, policy_manager);
profile            27 chrome/browser/policy/cloud/user_policy_signin_service.cc     Profile* profile,
profile            34 chrome/browser/policy/cloud/user_policy_signin_service.cc     : UserPolicySigninServiceBase(profile,
profile            40 chrome/browser/policy/cloud/user_policy_signin_service.cc       profile_(profile),
profile            36 chrome/browser/policy/cloud/user_policy_signin_service.h       Profile* profile,
profile            41 chrome/browser/policy/cloud/user_policy_signin_service_android.cc     Profile* profile,
profile            48 chrome/browser/policy/cloud/user_policy_signin_service_android.cc     : UserPolicySigninServiceBase(profile,
profile            56 chrome/browser/policy/cloud/user_policy_signin_service_android.cc       profile_prefs_(profile->GetPrefs()) {}
profile            33 chrome/browser/policy/cloud/user_policy_signin_service_android.h       Profile* profile,
profile            28 chrome/browser/policy/cloud/user_policy_signin_service_base.cc     Profile* profile,
profile            44 chrome/browser/policy/cloud/user_policy_signin_service_base.cc                  content::Source<Profile>(profile));
profile           178 chrome/browser/policy/cloud/user_policy_signin_service_base.cc void UserPolicySigninServiceBase::InitializeOnProfileReady(Profile* profile) {
profile           196 chrome/browser/policy/cloud/user_policy_signin_service_base.cc     InitializeForSignedInUser(username, profile->GetRequestContext());
profile            66 chrome/browser/policy/cloud/user_policy_signin_service_base.h       Profile* profile,
profile           126 chrome/browser/policy/cloud/user_policy_signin_service_base.h   void InitializeOnProfileReady(Profile* profile);
profile            50 chrome/browser/policy/cloud/user_policy_signin_service_factory.cc     Profile* profile) {
profile            52 chrome/browser/policy/cloud/user_policy_signin_service_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            68 chrome/browser/policy/cloud/user_policy_signin_service_factory.cc   Profile* profile = static_cast<Profile*>(context);
profile            75 chrome/browser/policy/cloud/user_policy_signin_service_factory.cc       profile,
profile            79 chrome/browser/policy/cloud/user_policy_signin_service_factory.cc       SigninManagerFactory::GetForProfile(profile),
profile            81 chrome/browser/policy/cloud/user_policy_signin_service_factory.cc       ProfileOAuth2TokenServiceFactory::GetForProfile(profile));
profile            32 chrome/browser/policy/cloud/user_policy_signin_service_factory.h   static UserPolicySigninService* GetForProfile(Profile* profile);
profile            43 chrome/browser/policy/cloud/user_policy_signin_service_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile            40 chrome/browser/policy/cloud/user_policy_signin_service_ios.h       Profile* profile,
profile            82 chrome/browser/policy/cloud/user_policy_signin_service_unittest.cc   explicit SigninManagerFake(Profile* profile)
profile            83 chrome/browser/policy/cloud/user_policy_signin_service_unittest.cc       : FakeSigninManager(profile) {
profile            93 chrome/browser/policy/cloud/user_policy_signin_service_unittest.cc   static KeyedService* Build(content::BrowserContext* profile) {
profile            94 chrome/browser/policy/cloud/user_policy_signin_service_unittest.cc     return new SigninManagerFake(static_cast<Profile*>(profile));
profile           322 chrome/browser/policy/policy_browsertest.cc       content::BrowserContext::GetDownloadManager(browser->profile());
profile           665 chrome/browser/policy/policy_browsertest.cc         extensions::ExtensionSystem::Get(browser()->profile());
profile           800 chrome/browser/policy/policy_browsertest.cc   PrefService* prefs = browser()->profile()->GetPrefs();
profile           837 chrome/browser/policy/policy_browsertest.cc   Profile* profile = browser()->profile();
profile           840 chrome/browser/policy/policy_browsertest.cc   EXPECT_TRUE(content::GetCookies(profile, url).empty());
profile           843 chrome/browser/policy/policy_browsertest.cc   EXPECT_TRUE(content::SetCookie(profile, url, value));
profile           845 chrome/browser/policy/policy_browsertest.cc   EXPECT_EQ(kCookieValue, GetCookies(profile, url));
profile           850 chrome/browser/policy/policy_browsertest.cc   EXPECT_EQ(kCookieValue, GetCookies(browser()->profile(), GURL(kURL)));
profile           860 chrome/browser/policy/policy_browsertest.cc   EXPECT_TRUE(GetCookies(browser()->profile(), GURL(kURL)).empty());
profile           880 chrome/browser/policy/policy_browsertest.cc       browser()->profile());
profile           992 chrome/browser/policy/policy_browsertest.cc       ProfilePolicyConnectorFactory::GetForProfile(browser()->profile())
profile          1006 chrome/browser/policy/policy_browsertest.cc       browser()->profile());
profile          1023 chrome/browser/policy/policy_browsertest.cc   PrefService* prefs = browser()->profile()->GetPrefs();
profile          1069 chrome/browser/policy/policy_browsertest.cc       browser()->profile());
profile          1116 chrome/browser/policy/policy_browsertest.cc       InstantServiceFactory::GetForProfile(browser()->profile());
profile          1205 chrome/browser/policy/policy_browsertest.cc   browser()->profile()->GetPrefs()->SetBoolean(prefs::kDisableSpdy, true);
profile          1224 chrome/browser/policy/policy_browsertest.cc       PluginPrefs::GetForProfile(browser()->profile()).get();
profile          1255 chrome/browser/policy/policy_browsertest.cc       PluginPrefs::GetForProfile(browser()->profile()).get();
profile          1294 chrome/browser/policy/policy_browsertest.cc       PluginPrefs::GetForProfile(browser()->profile()).get();
profile          1441 chrome/browser/policy/policy_browsertest.cc   browser()->profile()->GetPrefs()->SetFilePath(
profile          1444 chrome/browser/policy/policy_browsertest.cc   browser()->profile()->GetPrefs()->SetBoolean(
profile          1622 chrome/browser/policy/policy_browsertest.cc       extensions::ExtensionSystem::Get(browser()->profile())->process_manager();
profile          1653 chrome/browser/policy/policy_browsertest.cc       extensions::ExtensionSystem::Get(browser()->profile())->
profile          1713 chrome/browser/policy/policy_browsertest.cc       content::BrowserContext::GetDownloadManager(browser()->profile()), 1,
profile          1750 chrome/browser/policy/policy_browsertest.cc   browser()->profile()->GetPrefs()->SetString(
profile          1752 chrome/browser/policy/policy_browsertest.cc   browser()->profile()->GetPrefs()->SetBoolean(
profile          1755 chrome/browser/policy/policy_browsertest.cc             browser()->profile()->GetHomePage());
profile          1855 chrome/browser/policy/policy_browsertest.cc   ui_test_utils::HistoryEnumerator enumerator1(browser()->profile());
profile          1864 chrome/browser/policy/policy_browsertest.cc   ui_test_utils::HistoryEnumerator enumerator2(browser()->profile());
profile          2032 chrome/browser/policy/policy_browsertest.cc   PrefService* prefs = browser()->profile()->GetPrefs();
profile          2092 chrome/browser/policy/policy_browsertest.cc       apps::AppWindowRegistry::Get(browser()->profile()));
profile          2093 chrome/browser/policy/policy_browsertest.cc   OpenApplication(AppLaunchParams(browser()->profile(),
profile          2940 chrome/browser/policy/policy_browsertest.cc   PrefService* prefs = browser()->profile()->GetPrefs();
profile          2955 chrome/browser/policy/policy_browsertest.cc   PrefService* prefs = browser()->profile()->GetPrefs();
profile          2974 chrome/browser/policy/policy_browsertest.cc   PrefService* prefs = browser()->profile()->GetPrefs();
profile           481 chrome/browser/policy/policy_prefs_browsertest.cc         TemplateURLServiceFactory::GetForProfile(browser()->profile()));
profile           521 chrome/browser/policy/policy_prefs_browsertest.cc   PrefService* user_prefs = browser()->profile()->GetPrefs();
profile           581 chrome/browser/policy/policy_prefs_browsertest.cc   PrefService* user_prefs = browser()->profile()->GetPrefs();
profile            39 chrome/browser/policy/profile_policy_connector_factory.cc     Profile* profile) {
profile            40 chrome/browser/policy/profile_policy_connector_factory.cc   return GetInstance()->GetForProfileInternal(profile);
profile            45 chrome/browser/policy/profile_policy_connector_factory.cc ProfilePolicyConnectorFactory::CreateForProfile(Profile* profile,
profile            47 chrome/browser/policy/profile_policy_connector_factory.cc   return GetInstance()->CreateForProfileInternal(profile, force_immediate_load);
profile            51 chrome/browser/policy/profile_policy_connector_factory.cc     Profile* profile,
profile            53 chrome/browser/policy/profile_policy_connector_factory.cc   ProfilePolicyConnector*& map_entry = connectors_[profile];
profile            77 chrome/browser/policy/profile_policy_connector_factory.cc     ProfilePolicyConnectorFactory::GetForProfileInternal(Profile* profile) {
profile            81 chrome/browser/policy/profile_policy_connector_factory.cc       connectors_.find(profile->GetOriginalProfile());
profile            88 chrome/browser/policy/profile_policy_connector_factory.cc     Profile* profile,
profile            90 chrome/browser/policy/profile_policy_connector_factory.cc   DCHECK(connectors_.find(profile) == connectors_.end());
profile            96 chrome/browser/policy/profile_policy_connector_factory.cc   schema_registry = SchemaRegistryServiceFactory::GetForContext(profile);
profile           100 chrome/browser/policy/profile_policy_connector_factory.cc   if (!chromeos::ProfileHelper::IsSigninProfile(profile)) {
profile           102 chrome/browser/policy/profile_policy_connector_factory.cc     user = user_manager->GetUserByProfile(profile);
profile           106 chrome/browser/policy/profile_policy_connector_factory.cc       UserCloudPolicyManagerFactoryChromeOS::GetForProfile(profile);
profile           109 chrome/browser/policy/profile_policy_connector_factory.cc       UserCloudPolicyManagerFactory::GetForBrowserContext(profile);
profile           120 chrome/browser/policy/profile_policy_connector_factory.cc   connectors_[profile] = connector;
profile           126 chrome/browser/policy/profile_policy_connector_factory.cc   Profile* profile = static_cast<Profile*>(context);
profile           127 chrome/browser/policy/profile_policy_connector_factory.cc   if (profile->IsOffTheRecord())
profile           129 chrome/browser/policy/profile_policy_connector_factory.cc   ConnectorMap::iterator it = connectors_.find(profile);
profile            42 chrome/browser/policy/profile_policy_connector_factory.h   static ProfilePolicyConnector* GetForProfile(Profile* profile);
profile            50 chrome/browser/policy/profile_policy_connector_factory.h       Profile* profile,
profile            56 chrome/browser/policy/profile_policy_connector_factory.h   void SetServiceForTesting(Profile* profile,
profile            65 chrome/browser/policy/profile_policy_connector_factory.h   ProfilePolicyConnector* GetForProfileInternal(Profile* profile);
profile            68 chrome/browser/policy/profile_policy_connector_factory.h       Profile* profile,
profile            67 chrome/browser/predictors/autocomplete_action_predictor.cc AutocompleteActionPredictor::AutocompleteActionPredictor(Profile* profile)
profile            68 chrome/browser/predictors/autocomplete_action_predictor.cc     : profile_(profile),
profile            73 chrome/browser/predictors/autocomplete_action_predictor.h   explicit AutocompleteActionPredictor(Profile* profile);
profile            18 chrome/browser/predictors/autocomplete_action_predictor_factory.cc     Profile* profile) {
profile            20 chrome/browser/predictors/autocomplete_action_predictor_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            46 chrome/browser/predictors/autocomplete_action_predictor_factory.cc     content::BrowserContext* profile) const {
profile            47 chrome/browser/predictors/autocomplete_action_predictor_factory.cc   return new AutocompleteActionPredictor(static_cast<Profile*>(profile));
profile            24 chrome/browser/predictors/autocomplete_action_predictor_factory.h   static AutocompleteActionPredictor* GetForProfile(Profile* profile);
profile            38 chrome/browser/predictors/autocomplete_action_predictor_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile            41 chrome/browser/predictors/predictor_database.cc   explicit PredictorDatabaseInternal(Profile* profile);
profile            65 chrome/browser/predictors/predictor_database.cc PredictorDatabaseInternal::PredictorDatabaseInternal(Profile* profile)
profile            66 chrome/browser/predictors/predictor_database.cc     : db_path_(profile->GetPath().Append(kPredictorDatabaseName)),
profile           118 chrome/browser/predictors/predictor_database.cc PredictorDatabase::PredictorDatabase(Profile* profile)
profile           119 chrome/browser/predictors/predictor_database.cc     : db_(new PredictorDatabaseInternal(profile)) {
profile            25 chrome/browser/predictors/predictor_database.h   explicit PredictorDatabase(Profile* profile);
profile            15 chrome/browser/predictors/predictor_database_factory.cc PredictorDatabase* PredictorDatabaseFactory::GetForProfile(Profile* profile) {
profile            17 chrome/browser/predictors/predictor_database_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            34 chrome/browser/predictors/predictor_database_factory.cc     content::BrowserContext* profile) const {
profile            35 chrome/browser/predictors/predictor_database_factory.cc   return new PredictorDatabase(static_cast<Profile*>(profile));
profile            22 chrome/browser/predictors/predictor_database_factory.h   static PredictorDatabase* GetForProfile(Profile* profile);
profile            34 chrome/browser/predictors/predictor_database_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile            41 chrome/browser/prefetch/prefetch_browsertest.cc     browser()->profile()->GetPrefs()->SetBoolean(
profile           110 chrome/browser/prefetch/prefetch_browsertest.cc   Profile* incognito_profile = browser()->profile()->GetOffTheRecordProfile();
profile           116 chrome/browser/prefetch/prefetch_browsertest.cc   ui_test_utils::OpenURLOffTheRecord(browser()->profile(), GURL("about:blank"));
profile           507 chrome/browser/prefs/browser_prefs.cc void MigrateUserPrefs(Profile* profile) {
profile           508 chrome/browser/prefs/browser_prefs.cc   PrefService* prefs = profile->GetPrefs();
profile           527 chrome/browser/prefs/browser_prefs.cc void MigrateBrowserPrefs(Profile* profile, PrefService* local_state) {
profile           547 chrome/browser/prefs/browser_prefs.cc   PrefService* user_prefs = profile->GetPrefs();
profile            34 chrome/browser/prefs/browser_prefs.h void MigrateBrowserPrefs(Profile* profile, PrefService* local_state);
profile            37 chrome/browser/prefs/browser_prefs.h void MigrateUserPrefs(Profile* profile);
profile           480 chrome/browser/prefs/chrome_pref_service_factory.cc base::Time GetResetTime(Profile* profile) {
profile           481 chrome/browser/prefs/chrome_pref_service_factory.cc   return ProfilePrefStoreManager::GetResetTime(profile->GetPrefs());
profile           484 chrome/browser/prefs/chrome_pref_service_factory.cc void ClearResetTime(Profile* profile) {
profile           485 chrome/browser/prefs/chrome_pref_service_factory.cc   ProfilePrefStoreManager::ClearResetTime(profile->GetPrefs());
profile           105 chrome/browser/prefs/chrome_pref_service_factory.h base::Time GetResetTime(Profile* profile);
profile           109 chrome/browser/prefs/chrome_pref_service_factory.h void ClearResetTime(Profile* profile);
profile           101 chrome/browser/prefs/chrome_pref_service_unittest.cc         profile()->GetTestingPrefService();
profile            76 chrome/browser/prefs/incognito_mode_prefs.cc bool IncognitoModePrefs::CanOpenBrowser(Profile* profile) {
profile            77 chrome/browser/prefs/incognito_mode_prefs.cc   switch (GetAvailability(profile->GetPrefs())) {
profile            82 chrome/browser/prefs/incognito_mode_prefs.cc       return !profile->IsOffTheRecord();
profile            85 chrome/browser/prefs/incognito_mode_prefs.cc       return profile->IsOffTheRecord();
profile            64 chrome/browser/prefs/incognito_mode_prefs.h   static bool CanOpenBrowser(Profile* profile);
profile            34 chrome/browser/prefs/pref_functional_browsertest.cc         BrowserContext::GetDownloadManager(browser->profile());
profile            49 chrome/browser/prefs/pref_functional_browsertest.cc       BrowserContext::GetDownloadManager(browser()->profile());
profile            64 chrome/browser/prefs/pref_functional_browsertest.cc   browser()->profile()->GetPrefs()->SetFilePath(
profile           104 chrome/browser/prefs/pref_functional_browsertest.cc   browser()->profile()->GetPrefs()->Set(prefs::kDefaultContentSettings,
profile           123 chrome/browser/prefs/pref_functional_browsertest.cc   EXPECT_TRUE(browser()->profile()->GetPrefs()->GetBoolean(
profile           130 chrome/browser/prefs/pref_functional_browsertest.cc   browser()->profile()->GetPrefs()->SetBoolean(prefs::kWebKitJavascriptEnabled,
profile           141 chrome/browser/prefs/pref_functional_browsertest.cc   EXPECT_TRUE(browser()->profile()->GetPrefs()->GetBoolean(
profile           143 chrome/browser/prefs/pref_functional_browsertest.cc   browser()->profile()->GetPrefs()->SetBoolean(prefs::kNetworkPredictionEnabled,
profile           145 chrome/browser/prefs/pref_functional_browsertest.cc   EXPECT_FALSE(browser()->profile()->GetPrefs()->GetBoolean(
profile           152 chrome/browser/prefs/pref_functional_browsertest.cc   EXPECT_FALSE(browser()->profile()->GetPrefs()->GetBoolean(
profile           154 chrome/browser/prefs/pref_functional_browsertest.cc   browser()->profile()->GetPrefs()->SetBoolean(prefs::kShowBookmarkBar, true);
profile           155 chrome/browser/prefs/pref_functional_browsertest.cc   EXPECT_TRUE(browser()->profile()->GetPrefs()->GetBoolean(
profile           158 chrome/browser/prefs/pref_functional_browsertest.cc   EXPECT_TRUE(browser()->profile()->GetPrefs()->GetBoolean(
profile           192 chrome/browser/prefs/pref_functional_browsertest.cc   browser()->profile()->GetPrefs()->SetBoolean(prefs::kHomePageIsNewTabPage,
profile           198 chrome/browser/prefs/pref_functional_browsertest.cc   EXPECT_TRUE(browser()->profile()->GetPrefs()->GetBoolean(
profile           206 chrome/browser/prefs/pref_functional_browsertest.cc   PrefService* prefs = browser()->profile()->GetPrefs();
profile           219 chrome/browser/prefs/pref_functional_browsertest.cc   PrefService* prefs = browser()->profile()->GetPrefs();
profile           226 chrome/browser/prefs/pref_functional_browsertest.cc   PrefService* prefs = browser()->profile()->GetPrefs();
profile           243 chrome/browser/prefs/pref_functional_browsertest.cc   PrefService* prefs = browser()->profile()->GetPrefs();
profile            40 chrome/browser/prefs/pref_hash_browsertest.cc                                 Profile* profile,
profile            35 chrome/browser/prefs/pref_metrics_service.cc PrefMetricsService::PrefMetricsService(Profile* profile)
profile            36 chrome/browser/prefs/pref_metrics_service.cc     : profile_(profile),
profile            49 chrome/browser/prefs/pref_metrics_service.cc PrefMetricsService::PrefMetricsService(Profile* profile,
profile            51 chrome/browser/prefs/pref_metrics_service.cc     : profile_(profile),
profile            52 chrome/browser/prefs/pref_metrics_service.cc       prefs_(profile->GetPrefs()),
profile           202 chrome/browser/prefs/pref_metrics_service.cc     Profile* profile) {
profile           204 chrome/browser/prefs/pref_metrics_service.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile           217 chrome/browser/prefs/pref_metrics_service.cc     content::BrowserContext* profile) const {
profile           218 chrome/browser/prefs/pref_metrics_service.cc   return new PrefMetricsService(static_cast<Profile*>(profile));
profile            25 chrome/browser/prefs/pref_metrics_service.h   explicit PrefMetricsService(Profile* profile);
profile            31 chrome/browser/prefs/pref_metrics_service.h     static PrefMetricsService* GetForProfile(Profile* profile);
profile            40 chrome/browser/prefs/pref_metrics_service.h         content::BrowserContext* profile) const OVERRIDE;
profile            55 chrome/browser/prefs/pref_metrics_service.h   PrefMetricsService(Profile* profile, PrefService* local_settings);
profile            23 chrome/browser/prefs/pref_service_syncable.cc PrefServiceSyncable* PrefServiceSyncable::FromProfile(Profile* profile) {
profile            24 chrome/browser/prefs/pref_service_syncable.cc   return static_cast<PrefServiceSyncable*>(profile->GetPrefs());
profile            29 chrome/browser/prefs/pref_service_syncable.cc     Profile* profile) {
profile            30 chrome/browser/prefs/pref_service_syncable.cc   return static_cast<PrefServiceSyncable*>(profile->GetOffTheRecordPrefs());
profile            34 chrome/browser/prefs/pref_service_syncable.h   static PrefServiceSyncable* FromProfile(Profile* profile);
profile            35 chrome/browser/prefs/pref_service_syncable.h   static PrefServiceSyncable* IncognitoFromProfile(Profile* profile);
profile            97 chrome/browser/prefs/session_startup_pref.cc     Profile* profile,
profile            99 chrome/browser/prefs/session_startup_pref.cc   DCHECK(profile);
profile           100 chrome/browser/prefs/session_startup_pref.cc   SetStartupPref(profile->GetPrefs(), pref);
profile           127 chrome/browser/prefs/session_startup_pref.cc SessionStartupPref SessionStartupPref::GetStartupPref(Profile* profile) {
profile           128 chrome/browser/prefs/session_startup_pref.cc   DCHECK(profile);
profile           129 chrome/browser/prefs/session_startup_pref.cc   return GetStartupPref(profile->GetPrefs());
profile            56 chrome/browser/prefs/session_startup_pref.h   static void SetStartupPref(Profile* profile, const SessionStartupPref& pref);
profile            59 chrome/browser/prefs/session_startup_pref.h   static SessionStartupPref GetStartupPref(Profile* profile);
profile           100 chrome/browser/prefs/synced_pref_change_registrar_browsertest.cc     prefs_ = PrefServiceSyncable::FromProfile(browser()->profile());
profile            33 chrome/browser/prerender/external_prerender_handler_android.cc   Profile* profile = ProfileAndroid::FromProfileAndroid(jprofile);
profile            44 chrome/browser/prerender/external_prerender_handler_android.cc       prerender::PrerenderManagerFactory::GetForProfile(profile);
profile            79 chrome/browser/prerender/external_prerender_handler_android.cc   Profile* profile = ProfileAndroid::FromProfileAndroid(jprofile);
profile            84 chrome/browser/prerender/external_prerender_handler_android.cc           prerender::PrerenderManagerFactory::GetForProfile(profile);
profile            32 chrome/browser/prerender/external_prerender_handler_android.h                     jobject profile,
profile            44 chrome/browser/prerender/external_prerender_handler_android.h   static bool HasPrerenderedUrl(Profile* profile,
profile           139 chrome/browser/prerender/prerender_browsertest.cc       BrowsingDataRemover::CreateForUnboundedRange(browser->profile());
profile           359 chrome/browser/prerender/prerender_browsertest.cc       Profile* profile,
profile           364 chrome/browser/prerender/prerender_browsertest.cc       : PrerenderContents(prerender_manager, profile, url,
profile           594 chrome/browser/prerender/prerender_browsertest.cc       Profile* profile,
profile           609 chrome/browser/prerender/prerender_browsertest.cc                                   profile, url, referrer, origin,
profile          1054 chrome/browser/prerender/prerender_browsertest.cc     current_browser()->profile()->GetPrefs()->SetBoolean(
profile          1275 chrome/browser/prerender/prerender_browsertest.cc         PrerenderManagerFactory::GetForProfile(current_browser()->profile());
profile          1282 chrome/browser/prerender/prerender_browsertest.cc             current_browser()->profile());
profile          1939 chrome/browser/prerender/prerender_browsertest.cc       current_browser()->profile()->GetHostContentSettingsMap();
profile          2898 chrome/browser/prerender/prerender_browsertest.cc       current_browser()->profile()->GetResourceContext())->
profile          2916 chrome/browser/prerender/prerender_browsertest.cc       current_browser()->profile()->GetResourceContext())->
profile          2943 chrome/browser/prerender/prerender_browsertest.cc       current_browser()->profile()->GetResourceContext())->
profile          4170 chrome/browser/prerender/prerender_browsertest.cc     Profile* normal_profile = current_browser()->profile();
profile           100 chrome/browser/prerender/prerender_contents.cc       PrerenderManager* prerender_manager, Profile* profile,
profile           103 chrome/browser/prerender/prerender_contents.cc     return new PrerenderContents(prerender_manager, profile,
profile           215 chrome/browser/prerender/prerender_contents.cc     Profile* profile,
profile           225 chrome/browser/prerender/prerender_contents.cc       profile_(profile),
profile            62 chrome/browser/prerender/prerender_contents.h         Profile* profile,
profile           314 chrome/browser/prerender/prerender_contents.h                     Profile* profile,
profile           241 chrome/browser/prerender/prerender_field_trial.cc bool IsOmniboxEnabled(Profile* profile) {
profile           242 chrome/browser/prerender/prerender_field_trial.cc   if (!profile)
profile           292 chrome/browser/prerender/prerender_field_trial.cc bool IsUnencryptedSyncEnabled(Profile* profile) {
profile           294 chrome/browser/prerender/prerender_field_trial.cc       GetForProfile(profile);
profile           312 chrome/browser/prerender/prerender_field_trial.cc bool DisableLocalPredictorBasedOnSyncAndConfiguration(Profile* profile) {
profile           316 chrome/browser/prerender/prerender_field_trial.cc       !IsUnencryptedSyncEnabled(profile);
profile           338 chrome/browser/prerender/prerender_field_trial.cc bool ShouldQueryPrerenderService(Profile* profile) {
profile           339 chrome/browser/prerender/prerender_field_trial.cc   return IsUnencryptedSyncEnabled(profile) &&
profile            25 chrome/browser/prerender/prerender_field_trial.h bool IsOmniboxEnabled(Profile* profile);
profile            35 chrome/browser/prerender/prerender_field_trial.h bool DisableLocalPredictorBasedOnSyncAndConfiguration(Profile* profile);
profile            53 chrome/browser/prerender/prerender_field_trial.h bool ShouldQueryPrerenderService(Profile* profile);
profile            18 chrome/browser/prerender/prerender_link_manager_factory.cc     Profile* profile) {
profile            20 chrome/browser/prerender/prerender_link_manager_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            36 chrome/browser/prerender/prerender_link_manager_factory.cc     content::BrowserContext* profile) const {
profile            38 chrome/browser/prerender/prerender_link_manager_factory.cc       PrerenderManagerFactory::GetForProfile(static_cast<Profile*>(profile));
profile            20 chrome/browser/prerender/prerender_link_manager_factory.h   static PrerenderLinkManager* GetForProfile(Profile* profile);
profile            30 chrome/browser/prerender/prerender_link_manager_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile           615 chrome/browser/prerender/prerender_local_predictor.cc   if (!ShouldQueryPrerenderService(prerender_manager_->profile())) {
profile           688 chrome/browser/prerender/prerender_local_predictor.cc       prerender_manager_->profile()->GetRequestContext());
profile           969 chrome/browser/prerender/prerender_local_predictor.cc   Profile* profile = prerender_manager_->profile();
profile           970 chrome/browser/prerender/prerender_local_predictor.cc   if (!profile)
profile           972 chrome/browser/prerender/prerender_local_predictor.cc   return HistoryServiceFactory::GetForProfileWithoutCreating(profile);
profile           978 chrome/browser/prerender/prerender_local_predictor.cc   Profile* profile = prerender_manager_->profile();
profile           979 chrome/browser/prerender/prerender_local_predictor.cc   if (!profile || DisableLocalPredictorBasedOnSyncAndConfiguration(profile)) {
profile           237 chrome/browser/prerender/prerender_manager.cc PrerenderManager::PrerenderManager(Profile* profile,
profile           239 chrome/browser/prerender/prerender_manager.cc     : enabled_(profile && profile->GetPrefs() &&
profile           240 chrome/browser/prerender/prerender_manager.cc           profile->GetPrefs()->GetBoolean(prefs::kNetworkPredictionEnabled)),
profile           241 chrome/browser/prerender/prerender_manager.cc       profile_(profile),
profile           260 chrome/browser/prerender/prerender_manager.cc         predictors::PredictorDatabaseFactory::GetForProfile(profile);
profile          1597 chrome/browser/prerender/prerender_manager.cc       Profile* profile = content::Source<Profile>(source).ptr();
profile          1598 chrome/browser/prerender/prerender_manager.cc       if (!profile || !profile_->IsSameProfile(profile) ||
profile          1599 chrome/browser/prerender/prerender_manager.cc           profile->IsOffTheRecord()) {
profile           107 chrome/browser/prerender/prerender_manager.h   PrerenderManager(Profile* profile, PrerenderTracker* prerender_tracker);
profile           323 chrome/browser/prerender/prerender_manager.h   Profile* profile() const { return profile_; }
profile            36 chrome/browser/prerender/prerender_manager_factory.cc     Profile* profile) {
profile            41 chrome/browser/prerender/prerender_manager_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            66 chrome/browser/prerender/prerender_manager_factory.cc   Profile* profile = Profile::FromBrowserContext(browser_context);
profile            74 chrome/browser/prerender/prerender_manager_factory.cc       profile, g_browser_process->prerender_tracker());
profile            24 chrome/browser/prerender/prerender_manager_factory.h   static PrerenderManager* GetForProfile(Profile* profile);
profile            36 chrome/browser/prerender/prerender_manager_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile            19 chrome/browser/prerender/prerender_message_filter.cc void OnChannelClosingInUIThread(Profile* profile, int render_process_id) {
profile            21 chrome/browser/prerender/prerender_message_filter.cc   if (!g_browser_process->profile_manager()->IsValidProfile(profile))
profile            24 chrome/browser/prerender/prerender_message_filter.cc       prerender::PrerenderLinkManagerFactory::GetForProfile(profile);
profile            35 chrome/browser/prerender/prerender_message_filter.cc                                                Profile* profile)
profile            38 chrome/browser/prerender/prerender_message_filter.cc       profile_(profile) {
profile            31 chrome/browser/prerender/prerender_message_filter.h   PrerenderMessageFilter(int render_process_id, Profile* profile);
profile            97 chrome/browser/prerender/prerender_unittest.cc   explicit UnitTestPrerenderManager(Profile* profile,
profile            99 chrome/browser/prerender/prerender_unittest.cc       : PrerenderManager(profile, prerender_tracker),
profile            38 chrome/browser/printing/cloud_print/cloud_print_proxy_service.cc CloudPrintProxyService::CloudPrintProxyService(Profile* profile)
profile            39 chrome/browser/printing/cloud_print/cloud_print_proxy_service.cc     : profile_(profile),
profile            33 chrome/browser/printing/cloud_print/cloud_print_proxy_service.h   explicit CloudPrintProxyService(Profile* profile);
profile            13 chrome/browser/printing/cloud_print/cloud_print_proxy_service_factory.cc     Profile* profile) {
profile            15 chrome/browser/printing/cloud_print/cloud_print_proxy_service_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            32 chrome/browser/printing/cloud_print/cloud_print_proxy_service_factory.cc     content::BrowserContext* profile) const {
profile            34 chrome/browser/printing/cloud_print/cloud_print_proxy_service_factory.cc       new CloudPrintProxyService(static_cast<Profile*>(profile));
profile            22 chrome/browser/printing/cloud_print/cloud_print_proxy_service_factory.h   static CloudPrintProxyService* GetForProfile(Profile* profile);
profile            34 chrome/browser/printing/cloud_print/cloud_print_proxy_service_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile           173 chrome/browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc   explicit TestCloudPrintProxyService(Profile* profile)
profile           174 chrome/browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc       : CloudPrintProxyService(profile) { }
profile           209 chrome/browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc   bool LaunchBrowser(const CommandLine& command_line, Profile* profile) {
profile           213 chrome/browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc         command_line, base::FilePath(), false, profile,
profile           442 chrome/browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc     content::BrowserContext* profile) {
profile           444 chrome/browser/printing/cloud_print/cloud_print_proxy_service_unittest.cc       new TestCloudPrintProxyService(static_cast<Profile*>(profile));
profile            22 chrome/browser/printing/cloud_print/cloud_print_url.h   explicit CloudPrintURL(Profile* profile) : profile_(profile) {}
profile           325 chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc   bool LaunchBrowser(const CommandLine& command_line, Profile* profile) {
profile           329 chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc         command_line, base::FilePath(), false, profile,
profile           512 chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc     content::BrowserContext* profile) {
profile           514 chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc       new CloudPrintProxyService(static_cast<Profile*>(profile));
profile           535 chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc   TestingProfile* profile =
profile           538 chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc       SetTestingFactory(profile, CloudPrintProxyServiceFactoryForPolicyTest);
profile           540 chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc   TestingPrefServiceSyncable* prefs = profile->GetTestingPrefService();
profile           556 chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc   bool should_run_loop = LaunchBrowser(command_line, profile);
profile           583 chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc   TestingProfile* profile =
profile           586 chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc       SetTestingFactory(profile, CloudPrintProxyServiceFactoryForPolicyTest);
profile           588 chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc   TestingPrefServiceSyncable* prefs = profile->GetTestingPrefService();
profile           606 chrome/browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest.cc   bool should_run_loop = LaunchBrowser(command_line, profile);
profile           338 chrome/browser/printing/print_dialog_cloud.cc     Profile* profile = Profile::FromWebUI(web_ui());
profile           340 chrome/browser/printing/print_dialog_cloud.cc         CloudPrintURL(profile).GetCloudPrintServiceDialogURL());
profile           471 chrome/browser/printing/print_dialog_cloud.cc     Profile* profile = Profile::FromWebUI(web_ui());
profile           472 chrome/browser/printing/print_dialog_cloud.cc     profile->GetPrefs()->SetInteger(prefs::kCloudPrintDialogWidth,
profile           474 chrome/browser/printing/print_dialog_cloud.cc     profile->GetPrefs()->SetInteger(prefs::kCloudPrintDialogHeight,
profile           715 chrome/browser/printing/print_dialog_cloud.cc   CloudPrintURL cp_url(browser->profile());
profile           738 chrome/browser/printing/print_dialog_cloud.cc bool CreatePrintDialogFromCommandLine(Profile* profile,
profile           764 chrome/browser/printing/print_dialog_cloud.cc       print_dialog_cloud::CreatePrintDialogForFile(profile, NULL,
profile            61 chrome/browser/printing/print_dialog_cloud.h bool CreatePrintDialogFromCommandLine(Profile* profile,
profile           175 chrome/browser/printing/print_preview_dialog_controller.cc   PrintPreviewWebContentDelegate(Profile* profile, WebContents* initiator);
profile           190 chrome/browser/printing/print_preview_dialog_controller.cc     Profile* profile,
profile           192 chrome/browser/printing/print_preview_dialog_controller.cc     : WebDialogWebContentsDelegate(profile, new ChromeWebContentsHandler),
profile           486 chrome/browser/printing/print_preview_dialog_controller.cc   Profile* profile =
profile           495 chrome/browser/printing/print_preview_dialog_controller.cc       new PrintPreviewWebContentDelegate(profile, initiator);
profile           497 chrome/browser/printing/print_preview_dialog_controller.cc       CreateConstrainedWebDialog(profile,
profile            84 chrome/browser/printing/print_preview_test.cc   profile()->GetPrefs()->SetBoolean(prefs::kPrintPreviewDisabled, false);
profile            64 chrome/browser/printing/print_view_manager_base.cc   Profile* profile =
profile            68 chrome/browser/printing/print_view_manager_base.cc       profile->GetPrefs(),
profile            92 chrome/browser/printing/printing_message_filter.cc                                              Profile* profile)
profile            95 chrome/browser/printing/printing_message_filter.cc           profile->GetResourceContext())),
profile            40 chrome/browser/printing/printing_message_filter.h   PrintingMessageFilter(int render_process_id, Profile* profile);
profile           180 chrome/browser/profile_resetter/automatic_profile_resetter.cc   InputBuilder(Profile* profile, AutomaticProfileResetterDelegate* delegate)
profile           181 chrome/browser/profile_resetter/automatic_profile_resetter.cc       : profile_(profile),
profile           372 chrome/browser/profile_resetter/automatic_profile_resetter.cc AutomaticProfileResetter::AutomaticProfileResetter(Profile* profile)
profile           373 chrome/browser/profile_resetter/automatic_profile_resetter.cc     : profile_(profile),
profile            69 chrome/browser/profile_resetter/automatic_profile_resetter.h   explicit AutomaticProfileResetter(Profile* profile);
profile           110 chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc     Profile* profile,
profile           112 chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc     : profile_(profile),
profile           239 chrome/browser/profile_resetter/automatic_profile_resetter_delegate.cc           template_url_service_->profile(), &default_search_index));
profile           119 chrome/browser/profile_resetter/automatic_profile_resetter_delegate.h       Profile* profile,
profile            66 chrome/browser/profile_resetter/automatic_profile_resetter_delegate_unittest.cc   explicit AutomaticProfileResetterDelegateUnderTest(Profile* profile)
profile            68 chrome/browser/profile_resetter/automatic_profile_resetter_delegate_unittest.cc             profile, kResettableAspectsForTest) {}
profile           195 chrome/browser/profile_resetter/automatic_profile_resetter_delegate_unittest.cc         new AutomaticProfileResetterDelegateUnderTest(profile()));
profile           226 chrome/browser/profile_resetter/automatic_profile_resetter_delegate_unittest.cc     return scoped_ptr<TemplateURL>(new TemplateURL(profile(), data));
profile           243 chrome/browser/profile_resetter/automatic_profile_resetter_delegate_unittest.cc         GlobalErrorServiceFactory::GetForProfile(profile());
profile           294 chrome/browser/profile_resetter/automatic_profile_resetter_delegate_unittest.cc       new AutomaticProfileResetterDelegateImpl(profile(),
profile           353 chrome/browser/profile_resetter/automatic_profile_resetter_delegate_unittest.cc       new AutomaticProfileResetterDelegateImpl(profile(),
profile           365 chrome/browser/profile_resetter/automatic_profile_resetter_delegate_unittest.cc       TemplateURLServiceFactory::GetForProfile(profile());
profile           376 chrome/browser/profile_resetter/automatic_profile_resetter_delegate_unittest.cc   PrefService* prefs = profile()->GetPrefs();
profile           424 chrome/browser/profile_resetter/automatic_profile_resetter_delegate_unittest.cc       TemplateURLServiceFactory::GetForProfile(profile());
profile           451 chrome/browser/profile_resetter/automatic_profile_resetter_delegate_unittest.cc     PrefService* prefs = profile()->GetPrefs();
profile           554 chrome/browser/profile_resetter/automatic_profile_resetter_delegate_unittest.cc   PrefService* prefs = profile()->GetPrefs();
profile           573 chrome/browser/profile_resetter/automatic_profile_resetter_delegate_unittest.cc   PrefService* prefs = profile()->GetPrefs();
profile           595 chrome/browser/profile_resetter/automatic_profile_resetter_delegate_unittest.cc   PrefService* prefs = profile()->GetPrefs();
profile            49 chrome/browser/profile_resetter/automatic_profile_resetter_factory.cc   Profile* profile = Profile::FromBrowserContext(context);
profile            50 chrome/browser/profile_resetter/automatic_profile_resetter_factory.cc   AutomaticProfileResetter* service = new AutomaticProfileResetter(profile);
profile            26 chrome/browser/profile_resetter/automatic_profile_resetter_mementos.cc PreferenceHostedPromptMemento::PreferenceHostedPromptMemento(Profile* profile)
profile            27 chrome/browser/profile_resetter/automatic_profile_resetter_mementos.cc     : profile_(profile) {}
profile            46 chrome/browser/profile_resetter/automatic_profile_resetter_mementos.cc LocalStateHostedPromptMemento::LocalStateHostedPromptMemento(Profile* profile)
profile            47 chrome/browser/profile_resetter/automatic_profile_resetter_mementos.cc     : profile_(profile) {}
profile            89 chrome/browser/profile_resetter/automatic_profile_resetter_mementos.cc FileHostedPromptMemento::FileHostedPromptMemento(Profile* profile)
profile            90 chrome/browser/profile_resetter/automatic_profile_resetter_mementos.cc     : profile_(profile) {}
profile            34 chrome/browser/profile_resetter/automatic_profile_resetter_mementos.h   explicit PreferenceHostedPromptMemento(Profile* profile);
profile            51 chrome/browser/profile_resetter/automatic_profile_resetter_mementos.h   explicit LocalStateHostedPromptMemento(Profile* profile);
profile            74 chrome/browser/profile_resetter/automatic_profile_resetter_mementos.h   explicit FileHostedPromptMemento(Profile* profile);
profile            63 chrome/browser/profile_resetter/automatic_profile_resetter_unittest.cc   explicit AutomaticProfileResetterUnderTest(Profile* profile)
profile            64 chrome/browser/profile_resetter/automatic_profile_resetter_unittest.cc       : AutomaticProfileResetter(profile) {}
profile           188 chrome/browser/profile_resetter/automatic_profile_resetter_unittest.cc   explicit FileHostedPromptMementoSynchronous(Profile* profile)
profile           189 chrome/browser/profile_resetter/automatic_profile_resetter_unittest.cc       : FileHostedPromptMemento(profile) {}
profile           494 chrome/browser/profile_resetter/automatic_profile_resetter_unittest.cc         memento_in_prefs_(new PreferenceHostedPromptMemento(profile())),
profile           495 chrome/browser/profile_resetter/automatic_profile_resetter_unittest.cc         memento_in_local_state_(new LocalStateHostedPromptMemento(profile())),
profile           496 chrome/browser/profile_resetter/automatic_profile_resetter_unittest.cc         memento_in_file_(new FileHostedPromptMementoSynchronous(profile())),
profile           523 chrome/browser/profile_resetter/automatic_profile_resetter_unittest.cc         new testing::StrictMock<AutomaticProfileResetterUnderTest>(profile()));
profile          1243 chrome/browser/profile_resetter/automatic_profile_resetter_unittest.cc   PrefService* prefs = profile()->GetPrefs();
profile          1275 chrome/browser/profile_resetter/automatic_profile_resetter_unittest.cc   TestingPrefServiceSyncable* prefs = profile()->GetTestingPrefService();
profile            41 chrome/browser/profile_resetter/profile_reset_global_error.cc ProfileResetGlobalError::ProfileResetGlobalError(Profile* profile)
profile            42 chrome/browser/profile_resetter/profile_reset_global_error.cc     : profile_(profile), has_shown_bubble_view_(false), bubble_view_(NULL) {
profile            24 chrome/browser/profile_resetter/profile_reset_global_error.h   explicit ProfileResetGlobalError(Profile* profile);
profile            60 chrome/browser/profile_resetter/profile_resetter.cc ProfileResetter::ProfileResetter(Profile* profile)
profile            61 chrome/browser/profile_resetter/profile_resetter.cc     : profile_(profile),
profile           275 chrome/browser/profile_resetter/profile_resetter.cc     if (it->is_type_tabbed() && it->profile() == profile_) {
profile            58 chrome/browser/profile_resetter/profile_resetter.h   explicit ProfileResetter(Profile* profile);
profile            28 chrome/browser/profile_resetter/profile_resetter_browsertest.cc   explicit RemoveCookieTester(Profile* profile);
profile            54 chrome/browser/profile_resetter/profile_resetter_browsertest.cc RemoveCookieTester::RemoveCookieTester(Profile* profile)
profile            56 chrome/browser/profile_resetter/profile_resetter_browsertest.cc       profile_(profile) {
profile           159 chrome/browser/profile_resetter/profile_resetter_browsertest.cc     resetter_.reset(new ProfileResetter(browser()->profile()));
profile           165 chrome/browser/profile_resetter/profile_resetter_browsertest.cc   RemoveCookieTester tester(browser()->profile());
profile           136 chrome/browser/profile_resetter/profile_resetter_unittest.cc   profile()->CreateWebDataService();
profile           138 chrome/browser/profile_resetter/profile_resetter_unittest.cc       profile(),
profile           140 chrome/browser/profile_resetter/profile_resetter_unittest.cc   resetter_.reset(new ProfileResetter(profile()));
profile           162 chrome/browser/profile_resetter/profile_resetter_unittest.cc   resetter_.reset(new ProfileResetter(profile()));
profile           167 chrome/browser/profile_resetter/profile_resetter_unittest.cc       content::WebContents::CreateParams(profile()));
profile           417 chrome/browser/profile_resetter/profile_resetter_unittest.cc   PrefService* prefs = profile()->GetPrefs();
profile           424 chrome/browser/profile_resetter/profile_resetter_unittest.cc       TemplateURLServiceFactory::GetForProfile(profile());
profile           437 chrome/browser/profile_resetter/profile_resetter_unittest.cc   PrefService* prefs = profile()->GetPrefs();
profile           445 chrome/browser/profile_resetter/profile_resetter_unittest.cc       TemplateURLServiceFactory::GetForProfile(profile());
profile           456 chrome/browser/profile_resetter/profile_resetter_unittest.cc   PrefService* prefs = profile()->GetPrefs();
profile           470 chrome/browser/profile_resetter/profile_resetter_unittest.cc   PrefService* prefs = profile()->GetPrefs();
profile           485 chrome/browser/profile_resetter/profile_resetter_unittest.cc       profile()->GetHostContentSettingsMap();
profile           487 chrome/browser/profile_resetter/profile_resetter_unittest.cc       DesktopNotificationServiceFactory::GetForProfile(profile());
profile           514 chrome/browser/profile_resetter/profile_resetter_unittest.cc               profile()->GetPrefs(),
profile           523 chrome/browser/profile_resetter/profile_resetter_unittest.cc               profile()->GetPrefs(),
profile           595 chrome/browser/profile_resetter/profile_resetter_unittest.cc       ThemeServiceFactory::GetForProfile(profile());
profile           691 chrome/browser/profile_resetter/profile_resetter_unittest.cc       ThemeServiceFactory::GetForProfile(profile());
profile           721 chrome/browser/profile_resetter/profile_resetter_unittest.cc   PrefService* prefs = profile()->GetPrefs();
profile           737 chrome/browser/profile_resetter/profile_resetter_unittest.cc   PrefService* prefs = profile()->GetPrefs();
profile           861 chrome/browser/profile_resetter/profile_resetter_unittest.cc   ResettableSettingsSnapshot empty_snap(profile());
profile           893 chrome/browser/profile_resetter/profile_resetter_unittest.cc   ResettableSettingsSnapshot nonorganic_snap(profile());
profile           920 chrome/browser/profile_resetter/profile_resetter_unittest.cc   ResettableSettingsSnapshot organic_snap(profile());
profile           965 chrome/browser/profile_resetter/profile_resetter_unittest.cc   ResettableSettingsSnapshot nonorganic_snap(profile());
profile          1010 chrome/browser/profile_resetter/profile_resetter_unittest.cc   void SetFeedback(Profile* profile,
profile          1012 chrome/browser/profile_resetter/profile_resetter_unittest.cc     list_ = GetReadableFeedbackForSnapshot(profile, snapshot).Pass();
profile          1036 chrome/browser/profile_resetter/profile_resetter_unittest.cc   PrefService* prefs = profile()->GetPrefs();
profile          1055 chrome/browser/profile_resetter/profile_resetter_unittest.cc   ResettableSettingsSnapshot snapshot(profile());
profile          1058 chrome/browser/profile_resetter/profile_resetter_unittest.cc                                        profile(),
profile          1094 chrome/browser/profile_resetter/profile_resetter_unittest.cc       new ResettableSettingsSnapshot(profile()));
profile            55 chrome/browser/profile_resetter/resettable_settings_snapshot.cc     Profile* profile)
profile            56 chrome/browser/profile_resetter/resettable_settings_snapshot.cc     : startup_(SessionStartupPref::GetStartupPref(profile)),
profile            63 chrome/browser/profile_resetter/resettable_settings_snapshot.cc   PrefService* prefs = profile->GetPrefs();
profile            69 chrome/browser/profile_resetter/resettable_settings_snapshot.cc       TemplateURLServiceFactory::GetForProfile(profile);
profile            75 chrome/browser/profile_resetter/resettable_settings_snapshot.cc   ExtensionService* extension_service = profile->GetExtensionService();
profile           217 chrome/browser/profile_resetter/resettable_settings_snapshot.cc                           Profile* profile,
profile           233 chrome/browser/profile_resetter/resettable_settings_snapshot.cc   feedback_data->set_profile(profile);
profile           242 chrome/browser/profile_resetter/resettable_settings_snapshot.cc     Profile* profile,
profile           244 chrome/browser/profile_resetter/resettable_settings_snapshot.cc   DCHECK(profile);
profile           308 chrome/browser/profile_resetter/resettable_settings_snapshot.cc       TemplateURLServiceFactory::GetForProfile(profile);
profile            40 chrome/browser/profile_resetter/resettable_settings_snapshot.h   explicit ResettableSettingsSnapshot(Profile* profile);
profile           128 chrome/browser/profile_resetter/resettable_settings_snapshot.h                           Profile* profile,
profile           134 chrome/browser/profile_resetter/resettable_settings_snapshot.h     Profile* profile,
profile           150 chrome/browser/profiles/avatar_menu.cc   Profile* profile = g_browser_process->profile_manager()->GetProfileByPath(
profile           153 chrome/browser/profiles/avatar_menu.cc   menu_actions_->EditProfile(profile, profile_index);
profile           178 chrome/browser/profiles/avatar_menu.cc     active_profile = browser_->profile();
profile           190 chrome/browser/profiles/avatar_menu.cc   if (browser_ && browser_->profile()->IsManaged()) {
profile           193 chrome/browser/profiles/avatar_menu.cc         browser_->profile());
profile           214 chrome/browser/profiles/avatar_menu.cc     path = browser->profile()->GetPath();
profile            87 chrome/browser/profiles/avatar_menu.h   static void GetImageForMenuButton(Profile* profile,
profile            26 chrome/browser/profiles/avatar_menu_actions.h   virtual void EditProfile(Profile* profile, size_t index) = 0;
profile            51 chrome/browser/profiles/avatar_menu_actions_desktop.cc void AvatarMenuActionsDesktop::EditProfile(Profile* profile, size_t index) {
profile            55 chrome/browser/profiles/avatar_menu_actions_desktop.cc         Browser::CreateParams(profile, chrome::GetActiveDesktop()));
profile            65 chrome/browser/profiles/avatar_menu_actions_desktop.cc   if (browser_ && browser_->profile()->IsManaged())
profile            23 chrome/browser/profiles/avatar_menu_actions_desktop.h   virtual void EditProfile(Profile* profile, size_t index) OVERRIDE;
profile            13 chrome/browser/profiles/avatar_menu_desktop.cc void AvatarMenu::GetImageForMenuButton(Profile* profile,
profile            18 chrome/browser/profiles/avatar_menu_desktop.cc   size_t index = cache.GetIndexOfProfileWithPath(profile->GetPath());
profile            10 chrome/browser/profiles/bookmark_model_loaded_observer.cc BookmarkModelLoadedObserver::BookmarkModelLoadedObserver(Profile* profile)
profile            11 chrome/browser/profiles/bookmark_model_loaded_observer.cc     : profile_(profile) {
profile            16 chrome/browser/profiles/bookmark_model_loaded_observer.h   explicit BookmarkModelLoadedObserver(Profile* profile);
profile            32 chrome/browser/profiles/gaia_info_update_service.cc GAIAInfoUpdateService::GAIAInfoUpdateService(Profile* profile)
profile            33 chrome/browser/profiles/gaia_info_update_service.cc     : profile_(profile) {
profile            62 chrome/browser/profiles/gaia_info_update_service.cc bool GAIAInfoUpdateService::ShouldUseGAIAProfileInfo(Profile* profile) {
profile            68 chrome/browser/profiles/gaia_info_update_service.cc   if (!profile->GetOriginalProfile()->IsSyncAccessible())
profile            26 chrome/browser/profiles/gaia_info_update_service.h   explicit GAIAInfoUpdateService(Profile* profile);
profile            33 chrome/browser/profiles/gaia_info_update_service.h   static bool ShouldUseGAIAProfileInfo(Profile* profile);
profile            25 chrome/browser/profiles/gaia_info_update_service_factory.cc     Profile* profile) {
profile            27 chrome/browser/profiles/gaia_info_update_service_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            37 chrome/browser/profiles/gaia_info_update_service_factory.cc   Profile* profile = static_cast<Profile*>(context);
profile            38 chrome/browser/profiles/gaia_info_update_service_factory.cc   if (!GAIAInfoUpdateService::ShouldUseGAIAProfileInfo(profile))
profile            40 chrome/browser/profiles/gaia_info_update_service_factory.cc   return new GAIAInfoUpdateService(profile);
profile            26 chrome/browser/profiles/gaia_info_update_service_factory.h   static GAIAInfoUpdateService* GetForProfile(Profile* profile);
profile            45 chrome/browser/profiles/gaia_info_update_service_unittest.cc   explicit GAIAInfoUpdateServiceMock(Profile* profile)
profile            46 chrome/browser/profiles/gaia_info_update_service_unittest.cc       : GAIAInfoUpdateService(profile) {
profile            86 chrome/browser/profiles/gaia_info_update_service_unittest.cc   service_.reset(new NiceMock<GAIAInfoUpdateServiceMock>(profile()));
profile           116 chrome/browser/profiles/gaia_info_update_service_unittest.cc   size_t index = GetCache()->GetIndexOfProfileWithPath(profile()->GetPath());
profile           127 chrome/browser/profiles/gaia_info_update_service_unittest.cc   size_t index = GetCache()->GetIndexOfProfileWithPath(profile()->GetPath());
profile           148 chrome/browser/profiles/gaia_info_update_service_unittest.cc   EXPECT_FALSE(GAIAInfoUpdateService::ShouldUseGAIAProfileInfo(profile()));
profile           164 chrome/browser/profiles/gaia_info_update_service_unittest.cc       SigninManagerFactory::GetForProfile(profile());
profile           172 chrome/browser/profiles/gaia_info_update_service_unittest.cc   profile()->GetPrefs()->SetString(prefs::kProfileGAIAInfoPictureURL,
profile           189 chrome/browser/profiles/gaia_info_update_service_unittest.cc       SigninManagerFactory::GetForProfile(profile());
profile           431 chrome/browser/profiles/off_the_record_profile_impl.cc bool OffTheRecordProfileImpl::IsSameProfile(Profile* profile) {
profile           432 chrome/browser/profiles/off_the_record_profile_impl.cc   return (profile == this) || (profile == profile_);
profile           540 chrome/browser/profiles/off_the_record_profile_impl.cc   OffTheRecordProfileImpl* profile = NULL;
profile           543 chrome/browser/profiles/off_the_record_profile_impl.cc     profile = new GuestSessionProfile(this);
profile           545 chrome/browser/profiles/off_the_record_profile_impl.cc   if (!profile)
profile           546 chrome/browser/profiles/off_the_record_profile_impl.cc     profile = new OffTheRecordProfileImpl(this);
profile           547 chrome/browser/profiles/off_the_record_profile_impl.cc   profile->Init();
profile           548 chrome/browser/profiles/off_the_record_profile_impl.cc   return profile;
profile            62 chrome/browser/profiles/off_the_record_profile_impl.h   virtual bool IsSameProfile(Profile* profile) OVERRIDE;
profile            43 chrome/browser/profiles/off_the_record_profile_io_data.cc OffTheRecordProfileIOData::Handle::Handle(Profile* profile)
profile            44 chrome/browser/profiles/off_the_record_profile_io_data.cc     : io_data_(new OffTheRecordProfileIOData(profile->GetProfileType())),
profile            45 chrome/browser/profiles/off_the_record_profile_io_data.cc       profile_(profile),
profile            48 chrome/browser/profiles/off_the_record_profile_io_data.cc   DCHECK(profile);
profile            43 chrome/browser/profiles/off_the_record_profile_io_data.h     explicit Handle(Profile* profile);
profile           143 chrome/browser/profiles/profile.h     virtual void OnProfileCreated(Profile* profile,
profile           251 chrome/browser/profiles/profile.h   virtual bool IsSameProfile(Profile* profile) = 0;
profile            19 chrome/browser/profiles/profile_android.cc ProfileAndroid* ProfileAndroid::FromProfile(Profile* profile) {
profile            20 chrome/browser/profiles/profile_android.cc   if (!profile)
profile            24 chrome/browser/profiles/profile_android.cc       profile->GetUserData(kProfileAndroidKey));
profile            26 chrome/browser/profiles/profile_android.cc     profile_android = new ProfileAndroid(profile);
profile            27 chrome/browser/profiles/profile_android.cc     profile->SetUserData(kProfileAndroidKey, profile_android);
profile            51 chrome/browser/profiles/profile_android.cc   Profile* profile = ProfileManager::GetLastUsedProfile();
profile            52 chrome/browser/profiles/profile_android.cc   if (profile == NULL) {
profile            57 chrome/browser/profiles/profile_android.cc   ProfileAndroid* profile_android = ProfileAndroid::FromProfile(profile);
profile            71 chrome/browser/profiles/profile_android.cc ProfileAndroid::ProfileAndroid(Profile* profile)
profile            72 chrome/browser/profiles/profile_android.cc     : profile_(profile) {
profile            20 chrome/browser/profiles/profile_android.h   static ProfileAndroid* FromProfile(Profile* profile);
profile            26 chrome/browser/profiles/profile_android.h   explicit ProfileAndroid(Profile* profile);
profile            39 chrome/browser/profiles/profile_browsertest.cc void CheckChromeVersion(Profile *profile, bool is_new) {
profile            48 chrome/browser/profiles/profile_browsertest.cc       ChromeVersionService::GetVersion(profile->GetPrefs());
profile            69 chrome/browser/profiles/profile_browsertest.cc   scoped_ptr<Profile> profile(Profile::CreateProfile(
profile            71 chrome/browser/profiles/profile_browsertest.cc   ASSERT_TRUE(profile.get());
profile            72 chrome/browser/profiles/profile_browsertest.cc   CheckChromeVersion(profile.get(), true);
profile            73 chrome/browser/profiles/profile_browsertest.cc   StartupTaskRunnerServiceFactory::GetForProfile(profile.get())->
profile            89 chrome/browser/profiles/profile_browsertest.cc   scoped_ptr<Profile> profile(Profile::CreateProfile(
profile            91 chrome/browser/profiles/profile_browsertest.cc   ASSERT_TRUE(profile.get());
profile            92 chrome/browser/profiles/profile_browsertest.cc   CheckChromeVersion(profile.get(), false);
profile            93 chrome/browser/profiles/profile_browsertest.cc   StartupTaskRunnerServiceFactory::GetForProfile(profile.get())->
profile           108 chrome/browser/profiles/profile_browsertest.cc   scoped_ptr<Profile> profile(Profile::CreateProfile(
profile           110 chrome/browser/profiles/profile_browsertest.cc   ASSERT_TRUE(profile.get());
profile           111 chrome/browser/profiles/profile_browsertest.cc   StartupTaskRunnerServiceFactory::GetForProfile(profile.get())->
profile           117 chrome/browser/profiles/profile_browsertest.cc       content::Source<Profile>(profile.get()));
profile           119 chrome/browser/profiles/profile_browsertest.cc   CheckChromeVersion(profile.get(), true);
profile           133 chrome/browser/profiles/profile_browsertest.cc   scoped_ptr<Profile> profile(Profile::CreateProfile(
profile           135 chrome/browser/profiles/profile_browsertest.cc   ASSERT_TRUE(profile.get());
profile           136 chrome/browser/profiles/profile_browsertest.cc   StartupTaskRunnerServiceFactory::GetForProfile(profile.get())->
profile           142 chrome/browser/profiles/profile_browsertest.cc       content::Source<Profile>(profile.get()));
profile           144 chrome/browser/profiles/profile_browsertest.cc   CheckChromeVersion(profile.get(), false);
profile           159 chrome/browser/profiles/profile_browsertest.cc   scoped_ptr<Profile> profile(Profile::CreateProfile(
profile           161 chrome/browser/profiles/profile_browsertest.cc   ASSERT_TRUE(profile.get());
profile           162 chrome/browser/profiles/profile_browsertest.cc   StartupTaskRunnerServiceFactory::GetForProfile(profile.get())->
profile           168 chrome/browser/profiles/profile_browsertest.cc       content::Source<Profile>(profile.get()));
profile           189 chrome/browser/profiles/profile_browsertest.cc   scoped_ptr<Profile> profile(Profile::CreateProfile(
profile           191 chrome/browser/profiles/profile_browsertest.cc   ASSERT_TRUE(profile.get());
profile           192 chrome/browser/profiles/profile_browsertest.cc   StartupTaskRunnerServiceFactory::GetForProfile(profile.get())->
profile           197 chrome/browser/profiles/profile_browsertest.cc   profile.reset();
profile           217 chrome/browser/profiles/profile_browsertest.cc   scoped_ptr<Profile> profile(Profile::CreateProfile(
profile           219 chrome/browser/profiles/profile_browsertest.cc   ASSERT_TRUE(profile.get());
profile           220 chrome/browser/profiles/profile_browsertest.cc   StartupTaskRunnerServiceFactory::GetForProfile(profile.get())->
profile           223 chrome/browser/profiles/profile_browsertest.cc   PrefService* prefs = profile->GetPrefs();
profile           228 chrome/browser/profiles/profile_browsertest.cc   profile->SetExitType(Profile::EXIT_SESSION_ENDED);
profile           233 chrome/browser/profiles/profile_browsertest.cc   profile->SetExitType(Profile::EXIT_NORMAL);
profile           238 chrome/browser/profiles/profile_browsertest.cc   profile->SetExitType(Profile::EXIT_CRASHED);
profile           245 chrome/browser/profiles/profile_browsertest.cc   profile.reset();
profile            29 chrome/browser/profiles/profile_destroyer.cc void ProfileDestroyer::DestroyProfileWhenAppropriate(Profile* const profile) {
profile            32 chrome/browser/profiles/profile_destroyer.cc   DCHECK(profile);
profile            33 chrome/browser/profiles/profile_destroyer.cc   profile->MaybeSendDestroyedNotification();
profile            39 chrome/browser/profiles/profile_destroyer.cc   if (profile->AsTestingProfile() == NULL) {
profile            40 chrome/browser/profiles/profile_destroyer.cc     GetHostsForProfile(profile, &hosts);
profile            41 chrome/browser/profiles/profile_destroyer.cc     if (!profile->IsOffTheRecord() && profile->HasOffTheRecordProfile())
profile            42 chrome/browser/profiles/profile_destroyer.cc       GetHostsForProfile(profile->GetOffTheRecordProfile(), &hosts);
profile            51 chrome/browser/profiles/profile_destroyer.cc   DCHECK(hosts.empty() || profile->IsOffTheRecord() ||
profile            57 chrome/browser/profiles/profile_destroyer.cc   if (hosts.empty() || !profile->IsOffTheRecord()) {
profile            58 chrome/browser/profiles/profile_destroyer.cc     if (profile->IsOffTheRecord())
profile            59 chrome/browser/profiles/profile_destroyer.cc       profile->GetOriginalProfile()->DestroyOffTheRecordProfile();
profile            61 chrome/browser/profiles/profile_destroyer.cc       delete profile;
profile            65 chrome/browser/profiles/profile_destroyer.cc     new ProfileDestroyer(profile, &hosts);
profile            72 chrome/browser/profiles/profile_destroyer.cc void ProfileDestroyer::DestroyOffTheRecordProfileNow(Profile* const profile) {
profile            73 chrome/browser/profiles/profile_destroyer.cc   DCHECK(profile);
profile            74 chrome/browser/profiles/profile_destroyer.cc   DCHECK(profile->IsOffTheRecord());
profile            78 chrome/browser/profiles/profile_destroyer.cc       if ((*i)->profile_ == profile) {
profile            88 chrome/browser/profiles/profile_destroyer.cc   DCHECK(profile->GetOriginalProfile());
profile            89 chrome/browser/profiles/profile_destroyer.cc   profile->GetOriginalProfile()->DestroyOffTheRecordProfile();
profile            92 chrome/browser/profiles/profile_destroyer.cc ProfileDestroyer::ProfileDestroyer(Profile* const profile, HostSet* hosts)
profile            95 chrome/browser/profiles/profile_destroyer.cc       profile_(profile),
profile           171 chrome/browser/profiles/profile_destroyer.cc     Profile* const profile, HostSet* hosts) {
profile           177 chrome/browser/profiles/profile_destroyer.cc             render_process_host->GetBrowserContext() == profile) {
profile            24 chrome/browser/profiles/profile_destroyer.h   static void DestroyProfileWhenAppropriate(Profile* const profile);
profile            25 chrome/browser/profiles/profile_destroyer.h   static void DestroyOffTheRecordProfileNow(Profile* const profile);
profile            33 chrome/browser/profiles/profile_destroyer.h   ProfileDestroyer(Profile* const profile, HostSet* hosts);
profile            45 chrome/browser/profiles/profile_destroyer.h   static bool GetHostsForProfile(Profile* const profile, HostSet* hosts);
profile           291 chrome/browser/profiles/profile_downloader.cc   Profile* profile = delegate_->GetBrowserProfile();
profile           295 chrome/browser/profiles/profile_downloader.cc       ProfileOAuth2TokenServiceFactory::GetForProfile(profile);
profile           255 chrome/browser/profiles/profile_impl.cc void RegisterDomDistillerViewerSource(Profile* profile) {
profile           263 chrome/browser/profiles/profile_impl.cc             profile, dom_distiller_service_factory);
profile           264 chrome/browser/profiles/profile_impl.cc     content::URLDataSource::Add(profile,
profile          1051 chrome/browser/profiles/profile_impl.cc bool ProfileImpl::IsSameProfile(Profile* profile) {
profile          1052 chrome/browser/profiles/profile_impl.cc   if (profile == static_cast<Profile*>(this))
profile          1055 chrome/browser/profiles/profile_impl.cc   return otr_profile && profile == otr_profile;
profile           127 chrome/browser/profiles/profile_impl.h   virtual bool IsSameProfile(Profile* profile) OVERRIDE;
profile            93 chrome/browser/profiles/profile_impl_io_data.cc ProfileImplIOData::Handle::Handle(Profile* profile)
profile            95 chrome/browser/profiles/profile_impl_io_data.cc       profile_(profile),
profile            98 chrome/browser/profiles/profile_impl_io_data.cc   DCHECK(profile);
profile            43 chrome/browser/profiles/profile_impl_io_data.h     explicit Handle(Profile* profile);
profile           312 chrome/browser/profiles/profile_io_data.cc void ProfileIOData::InitializeOnUIThread(Profile* profile) {
profile           314 chrome/browser/profiles/profile_io_data.cc   PrefService* pref_service = profile->GetPrefs();
profile           318 chrome/browser/profiles/profile_io_data.cc   params->path = profile->GetPath();
profile           322 chrome/browser/profiles/profile_io_data.cc   params->cookie_settings = CookieSettings::Factory::GetForProfile(profile);
profile           323 chrome/browser/profiles/profile_io_data.cc   params->host_content_settings_map = profile->GetHostContentSettingsMap();
profile           324 chrome/browser/profiles/profile_io_data.cc   params->ssl_config_service = profile->GetSSLConfigService();
profile           326 chrome/browser/profiles/profile_io_data.cc       chrome_browser_net::CreateCookieDelegate(profile);
profile           328 chrome/browser/profiles/profile_io_data.cc       extensions::ExtensionSystem::Get(profile)->info_map();
profile           331 chrome/browser/profiles/profile_io_data.cc       ProtocolHandlerRegistryFactory::GetForProfile(profile);
profile           342 chrome/browser/profiles/profile_io_data.cc            profile->GetProxyConfigTracker()));
profile           345 chrome/browser/profiles/profile_io_data.cc       ManagedUserServiceFactory::GetForProfile(profile);
profile           352 chrome/browser/profiles/profile_io_data.cc     chromeos::User* user = user_manager->GetUserByProfile(profile);
profile           361 chrome/browser/profiles/profile_io_data.cc                                          profile->GetPath(),
profile           369 chrome/browser/profiles/profile_io_data.cc   params->profile = profile;
profile           431 chrome/browser/profiles/profile_io_data.cc   cert_verifier_ = policy::PolicyCertServiceFactory::CreateForProfile(profile);
profile           456 chrome/browser/profiles/profile_io_data.cc         policy::PolicyHeaderServiceFactory::GetForBrowserContext(profile);
profile           469 chrome/browser/profiles/profile_io_data.cc   BrowserContext::EnsureResourceContextInitialized(profile);
profile           943 chrome/browser/profiles/profile_io_data.cc   network_delegate->set_profile(profile_params_->profile);
profile          1057 chrome/browser/profiles/profile_io_data.cc         new drive::DriveProtocolHandler(profile_params_->profile));
profile           296 chrome/browser/profiles/profile_io_data.h     void* profile;
profile           303 chrome/browser/profiles/profile_io_data.h   void InitializeOnUIThread(Profile* profile);
profile            25 chrome/browser/profiles/profile_list_desktop_browsertest.cc void OnUnblockOnProfileCreation(Profile* profile,
profile            63 chrome/browser/profiles/profile_list_desktop_browsertest.cc   Profile* current_profile = browser()->profile();
profile            99 chrome/browser/profiles/profile_list_desktop_browsertest.cc   Profile* current_profile = browser()->profile();
profile           122 chrome/browser/profiles/profile_list_desktop_browsertest.cc   EXPECT_EQ(path_profile1, browser_list->get(0)->profile()->GetPath());
profile           128 chrome/browser/profiles/profile_list_desktop_browsertest.cc   EXPECT_EQ(path_profile1, browser_list->get(0)->profile()->GetPath());
profile           139 chrome/browser/profiles/profile_list_desktop_browsertest.cc   EXPECT_EQ(path_profile1, browser_list->get(0)->profile()->GetPath());
profile           140 chrome/browser/profiles/profile_list_desktop_browsertest.cc   EXPECT_EQ(path_profile2, browser_list->get(1)->profile()->GetPath());
profile           198 chrome/browser/profiles/profile_manager.cc size_t GetEnabledAppCount(Profile* profile) {
profile           201 chrome/browser/profiles/profile_manager.cc       extensions::ExtensionRegistry::Get(profile)->enabled_extensions();
profile           290 chrome/browser/profiles/profile_manager.cc   Profile* profile = GetLastUsedProfile();
profile           291 chrome/browser/profiles/profile_manager.cc   if (profile->IsGuestSession() ||
profile           292 chrome/browser/profiles/profile_manager.cc       IncognitoModePrefs::GetAvailability(profile->GetPrefs()) ==
profile           294 chrome/browser/profiles/profile_manager.cc     return profile->GetOffTheRecordProfile();
profile           296 chrome/browser/profiles/profile_manager.cc   return profile;
profile           348 chrome/browser/profiles/profile_manager.cc   Profile* profile = GetProfileByPath(profile_dir);
profile           349 chrome/browser/profiles/profile_manager.cc   if (NULL != profile)
profile           350 chrome/browser/profiles/profile_manager.cc     return profile;
profile           352 chrome/browser/profiles/profile_manager.cc   profile = CreateProfileHelper(profile_dir);
profile           353 chrome/browser/profiles/profile_manager.cc   DCHECK(profile);
profile           354 chrome/browser/profiles/profile_manager.cc   if (profile) {
profile           355 chrome/browser/profiles/profile_manager.cc     bool result = AddProfile(profile);
profile           358 chrome/browser/profiles/profile_manager.cc   return profile;
profile           410 chrome/browser/profiles/profile_manager.cc       Profile* profile = info->profile.get();
profile           412 chrome/browser/profiles/profile_manager.cc       if (profile->GetPath() == ProfileManager::GetGuestProfilePath()) {
profile           413 chrome/browser/profiles/profile_manager.cc         SetGuestProfilePrefs(profile);
profile           414 chrome/browser/profiles/profile_manager.cc         profile = profile->GetOffTheRecordProfile();
profile           417 chrome/browser/profiles/profile_manager.cc       callback.Run(profile, Profile::CREATE_STATUS_INITIALIZED);
profile           426 chrome/browser/profiles/profile_manager.cc bool ProfileManager::IsValidProfile(Profile* profile) {
profile           430 chrome/browser/profiles/profile_manager.cc       Profile* candidate = iter->second->profile.get();
profile           431 chrome/browser/profiles/profile_manager.cc       if (candidate == profile ||
profile           433 chrome/browser/profiles/profile_manager.cc            candidate->GetOffTheRecordProfile() == profile)) {
profile           507 chrome/browser/profiles/profile_manager.cc     Profile* profile = GetProfile(profile_path.Append(profile_dir));
profile           508 chrome/browser/profiles/profile_manager.cc     return profile->IsGuestSession() ? profile->GetOffTheRecordProfile() :
profile           509 chrome/browser/profiles/profile_manager.cc                                        profile;
profile           542 chrome/browser/profiles/profile_manager.cc     std::string profile;
profile           544 chrome/browser/profiles/profile_manager.cc       if (!(*it)->GetAsString(&profile) || profile.empty()) {
profile           548 chrome/browser/profiles/profile_manager.cc       to_return.push_back(GetProfile(user_data_dir.AppendASCII(profile)));
profile           559 chrome/browser/profiles/profile_manager.cc       profiles.push_back(iter->second->profile.get());
profile           566 chrome/browser/profiles/profile_manager.cc   return profile_info ? profile_info->profile.get() : NULL;
profile           725 chrome/browser/profiles/profile_manager.cc void ProfileManager::InitProfileUserPrefs(Profile* profile) {
profile           728 chrome/browser/profiles/profile_manager.cc   if (profile->GetPath().DirName() != cache.GetUserDataDir())
profile           734 chrome/browser/profiles/profile_manager.cc   if (profile->IsGuestSession()) {
profile           739 chrome/browser/profiles/profile_manager.cc         cache.GetIndexOfProfileWithPath(profile->GetPath());
profile           748 chrome/browser/profiles/profile_manager.cc     } else if (profile->GetPath() ==
profile           762 chrome/browser/profiles/profile_manager.cc   if (!profile->GetPrefs()->HasPrefPath(prefs::kProfileAvatarIndex))
profile           763 chrome/browser/profiles/profile_manager.cc     profile->GetPrefs()->SetInteger(prefs::kProfileAvatarIndex, avatar_index);
profile           765 chrome/browser/profiles/profile_manager.cc   if (!profile->GetPrefs()->HasPrefPath(prefs::kProfileName))
profile           766 chrome/browser/profiles/profile_manager.cc     profile->GetPrefs()->SetString(prefs::kProfileName, profile_name);
profile           776 chrome/browser/profiles/profile_manager.cc       !profile->GetPrefs()->HasPrefPath(prefs::kManagedUserId)) {
profile           777 chrome/browser/profiles/profile_manager.cc     profile->GetPrefs()->SetString(prefs::kManagedUserId, managed_user_id);
profile           781 chrome/browser/profiles/profile_manager.cc void ProfileManager::RegisterTestingProfile(Profile* profile,
profile           784 chrome/browser/profiles/profile_manager.cc   RegisterProfile(profile, true);
profile           786 chrome/browser/profiles/profile_manager.cc     InitProfileUserPrefs(profile);
profile           787 chrome/browser/profiles/profile_manager.cc     AddProfileToCache(profile);
profile           790 chrome/browser/profiles/profile_manager.cc     StartupTaskRunnerServiceFactory::GetForProfile(profile)->
profile           841 chrome/browser/profiles/profile_manager.cc       Profile* profile = browser->profile();
profile           842 chrome/browser/profiles/profile_manager.cc       DCHECK(profile);
profile           844 chrome/browser/profiles/profile_manager.cc           profile->GetPrefs()->GetBoolean(prefs::kForceEphemeralProfiles);
profile           845 chrome/browser/profiles/profile_manager.cc       if (!profile->IsOffTheRecord() && !is_ephemeral &&
profile           846 chrome/browser/profiles/profile_manager.cc           ++browser_counts_[profile] == 1) {
profile           847 chrome/browser/profiles/profile_manager.cc         active_profiles_.push_back(profile);
profile           860 chrome/browser/profiles/profile_manager.cc       Profile* profile = browser->profile();
profile           861 chrome/browser/profiles/profile_manager.cc       DCHECK(profile);
profile           862 chrome/browser/profiles/profile_manager.cc       if (!profile->IsOffTheRecord() && --browser_counts_[profile] == 0) {
profile           864 chrome/browser/profiles/profile_manager.cc                                          active_profiles_.end(), profile));
profile           905 chrome/browser/profiles/profile_manager.cc void ProfileManager::OnProfileCreated(Profile* profile,
profile           910 chrome/browser/profiles/profile_manager.cc   ProfilesInfoMap::iterator iter = profiles_info_.find(profile->GetPath());
profile           918 chrome/browser/profiles/profile_manager.cc   bool go_off_the_record = ShouldGoOffTheRecord(profile);
profile           920 chrome/browser/profiles/profile_manager.cc     RunCallbacks(callbacks, profile, Profile::CREATE_STATUS_CREATED);
profile           924 chrome/browser/profiles/profile_manager.cc     DoFinalInit(profile, go_off_the_record);
profile           926 chrome/browser/profiles/profile_manager.cc       profile = profile->GetOffTheRecordProfile();
profile           929 chrome/browser/profiles/profile_manager.cc     profile = NULL;
profile           933 chrome/browser/profiles/profile_manager.cc   if (profile) {
profile           935 chrome/browser/profiles/profile_manager.cc     if (profile->GetPath() == ProfileManager::GetGuestProfilePath())
profile           936 chrome/browser/profiles/profile_manager.cc       SetGuestProfilePrefs(profile);
profile           940 chrome/browser/profiles/profile_manager.cc       RunCallbacks(callbacks, profile, Profile::CREATE_STATUS_CREATED);
profile           944 chrome/browser/profiles/profile_manager.cc   RunCallbacks(callbacks, profile,
profile           945 chrome/browser/profiles/profile_manager.cc                profile ? Profile::CREATE_STATUS_INITIALIZED :
profile           949 chrome/browser/profiles/profile_manager.cc void ProfileManager::DoFinalInit(Profile* profile, bool go_off_the_record) {
profile           950 chrome/browser/profiles/profile_manager.cc   DoFinalInitForServices(profile, go_off_the_record);
profile           951 chrome/browser/profiles/profile_manager.cc   AddProfileToCache(profile);
profile           952 chrome/browser/profiles/profile_manager.cc   DoFinalInitLogging(profile);
profile           957 chrome/browser/profiles/profile_manager.cc       content::Source<Profile>(profile),
profile           961 chrome/browser/profiles/profile_manager.cc void ProfileManager::DoFinalInitForServices(Profile* profile,
profile           964 chrome/browser/profiles/profile_manager.cc   extensions::ExtensionSystem::Get(profile)->InitForRegularProfile(
profile           968 chrome/browser/profiles/profile_manager.cc   if (extensions::ExtensionSystem::Get(profile)->extension_service()) {
profile           969 chrome/browser/profiles/profile_manager.cc     profile->GetHostContentSettingsMap()->RegisterExtensionService(
profile           970 chrome/browser/profiles/profile_manager.cc         extensions::ExtensionSystem::Get(profile)->extension_service());
profile           977 chrome/browser/profiles/profile_manager.cc   ManagedUserServiceFactory::GetForProfile(profile)->Init();
profile           980 chrome/browser/profiles/profile_manager.cc   StartupTaskRunnerServiceFactory::GetForProfile(profile)->
profile           984 chrome/browser/profiles/profile_manager.cc     AccountReconcilorFactory::GetForProfile(profile);
profile           987 chrome/browser/profiles/profile_manager.cc void ProfileManager::DoFinalInitLogging(Profile* profile) {
profile           991 chrome/browser/profiles/profile_manager.cc   enabled_app_count = GetEnabledAppCount(profile);
profile           997 chrome/browser/profiles/profile_manager.cc       base::Bind(&ProfileSizeTask, profile->GetPath(), enabled_app_count),
profile          1018 chrome/browser/profiles/profile_manager.cc     Profile* profile = GetProfile(default_profile_dir);
profile          1023 chrome/browser/profiles/profile_manager.cc     if (ShouldGoOffTheRecord(profile))
profile          1024 chrome/browser/profiles/profile_manager.cc       return profile->GetOffTheRecordProfile();
profile          1026 chrome/browser/profiles/profile_manager.cc     return profile;
profile          1036 chrome/browser/profiles/profile_manager.cc   Profile* profile = GetProfile(default_profile_dir);
profile          1040 chrome/browser/profiles/profile_manager.cc     return profile->GetOffTheRecordProfile();
profile          1041 chrome/browser/profiles/profile_manager.cc   return profile;
profile          1049 chrome/browser/profiles/profile_manager.cc bool ProfileManager::AddProfile(Profile* profile) {
profile          1050 chrome/browser/profiles/profile_manager.cc   DCHECK(profile);
profile          1054 chrome/browser/profiles/profile_manager.cc   if (GetProfileByPath(profile->GetPath())) {
profile          1056 chrome/browser/profiles/profile_manager.cc                     profile->GetPath().value() <<
profile          1061 chrome/browser/profiles/profile_manager.cc   RegisterProfile(profile, true);
profile          1062 chrome/browser/profiles/profile_manager.cc   InitProfileUserPrefs(profile);
profile          1063 chrome/browser/profiles/profile_manager.cc   DoFinalInit(profile, ShouldGoOffTheRecord(profile));
profile          1071 chrome/browser/profiles/profile_manager.cc   Profile* profile = GetProfileByPath(profile_dir);
profile          1073 chrome/browser/profiles/profile_manager.cc   if (profile) {
profile          1074 chrome/browser/profiles/profile_manager.cc     BrowserList::CloseAllBrowsersWithProfile(profile);
profile          1078 chrome/browser/profiles/profile_manager.cc         profile)) {
profile          1080 chrome/browser/profiles/profile_manager.cc           profile)->DisableForUser();
profile          1090 chrome/browser/profiles/profile_manager.cc     Profile* profile,
profile          1092 chrome/browser/profiles/profile_manager.cc   ProfileInfo* info = new ProfileInfo(profile, created);
profile          1094 chrome/browser/profiles/profile_manager.cc       std::make_pair(profile->GetPath(), linked_ptr<ProfileInfo>(info)));
profile          1104 chrome/browser/profiles/profile_manager.cc void ProfileManager::AddProfileToCache(Profile* profile) {
profile          1105 chrome/browser/profiles/profile_manager.cc   if (profile->IsGuestSession())
profile          1108 chrome/browser/profiles/profile_manager.cc   if (profile->GetPath().DirName() != cache.GetUserDataDir())
profile          1111 chrome/browser/profiles/profile_manager.cc   if (cache.GetIndexOfProfileWithPath(profile->GetPath()) != std::string::npos)
profile          1114 chrome/browser/profiles/profile_manager.cc   base::string16 username = base::UTF8ToUTF16(profile->GetPrefs()->GetString(
profile          1120 chrome/browser/profiles/profile_manager.cc       base::UTF8ToUTF16(profile->GetPrefs()->GetString(prefs::kProfileName));
profile          1122 chrome/browser/profiles/profile_manager.cc   size_t icon_index = profile->GetPrefs()->GetInteger(
profile          1126 chrome/browser/profiles/profile_manager.cc       profile->GetPrefs()->GetString(prefs::kManagedUserId);
profile          1128 chrome/browser/profiles/profile_manager.cc   cache.AddProfileToCache(profile->GetPath(),
profile          1134 chrome/browser/profiles/profile_manager.cc   if (profile->GetPrefs()->GetBoolean(prefs::kForceEphemeralProfiles)) {
profile          1136 chrome/browser/profiles/profile_manager.cc         cache.GetIndexOfProfileWithPath(profile->GetPath()), true);
profile          1140 chrome/browser/profiles/profile_manager.cc void ProfileManager::SetGuestProfilePrefs(Profile* profile) {
profile          1141 chrome/browser/profiles/profile_manager.cc   PrefService* prefs = profile->GetPrefs();
profile          1151 chrome/browser/profiles/profile_manager.cc bool ProfileManager::ShouldGoOffTheRecord(Profile* profile) {
profile          1154 chrome/browser/profiles/profile_manager.cc   if (profile->GetPath().BaseName().value() == chrome::kInitialProfile &&
profile          1160 chrome/browser/profiles/profile_manager.cc   return profile->IsGuestSession();
profile          1164 chrome/browser/profiles/profile_manager.cc                                   Profile* profile,
profile          1167 chrome/browser/profiles/profile_manager.cc     callbacks[i].Run(profile, status);
profile          1171 chrome/browser/profiles/profile_manager.cc     Profile* profile,
profile          1173 chrome/browser/profiles/profile_manager.cc     : profile(profile),
profile          1178 chrome/browser/profiles/profile_manager.cc   ProfileDestroyer::DestroyProfileWhenAppropriate(profile.release());
profile          1197 chrome/browser/profiles/profile_manager.cc   Profile* profile = browser->profile();
profile          1199 chrome/browser/profiles/profile_manager.cc     if (it->profile()->GetOriginalProfile() == profile->GetOriginalProfile())
profile          1206 chrome/browser/profiles/profile_manager.cc   base::FilePath path = profile->GetPath();
profile          1207 chrome/browser/profiles/profile_manager.cc   if (profile->GetPrefs()->GetBoolean(prefs::kForceEphemeralProfiles) &&
profile          1223 chrome/browser/profiles/profile_manager.cc   Profile* last_active = browser->profile();
profile            93 chrome/browser/profiles/profile_manager.h   bool IsValidProfile(Profile* profile);
profile           174 chrome/browser/profiles/profile_manager.h   void InitProfileUserPrefs(Profile* profile);
profile           181 chrome/browser/profiles/profile_manager.h   void RegisterTestingProfile(Profile* profile,
profile           196 chrome/browser/profiles/profile_manager.h   virtual void OnProfileCreated(Profile* profile,
profile           202 chrome/browser/profiles/profile_manager.h   virtual void DoFinalInit(Profile* profile, bool go_off_the_record);
profile           203 chrome/browser/profiles/profile_manager.h   virtual void DoFinalInitForServices(Profile* profile, bool go_off_the_record);
profile           204 chrome/browser/profiles/profile_manager.h   virtual void DoFinalInitLogging(Profile* profile);
profile           225 chrome/browser/profiles/profile_manager.h     ProfileInfo(Profile* profile, bool created);
profile           229 chrome/browser/profiles/profile_manager.h     scoped_ptr<Profile> profile;
profile           254 chrome/browser/profiles/profile_manager.h   bool AddProfile(Profile* profile);
profile           261 chrome/browser/profiles/profile_manager.h   ProfileInfo* RegisterProfile(Profile* profile, bool created);
profile           268 chrome/browser/profiles/profile_manager.h   void AddProfileToCache(Profile* profile);
profile           271 chrome/browser/profiles/profile_manager.h   void SetGuestProfilePrefs(Profile* profile);
profile           274 chrome/browser/profiles/profile_manager.h   bool ShouldGoOffTheRecord(Profile* profile);
profile           277 chrome/browser/profiles/profile_manager.h                     Profile* profile,
profile            39 chrome/browser/profiles/profile_manager_browsertest.cc void OnUnblockOnProfileCreation(Profile* profile,
profile            45 chrome/browser/profiles/profile_manager_browsertest.cc void ProfileCreationComplete(Profile* profile, Profile::CreateStatus status) {
profile            49 chrome/browser/profiles/profile_manager_browsertest.cc   EXPECT_EQ(chrome::GetTotalBrowserCountForProfile(profile), 0U);
profile            55 chrome/browser/profiles/profile_manager_browsertest.cc void EphemeralProfileCreationComplete(Profile* profile,
profile            58 chrome/browser/profiles/profile_manager_browsertest.cc     profile->GetPrefs()->SetBoolean(prefs::kForceEphemeralProfiles, true);
profile            59 chrome/browser/profiles/profile_manager_browsertest.cc   ProfileCreationComplete(profile, status);
profile           290 chrome/browser/profiles/profile_manager_browsertest.cc   EXPECT_EQ(path_profile1, browser_list->get(0)->profile()->GetPath());
profile           298 chrome/browser/profiles/profile_manager_browsertest.cc   EXPECT_EQ(path_profile2, browser_list->get(1)->profile()->GetPath());
profile           307 chrome/browser/profiles/profile_manager_browsertest.cc   EXPECT_EQ(path_profile1, browser_list->get(0)->profile()->GetPath());
profile           308 chrome/browser/profiles/profile_manager_browsertest.cc   EXPECT_EQ(path_profile2, browser_list->get(1)->profile()->GetPath());
profile           353 chrome/browser/profiles/profile_manager_browsertest.cc   EXPECT_EQ(path_profile2, browser_list->get(1)->profile()->GetPath());
profile           362 chrome/browser/profiles/profile_manager_browsertest.cc   EXPECT_EQ(path_profile1, browser_list->get(0)->profile()->GetPath());
profile           363 chrome/browser/profiles/profile_manager_browsertest.cc   EXPECT_EQ(path_profile2, browser_list->get(1)->profile()->GetPath());
profile           364 chrome/browser/profiles/profile_manager_browsertest.cc   EXPECT_EQ(path_profile2, browser_list->get(2)->profile()->GetPath());
profile            94 chrome/browser/profiles/profile_manager_unittest.cc         void(Profile* profile, Profile::CreateStatus status));
profile           169 chrome/browser/profiles/profile_manager_unittest.cc   Profile* profile = profile_manager->GetProfile(dest_path);
profile           170 chrome/browser/profiles/profile_manager_unittest.cc   EXPECT_TRUE(profile);
profile           173 chrome/browser/profiles/profile_manager_unittest.cc   EXPECT_EQ(profile, profile_manager->GetProfile(dest_path));
profile           420 chrome/browser/profiles/profile_manager_unittest.cc   Profile* profile = profile_manager->GetLastUsedProfileAllowedByPolicy();
profile           421 chrome/browser/profiles/profile_manager_unittest.cc   ASSERT_TRUE(profile);
profile           422 chrome/browser/profiles/profile_manager_unittest.cc   EXPECT_TRUE(profile->IsOffTheRecord());
profile           502 chrome/browser/profiles/profile_manager_unittest.cc   Profile* profile;
profile           505 chrome/browser/profiles/profile_manager_unittest.cc   profile = profile_manager->GetProfile(dest_path);
profile           506 chrome/browser/profiles/profile_manager_unittest.cc   ASSERT_TRUE(profile);
profile           510 chrome/browser/profiles/profile_manager_unittest.cc       profile->GetPrefs()->GetString(prefs::kProfileName);
profile           515 chrome/browser/profiles/profile_manager_unittest.cc       profile->GetPrefs()->GetInteger(prefs::kProfileAvatarIndex);
profile           530 chrome/browser/profiles/profile_manager_unittest.cc   Profile* profile = profile_manager->GetProfile(dest_path);
profile           531 chrome/browser/profiles/profile_manager_unittest.cc   ASSERT_TRUE(profile);
profile           534 chrome/browser/profiles/profile_manager_unittest.cc       profile->GetPrefs()->GetString(prefs::kProfileName);
profile           536 chrome/browser/profiles/profile_manager_unittest.cc       profile->GetPrefs()->GetInteger(prefs::kProfileAvatarIndex);
profile           551 chrome/browser/profiles/profile_manager_unittest.cc   Profile* profile = profile_manager->GetLastUsedProfileAllowedByPolicy();
profile           552 chrome/browser/profiles/profile_manager_unittest.cc   ASSERT_TRUE(profile);
profile           553 chrome/browser/profiles/profile_manager_unittest.cc   EXPECT_FALSE(profile->IsOffTheRecord());
profile           554 chrome/browser/profiles/profile_manager_unittest.cc   PrefService* prefs = profile->GetPrefs();
profile           558 chrome/browser/profiles/profile_manager_unittest.cc   ASSERT_TRUE(profile->GetOffTheRecordProfile());
profile           765 chrome/browser/profiles/profile_manager_unittest.cc   TestingProfile* profile =
profile           767 chrome/browser/profiles/profile_manager_unittest.cc   ASSERT_TRUE(profile);
profile           768 chrome/browser/profiles/profile_manager_unittest.cc   profile->GetPrefs()->SetBoolean(prefs::kForceEphemeralProfiles, true);
profile           772 chrome/browser/profiles/profile_manager_unittest.cc   EXPECT_NE(profile, last_used_profile);
profile           775 chrome/browser/profiles/profile_manager_unittest.cc   Browser::CreateParams profile_params(profile, chrome::GetActiveDesktop());
profile           779 chrome/browser/profiles/profile_manager_unittest.cc   EXPECT_NE(profile, last_used_profile);
profile           784 chrome/browser/profiles/profile_manager_unittest.cc   EXPECT_NE(profile, last_used_profile);
profile           288 chrome/browser/profiles/profile_metrics.cc void ProfileMetrics::LogProfileLaunch(Profile* profile) {
profile           289 chrome/browser/profiles/profile_metrics.cc   base::FilePath profile_path = profile->GetPath();
profile           294 chrome/browser/profiles/profile_metrics.cc   if (profile->IsManaged()) {
profile            97 chrome/browser/profiles/profile_metrics.h   static void LogProfileLaunch(Profile* profile);
profile           157 chrome/browser/profiles/profile_shortcut_manager_win.cc   Profile* profile =
profile           159 chrome/browser/profiles/profile_shortcut_manager_win.cc   if (profile) {
profile           160 chrome/browser/profiles/profile_shortcut_manager_win.cc     profile->GetPrefs()->SetInteger(prefs::kProfileIconVersion,
profile           848 chrome/browser/profiles/profile_shortcut_manager_win.cc       Profile* profile =
profile           850 chrome/browser/profiles/profile_shortcut_manager_win.cc       if (profile->GetPrefs()->GetInteger(prefs::kProfileIconVersion) <
profile           853 chrome/browser/profiles/profile_shortcut_manager_win.cc         CreateOrUpdateProfileIcon(profile->GetPath());
profile            39 chrome/browser/profiles/profile_window.cc       Profile* profile,
profile            41 chrome/browser/profiles/profile_window.cc       : profile_(profile),
profile            52 chrome/browser/profiles/profile_window.cc     if (browser->profile() == profile_) {
profile            71 chrome/browser/profiles/profile_window.cc     Profile* profile,
profile            94 chrome/browser/profiles/profile_window.cc     Browser* browser = chrome::FindTabbedBrowser(profile, false, desktop_type);
profile           111 chrome/browser/profiles/profile_window.cc     new BrowserAddedForProfileObserver(profile, callback);
profile           118 chrome/browser/profiles/profile_window.cc       profile,
profile           160 chrome/browser/profiles/profile_window.cc     Profile* profile,
profile           168 chrome/browser/profiles/profile_window.cc   DCHECK(profile);
profile           171 chrome/browser/profiles/profile_window.cc     Browser* browser = chrome::FindTabbedBrowser(profile, false, desktop_type);
profile           182 chrome/browser/profiles/profile_window.cc   browser_creator.LaunchBrowser(command_line, profile, base::FilePath(),
profile           237 chrome/browser/profiles/profile_window.cc   Profile* profile = profile_manager->GetProfileByPath(
profile           240 chrome/browser/profiles/profile_window.cc   if (profile) {
profile           241 chrome/browser/profiles/profile_window.cc     BrowserList::CloseAllBrowsersWithProfile(profile);
profile           245 chrome/browser/profiles/profile_window.cc void LockProfile(Profile* profile) {
profile           246 chrome/browser/profiles/profile_window.cc   DCHECK(profile);
profile           250 chrome/browser/profiles/profile_window.cc   size_t index = cache.GetIndexOfProfileWithPath(profile->GetPath());
profile           252 chrome/browser/profiles/profile_window.cc   chrome::ShowUserManager(profile->GetPath());
profile           253 chrome/browser/profiles/profile_window.cc   BrowserList::CloseAllBrowsersWithProfile(profile);
profile           273 chrome/browser/profiles/profile_window.cc void ShowUserManagerMaybeWithTutorial(Profile* profile) {
profile           274 chrome/browser/profiles/profile_window.cc   if (!profile) {
profile           279 chrome/browser/profiles/profile_window.cc   PrefService* pref_service = profile->GetPrefs();
profile           286 chrome/browser/profiles/profile_window.cc     chrome::ShowUserManager(profile->GetPath());
profile            35 chrome/browser/profiles/profile_window.h     Profile* profile,
profile            67 chrome/browser/profiles/profile_window.h void LockProfile(Profile* profile);
profile            83 chrome/browser/profiles/profile_window.h void ShowUserManagerMaybeWithTutorial(Profile* profile);
profile            53 chrome/browser/profiles/profiles_state.cc base::string16 GetAvatarNameForProfile(Profile* profile) {
profile            56 chrome/browser/profiles/profiles_state.cc   if (profile->IsGuestSession()) {
profile            61 chrome/browser/profiles/profiles_state.cc     size_t index = cache.GetIndexOfProfileWithPath(profile->GetPath());
profile            85 chrome/browser/profiles/profiles_state.cc void UpdateProfileName(Profile* profile,
profile            87 chrome/browser/profiles/profiles_state.cc   PrefService* pref_service = profile->GetPrefs();
profile            95 chrome/browser/profiles/profiles_state.cc     Profile* profile,
profile            98 chrome/browser/profiles/profiles_state.cc       ProfileOAuth2TokenServiceFactory::GetForProfile(profile)->GetAccounts();
profile           112 chrome/browser/profiles/profiles_state.cc   Profile* profile = browser->profile();
profile           113 chrome/browser/profiles/profiles_state.cc   return profile->IsGuestSession() || !profile->IsOffTheRecord();
profile            32 chrome/browser/profiles/profiles_state.h base::string16 GetAvatarNameForProfile(Profile* profile);
profile            36 chrome/browser/profiles/profiles_state.h void UpdateProfileName(Profile* profile,
profile            43 chrome/browser/profiles/profiles_state.h     Profile* profile,
profile            11 chrome/browser/profiles/startup_task_runner_service.cc StartupTaskRunnerService::StartupTaskRunnerService(Profile* profile)
profile            12 chrome/browser/profiles/startup_task_runner_service.cc     : profile_(profile) {
profile            23 chrome/browser/profiles/startup_task_runner_service.h   explicit StartupTaskRunnerService(Profile* profile);
profile            21 chrome/browser/profiles/startup_task_runner_service_factory.cc     Profile* profile) {
profile            23 chrome/browser/profiles/startup_task_runner_service_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            33 chrome/browser/profiles/startup_task_runner_service_factory.cc     content::BrowserContext* profile) const {
profile            34 chrome/browser/profiles/startup_task_runner_service_factory.cc   return new StartupTaskRunnerService(static_cast<Profile*>(profile));
profile            22 chrome/browser/profiles/startup_task_runner_service_factory.h   static StartupTaskRunnerService* GetForProfile(Profile* profile);
profile            35 chrome/browser/profiles/startup_task_runner_service_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile           582 chrome/browser/referrer_policy_browsertest.cc   browser()->profile()->GetPrefs()->SetBoolean(
profile           247 chrome/browser/renderer_context_menu/render_view_context_menu_unittest.cc     registry_.reset(new ProtocolHandlerRegistry(profile(), NULL));
profile           285 chrome/browser/renderer_context_menu/render_view_context_menu_unittest.cc   IncognitoModePrefs::SetAvailability(profile()->GetPrefs(),
profile            46 chrome/browser/renderer_context_menu/spellchecker_submenu_observer_hunspell.cc   Profile* profile = proxy_->GetProfile();
profile            47 chrome/browser/renderer_context_menu/spellchecker_submenu_observer_hunspell.cc   DCHECK(profile);
profile            49 chrome/browser/renderer_context_menu/spellchecker_submenu_observer_hunspell.cc       SpellcheckService::GetSpellCheckLanguages(profile, &languages_);
profile           132 chrome/browser/renderer_context_menu/spellchecker_submenu_observer_hunspell.cc     Profile* profile = proxy_->GetProfile();
profile           133 chrome/browser/renderer_context_menu/spellchecker_submenu_observer_hunspell.cc     DCHECK(profile);
profile           134 chrome/browser/renderer_context_menu/spellchecker_submenu_observer_hunspell.cc     return profile->GetPrefs()->GetBoolean(prefs::kEnableContinuousSpellcheck);
profile           143 chrome/browser/renderer_context_menu/spellchecker_submenu_observer_hunspell.cc   Profile* profile = proxy_->GetProfile();
profile           144 chrome/browser/renderer_context_menu/spellchecker_submenu_observer_hunspell.cc   DCHECK(profile);
profile           145 chrome/browser/renderer_context_menu/spellchecker_submenu_observer_hunspell.cc   const PrefService* pref = profile->GetPrefs();
profile           165 chrome/browser/renderer_context_menu/spellchecker_submenu_observer_hunspell.cc   Profile* profile = proxy_->GetProfile();
profile           166 chrome/browser/renderer_context_menu/spellchecker_submenu_observer_hunspell.cc   DCHECK(profile);
profile           170 chrome/browser/renderer_context_menu/spellchecker_submenu_observer_hunspell.cc     if (profile && language < languages_.size()) {
profile           173 chrome/browser/renderer_context_menu/spellchecker_submenu_observer_hunspell.cc                                profile->GetPrefs());
profile           181 chrome/browser/renderer_context_menu/spellchecker_submenu_observer_hunspell.cc       profile->GetPrefs()->SetBoolean(
profile           183 chrome/browser/renderer_context_menu/spellchecker_submenu_observer_hunspell.cc           !profile->GetPrefs()->GetBoolean(prefs::kEnableContinuousSpellcheck));
profile            83 chrome/browser/renderer_context_menu/spellchecker_submenu_observer_mac.cc     Profile* profile = proxy_->GetProfile();
profile            84 chrome/browser/renderer_context_menu/spellchecker_submenu_observer_mac.cc     DCHECK(profile);
profile            85 chrome/browser/renderer_context_menu/spellchecker_submenu_observer_mac.cc     return profile->GetPrefs()->GetBoolean(prefs::kEnableContinuousSpellcheck);
profile           109 chrome/browser/renderer_context_menu/spellchecker_submenu_observer_mac.cc   Profile* profile = proxy_->GetProfile();
profile           110 chrome/browser/renderer_context_menu/spellchecker_submenu_observer_mac.cc   DCHECK(profile);
profile           113 chrome/browser/renderer_context_menu/spellchecker_submenu_observer_mac.cc       profile->GetPrefs()->SetBoolean(
profile           115 chrome/browser/renderer_context_menu/spellchecker_submenu_observer_mac.cc           !profile->GetPrefs()->GetBoolean(prefs::kEnableContinuousSpellcheck));
profile            23 chrome/browser/renderer_context_menu/spelling_bubble_model.cc SpellingBubbleModel::SpellingBubbleModel(Profile* profile,
profile            26 chrome/browser/renderer_context_menu/spelling_bubble_model.cc     : profile_(profile),
profile            22 chrome/browser/renderer_context_menu/spelling_bubble_model.h   SpellingBubbleModel(Profile* profile,
profile            61 chrome/browser/renderer_context_menu/spelling_menu_observer.cc   Profile* profile = proxy_->GetProfile();
profile            62 chrome/browser/renderer_context_menu/spelling_menu_observer.cc   if (!params.is_editable || !profile)
profile            74 chrome/browser/renderer_context_menu/spelling_menu_observer.cc       profile, SpellingServiceClient::SUGGEST);
profile           134 chrome/browser/renderer_context_menu/spelling_menu_observer.cc         profile, SpellingServiceClient::SUGGEST, params.misspelled_word,
profile           149 chrome/browser/renderer_context_menu/spelling_menu_observer.cc         profile, SpellingServiceClient::SPELLCHECK);
profile           158 chrome/browser/renderer_context_menu/spelling_menu_observer.cc         SpellcheckServiceFactory::GetForContext(profile);
profile           258 chrome/browser/renderer_context_menu/spelling_menu_observer.cc     Profile* profile = proxy_->GetProfile();
profile           259 chrome/browser/renderer_context_menu/spelling_menu_observer.cc     if (profile) {
profile           261 chrome/browser/renderer_context_menu/spelling_menu_observer.cc           SpellcheckServiceFactory::GetForContext(profile);
profile           284 chrome/browser/renderer_context_menu/spelling_menu_observer.cc     Profile* profile = proxy_->GetProfile();
profile           285 chrome/browser/renderer_context_menu/spelling_menu_observer.cc     if (profile) {
profile           287 chrome/browser/renderer_context_menu/spelling_menu_observer.cc           SpellcheckServiceFactory::GetForContext(profile);
profile           320 chrome/browser/renderer_context_menu/spelling_menu_observer.cc       Profile* profile = proxy_->GetProfile();
profile           321 chrome/browser/renderer_context_menu/spelling_menu_observer.cc       if (profile)
profile           322 chrome/browser/renderer_context_menu/spelling_menu_observer.cc         profile->GetPrefs()->SetBoolean(prefs::kSpellCheckUseSpellingService,
profile           324 chrome/browser/renderer_context_menu/spelling_menu_observer.cc         profile->GetPrefs()->SetBoolean(prefs::kEnableAutoSpellCorrect,
profile           345 chrome/browser/renderer_context_menu/spelling_menu_observer.cc       Profile* profile = proxy_->GetProfile();
profile           346 chrome/browser/renderer_context_menu/spelling_menu_observer.cc       if (profile) {
profile           348 chrome/browser/renderer_context_menu/spelling_menu_observer.cc         profile->GetPrefs()->SetBoolean(prefs::kEnableAutoSpellCorrect,
profile           356 chrome/browser/renderer_context_menu/spelling_menu_observer.cc   Profile* profile = proxy_->GetProfile();
profile           357 chrome/browser/renderer_context_menu/spelling_menu_observer.cc   if (!profile)
profile           360 chrome/browser/renderer_context_menu/spelling_menu_observer.cc       SpellcheckServiceFactory::GetForContext(profile);
profile            55 chrome/browser/renderer_host/chrome_render_message_filter.cc     Profile* profile,
profile            63 chrome/browser/renderer_host/chrome_render_message_filter.cc         base::Bind(&AddActionToExtensionActivityLog, profile, action));
profile            65 chrome/browser/renderer_host/chrome_render_message_filter.cc     if (!g_browser_process->profile_manager()->IsValidProfile(profile))
profile            71 chrome/browser/renderer_host/chrome_render_message_filter.cc       action->set_page_incognito(profile->IsOffTheRecord());
profile            73 chrome/browser/renderer_host/chrome_render_message_filter.cc         extensions::ActivityLog::GetInstance(profile);
profile            83 chrome/browser/renderer_host/chrome_render_message_filter.cc     Profile* profile,
profile            88 chrome/browser/renderer_host/chrome_render_message_filter.cc       profile_(profile),
profile            93 chrome/browser/renderer_host/chrome_render_message_filter.cc           extensions::ExtensionSystem::Get(profile)->info_map()),
profile            94 chrome/browser/renderer_host/chrome_render_message_filter.cc       cookie_settings_(CookieSettings::Factory::GetForProfile(profile)) {}
profile            38 chrome/browser/renderer_host/chrome_render_message_filter.h                             Profile* profile,
profile           130 chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc   Profile* profile = Profile::FromBrowserContext(browser_context);
profile           131 chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc   if (!profile)
profile           134 chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc   return prerender::PrerenderManagerFactory::GetForProfile(profile);
profile           191 chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc   Profile* profile =
profile           194 chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc   StreamsPrivateAPI* streams_private = StreamsPrivateAPI::Get(profile);
profile           102 chrome/browser/renderer_host/pepper/device_id_fetcher.cc   Profile* profile = NULL;
profile           106 chrome/browser/renderer_host/pepper/device_id_fetcher.cc     profile = Profile::FromBrowserContext(
profile           110 chrome/browser/renderer_host/pepper/device_id_fetcher.cc   if (!profile ||
profile           111 chrome/browser/renderer_host/pepper/device_id_fetcher.cc       profile->IsOffTheRecord() ||
profile           112 chrome/browser/renderer_host/pepper/device_id_fetcher.cc       !profile->GetPrefs()->GetBoolean(prefs::kEnableDRM)) {
profile           118 chrome/browser/renderer_host/pepper/device_id_fetcher.cc   std::string salt = profile->GetPrefs()->GetString(prefs::kDRMSalt);
profile           124 chrome/browser/renderer_host/pepper/device_id_fetcher.cc     profile->GetPrefs()->SetString(prefs::kDRMSalt, salt);
profile           134 chrome/browser/renderer_host/pepper/device_id_fetcher.cc                  profile->GetPath(), salt));
profile            63 chrome/browser/renderer_host/pepper/pepper_broker_message_filter.cc   Profile* profile =
profile            66 chrome/browser/renderer_host/pepper/pepper_broker_message_filter.cc       profile->GetHostContentSettingsMap();
profile            35 chrome/browser/renderer_host/pepper/pepper_extensions_common_message_filter.cc                   Profile* profile,
profile            41 chrome/browser/renderer_host/pepper/pepper_extensions_common_message_filter.cc         dispatcher_(profile, this) {
profile           173 chrome/browser/renderer_host/pepper/pepper_extensions_common_message_filter.cc   Profile* profile = profile_manager->GetProfile(profile_directory_);
profile           177 chrome/browser/renderer_host/pepper/pepper_extensions_common_message_filter.cc       this, profile, frame_host, web_contents);
profile            43 chrome/browser/renderer_host/pepper/pepper_flash_browser_host.cc     Profile* profile =
profile            45 chrome/browser/renderer_host/pepper/pepper_flash_browser_host.cc     return CookieSettings::Factory::GetForProfile(profile);
profile           101 chrome/browser/renderer_host/pepper/pepper_isolated_file_system_message_filter.cc     Profile* profile) {
profile           103 chrome/browser/renderer_host/pepper/pepper_isolated_file_system_message_filter.cc       extensions::ExtensionSystem::Get(profile);
profile           144 chrome/browser/renderer_host/pepper/pepper_isolated_file_system_message_filter.cc   Profile* profile = GetProfile();
profile           146 chrome/browser/renderer_host/pepper/pepper_isolated_file_system_message_filter.cc   if (profile) {
profile           147 chrome/browser/renderer_host/pepper/pepper_isolated_file_system_message_filter.cc     extension_set = extensions::ExtensionSystem::Get(profile)->
profile           161 chrome/browser/renderer_host/pepper/pepper_isolated_file_system_message_filter.cc   const std::string fsid = CreateCrxFileSystem(profile);
profile            61 chrome/browser/renderer_host/pepper/pepper_isolated_file_system_message_filter.h   std::string CreateCrxFileSystem(Profile* profile);
profile            79 chrome/browser/renderer_preferences_util.cc     content::RendererPreferences* prefs, Profile* profile) {
profile            80 chrome/browser/renderer_preferences_util.cc   const PrefService* pref_service = profile->GetPrefs();
profile            88 chrome/browser/renderer_preferences_util.cc   GtkThemeService* theme_service = GtkThemeService::GetFrom(profile);
profile           143 chrome/browser/renderer_preferences_util.cc     if (ThemeServiceFactory::GetForProfile(profile)->UsingNativeTheme()) {
profile            18 chrome/browser/renderer_preferences_util.h                               Profile* profile);
profile           266 chrome/browser/rlz/rlz.cc bool RLZTracker::InitRlzFromProfileDelayed(Profile* profile,
profile           272 chrome/browser/rlz/rlz.cc       TemplateURLServiceFactory::GetForProfile(profile);
profile           280 chrome/browser/rlz/rlz.cc   PrefService* pref_service = profile->GetPrefs();
profile           289 chrome/browser/rlz/rlz.cc           *CommandLine::ForCurrentProcess(), profile);
profile            50 chrome/browser/rlz/rlz.h   static bool InitRlzFromProfileDelayed(Profile* profile,
profile           511 chrome/browser/safe_browsing/browser_feature_extractor.cc     Profile* profile = Profile::FromBrowserContext(tab_->GetBrowserContext());
profile           512 chrome/browser/safe_browsing/browser_feature_extractor.cc     *history = HistoryServiceFactory::GetForProfile(profile,
profile            82 chrome/browser/safe_browsing/browser_feature_extractor_unittest.cc     ASSERT_TRUE(profile()->CreateHistoryService(
profile            99 chrome/browser/safe_browsing/browser_feature_extractor_unittest.cc     profile()->DestroyHistoryService();
profile           105 chrome/browser/safe_browsing/browser_feature_extractor_unittest.cc     return HistoryServiceFactory::GetForProfile(profile(),
profile           251 chrome/browser/safe_browsing/client_side_detection_service.cc   Profile* profile = Profile::FromBrowserContext(process->GetBrowserContext());
profile           253 chrome/browser/safe_browsing/client_side_detection_service.cc   if (profile->GetPrefs()->GetBoolean(prefs::kSafeBrowsingEnabled)) {
profile           628 chrome/browser/safe_browsing/download_protection_service.cc     Profile* profile = Profile::FromBrowserContext(item_->GetBrowserContext());
profile           630 chrome/browser/safe_browsing/download_protection_service.cc         HistoryServiceFactory::GetForProfile(profile, Profile::EXPLICIT_ACCESS);
profile          1097 chrome/browser/safe_browsing/download_protection_service_unittest.cc   TestingProfile profile(profile_dir.path());
profile          1099 chrome/browser/safe_browsing/download_protection_service_unittest.cc       profile.CreateHistoryService(true /* delete_file */, false /* no_db */));
profile          1126 chrome/browser/safe_browsing/download_protection_service_unittest.cc   EXPECT_CALL(item, GetBrowserContext()).WillRepeatedly(Return(&profile));
profile          1203 chrome/browser/safe_browsing/download_protection_service_unittest.cc     HistoryServiceFactory::GetForProfile(&profile, Profile::EXPLICIT_ACCESS)
profile            24 chrome/browser/safe_browsing/malware_details_history.cc     Profile* profile)
profile            25 chrome/browser/safe_browsing/malware_details_history.cc     : profile_(profile),
profile            28 chrome/browser/safe_browsing/malware_details_history.cc   if (profile) {
profile            30 chrome/browser/safe_browsing/malware_details_history.cc                    content::Source<Profile>(profile));
profile            34 chrome/browser/safe_browsing/malware_details_history.h   explicit MalwareDetailsRedirectsCollector(Profile* profile);
profile           190 chrome/browser/safe_browsing/malware_details_unittest.cc     ASSERT_TRUE(profile()->CreateHistoryService(
profile           195 chrome/browser/safe_browsing/malware_details_unittest.cc     profile()->DestroyHistoryService();
profile           219 chrome/browser/safe_browsing/malware_details_unittest.cc     return HistoryServiceFactory::GetForProfile(profile(),
profile           536 chrome/browser/safe_browsing/malware_details_unittest.cc       profile()->GetRequestContext());
profile           541 chrome/browser/safe_browsing/malware_details_unittest.cc                  make_scoped_refptr(profile()->GetRequestContext())));
profile           608 chrome/browser/safe_browsing/malware_details_unittest.cc       profile()->GetRequestContext());
profile           651 chrome/browser/safe_browsing/malware_details_unittest.cc   profile()->BlockUntilHistoryProcessesPendingRequests();
profile           445 chrome/browser/safe_browsing/safe_browsing_blocking_page.cc   Profile* profile = Profile::FromBrowserContext(
profile           447 chrome/browser/safe_browsing/safe_browsing_blocking_page.cc   renderer_preferences_util::UpdateFromSystemSettings(prefs, profile);
profile           451 chrome/browser/safe_browsing/safe_browsing_blocking_page.cc   Profile* profile = Profile::FromBrowserContext(
profile           453 chrome/browser/safe_browsing/safe_browsing_blocking_page.cc   PrefService* pref = profile->GetPrefs();
profile           779 chrome/browser/safe_browsing/safe_browsing_blocking_page.cc   Profile* profile =
profile           781 chrome/browser/safe_browsing/safe_browsing_blocking_page.cc   return profile->GetPrefs()->GetBoolean(pref);
profile           781 chrome/browser/safe_browsing/safe_browsing_blocking_page_test.cc   ASSERT_TRUE(browser()->profile()->GetPrefs()->GetBoolean(
profile           809 chrome/browser/safe_browsing/safe_browsing_blocking_page_test.cc   browser()->profile()->GetPrefs()->SetBoolean(
profile           841 chrome/browser/safe_browsing/safe_browsing_blocking_page_test.cc   browser()->profile()->GetPrefs()->SetBoolean(
profile           242 chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc   Profile* profile = Profile::FromBrowserContext(
profile           244 chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc   profile->GetPrefs()->SetBoolean(prefs::kSafeBrowsingReportingEnabled, true);
profile           276 chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc   Profile* profile = Profile::FromBrowserContext(
profile           278 chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc   profile->GetPrefs()->SetBoolean(prefs::kSafeBrowsingReportingEnabled, true);
profile           308 chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc   Profile* profile = Profile::FromBrowserContext(
profile           310 chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc   profile->GetPrefs()->SetBoolean(prefs::kSafeBrowsingReportingEnabled, true);
profile           343 chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc   Profile* profile = Profile::FromBrowserContext(
profile           345 chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc   profile->GetPrefs()->SetBoolean(prefs::kSafeBrowsingReportingEnabled, true);
profile           376 chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc   Profile* profile = Profile::FromBrowserContext(
profile           378 chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc   profile->GetPrefs()->SetBoolean(prefs::kSafeBrowsingReportingEnabled, true);
profile           417 chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc   Profile* profile = Profile::FromBrowserContext(
profile           419 chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc   profile->GetPrefs()->SetBoolean(prefs::kSafeBrowsingReportingEnabled, true);
profile           473 chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc   Profile* profile = Profile::FromBrowserContext(
profile           475 chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc   profile->GetPrefs()->SetBoolean(prefs::kSafeBrowsingReportingEnabled, true);
profile           524 chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc   Profile* profile = Profile::FromBrowserContext(
profile           526 chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc   profile->GetPrefs()->SetBoolean(prefs::kSafeBrowsingReportingEnabled, true);
profile           572 chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc   Profile* profile = Profile::FromBrowserContext(
profile           574 chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc   profile->GetPrefs()->SetBoolean(prefs::kSafeBrowsingReportingEnabled, true);
profile           607 chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc   Profile* profile = Profile::FromBrowserContext(
profile           609 chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc   profile->GetPrefs()->SetBoolean(prefs::kSafeBrowsingReportingEnabled, false);
profile           640 chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc   Profile* profile = Profile::FromBrowserContext(
profile           642 chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc   profile->GetPrefs()->SetBoolean(prefs::kSafeBrowsingReportingEnabled, false);
profile           655 chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc   EXPECT_FALSE(profile->GetPrefs()->GetBoolean(
profile           661 chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc   EXPECT_TRUE(profile->GetPrefs()->GetBoolean(
profile           667 chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc   EXPECT_FALSE(profile->GetPrefs()->GetBoolean(
profile           438 chrome/browser/safe_browsing/safe_browsing_service.cc       Profile* profile = content::Source<Profile>(source).ptr();
profile           439 chrome/browser/safe_browsing/safe_browsing_service.cc       if (!profile->IsOffTheRecord())
profile           440 chrome/browser/safe_browsing/safe_browsing_service.cc         AddPrefService(profile->GetPrefs());
profile           445 chrome/browser/safe_browsing/safe_browsing_service.cc       Profile* profile = content::Source<Profile>(source).ptr();
profile           446 chrome/browser/safe_browsing/safe_browsing_service.cc       if (!profile->IsOffTheRecord())
profile           447 chrome/browser/safe_browsing/safe_browsing_service.cc         RemovePrefService(profile->GetPrefs());
profile           736 chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc   PrefService* pref_service = browser()->profile()->GetPrefs();
profile           804 chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc   void OnUnblockOnProfileCreation(Profile* profile,
profile           807 chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc       profile2_ = profile;
profile           822 chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc   PrefService* pref_service = browser()->profile()->GetPrefs();
profile            36 chrome/browser/safe_browsing/safe_browsing_tab_observer.cc   Profile* profile =
profile            38 chrome/browser/safe_browsing/safe_browsing_tab_observer.cc   PrefService* prefs = profile->GetPrefs();
profile            63 chrome/browser/safe_browsing/safe_browsing_tab_observer.cc   Profile* profile =
profile            65 chrome/browser/safe_browsing/safe_browsing_tab_observer.cc   PrefService* prefs = profile->GetPrefs();
profile           454 chrome/browser/safe_browsing/safe_browsing_test.cc       browser()->profile()->GetRequestContext();
profile            78 chrome/browser/search/hotword_service.cc void RecordLoggingMetrics(Profile* profile) {
profile            81 chrome/browser/search/hotword_service.cc   if (!profile->GetPrefs()->GetBoolean(prefs::kHotwordSearchEnabled))
profile            86 chrome/browser/search/hotword_service.cc       profile->GetPrefs()->GetBoolean(prefs::kHotwordAudioLoggingEnabled));
profile            89 chrome/browser/search/hotword_service.cc ExtensionService* GetExtensionService(Profile* profile) {
profile            93 chrome/browser/search/hotword_service.cc       extensions::ExtensionSystem::Get(profile);
profile           108 chrome/browser/search/hotword_service.cc bool HotwordService::DoesHotwordSupportLanguage(Profile* profile) {
profile           112 chrome/browser/search/hotword_service.cc       profile->GetPrefs()->GetString(prefs::kApplicationLocale);
profile           126 chrome/browser/search/hotword_service.cc HotwordService::HotwordService(Profile* profile)
profile           127 chrome/browser/search/hotword_service.cc     : profile_(profile) {
profile            29 chrome/browser/search/hotword_service.h   static bool DoesHotwordSupportLanguage(Profile* profile);
profile            31 chrome/browser/search/hotword_service.h   explicit HotwordService(Profile* profile);
profile            47 chrome/browser/search/hotword_service_factory.cc bool HotwordServiceFactory::RetryHotwordExtension(Profile* profile) {
profile            48 chrome/browser/search/hotword_service_factory.cc   HotwordService* hotword_service = GetForProfile(profile);
profile            33 chrome/browser/search/hotword_service_factory.h   static bool RetryHotwordExtension(Profile* profile);
profile            20 chrome/browser/search/hotword_service_unittest.cc   void SetApplicationLocale(Profile* profile, const std::string& new_locale) {
profile            23 chrome/browser/search/hotword_service_unittest.cc     profile->GetPrefs()->SetString(prefs::kApplicationLocale, new_locale);
profile            38 chrome/browser/search/hotword_service_unittest.cc   scoped_ptr<TestingProfile> profile = profile_builder.Build();
profile            48 chrome/browser/search/hotword_service_unittest.cc       hotword_service_factory->GetForProfile(profile.get());
profile            53 chrome/browser/search/hotword_service_unittest.cc   profile->GetPrefs()->SetBoolean(prefs::kHotwordSearchEnabled, true);
profile            54 chrome/browser/search/hotword_service_unittest.cc   EXPECT_FALSE(HotwordServiceFactory::ShouldShowOptInPopup(profile.get()));
profile            57 chrome/browser/search/hotword_service_unittest.cc   profile->GetPrefs()->SetBoolean(prefs::kHotwordSearchEnabled, false);
profile            58 chrome/browser/search/hotword_service_unittest.cc   EXPECT_FALSE(HotwordServiceFactory::ShouldShowOptInPopup(profile.get()));
profile            62 chrome/browser/search/hotword_service_unittest.cc   profile->GetPrefs()->ClearPref(prefs::kHotwordSearchEnabled);
profile            66 chrome/browser/search/hotword_service_unittest.cc     EXPECT_TRUE(HotwordServiceFactory::ShouldShowOptInPopup(profile.get()));
profile            73 chrome/browser/search/hotword_service_unittest.cc   EXPECT_FALSE(HotwordServiceFactory::ShouldShowOptInPopup(profile.get()));
profile            82 chrome/browser/search/hotword_service_unittest.cc   scoped_ptr<TestingProfile> profile = profile_builder.Build();
profile            91 chrome/browser/search/hotword_service_unittest.cc       hotword_service_factory->GetForProfile(profile.get());
profile            98 chrome/browser/search/hotword_service_unittest.cc   EXPECT_FALSE(HotwordServiceFactory::IsHotwordAllowed(profile.get()));
profile           106 chrome/browser/search/hotword_service_unittest.cc   EXPECT_FALSE(HotwordServiceFactory::IsHotwordAllowed(profile.get()));
profile           110 chrome/browser/search/hotword_service_unittest.cc   SetApplicationLocale(static_cast<Profile*>(profile.get()), "en");
profile           111 chrome/browser/search/hotword_service_unittest.cc   EXPECT_FALSE(HotwordServiceFactory::IsHotwordAllowed(profile.get()));
profile           121 chrome/browser/search/hotword_service_unittest.cc   scoped_ptr<TestingProfile> profile = profile_builder.Build();
profile           130 chrome/browser/search/hotword_service_unittest.cc       hotword_service_factory->GetForProfile(profile.get());
profile           138 chrome/browser/search/hotword_service_unittest.cc   SetApplicationLocale(static_cast<Profile*>(profile.get()), "non-valid");
profile           139 chrome/browser/search/hotword_service_unittest.cc   EXPECT_FALSE(HotwordServiceFactory::IsHotwordAllowed(profile.get()));
profile           142 chrome/browser/search/hotword_service_unittest.cc   SetApplicationLocale(static_cast<Profile*>(profile.get()), "en");
profile           143 chrome/browser/search/hotword_service_unittest.cc   EXPECT_TRUE(HotwordServiceFactory::IsHotwordAllowed(profile.get()));
profile           144 chrome/browser/search/hotword_service_unittest.cc   SetApplicationLocale(static_cast<Profile*>(profile.get()), "en-US");
profile           145 chrome/browser/search/hotword_service_unittest.cc   EXPECT_TRUE(HotwordServiceFactory::IsHotwordAllowed(profile.get()));
profile           146 chrome/browser/search/hotword_service_unittest.cc   SetApplicationLocale(static_cast<Profile*>(profile.get()), "en_us");
profile           147 chrome/browser/search/hotword_service_unittest.cc   EXPECT_TRUE(HotwordServiceFactory::IsHotwordAllowed(profile.get()));
profile           148 chrome/browser/search/hotword_service_unittest.cc   SetApplicationLocale(static_cast<Profile*>(profile.get()), "de_DE");
profile           149 chrome/browser/search/hotword_service_unittest.cc   EXPECT_TRUE(HotwordServiceFactory::IsHotwordAllowed(profile.get()));
profile           150 chrome/browser/search/hotword_service_unittest.cc   SetApplicationLocale(static_cast<Profile*>(profile.get()), "fr_fr");
profile           151 chrome/browser/search/hotword_service_unittest.cc   EXPECT_TRUE(HotwordServiceFactory::IsHotwordAllowed(profile.get()));
profile           161 chrome/browser/search/hotword_service_unittest.cc   scoped_ptr<TestingProfile> profile = profile_builder.Build();
profile           166 chrome/browser/search/hotword_service_unittest.cc       hotword_service_factory->GetForProfile(profile.get());
profile            70 chrome/browser/search/instant_service.cc InstantService::InstantService(Profile* profile)
profile            71 chrome/browser/search/instant_service.cc     : profile_(profile),
profile            99 chrome/browser/search/instant_service.cc                    profile->GetResourceContext(), instant_io_context_));
profile           405 chrome/browser/search/instant_service.cc     Profile* profile,
profile           408 chrome/browser/search/instant_service.cc       profile->GetPrefs()->GetString(prefs::kLastPromptedGoogleURL));
profile            47 chrome/browser/search/instant_service.h   explicit InstantService(Profile* profile);
profile           135 chrome/browser/search/instant_service.h   void OnGoogleURLUpdated(Profile* profile,
profile            16 chrome/browser/search/instant_service_factory.cc InstantService* InstantServiceFactory::GetForProfile(Profile* profile) {
profile            21 chrome/browser/search/instant_service_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            48 chrome/browser/search/instant_service_factory.cc     content::BrowserContext* profile) const {
profile            50 chrome/browser/search/instant_service_factory.cc       new InstantService(static_cast<Profile*>(profile)) : NULL;
profile            20 chrome/browser/search/instant_service_factory.h   static InstantService* GetForProfile(Profile* profile);
profile            34 chrome/browser/search/instant_service_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile            80 chrome/browser/search/instant_service_unittest.cc       new content::MockRenderProcessHost(profile()));
profile           115 chrome/browser/search/instant_service_unittest.cc   TemplateURL* template_url = new TemplateURL(profile(), data);
profile            63 chrome/browser/search/instant_unittest_base.cc   TemplateURL* template_url = new TemplateURL(profile(), data);
profile            81 chrome/browser/search/instant_unittest_base.cc       content::Source<Profile>(profile()->GetOriginalProfile()),
profile            94 chrome/browser/search/instant_unittest_base.cc       profile(), &TemplateURLServiceFactory::BuildInstanceFor);
profile            95 chrome/browser/search/instant_unittest_base.cc   template_url_service_ = TemplateURLServiceFactory::GetForProfile(profile());
profile            99 chrome/browser/search/instant_unittest_base.cc   TestingPrefServiceSyncable* pref_service = profile()->GetTestingPrefService();
profile           103 chrome/browser/search/instant_unittest_base.cc   instant_service_ = InstantServiceFactory::GetForProfile(profile());
profile            60 chrome/browser/search/local_ntp_source.cc bool DefaultSearchProviderIsGoogle(Profile* profile) {
profile            61 chrome/browser/search/local_ntp_source.cc   if (!profile)
profile            65 chrome/browser/search/local_ntp_source.cc       TemplateURLServiceFactory::GetForProfile(profile);
profile           104 chrome/browser/search/local_ntp_source.cc std::string GetConfigData(Profile* profile) {
profile           108 chrome/browser/search/local_ntp_source.cc                          DefaultSearchProviderIsGoogle(profile) &&
profile           125 chrome/browser/search/local_ntp_source.cc LocalNtpSource::LocalNtpSource(Profile* profile) : profile_(profile) {
profile            18 chrome/browser/search/local_ntp_source.h   explicit LocalNtpSource(Profile* profile);
profile           148 chrome/browser/search/search.cc TemplateURL* GetDefaultSearchProviderTemplateURL(Profile* profile) {
profile           149 chrome/browser/search/search.cc   if (profile) {
profile           151 chrome/browser/search/search.cc         TemplateURLServiceFactory::GetForProfile(profile);
profile           193 chrome/browser/search/search.cc                                 Profile* profile) {
profile           200 chrome/browser/search/search.cc       InstantServiceFactory::GetForProfile(profile);
profile           217 chrome/browser/search/search.cc bool IsInstantURL(const GURL& url, Profile* profile) {
profile           224 chrome/browser/search/search.cc   const GURL new_tab_url(GetNewTabPageURL(profile));
profile           229 chrome/browser/search/search.cc   TemplateURL* template_url = GetDefaultSearchProviderTemplateURL(profile);
profile           261 chrome/browser/search/search.cc   Profile* profile = Profile::FromBrowserContext(contents->GetBrowserContext());
profile           263 chrome/browser/search/search.cc   if (!IsRenderedInInstantProcess(contents, profile) &&
profile           265 chrome/browser/search/search.cc        !ShouldAssignURLToInstantRenderer(entry->GetURL(), profile)))
profile           273 chrome/browser/search/search.cc   if (!IsQueryExtractionAllowedForURL(profile, entry->GetVirtualURL()))
profile           277 chrome/browser/search/search.cc   return ExtractSearchTermsFromURL(profile, entry->GetVirtualURL());
profile           280 chrome/browser/search/search.cc bool IsURLAllowedForSupervisedUser(const GURL& url, Profile* profile) {
profile           283 chrome/browser/search/search.cc       ManagedUserServiceFactory::GetForProfile(profile);
profile           296 chrome/browser/search/search.cc NewTabURLState IsValidNewTabURL(Profile* profile, const GURL& new_tab_url) {
profile           297 chrome/browser/search/search.cc   if (profile->IsOffTheRecord())
profile           303 chrome/browser/search/search.cc   if (!IsURLAllowedForSupervisedUser(new_tab_url, profile))
profile           314 chrome/browser/search/search.cc   static NewTabURLDetails ForProfile(Profile* profile) {
profile           316 chrome/browser/search/search.cc     TemplateURL* template_url = GetDefaultSearchProviderTemplateURL(profile);
profile           317 chrome/browser/search/search.cc     if (!profile || !template_url)
profile           322 chrome/browser/search/search.cc     NewTabURLState state = IsValidNewTabURL(profile, search_provider_url);
profile           394 chrome/browser/search/search.cc base::string16 ExtractSearchTermsFromURL(Profile* profile, const GURL& url) {
profile           395 chrome/browser/search/search.cc   if (url.is_valid() && url == GetSearchResultPrefetchBaseURL(profile)) {
profile           399 chrome/browser/search/search.cc         InstantSearchPrerenderer::GetForProfile(profile);
profile           404 chrome/browser/search/search.cc   TemplateURL* template_url = GetDefaultSearchProviderTemplateURL(profile);
profile           411 chrome/browser/search/search.cc bool IsQueryExtractionAllowedForURL(Profile* profile, const GURL& url) {
profile           412 chrome/browser/search/search.cc   TemplateURL* template_url = GetDefaultSearchProviderTemplateURL(profile);
profile           444 chrome/browser/search/search.cc bool ShouldAssignURLToInstantRenderer(const GURL& url, Profile* profile) {
profile           446 chrome/browser/search/search.cc          profile &&
profile           449 chrome/browser/search/search.cc           IsInstantURL(url, profile));
profile           452 chrome/browser/search/search.cc bool ShouldUseProcessPerSiteForInstantURL(const GURL& url, Profile* profile) {
profile           453 chrome/browser/search/search.cc   return ShouldAssignURLToInstantRenderer(url, profile) &&
profile           458 chrome/browser/search/search.cc bool IsNTPURL(const GURL& url, Profile* profile) {
profile           465 chrome/browser/search/search.cc   const base::string16 search_terms = ExtractSearchTermsFromURL(profile, url);
profile           466 chrome/browser/search/search.cc   return profile &&
profile           467 chrome/browser/search/search.cc       ((IsInstantURL(url, profile) && search_terms.empty()) ||
profile           484 chrome/browser/search/search.cc   Profile* profile = Profile::FromBrowserContext(contents->GetBrowserContext());
profile           485 chrome/browser/search/search.cc   if (!IsRenderedInInstantProcess(contents, profile))
profile           488 chrome/browser/search/search.cc   if (entry->GetURL() == GetLocalInstantURL(profile))
profile           491 chrome/browser/search/search.cc   GURL new_tab_url(GetNewTabPageURL(profile));
profile           496 chrome/browser/search/search.cc bool IsSuggestPrefEnabled(Profile* profile) {
profile           497 chrome/browser/search/search.cc   return profile && !profile->IsOffTheRecord() && profile->GetPrefs() &&
profile           498 chrome/browser/search/search.cc          profile->GetPrefs()->GetBoolean(prefs::kSearchSuggestEnabled);
profile           501 chrome/browser/search/search.cc GURL GetInstantURL(Profile* profile, int start_margin,
profile           503 chrome/browser/search/search.cc   if (!IsInstantExtendedAPIEnabled() || !IsSuggestPrefEnabled(profile))
profile           506 chrome/browser/search/search.cc   TemplateURL* template_url = GetDefaultSearchProviderTemplateURL(profile);
profile           528 chrome/browser/search/search.cc   if (!IsURLAllowedForSupervisedUser(instant_url, profile))
profile           535 chrome/browser/search/search.cc std::vector<GURL> GetSearchURLs(Profile* profile) {
profile           537 chrome/browser/search/search.cc   TemplateURL* template_url = GetDefaultSearchProviderTemplateURL(profile);
profile           548 chrome/browser/search/search.cc GURL GetNewTabPageURL(Profile* profile) {
profile           549 chrome/browser/search/search.cc   return NewTabURLDetails::ForProfile(profile).url;
profile           552 chrome/browser/search/search.cc GURL GetSearchResultPrefetchBaseURL(Profile* profile) {
profile           554 chrome/browser/search/search.cc       GetInstantURL(profile, kDisableStartMargin, true) : GURL();
profile           582 chrome/browser/search/search.cc GURL GetLocalInstantURL(Profile* profile) {
profile           671 chrome/browser/search/search.cc GURL GetEffectiveURLForInstant(const GURL& url, Profile* profile) {
profile           672 chrome/browser/search/search.cc   CHECK(ShouldAssignURLToInstantRenderer(url, profile))
profile           689 chrome/browser/search/search.cc   NewTabURLDetails details = NewTabURLDetails::ForProfile(profile);
profile           709 chrome/browser/search/search.cc   Profile* profile = Profile::FromBrowserContext(browser_context);
profile           710 chrome/browser/search/search.cc   NewTabURLDetails details(NewTabURLDetails::ForProfile(profile));
profile           726 chrome/browser/search/search.cc   Profile* profile = Profile::FromBrowserContext(browser_context);
profile           727 chrome/browser/search/search.cc   if (profile && profile->IsOffTheRecord())
profile           736 chrome/browser/search/search.cc   GURL new_tab_url(GetNewTabPageURL(profile));
profile            74 chrome/browser/search/search.h bool IsSuggestPrefEnabled(Profile* profile);
profile           106 chrome/browser/search/search.h base::string16 ExtractSearchTermsFromURL(Profile* profile, const GURL& url);
profile           111 chrome/browser/search/search.h bool IsQueryExtractionAllowedForURL(Profile* profile, const GURL& url);
profile           130 chrome/browser/search/search.h bool ShouldAssignURLToInstantRenderer(const GURL& url, Profile* profile);
profile           133 chrome/browser/search/search.h bool ShouldUseProcessPerSiteForInstantURL(const GURL& url, Profile* profile);
profile           137 chrome/browser/search/search.h bool IsNTPURL(const GURL& url, Profile* profile);
profile           161 chrome/browser/search/search.h GURL GetInstantURL(Profile* profile,
profile           166 chrome/browser/search/search.h std::vector<GURL> GetSearchURLs(Profile* profile);
profile           171 chrome/browser/search/search.h GURL GetSearchResultPrefetchBaseURL(Profile* profile);
profile           183 chrome/browser/search/search.h GURL GetLocalInstantURL(Profile* profile);
profile           236 chrome/browser/search/search.h GURL GetEffectiveURLForInstant(const GURL& url, Profile* profile);
profile           301 chrome/browser/search/search.h GURL GetNewTabPageURL(Profile* profile);
profile            81 chrome/browser/search/search_terms_tracker.cc   Profile* profile =
profile            83 chrome/browser/search/search_terms_tracker.cc   DCHECK(profile);
profile            84 chrome/browser/search/search_terms_tracker.cc   if (!profile)
profile            88 chrome/browser/search/search_terms_tracker.cc       TemplateURLServiceFactory::GetForProfile(profile)->
profile           163 chrome/browser/search/search_unittest.cc         profile(), &TemplateURLServiceFactory::BuildInstanceFor);
profile           165 chrome/browser/search/search_unittest.cc         TemplateURLServiceFactory::GetForProfile(profile());
profile           172 chrome/browser/search/search_unittest.cc         TemplateURLServiceFactory::GetForProfile(profile());
profile           185 chrome/browser/search/search_unittest.cc     TemplateURL* template_url = new TemplateURL(profile(), data);
profile           196 chrome/browser/search/search_unittest.cc         TemplateURLServiceFactory::GetForProfile(profile());
profile           209 chrome/browser/search/search_unittest.cc     TemplateURL* template_url = new TemplateURL(profile(), data);
profile           217 chrome/browser/search/search_unittest.cc         InstantServiceFactory::GetForProfile(profile());
profile           251 chrome/browser/search/search_unittest.cc               ShouldAssignURLToInstantRenderer(GURL(test.url), profile()))
profile           277 chrome/browser/search/search_unittest.cc               ShouldAssignURLToInstantRenderer(GURL(test.url), profile()))
profile           306 chrome/browser/search/search_unittest.cc               ShouldUseProcessPerSiteForInstantURL(GURL(test.url), profile()))
profile           500 chrome/browser/search/search_unittest.cc   NavigateAndCommitActiveTab(GetInstantURL(profile(), kDisableStartMargin,
profile           505 chrome/browser/search/search_unittest.cc   NavigateAndCommitActiveTab(chrome::GetNewTabPageURL(profile()));
profile           526 chrome/browser/search/search_unittest.cc   profile()->ForceIncognito(true);
profile           527 chrome/browser/search/search_unittest.cc   EXPECT_EQ(GURL(), chrome::GetNewTabPageURL(profile()));
profile           529 chrome/browser/search/search_unittest.cc   EXPECT_FALSE(HandleNewTabURLRewrite(&new_tab_url, profile()));
profile           537 chrome/browser/search/search_unittest.cc             chrome::GetNewTabPageURL(profile()));
profile           539 chrome/browser/search/search_unittest.cc   EXPECT_TRUE(HandleNewTabURLRewrite(&new_tab_url, profile()));
profile           547 chrome/browser/search/search_unittest.cc             chrome::GetNewTabPageURL(profile()));
profile           549 chrome/browser/search/search_unittest.cc   EXPECT_TRUE(HandleNewTabURLRewrite(&new_tab_url, profile()));
profile           556 chrome/browser/search/search_unittest.cc       ManagedUserServiceFactory::GetForProfile(profile());
profile           564 chrome/browser/search/search_unittest.cc             chrome::GetNewTabPageURL(profile()));
profile           566 chrome/browser/search/search_unittest.cc   EXPECT_TRUE(HandleNewTabURLRewrite(&new_tab_url, profile()));
profile           568 chrome/browser/search/search_unittest.cc   EXPECT_EQ(GURL(), GetInstantURL(profile(), kDisableStartMargin, false));
profile           574 chrome/browser/search/search_unittest.cc   EXPECT_EQ(GURL(), GetInstantURL(profile(), kDisableStartMargin, false));
profile           581 chrome/browser/search/search_unittest.cc             GetInstantURL(profile(), kDisableStartMargin, false));
profile           584 chrome/browser/search/search_unittest.cc   profile()->GetPrefs()->SetBoolean(prefs::kSearchSuggestEnabled, true);
profile           586 chrome/browser/search/search_unittest.cc             GetInstantURL(profile(), kDisableStartMargin, false));
profile           589 chrome/browser/search/search_unittest.cc   profile()->GetPrefs()->SetBoolean(prefs::kSearchSuggestEnabled, false);
profile           590 chrome/browser/search/search_unittest.cc   EXPECT_EQ(GURL(), GetInstantURL(profile(), kDisableStartMargin, false));
profile           595 chrome/browser/search/search_unittest.cc   profile()->GetPrefs()->SetBoolean(prefs::kSearchSuggestEnabled, true);
profile           598 chrome/browser/search/search_unittest.cc             GetInstantURL(profile(), kDisableStartMargin, false));
profile           602 chrome/browser/search/search_unittest.cc             GetInstantURL(profile(), 10, false));
profile           609 chrome/browser/search/search_unittest.cc             GetInstantURL(profile(), kDisableStartMargin, false));
profile           614 chrome/browser/search/search_unittest.cc             GetInstantURL(profile(), kDisableStartMargin, true));
profile           618 chrome/browser/search/search_unittest.cc   GURL local_instant_url(GetLocalInstantURL(profile()));
profile           622 chrome/browser/search/search_unittest.cc       TemplateURLServiceFactory::GetForProfile(profile());
profile           627 chrome/browser/search/search_unittest.cc   TemplateURL* template_url = new TemplateURL(profile(), data);
profile           635 chrome/browser/search/search_unittest.cc   GURL instant_url(GetInstantURL(profile(), kDisableStartMargin, false));
profile           644 chrome/browser/search/search_unittest.cc   instant_url = GetInstantURL(profile(), kDisableStartMargin, false);
profile           651 chrome/browser/search/search_unittest.cc   local_instant_url = GetLocalInstantURL(profile());
profile           658 chrome/browser/search/search_unittest.cc   instant_url = GetInstantURL(profile(), kDisableStartMargin, false);
profile           759 chrome/browser/search/search_unittest.cc   GURL local_ntp_url(GetLocalInstantURL(profile()));
profile           761 chrome/browser/search/search_unittest.cc   EXPECT_FALSE(chrome::IsNTPURL(invalid_url, profile()));
profile           764 chrome/browser/search/search_unittest.cc   profile()->GetPrefs()->SetBoolean(prefs::kSearchSuggestEnabled, true);
profile           765 chrome/browser/search/search_unittest.cc   GURL remote_ntp_url(GetInstantURL(profile(), kDisableStartMargin, false));
profile           769 chrome/browser/search/search_unittest.cc   EXPECT_FALSE(chrome::IsNTPURL(ntp_url, profile()));
profile           770 chrome/browser/search/search_unittest.cc   EXPECT_TRUE(chrome::IsNTPURL(local_ntp_url, profile()));
profile           771 chrome/browser/search/search_unittest.cc   EXPECT_TRUE(chrome::IsNTPURL(remote_ntp_url, profile()));
profile           772 chrome/browser/search/search_unittest.cc   EXPECT_FALSE(chrome::IsNTPURL(search_url_with_search_terms, profile()));
profile           773 chrome/browser/search/search_unittest.cc   EXPECT_TRUE(chrome::IsNTPURL(search_url_without_search_terms, profile()));
profile           783 chrome/browser/search/search_unittest.cc   std::vector<GURL> search_urls = GetSearchURLs(profile());
profile           791 chrome/browser/search/search_unittest.cc   EXPECT_EQ(GURL(), GetSearchResultPrefetchBaseURL(profile()));
profile           800 chrome/browser/search/search_unittest.cc             GetSearchResultPrefetchBaseURL(profile()));
profile           830 chrome/browser/search/search_unittest.cc         base::UTF16ToASCII(chrome::ExtractSearchTermsFromURL(profile(),
profile           856 chrome/browser/search/search_unittest.cc               chrome::IsQueryExtractionAllowedForURL(profile(), GURL(test.url)))
profile           866 chrome/browser/search/search_unittest.cc         TemplateURLServiceFactory::GetForProfile(profile());
profile           871 chrome/browser/search/search_unittest.cc     template_url_ = new TemplateURL(profile(), data);
profile            70 chrome/browser/search/suggestions/suggestions_service.cc SuggestionsService::SuggestionsService(Profile* profile)
profile            71 chrome/browser/search/suggestions/suggestions_service.cc     : profile_(profile) {
profile            34 chrome/browser/search/suggestions/suggestions_service.h   explicit SuggestionsService(Profile* profile);
profile            18 chrome/browser/search/suggestions/suggestions_service_factory.cc SuggestionsService* SuggestionsServiceFactory::GetForProfile(Profile* profile) {
profile            23 chrome/browser/search/suggestions/suggestions_service_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            47 chrome/browser/search/suggestions/suggestions_service_factory.cc     content::BrowserContext* profile) const {
profile            48 chrome/browser/search/suggestions/suggestions_service_factory.cc   return new SuggestionsService(static_cast<Profile*>(profile));
profile            22 chrome/browser/search/suggestions/suggestions_service_factory.h   static suggestions::SuggestionsService* GetForProfile(Profile* profile);
profile            36 chrome/browser/search/suggestions/suggestions_service_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile            65 chrome/browser/search/suggestions/suggestions_service_unittest.cc   void ExpectEmptySuggestionsProfile(const SuggestionsProfile& profile) {
profile            66 chrome/browser/search/suggestions/suggestions_service_unittest.cc     EXPECT_EQ(0, profile.suggestions_size());
profile            37 chrome/browser/search/suggestions/suggestions_source.cc SuggestionsSource::SuggestionsSource(Profile* profile)
profile            38 chrome/browser/search/suggestions/suggestions_source.cc     : profile_(profile),
profile            27 chrome/browser/search/suggestions/suggestions_source.h   explicit SuggestionsSource(Profile* profile);
profile           102 chrome/browser/search_engines/search_provider_install_data.cc   GoogleURLObserver(Profile* profile,
profile           125 chrome/browser/search_engines/search_provider_install_data.cc     Profile* profile,
profile           131 chrome/browser/search_engines/search_provider_install_data.cc                  content::Source<Profile>(profile->GetOriginalProfile()));
profile           168 chrome/browser/search_engines/search_provider_install_data.cc     Profile* profile, content::RenderProcessHost* host)
profile           169 chrome/browser/search_engines/search_provider_install_data.cc     : web_service_(WebDataService::FromBrowserContext(profile)),
profile           171 chrome/browser/search_engines/search_provider_install_data.cc       google_base_url_(UIThreadSearchTermsData(profile).GoogleBaseURLValue()),
profile           175 chrome/browser/search_engines/search_provider_install_data.cc   new GoogleURLObserver(profile,
profile            47 chrome/browser/search_engines/search_provider_install_data.h   SearchProviderInstallData(Profile* profile, content::RenderProcessHost* host);
profile           158 chrome/browser/search_engines/search_provider_install_data_unittest.cc   process_.reset(new content::MockRenderProcessHost(util_.profile()));
profile           160 chrome/browser/search_engines/search_provider_install_data_unittest.cc       new SearchProviderInstallData(util_.profile(), process_.get());
profile           179 chrome/browser/search_engines/search_provider_install_data_unittest.cc       util_.profile()->GetTestingPrefService();
profile           203 chrome/browser/search_engines/search_provider_install_data_unittest.cc   TemplateURL* t_url = new TemplateURL(util_.profile(), data);
profile            22 chrome/browser/search_engines/search_provider_install_state_message_filter.cc     Profile* profile)
profile            24 chrome/browser/search_engines/search_provider_install_state_message_filter.cc       provider_data_(profile,
profile            26 chrome/browser/search_engines/search_provider_install_state_message_filter.cc       is_off_the_record_(profile->IsOffTheRecord()),
profile            22 chrome/browser/search_engines/search_provider_install_state_message_filter.h                                           Profile* profile);
profile            86 chrome/browser/search_engines/search_terms_data.cc UIThreadSearchTermsData::UIThreadSearchTermsData(Profile* profile)
profile            87 chrome/browser/search_engines/search_terms_data.cc     : profile_(profile) {
profile            70 chrome/browser/search_engines/search_terms_data.h   explicit UIThreadSearchTermsData(Profile* profile);
profile           314 chrome/browser/search_engines/template_url.cc   UIThreadSearchTermsData search_terms_data(owner_->profile());
profile           327 chrome/browser/search_engines/template_url.cc   UIThreadSearchTermsData search_terms_data(owner_->profile());
profile           370 chrome/browser/search_engines/template_url.cc   UIThreadSearchTermsData search_terms_data(owner_->profile());
profile           712 chrome/browser/search_engines/template_url.cc   UIThreadSearchTermsData search_terms_data(owner_->profile());
profile          1079 chrome/browser/search_engines/template_url.cc TemplateURL::TemplateURL(Profile* profile, const TemplateURLData& data)
profile          1080 chrome/browser/search_engines/template_url.cc     : profile_(profile),
profile           560 chrome/browser/search_engines/template_url.h   TemplateURL(Profile* profile, const TemplateURLData& data);
profile           566 chrome/browser/search_engines/template_url.h   Profile* profile() { return profile_; }
profile            87 chrome/browser/search_engines/template_url_fetcher.cc       fetcher_->profile());
profile            98 chrome/browser/search_engines/template_url_fetcher.cc   url_fetcher_->SetRequestContext(fetcher->profile()->GetRequestContext());
profile           137 chrome/browser/search_engines/template_url_fetcher.cc   template_url_.reset(TemplateURLParser::Parse(fetcher_->profile(), false,
profile           157 chrome/browser/search_engines/template_url_fetcher.cc       fetcher_->profile());
profile           167 chrome/browser/search_engines/template_url_fetcher.cc   Profile* profile = fetcher_->profile();
profile           168 chrome/browser/search_engines/template_url_fetcher.cc   TemplateURLService* model = TemplateURLServiceFactory::GetForProfile(profile);
profile           196 chrome/browser/search_engines/template_url_fetcher.cc       model->Add(new TemplateURL(profile, data));
profile           206 chrome/browser/search_engines/template_url_fetcher.cc       callbacks_->ConfirmAddSearchProvider(new TemplateURL(profile, data),
profile           207 chrome/browser/search_engines/template_url_fetcher.cc                                            profile);
profile           221 chrome/browser/search_engines/template_url_fetcher.cc TemplateURLFetcher::TemplateURLFetcher(Profile* profile) : profile_(profile) {
profile           239 chrome/browser/search_engines/template_url_fetcher.cc       TemplateURLServiceFactory::GetForProfile(profile());
profile            34 chrome/browser/search_engines/template_url_fetcher.h   explicit TemplateURLFetcher(Profile* profile);
profile            67 chrome/browser/search_engines/template_url_fetcher.h   Profile* profile() const { return profile_; }
profile            20 chrome/browser/search_engines/template_url_fetcher_callbacks.h                                         Profile* profile) = 0;
profile            15 chrome/browser/search_engines/template_url_fetcher_factory.cc     Profile* profile) {
profile            17 chrome/browser/search_engines/template_url_fetcher_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            26 chrome/browser/search_engines/template_url_fetcher_factory.cc void TemplateURLFetcherFactory::ShutdownForProfile(Profile* profile) {
profile            28 chrome/browser/search_engines/template_url_fetcher_factory.cc   factory->BrowserContextShutdown(profile);
profile            29 chrome/browser/search_engines/template_url_fetcher_factory.cc   factory->BrowserContextDestroyed(profile);
profile            43 chrome/browser/search_engines/template_url_fetcher_factory.cc     content::BrowserContext* profile) const {
profile            44 chrome/browser/search_engines/template_url_fetcher_factory.cc   return new TemplateURLFetcher(static_cast<Profile*>(profile));
profile            18 chrome/browser/search_engines/template_url_fetcher_factory.h   static TemplateURLFetcher* GetForProfile(Profile* profile);
profile            25 chrome/browser/search_engines/template_url_fetcher_factory.h   static void ShutdownForProfile(Profile* profile);
profile            35 chrome/browser/search_engines/template_url_fetcher_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile            36 chrome/browser/search_engines/template_url_fetcher_unittest.cc                                         Profile* profile) OVERRIDE;
profile            51 chrome/browser/search_engines/template_url_fetcher_unittest.cc     TestingProfile* profile = test_util_.profile();
profile            52 chrome/browser/search_engines/template_url_fetcher_unittest.cc     ASSERT_TRUE(profile);
profile            53 chrome/browser/search_engines/template_url_fetcher_unittest.cc     ASSERT_TRUE(TemplateURLFetcherFactory::GetForProfile(profile));
profile            55 chrome/browser/search_engines/template_url_fetcher_unittest.cc     ASSERT_TRUE(profile->GetRequestContext());
profile            69 chrome/browser/search_engines/template_url_fetcher_unittest.cc   void ConfirmAddSearchProvider(TemplateURL* template_url, Profile* profile);
profile           107 chrome/browser/search_engines/template_url_fetcher_unittest.cc     Profile* profile) {
profile           108 chrome/browser/search_engines/template_url_fetcher_unittest.cc   test_->ConfirmAddSearchProvider(template_url, profile);
profile           130 chrome/browser/search_engines/template_url_fetcher_unittest.cc     Profile* profile) {
profile           153 chrome/browser/search_engines/template_url_fetcher_unittest.cc       test_util_.profile())->ScheduleDownload(
profile           222 chrome/browser/search_engines/template_url_fetcher_unittest.cc             test_util_.profile())->requests_count()) <<
profile           296 chrome/browser/search_engines/template_url_fetcher_unittest.cc   test_util_.model()->Add(new TemplateURL(test_util_.profile(), data));
profile           143 chrome/browser/search_engines/template_url_parser.cc   TemplateURL* GetTemplateURL(Profile* profile, bool show_in_default_list);
profile           287 chrome/browser/search_engines/template_url_parser.cc     Profile* profile,
profile           306 chrome/browser/search_engines/template_url_parser.cc   scoped_ptr<TemplateURL> template_url(new TemplateURL(profile, data_));
profile           307 chrome/browser/search_engines/template_url_parser.cc   scoped_ptr<SearchTermsData> search_terms_data(profile ?
profile           308 chrome/browser/search_engines/template_url_parser.cc       new UIThreadSearchTermsData(profile) : new SearchTermsData());
profile           475 chrome/browser/search_engines/template_url_parser.cc     Profile* profile,
profile           495 chrome/browser/search_engines/template_url_parser.cc   return error ? NULL : context.GetTemplateURL(profile, show_in_default_list);
profile            40 chrome/browser/search_engines/template_url_parser.h   static TemplateURL* Parse(Profile* profile,
profile          1062 chrome/browser/search_engines/template_url_prepopulate_data.cc     Profile* profile,
profile          1107 chrome/browser/search_engines/template_url_prepopulate_data.cc   return new TemplateURL(profile, data);
profile          1110 chrome/browser/search_engines/template_url_prepopulate_data.cc ScopedVector<TemplateURL> GetPrepopulatedTemplateFromPrefs(Profile* profile) {
profile          1112 chrome/browser/search_engines/template_url_prepopulate_data.cc   if (!profile)
profile          1116 chrome/browser/search_engines/template_url_prepopulate_data.cc       profile->GetPrefs()->GetList(prefs::kSearchProviderOverrides);
profile          1161 chrome/browser/search_engines/template_url_prepopulate_data.cc       t_urls.push_back(MakePrepopulatedTemplateURL(profile, name, keyword,
profile          1174 chrome/browser/search_engines/template_url_prepopulate_data.cc     Profile* profile,
profile          1183 chrome/browser/search_engines/template_url_prepopulate_data.cc   return MakePrepopulatedTemplateURL(profile, base::WideToUTF16(engine.name),
profile          1242 chrome/browser/search_engines/template_url_prepopulate_data.cc     Profile* profile, size_t* default_search_provider_index) {
profile          1246 chrome/browser/search_engines/template_url_prepopulate_data.cc   ScopedVector<TemplateURL> t_urls = GetPrepopulatedTemplateFromPrefs(profile);
profile          1252 chrome/browser/search_engines/template_url_prepopulate_data.cc   GetPrepopulationSetFromCountryID(profile ? profile->GetPrefs() : NULL,
profile          1256 chrome/browser/search_engines/template_url_prepopulate_data.cc         MakePrepopulatedTemplateURLFromPrepopulateEngine(profile, *engines[i]));
profile          1261 chrome/browser/search_engines/template_url_prepopulate_data.cc void ClearPrepopulatedEnginesInPrefs(Profile* profile) {
profile          1262 chrome/browser/search_engines/template_url_prepopulate_data.cc   if (!profile)
profile          1265 chrome/browser/search_engines/template_url_prepopulate_data.cc   PrefService* prefs = profile->GetPrefs();
profile          1271 chrome/browser/search_engines/template_url_prepopulate_data.cc TemplateURL* GetPrepopulatedDefaultSearch(Profile* profile) {
profile          1277 chrome/browser/search_engines/template_url_prepopulate_data.cc       profile, &default_search_index);
profile            52 chrome/browser/search_engines/template_url_prepopulate_data.h     Profile* profile,
profile            56 chrome/browser/search_engines/template_url_prepopulate_data.h void ClearPrepopulatedEnginesInPrefs(Profile* profile);
profile            62 chrome/browser/search_engines/template_url_prepopulate_data.h TemplateURL* GetPrepopulatedDefaultSearch(Profile* profile);
profile            88 chrome/browser/search_engines/template_url_prepopulate_data_unittest.cc   TestingProfile profile;
profile            90 chrome/browser/search_engines/template_url_prepopulate_data_unittest.cc     profile.GetPrefs()->SetInteger(prefs::kCountryIDAtInstall, kCountryIds[i]);
profile            93 chrome/browser/search_engines/template_url_prepopulate_data_unittest.cc         TemplateURLPrepopulateData::GetPrepopulatedEngines(&profile,
profile           107 chrome/browser/search_engines/template_url_prepopulate_data_unittest.cc   TestingProfile profile;
profile           108 chrome/browser/search_engines/template_url_prepopulate_data_unittest.cc   TestingPrefServiceSyncable* prefs = profile.GetTestingPrefService();
profile           128 chrome/browser/search_engines/template_url_prepopulate_data_unittest.cc       TemplateURLPrepopulateData::GetPrepopulatedEngines(&profile,
profile           154 chrome/browser/search_engines/template_url_prepopulate_data_unittest.cc   t_urls = TemplateURLPrepopulateData::GetPrepopulatedEngines(&profile,
profile           188 chrome/browser/search_engines/template_url_prepopulate_data_unittest.cc   t_urls = TemplateURLPrepopulateData::GetPrepopulatedEngines(&profile,
profile           194 chrome/browser/search_engines/template_url_prepopulate_data_unittest.cc   TestingProfile profile;
profile           195 chrome/browser/search_engines/template_url_prepopulate_data_unittest.cc   TestingPrefServiceSyncable* prefs = profile.GetTestingPrefService();
profile           214 chrome/browser/search_engines/template_url_prepopulate_data_unittest.cc   TemplateURLPrepopulateData::ClearPrepopulatedEnginesInPrefs(&profile);
profile           221 chrome/browser/search_engines/template_url_prepopulate_data_unittest.cc       TemplateURLPrepopulateData::GetPrepopulatedEngines(&profile,
profile           244 chrome/browser/search_engines/template_url_prepopulate_data_unittest.cc   TestingProfile profile;
profile           246 chrome/browser/search_engines/template_url_prepopulate_data_unittest.cc   profile.GetPrefs()->SetInteger(prefs::kCountryIDAtInstall, 'U'<<8|'S');
profile           249 chrome/browser/search_engines/template_url_prepopulate_data_unittest.cc       TemplateURLPrepopulateData::GetPrepopulatedEngines(&profile,
profile           181 chrome/browser/search_engines/template_url_service.cc   OldBaseURLSearchTermsData(Profile* profile, const std::string& old_base_url);
profile           191 chrome/browser/search_engines/template_url_service.cc     Profile* profile,
profile           193 chrome/browser/search_engines/template_url_service.cc     : UIThreadSearchTermsData(profile),
profile           279 chrome/browser/search_engines/template_url_service.cc TemplateURLService::TemplateURLService(Profile* profile)
profile           281 chrome/browser/search_engines/template_url_service.cc       profile_(profile),
profile           372 chrome/browser/search_engines/template_url_service.cc   UIThreadSearchTermsData search_terms_data(t_url->profile());
profile           499 chrome/browser/search_engines/template_url_service.cc                                           Profile* profile) {
profile           500 chrome/browser/search_engines/template_url_service.cc   template_url->profile_ = profile;
profile           662 chrome/browser/search_engines/template_url_service.cc   TemplateURL new_url(url->profile(), data);
profile           663 chrome/browser/search_engines/template_url_service.cc   UIThreadSearchTermsData search_terms_data(url->profile());
profile           766 chrome/browser/search_engines/template_url_service.cc     UIThreadSearchTermsData search_terms_data(profile());
profile           767 chrome/browser/search_engines/template_url_service.cc     TemplateURL new_values(profile(), i->second);
profile          1028 chrome/browser/search_engines/template_url_service.cc         TemplateURL new_turl(existing_turl->profile(), data);
profile          1029 chrome/browser/search_engines/template_url_service.cc         UIThreadSearchTermsData search_terms_data(existing_turl->profile());
profile          1076 chrome/browser/search_engines/template_url_service.cc       UIThreadSearchTermsData search_terms_data(existing_turl->profile());
profile          1177 chrome/browser/search_engines/template_url_service.cc         UIThreadSearchTermsData search_terms_data(local_turl->profile());
profile          1323 chrome/browser/search_engines/template_url_service.cc     Profile* profile,
profile          1386 chrome/browser/search_engines/template_url_service.cc   TemplateURL* turl = new TemplateURL(profile, data);
profile          1390 chrome/browser/search_engines/template_url_service.cc   UpdateTemplateURLIfPrepopulated(turl, profile);
profile          1537 chrome/browser/search_engines/template_url_service.cc     UIThreadSearchTermsData search_terms_data(template_url->profile());
profile          1906 chrome/browser/search_engines/template_url_service.cc     Profile* profile) {
profile          1913 chrome/browser/search_engines/template_url_service.cc       TemplateURLPrepopulateData::GetPrepopulatedEngines(profile,
profile          1994 chrome/browser/search_engines/template_url_service.cc       TemplateURL updated_turl(t_url->profile(), t_url->data());
profile          2016 chrome/browser/search_engines/template_url_service.cc           OldBaseURLSearchTermsData(t_url->profile(), old_base_url.spec()));
profile          2071 chrome/browser/search_engines/template_url_service.cc       TemplateURL new_values(new_default_from_prefs->profile(), data);
profile          2073 chrome/browser/search_engines/template_url_service.cc           default_search_provider_->profile());
profile          2363 chrome/browser/search_engines/template_url_service.cc   TemplateURL new_url(url->profile(), data);
profile          2364 chrome/browser/search_engines/template_url_service.cc   UIThreadSearchTermsData search_terms_data(url->profile());
profile          2436 chrome/browser/search_engines/template_url_service.cc     TemplateURL new_turl(applied_sync_turl->profile(), data);
profile          2437 chrome/browser/search_engines/template_url_service.cc     UIThreadSearchTermsData search_terms_data(applied_sync_turl->profile());
profile            96 chrome/browser/search_engines/template_url_service.h   explicit TemplateURLService(Profile* profile);
profile           163 chrome/browser/search_engines/template_url_service.h   void AddAndSetProfile(TemplateURL* template_url, Profile* profile);
profile           343 chrome/browser/search_engines/template_url_service.h   Profile* profile() const { return profile_; }
profile           359 chrome/browser/search_engines/template_url_service.h       Profile* profile,
profile           510 chrome/browser/search_engines/template_url_service.h                                               Profile* profile);
profile            20 chrome/browser/search_engines/template_url_service_factory.cc TemplateURLService* TemplateURLServiceFactory::GetForProfile(Profile* profile) {
profile            22 chrome/browser/search_engines/template_url_service_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            32 chrome/browser/search_engines/template_url_service_factory.cc     content::BrowserContext* profile) {
profile            33 chrome/browser/search_engines/template_url_service_factory.cc   return new TemplateURLService(static_cast<Profile*>(profile));
profile            48 chrome/browser/search_engines/template_url_service_factory.cc     content::BrowserContext* profile) const {
profile            49 chrome/browser/search_engines/template_url_service_factory.cc   return BuildInstanceFor(static_cast<Profile*>(profile));
profile            18 chrome/browser/search_engines/template_url_service_factory.h   static TemplateURLService* GetForProfile(Profile* profile);
profile            22 chrome/browser/search_engines/template_url_service_factory.h   static KeyedService* BuildInstanceFor(content::BrowserContext* profile);
profile            32 chrome/browser/search_engines/template_url_service_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile           168 chrome/browser/search_engines/template_url_service_sync_unittest.cc   TestingProfile* profile_a() { return test_util_a_.profile(); }
profile          1415 chrome/browser/search_engines/template_url_service_sync_unittest.cc   scoped_ptr<TemplateURL> updated_turl(new TemplateURL(key1_url->profile(),
profile          1424 chrome/browser/search_engines/template_url_service_sync_unittest.cc   temp_turl.reset(new TemplateURL(temp_turl->profile(), data));
profile          1868 chrome/browser/search_engines/template_url_service_sync_unittest.cc   model()->Add(new TemplateURL(prepop_turls[0]->profile(), data_copy));
profile          1892 chrome/browser/search_engines/template_url_service_sync_unittest.cc       new TemplateURL(prepop_turls[0]->profile(), data_copy));
profile            30 chrome/browser/search_engines/template_url_service_test_util.cc   static KeyedService* Build(content::BrowserContext* profile) {
profile            31 chrome/browser/search_engines/template_url_service_test_util.cc     return new TestingTemplateURLService(static_cast<Profile*>(profile));
profile            34 chrome/browser/search_engines/template_url_service_test_util.cc   explicit TestingTemplateURLService(Profile* profile)
profile            35 chrome/browser/search_engines/template_url_service_test_util.cc       : TemplateURLService(profile) {
profile            68 chrome/browser/search_engines/template_url_service_test_util.cc   profile()->CreateWebDataService();
profile            72 chrome/browser/search_engines/template_url_service_test_util.cc           profile(), TestingTemplateURLService::Build));
profile           101 chrome/browser/search_engines/template_url_service_test_util.cc   model()->service_ = WebDataService::FromBrowserContext(profile());
profile           107 chrome/browser/search_engines/template_url_service_test_util.cc       profile(), NULL);
profile           112 chrome/browser/search_engines/template_url_service_test_util.cc       profile(), TestingTemplateURLService::Build);
profile           127 chrome/browser/search_engines/template_url_service_test_util.cc   UIThreadSearchTermsData data(profile());
profile           133 chrome/browser/search_engines/template_url_service_test_util.cc       content::Source<Profile>(profile()),
profile           147 chrome/browser/search_engines/template_url_service_test_util.cc   TestingPrefServiceSyncable* pref_service = profile()->GetTestingPrefService();
profile           176 chrome/browser/search_engines/template_url_service_test_util.cc   TestingPrefServiceSyncable* pref_service = profile()->GetTestingPrefService();
profile           195 chrome/browser/search_engines/template_url_service_test_util.cc   return TemplateURLServiceFactory::GetForProfile(profile());
profile            88 chrome/browser/search_engines/template_url_service_test_util.h   virtual TestingProfile* profile() const = 0;
profile           112 chrome/browser/search_engines/template_url_service_test_util.h   virtual TestingProfile* profile() const OVERRIDE;
profile           115 chrome/browser/search_engines/template_url_service_unittest.cc   return new TemplateURL(model->profile(), data);
profile           304 chrome/browser/search_engines/template_url_service_unittest.cc   return new TemplateURL(test_util_.profile(), data);
profile           314 chrome/browser/search_engines/template_url_service_unittest.cc           test_util_.profile(), &default_search_provider_index);
profile           395 chrome/browser/search_engines/template_url_service_unittest.cc   TemplateURL* t_url = new TemplateURL(test_util_.profile(), data);
profile           406 chrome/browser/search_engines/template_url_service_unittest.cc   scoped_ptr<TemplateURL> cloned_url(new TemplateURL(t_url->profile(),
profile           436 chrome/browser/search_engines/template_url_service_unittest.cc   cloned_url.reset(new TemplateURL(loaded_url->profile(), loaded_url->data()));
profile           470 chrome/browser/search_engines/template_url_service_unittest.cc   TemplateURL* t_url = new TemplateURL(test_util_.profile(), data);
profile           486 chrome/browser/search_engines/template_url_service_unittest.cc   model()->Add(new TemplateURL(test_util_.profile(), data));
profile           498 chrome/browser/search_engines/template_url_service_unittest.cc   TemplateURL* t_url2 = new TemplateURL(test_util_.profile(), data);
profile           531 chrome/browser/search_engines/template_url_service_unittest.cc   TemplateURL* extension1 = new TemplateURL(test_util_.profile(), data);
profile           538 chrome/browser/search_engines/template_url_service_unittest.cc   TemplateURL* extension2 = new TemplateURL(test_util_.profile(), data);
profile           547 chrome/browser/search_engines/template_url_service_unittest.cc   TemplateURL* extension3 = new TemplateURL(test_util_.profile(), data);
profile           578 chrome/browser/search_engines/template_url_service_unittest.cc   TemplateURL* t_url = new TemplateURL(test_util_.profile(), data);
profile           590 chrome/browser/search_engines/template_url_service_unittest.cc   TemplateURL* t_url2 = new TemplateURL(test_util_.profile(), data);
profile           749 chrome/browser/search_engines/template_url_service_unittest.cc   TemplateURL* t_url = new TemplateURL(test_util_.profile(), data);
profile           773 chrome/browser/search_engines/template_url_service_unittest.cc   scoped_ptr<TemplateURL> cloned_url(new TemplateURL(t_url->profile(),
profile           803 chrome/browser/search_engines/template_url_service_unittest.cc   scoped_ptr<TemplateURL> cloned_url(new TemplateURL(t_url->profile(),
profile           875 chrome/browser/search_engines/template_url_service_unittest.cc   TemplateURL* t_url = new TemplateURL(test_util_.profile(), data);
profile           881 chrome/browser/search_engines/template_url_service_unittest.cc   scoped_ptr<TemplateURL> cloned_url(new TemplateURL(t_url->profile(),
profile           981 chrome/browser/search_engines/template_url_service_unittest.cc       test_util_.profile(), data));
profile          1110 chrome/browser/search_engines/template_url_service_unittest.cc   ASSERT_TRUE(test_util_.profile()->CreateHistoryService(true, false));
profile          1120 chrome/browser/search_engines/template_url_service_unittest.cc       HistoryServiceFactory::GetForProfile(test_util_.profile(),
profile          1129 chrome/browser/search_engines/template_url_service_unittest.cc   test_util_.profile()->BlockUntilHistoryProcessesPendingRequests();
profile          1139 chrome/browser/search_engines/template_url_service_unittest.cc   test_util_.profile()->BlockUntilHistoryProcessesPendingRequests();
profile          1185 chrome/browser/search_engines/template_url_service_unittest.cc   scoped_ptr<TemplateURL> cloned_url(new TemplateURL(t_url->profile(),
profile          1216 chrome/browser/search_engines/template_url_service_unittest.cc   scoped_ptr<TemplateURL> cloned_url(new TemplateURL(default_search->profile(),
profile          1252 chrome/browser/search_engines/template_url_service_unittest.cc   TemplateURL* valid_turl(new TemplateURL(test_util_.profile(), data));
profile          1279 chrome/browser/search_engines/template_url_service_unittest.cc   scoped_ptr<TemplateURL> cloned_url(new TemplateURL(t_url->profile(),
profile          1365 chrome/browser/search_engines/template_url_service_unittest.cc       WebDataService::FromBrowserContext(test_util_.profile());
profile          1420 chrome/browser/search_engines/template_url_service_unittest.cc   Profile* profile = test_util_.profile();
profile          1421 chrome/browser/search_engines/template_url_service_unittest.cc   scoped_ptr<TemplateURL> expected_managed_default1(new TemplateURL(profile,
profile          1447 chrome/browser/search_engines/template_url_service_unittest.cc   scoped_ptr<TemplateURL> expected_managed_default2(new TemplateURL(profile,
profile          1522 chrome/browser/search_engines/template_url_service_unittest.cc   TemplateURL* t_url = new TemplateURL(test_util_.profile(), data);
profile          1559 chrome/browser/search_engines/template_url_service_unittest.cc   TemplateURL* t_url = new TemplateURL(test_util_.profile(), data);
profile          1666 chrome/browser/search_engines/template_url_service_unittest.cc       test_util_.profile(), data));
profile            25 chrome/browser/search_engines/util.cc base::string16 GetDefaultSearchEngineName(Profile* profile) {
profile            26 chrome/browser/search_engines/util.cc   if (!profile) {
profile            31 chrome/browser/search_engines/util.cc       TemplateURLServiceFactory::GetForProfile(profile)->
profile            42 chrome/browser/search_engines/util.cc GURL GetDefaultSearchURLForSearchTerms(Profile* profile,
profile            44 chrome/browser/search_engines/util.cc   DCHECK(profile);
profile            46 chrome/browser/search_engines/util.cc       TemplateURLServiceFactory::GetForProfile(profile)->
profile           187 chrome/browser/search_engines/util.cc     Profile* profile,
profile           231 chrome/browser/search_engines/util.cc     *j = new TemplateURL(profile, data);
profile           312 chrome/browser/search_engines/util.cc     Profile* profile,
profile           341 chrome/browser/search_engines/util.cc     template_urls->push_back(new TemplateURL(profile, *i));
profile           351 chrome/browser/search_engines/util.cc   GetSearchProvidersUsingLoadedEngines(service, profile, template_urls,
profile           359 chrome/browser/search_engines/util.cc     Profile* profile,
profile           371 chrome/browser/search_engines/util.cc       TemplateURLPrepopulateData::GetPrepopulatedEngines(profile,
profile           379 chrome/browser/search_engines/util.cc           profile ? profile->GetPrefs() : NULL);
profile           381 chrome/browser/search_engines/util.cc     MergeEnginesFromPrepopulateData(profile, service, &prepopulated_urls,
profile            24 chrome/browser/search_engines/util.h base::string16 GetDefaultSearchEngineName(Profile* profile);
profile            28 chrome/browser/search_engines/util.h GURL GetDefaultSearchURLForSearchTerms(Profile* profile,
profile            96 chrome/browser/search_engines/util.h     Profile* profile,
profile           111 chrome/browser/search_engines/util.h     Profile* profile,
profile            17 chrome/browser/services/gcm/fake_gcm_profile_service.cc   Profile* profile = static_cast<Profile*>(context);
profile            18 chrome/browser/services/gcm/fake_gcm_profile_service.cc   return new FakeGCMProfileService(profile);
profile            21 chrome/browser/services/gcm/fake_gcm_profile_service.cc FakeGCMProfileService::FakeGCMProfileService(Profile* profile)
profile            22 chrome/browser/services/gcm/fake_gcm_profile_service.cc     : GCMProfileService(profile),
profile            23 chrome/browser/services/gcm/fake_gcm_profile_service.h   explicit FakeGCMProfileService(Profile* profile);
profile           408 chrome/browser/services/gcm/gcm_profile_service.cc     Profile* profile) {
profile           410 chrome/browser/services/gcm/gcm_profile_service.cc       profile->GetPrefs()->GetUserPrefValue(prefs::kGCMChannelEnabled);
profile           438 chrome/browser/services/gcm/gcm_profile_service.cc GCMProfileService::GCMProfileService(Profile* profile)
profile           439 chrome/browser/services/gcm/gcm_profile_service.cc     : profile_(profile),
profile           442 chrome/browser/services/gcm/gcm_profile_service.cc   DCHECK(!profile->IsOffTheRecord());
profile            70 chrome/browser/services/gcm/gcm_profile_service.h   static GCMEnabledState GetGCMEnabledState(Profile* profile);
profile            78 chrome/browser/services/gcm/gcm_profile_service.h   explicit GCMProfileService(Profile* profile);
profile            17 chrome/browser/services/gcm/gcm_profile_service_factory.cc GCMProfileService* GCMProfileServiceFactory::GetForProfile(Profile* profile) {
profile            19 chrome/browser/services/gcm/gcm_profile_service_factory.cc   if (profile->IsOffTheRecord())
profile            23 chrome/browser/services/gcm/gcm_profile_service_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            43 chrome/browser/services/gcm/gcm_profile_service_factory.cc   Profile* profile = static_cast<Profile*>(context);
profile            44 chrome/browser/services/gcm/gcm_profile_service_factory.cc   GCMProfileService* service = new GCMProfileService(profile);
profile            23 chrome/browser/services/gcm/gcm_profile_service_factory.h   static GCMProfileService* GetForProfile(Profile* profile);
profile            34 chrome/browser/services/gcm/gcm_profile_service_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile            77 chrome/browser/services/gcm/gcm_profile_service_test_helper.cc FakeSigninManager::FakeSigninManager(Profile* profile)
profile            80 chrome/browser/services/gcm/gcm_profile_service_test_helper.cc           ChromeSigninClientFactory::GetInstance()->GetForProfile(profile)),
profile            83 chrome/browser/services/gcm/gcm_profile_service_test_helper.cc           ChromeSigninClientFactory::GetInstance()->GetForProfile(profile),
profile            84 chrome/browser/services/gcm/gcm_profile_service_test_helper.cc           ProfileOAuth2TokenServiceFactory::GetForProfile(profile)),
profile            86 chrome/browser/services/gcm/gcm_profile_service_test_helper.cc       profile_(profile) {
profile            62 chrome/browser/services/gcm/gcm_profile_service_test_helper.h   explicit FakeSigninManager(Profile* profile);
profile           142 chrome/browser/services/gcm/gcm_profile_service_unittest.cc     profile()->GetPrefs()->SetBoolean(prefs::kGCMChannelEnabled, true);
profile           153 chrome/browser/services/gcm/gcm_profile_service_unittest.cc             profile(), &GCMProfileServiceTestConsumer::BuildGCMProfileService));
profile           223 chrome/browser/services/gcm/gcm_profile_service_unittest.cc     return GCMProfileServiceFactory::GetForProfile(profile());
profile           330 chrome/browser/services/gcm/gcm_profile_service_unittest.cc   Profile* profile() const { return consumer_->profile(); }
profile           344 chrome/browser/services/gcm/gcm_profile_service_unittest.cc   EXPECT_TRUE(GCMProfileServiceFactory::GetForProfile(profile()));
profile           351 chrome/browser/services/gcm/gcm_profile_service_unittest.cc   incognito_profile->SetOriginalProfile(profile());
profile           403 chrome/browser/services/gcm/gcm_profile_service_unittest.cc   profile()->GetPrefs()->SetBoolean(prefs::kGCMChannelEnabled, false);
profile           497 chrome/browser/services/gcm/gcm_profile_service_unittest.cc   profile()->GetPrefs()->ClearPref(prefs::kGCMChannelEnabled);
profile           538 chrome/browser/services/gcm/gcm_profile_service_unittest.cc   profile()->GetPrefs()->ClearPref(prefs::kGCMChannelEnabled);
profile           923 chrome/browser/services/gcm/gcm_profile_service_unittest.cc   Profile* profile2() const { return consumer2_->profile(); }
profile            76 chrome/browser/sessions/base_session_service.cc                                        Profile* profile,
profile            78 chrome/browser/sessions/base_session_service.cc     : profile_(profile),
profile            84 chrome/browser/sessions/base_session_service.cc   if (profile) {
profile            86 chrome/browser/sessions/base_session_service.cc     DCHECK(!profile->IsOffTheRecord());
profile           111 chrome/browser/sessions/base_session_service.cc   if (base::MessageLoop::current() && profile() &&
profile            49 chrome/browser/sessions/base_session_service.h                      Profile* profile,
profile            52 chrome/browser/sessions/base_session_service.h   Profile* profile() const { return profile_; }
profile           164 chrome/browser/sessions/better_session_restore_browsertest.cc         SessionServiceFactory::GetForProfile(browser()->profile()));
profile           316 chrome/browser/sessions/better_session_restore_browsertest.cc     Profile* profile = browser->profile();
profile           324 chrome/browser/sessions/better_session_restore_browsertest.cc         SessionServiceFactory::GetForProfileForSessionRestore(profile));
profile           330 chrome/browser/sessions/better_session_restore_browsertest.cc     chrome::NewEmptyWindow(profile, chrome::HOST_DESKTOP_TYPE_NATIVE);
profile           375 chrome/browser/sessions/better_session_restore_browsertest.cc         browser()->profile(), SessionStartupPref(SessionStartupPref::LAST));
profile           423 chrome/browser/sessions/better_session_restore_browsertest.cc   CookieSettings::Factory::GetForProfile(browser()->profile())->
profile           440 chrome/browser/sessions/better_session_restore_browsertest.cc   CookieSettings::Factory::GetForProfile(browser()->profile())->
profile           487 chrome/browser/sessions/better_session_restore_browsertest.cc       browser()->profile(),
profile           503 chrome/browser/sessions/better_session_restore_browsertest.cc   CookieSettings::Factory::GetForProfile(new_browser->profile())->
profile           554 chrome/browser/sessions/better_session_restore_browsertest.cc   CookieSettings::Factory::GetForProfile(new_browser->profile())->
profile           591 chrome/browser/sessions/better_session_restore_browsertest.cc       content::BrowserContext::SaveSessionState(it->profile());
profile           624 chrome/browser/sessions/better_session_restore_browsertest.cc   CookieSettings::Factory::GetForProfile(browser()->profile())->
profile           635 chrome/browser/sessions/better_session_restore_browsertest.cc   CookieSettings::Factory::GetForProfile(browser()->profile())->
profile           672 chrome/browser/sessions/better_session_restore_browsertest.cc         browser()->profile(), SessionStartupPref(SessionStartupPref::DEFAULT));
profile           718 chrome/browser/sessions/better_session_restore_browsertest.cc   CookieSettings::Factory::GetForProfile(browser()->profile())->
profile           742 chrome/browser/sessions/better_session_restore_browsertest.cc   CookieSettings::Factory::GetForProfile(browser()->profile())->
profile           773 chrome/browser/sessions/better_session_restore_browsertest.cc       browser()->profile(),
profile           787 chrome/browser/sessions/better_session_restore_browsertest.cc       browser()->profile(),
profile           806 chrome/browser/sessions/better_session_restore_browsertest.cc   CookieSettings::Factory::GetForProfile(new_browser->profile())->
profile           841 chrome/browser/sessions/better_session_restore_browsertest.cc   CookieSettings::Factory::GetForProfile(new_browser->profile())->
profile            14 chrome/browser/sessions/in_memory_tab_restore_service.cc     Profile* profile,
profile            16 chrome/browser/sessions/in_memory_tab_restore_service.cc     : helper_(this, NULL, profile, time_factory) {
profile            93 chrome/browser/sessions/in_memory_tab_restore_service.cc     content::BrowserContext* profile) const {
profile            94 chrome/browser/sessions/in_memory_tab_restore_service.cc   return new InMemoryTabRestoreService(static_cast<Profile*>(profile), NULL);
profile            22 chrome/browser/sessions/in_memory_tab_restore_service.h   InMemoryTabRestoreService(Profile* profile,
profile           121 chrome/browser/sessions/persistent_tab_restore_service.cc   explicit Delegate(Profile* profile);
profile           239 chrome/browser/sessions/persistent_tab_restore_service.cc PersistentTabRestoreService::Delegate::Delegate(Profile* profile)
profile           240 chrome/browser/sessions/persistent_tab_restore_service.cc     : BaseSessionService(BaseSessionService::TAB_RESTORE, profile,
profile           340 chrome/browser/sessions/persistent_tab_restore_service.cc       SessionServiceFactory::GetForProfile(profile());
profile           341 chrome/browser/sessions/persistent_tab_restore_service.cc   Profile::ExitType exit_type = profile()->GetLastSessionExitType();
profile           342 chrome/browser/sessions/persistent_tab_restore_service.cc   if (!profile()->restored_last_session() && session_service &&
profile           902 chrome/browser/sessions/persistent_tab_restore_service.cc     Profile* profile,
profile           904 chrome/browser/sessions/persistent_tab_restore_service.cc     : delegate_(new Delegate(profile)),
profile           905 chrome/browser/sessions/persistent_tab_restore_service.cc       helper_(this, delegate_.get(), profile, time_factory) {
profile           991 chrome/browser/sessions/persistent_tab_restore_service.cc     content::BrowserContext* profile) const {
profile           992 chrome/browser/sessions/persistent_tab_restore_service.cc   return new PersistentTabRestoreService(static_cast<Profile*>(profile), NULL);
profile            22 chrome/browser/sessions/persistent_tab_restore_service.h   PersistentTabRestoreService(Profile* profile,
profile            26 chrome/browser/sessions/persistent_tab_restore_service_browsertest.cc   Profile* profile = browser()->profile();
profile            27 chrome/browser/sessions/persistent_tab_restore_service_browsertest.cc   TabRestoreService* trs = TabRestoreServiceFactory::GetForProfile(profile);
profile            30 chrome/browser/sessions/persistent_tab_restore_service_browsertest.cc   Browser* app_browser = CreateBrowserForApp(app_name, profile);
profile            81 chrome/browser/sessions/persistent_tab_restore_service_unittest.cc     service_.reset(new PersistentTabRestoreService(profile(), time_factory_));
profile           119 chrome/browser/sessions/persistent_tab_restore_service_unittest.cc     service_.reset(new PersistentTabRestoreService(profile(), time_factory_));
profile           127 chrome/browser/sessions/persistent_tab_restore_service_unittest.cc         SessionServiceFactory::GetForProfile(profile());
profile           149 chrome/browser/sessions/persistent_tab_restore_service_unittest.cc     SessionService* session_service = new SessionService(profile());
profile           150 chrome/browser/sessions/persistent_tab_restore_service_unittest.cc     SessionServiceFactory::SetForTestProfile(profile(), session_service);
profile           155 chrome/browser/sessions/persistent_tab_restore_service_unittest.cc     profile()->set_last_session_exited_cleanly(false);
profile           372 chrome/browser/sessions/persistent_tab_restore_service_unittest.cc   SessionServiceFactory::GetForProfile(profile())->
profile           402 chrome/browser/sessions/persistent_tab_restore_service_unittest.cc   SessionServiceFactory::GetForProfile(profile())->
profile           405 chrome/browser/sessions/persistent_tab_restore_service_unittest.cc   profile()->set_restored_last_session(true);
profile           418 chrome/browser/sessions/persistent_tab_restore_service_unittest.cc   SessionServiceFactory::GetForProfile(profile())->
profile           421 chrome/browser/sessions/persistent_tab_restore_service_unittest.cc   profile()->set_last_session_exited_cleanly(true);
profile           431 chrome/browser/sessions/persistent_tab_restore_service_unittest.cc   SessionServiceFactory::GetForProfile(profile())->
profile           474 chrome/browser/sessions/persistent_tab_restore_service_unittest.cc   SessionServiceFactory::GetForProfile(profile())->
profile           518 chrome/browser/sessions/persistent_tab_restore_service_unittest.cc   SessionServiceFactory::GetForProfile(profile())->
profile           574 chrome/browser/sessions/persistent_tab_restore_service_unittest.cc   profile()->set_last_session_exited_cleanly(false);
profile           621 chrome/browser/sessions/persistent_tab_restore_service_unittest.cc   profile()->set_last_session_exited_cleanly(false);
profile           731 chrome/browser/sessions/persistent_tab_restore_service_unittest.cc   SessionServiceFactory::GetForProfile(profile())->
profile           734 chrome/browser/sessions/persistent_tab_restore_service_unittest.cc   profile()->set_restored_last_session(true);
profile           149 chrome/browser/sessions/session_data_deleter.cc void DeleteSessionOnlyData(Profile* profile) {
profile           160 chrome/browser/sessions/session_data_deleter.cc           *CommandLine::ForCurrentProcess(), profile).type;
profile           164 chrome/browser/sessions/session_data_deleter.cc       new SessionDataDeleter(profile->GetSpecialStoragePolicy(),
profile           167 chrome/browser/sessions/session_data_deleter.cc       Profile::GetDefaultStoragePartition(profile),
profile           168 chrome/browser/sessions/session_data_deleter.cc       ProfileIOData::FromResourceContext(profile->GetResourceContext()));
profile            13 chrome/browser/sessions/session_data_deleter.h void DeleteSessionOnlyData(Profile* profile);
profile           492 chrome/browser/sessions/session_restore.cc   SessionRestoreImpl(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           825 chrome/browser/sessions/session_restore.cc           !browser_->profile()->IsOffTheRecord()) {
profile           843 chrome/browser/sessions/session_restore.cc           if (browser_ && !browser_->profile()->IsOffTheRecord()) {
profile           850 chrome/browser/sessions/session_restore.cc             DCHECK(!browser || !browser->profile()->IsOffTheRecord());
profile           953 chrome/browser/sessions/session_restore.cc     if (browser->profile()->GetExtensionService()) {
profile           955 chrome/browser/sessions/session_restore.cc           browser->profile()->GetExtensionService()->GetInstalledApp(url);
profile          1188 chrome/browser/sessions/session_restore.cc     Profile* profile,
profile          1197 chrome/browser/sessions/session_restore.cc   DCHECK(profile);
profile          1200 chrome/browser/sessions/session_restore.cc   profile = profile->GetOriginalProfile();
profile          1201 chrome/browser/sessions/session_restore.cc   if (!SessionServiceFactory::GetForProfile(profile)) {
profile          1205 chrome/browser/sessions/session_restore.cc   profile->set_restored_last_session(true);
profile          1208 chrome/browser/sessions/session_restore.cc       profile, browser, host_desktop_type, (behavior & SYNCHRONOUS) != 0,
profile          1217 chrome/browser/sessions/session_restore.cc     Profile* profile,
profile          1222 chrome/browser/sessions/session_restore.cc   SessionRestoreImpl restorer(profile,
profile          1233 chrome/browser/sessions/session_restore.cc   Profile* profile = browser->profile();
profile          1235 chrome/browser/sessions/session_restore.cc   SessionRestoreImpl restorer(profile, browser, browser->host_desktop_type(),
profile          1241 chrome/browser/sessions/session_restore.cc bool SessionRestore::IsRestoring(const Profile* profile) {
profile          1247 chrome/browser/sessions/session_restore.cc     if ((*it)->profile() == profile)
profile            49 chrome/browser/sessions/session_restore.h   static Browser* RestoreSession(Profile* profile,
profile            60 chrome/browser/sessions/session_restore.h       Profile* profile,
profile            76 chrome/browser/sessions/session_restore.h   static bool IsRestoring(const Profile* profile);
profile            28 chrome/browser/sessions/session_restore_android.cc   Profile* profile = Profile::FromBrowserContext(context);
profile            33 chrome/browser/sessions/session_restore_android.cc           session_tab.navigations, profile);
profile            57 chrome/browser/sessions/session_restore_android.cc     Profile* profile,
profile            79 chrome/browser/sessions/session_restore_browsertest.cc     SessionStartupPref::SetStartupPref(browser()->profile(), pref);
profile            87 chrome/browser/sessions/session_restore_browsertest.cc           SessionServiceFactory::GetForProfile(browser()->profile()));
profile           131 chrome/browser/sessions/session_restore_browsertest.cc     Profile* profile = browser->profile();
profile           143 chrome/browser/sessions/session_restore_browsertest.cc       chrome::NewEmptyWindow(profile, chrome::HOST_DESKTOP_TYPE_NATIVE);
profile           145 chrome/browser/sessions/session_restore_browsertest.cc       chrome::NavigateParams params(profile,
profile           263 chrome/browser/sessions/session_restore_browsertest.cc   Browser* app_browser = CreateBrowserForApp(app_name, browser()->profile());
profile           313 chrome/browser/sessions/session_restore_browsertest.cc       browser()->profile(),
profile           317 chrome/browser/sessions/session_restore_browsertest.cc   Profile* profile = browser()->profile();
profile           319 chrome/browser/sessions/session_restore_browsertest.cc       new Browser(Browser::CreateParams(Browser::TYPE_POPUP, profile,
profile           371 chrome/browser/sessions/session_restore_browsertest.cc       TabRestoreServiceFactory::GetForProfile(browser()->profile());
profile           434 chrome/browser/sessions/session_restore_browsertest.cc       TabRestoreServiceFactory::GetForProfile(browser()->profile());
profile           596 chrome/browser/sessions/session_restore_browsertest.cc   Profile* profile = browser()->profile();
profile           635 chrome/browser/sessions/session_restore_browsertest.cc           profile, browser()->host_desktop_type(), session.begin(),
profile           869 chrome/browser/sessions/session_restore_browsertest.cc       Browser::CreateParams(Browser::TYPE_POPUP, browser()->profile(),
profile           879 chrome/browser/sessions/session_restore_browsertest.cc   SessionServiceFactory::ShutdownForProfile(browser()->profile());
profile          1046 chrome/browser/sessions/session_restore_browsertest.cc   Profile* profile = browser()->profile();
profile          1063 chrome/browser/sessions/session_restore_browsertest.cc       profile, new_browser,
profile          1105 chrome/browser/sessions/session_restore_browsertest.cc   Profile* profile = browser()->profile();
profile          1121 chrome/browser/sessions/session_restore_browsertest.cc       profile, new_browser,
profile          1169 chrome/browser/sessions/session_restore_browsertest.cc             content::WebContents::CreateParams(browser()->profile()),
profile           187 chrome/browser/sessions/session_service.cc SessionService::SessionService(Profile* profile)
profile           188 chrome/browser/sessions/session_service.cc     : BaseSessionService(SESSION_RESTORE, profile, base::FilePath()),
profile           349 chrome/browser/sessions/session_service.cc             profile()->GetPath());
profile           543 chrome/browser/sessions/session_service.cc         content::Source<Profile>(profile()),
profile           577 chrome/browser/sessions/session_service.cc       !SessionRestore::IsRestoring(profile())
profile           600 chrome/browser/sessions/session_service.cc         *CommandLine::ForCurrentProcess(), profile());
profile           603 chrome/browser/sessions/session_service.cc           profile(), browser,
profile           624 chrome/browser/sessions/session_service.cc       if (!session_tab_helper || web_contents->GetBrowserContext() != profile())
profile           649 chrome/browser/sessions/session_service.cc       if (!session_tab_helper || web_contents->GetBrowserContext() != profile())
profile           667 chrome/browser/sessions/session_service.cc       if (!session_tab_helper || web_contents->GetBrowserContext() != profile())
profile           697 chrome/browser/sessions/session_service.cc               profile()) {
profile          1530 chrome/browser/sessions/session_service.cc   if (!profile() || profile()->AsTestingProfile()) {
profile          1554 chrome/browser/sessions/session_service.cc   if (!profile() || profile()->AsTestingProfile()) {
profile          1578 chrome/browser/sessions/session_service.cc   return browser->profile() == profile() &&
profile          1796 chrome/browser/sessions/session_service.cc   if (!profile() || profile()->AsTestingProfile())
profile          1810 chrome/browser/sessions/session_service.cc     if ((*it)->profile() == profile())
profile          1813 chrome/browser/sessions/session_service.cc   DeleteSessionOnlyData(profile());
profile            70 chrome/browser/sessions/session_service.h   explicit SessionService(Profile* profile);
profile            13 chrome/browser/sessions/session_service_factory.cc SessionService* SessionServiceFactory::GetForProfile(Profile* profile) {
profile            19 chrome/browser/sessions/session_service_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            25 chrome/browser/sessions/session_service_factory.cc     Profile* profile) {
profile            31 chrome/browser/sessions/session_service_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, false));
profile            37 chrome/browser/sessions/session_service_factory.cc     Profile* profile) {
profile            38 chrome/browser/sessions/session_service_factory.cc   SessionService* service = GetForProfile(profile);
profile            42 chrome/browser/sessions/session_service_factory.cc     GetInstance()->Disassociate(profile);
profile            43 chrome/browser/sessions/session_service_factory.cc     service = GetForProfile(profile);
profile            49 chrome/browser/sessions/session_service_factory.cc void SessionServiceFactory::ShutdownForProfile(Profile* profile) {
profile            50 chrome/browser/sessions/session_service_factory.cc   DeleteSessionOnlyData(profile);
profile            56 chrome/browser/sessions/session_service_factory.cc   factory->GetServiceForBrowserContext(profile, true);
profile            60 chrome/browser/sessions/session_service_factory.cc   factory->BrowserContextShutdown(profile);
profile            61 chrome/browser/sessions/session_service_factory.cc   factory->BrowserContextDestroyed(profile);
profile            62 chrome/browser/sessions/session_service_factory.cc   factory->Associate(profile, NULL);
profile            79 chrome/browser/sessions/session_service_factory.cc     content::BrowserContext* profile) const {
profile            81 chrome/browser/sessions/session_service_factory.cc   service = new SessionService(static_cast<Profile*>(profile));
profile            26 chrome/browser/sessions/session_service_factory.h   static SessionService* GetForProfile(Profile* profile);
profile            32 chrome/browser/sessions/session_service_factory.h   static SessionService* GetForProfileIfExisting(Profile* profile);
profile            37 chrome/browser/sessions/session_service_factory.h   static SessionService* GetForProfileForSessionRestore(Profile* profile);
profile            42 chrome/browser/sessions/session_service_factory.h   static void ShutdownForProfile(Profile* profile);
profile            47 chrome/browser/sessions/session_service_factory.h   static void SetForTestProfile(Profile* profile, SessionService* service) {
profile            48 chrome/browser/sessions/session_service_factory.h     GetInstance()->BrowserContextShutdown(profile);
profile            49 chrome/browser/sessions/session_service_factory.h     GetInstance()->BrowserContextDestroyed(profile);
profile            50 chrome/browser/sessions/session_service_factory.h     GetInstance()->Associate(profile, service);
profile            66 chrome/browser/sessions/session_service_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile            56 chrome/browser/sessions/session_service_unittest.cc     TestingProfile* profile = profile_manager_->CreateTestingProfile(b);
profile            57 chrome/browser/sessions/session_service_unittest.cc     SessionService* session_service = new SessionService(profile);
profile            58 chrome/browser/sessions/session_service_unittest.cc     path_ = profile->GetPath();
profile           424 chrome/browser/sessions/session_service_unittest.cc   ASSERT_TRUE(service()->profile() != NULL);
profile           429 chrome/browser/sessions/session_service_unittest.cc       service()->profile()->GetPath());
profile            44 chrome/browser/sessions/session_tab_helper.cc   Profile* profile =
profile            46 chrome/browser/sessions/session_tab_helper.cc   SessionService* session = SessionServiceFactory::GetForProfile(profile);
profile            72 chrome/browser/sessions/tab_restore_service_delegate.h       Profile* profile,
profile            12 chrome/browser/sessions/tab_restore_service_factory.cc TabRestoreService* TabRestoreServiceFactory::GetForProfile(Profile* profile) {
profile            14 chrome/browser/sessions/tab_restore_service_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            19 chrome/browser/sessions/tab_restore_service_factory.cc     Profile* profile) {
profile            21 chrome/browser/sessions/tab_restore_service_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, false));
profile            25 chrome/browser/sessions/tab_restore_service_factory.cc void TabRestoreServiceFactory::ResetForProfile(Profile* profile) {
profile            27 chrome/browser/sessions/tab_restore_service_factory.cc   factory->BrowserContextShutdown(profile);
profile            28 chrome/browser/sessions/tab_restore_service_factory.cc   factory->BrowserContextDestroyed(profile);
profile            19 chrome/browser/sessions/tab_restore_service_factory.h   static TabRestoreService* GetForProfile(Profile* profile);
profile            23 chrome/browser/sessions/tab_restore_service_factory.h   static TabRestoreService* GetForProfileIfExisting(Profile* profile);
profile            25 chrome/browser/sessions/tab_restore_service_factory.h   static void ResetForProfile(Profile* profile);
profile            37 chrome/browser/sessions/tab_restore_service_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile            37 chrome/browser/sessions/tab_restore_service_helper.cc void RecordAppLaunch(Profile* profile, const TabRestoreService::Tab& tab) {
profile            40 chrome/browser/sessions/tab_restore_service_helper.cc   DCHECK(profile->GetExtensionService());
profile            42 chrome/browser/sessions/tab_restore_service_helper.cc       profile->GetExtensionService()->GetInstalledApp(url);
profile            72 chrome/browser/sessions/tab_restore_service_helper.cc     Profile* profile,
profile            76 chrome/browser/sessions/tab_restore_service_helper.cc       profile_(profile),
profile            70 chrome/browser/sessions/tab_restore_service_helper.h                           Profile* profile,
profile           120 chrome/browser/shell_integration.cc   base::FilePath profile = cmd_line.GetSwitchValuePath(
profile           122 chrome/browser/shell_integration.cc   if (!profile.empty())
profile           123 chrome/browser/shell_integration.cc     command_line->AppendSwitchPath(chromeos::switches::kLoginProfile, profile);
profile            35 chrome/browser/signin/about_signin_internals_factory.cc     Profile* profile) {
profile            37 chrome/browser/signin/about_signin_internals_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            74 chrome/browser/signin/about_signin_internals_factory.cc   Profile* profile = Profile::FromBrowserContext(context);
profile            76 chrome/browser/signin/about_signin_internals_factory.cc       ProfileOAuth2TokenServiceFactory::GetForProfile(profile),
profile            77 chrome/browser/signin/about_signin_internals_factory.cc       SigninManagerFactory::GetForProfile(profile));
profile            78 chrome/browser/signin/about_signin_internals_factory.cc   service->Initialize(ChromeSigninClientFactory::GetForProfile(profile));
profile            20 chrome/browser/signin/about_signin_internals_factory.h   static AboutSigninInternals* GetForProfile(Profile* profile);
profile            26 chrome/browser/signin/account_reconcilor_factory.cc     Profile* profile) {
profile            28 chrome/browser/signin/account_reconcilor_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            38 chrome/browser/signin/account_reconcilor_factory.cc   Profile* profile = Profile::FromBrowserContext(context);
profile            40 chrome/browser/signin/account_reconcilor_factory.cc       ProfileOAuth2TokenServiceFactory::GetForProfile(profile),
profile            41 chrome/browser/signin/account_reconcilor_factory.cc       SigninManagerFactory::GetForProfile(profile),
profile            42 chrome/browser/signin/account_reconcilor_factory.cc       ChromeSigninClientFactory::GetForProfile(profile));
profile            22 chrome/browser/signin/account_reconcilor_factory.h   static AccountReconcilor* GetForProfile(Profile* profile);
profile            35 chrome/browser/signin/account_reconcilor_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile            52 chrome/browser/signin/account_reconcilor_unittest.cc   Profile* profile = Profile::FromBrowserContext(context);
profile            54 chrome/browser/signin/account_reconcilor_unittest.cc       ProfileOAuth2TokenServiceFactory::GetForProfile(profile),
profile            55 chrome/browser/signin/account_reconcilor_unittest.cc       SigninManagerFactory::GetForProfile(profile),
profile            56 chrome/browser/signin/account_reconcilor_unittest.cc       ChromeSigninClientFactory::GetForProfile(profile));
profile           127 chrome/browser/signin/account_reconcilor_unittest.cc           SigninManagerFactory::GetForProfile(profile()));
profile           131 chrome/browser/signin/account_reconcilor_unittest.cc           ProfileOAuth2TokenServiceFactory::GetForProfile(profile()));
profile           143 chrome/browser/signin/account_reconcilor_unittest.cc             AccountReconcilorFactory::GetForProfile(profile()));
profile           165 chrome/browser/signin/account_reconcilor_unittest.cc       AccountReconcilorFactory::GetForProfile(profile());
profile           174 chrome/browser/signin/account_reconcilor_unittest.cc       AccountReconcilorFactory::GetForProfile(profile());
profile           192 chrome/browser/signin/account_reconcilor_unittest.cc       AccountReconcilorFactory::GetForProfile(profile());
profile           209 chrome/browser/signin/account_reconcilor_unittest.cc       AccountReconcilorFactory::GetForProfile(profile());
profile           219 chrome/browser/signin/account_reconcilor_unittest.cc       AccountReconcilorFactory::GetForProfile(profile());
profile           241 chrome/browser/signin/account_reconcilor_unittest.cc       AccountReconcilorFactory::GetForProfile(profile());
profile           259 chrome/browser/signin/account_reconcilor_unittest.cc       AccountReconcilorFactory::GetForProfile(profile());
profile           281 chrome/browser/signin/account_reconcilor_unittest.cc       AccountReconcilorFactory::GetForProfile(profile());
profile           303 chrome/browser/signin/account_reconcilor_unittest.cc       AccountReconcilorFactory::GetForProfile(profile());
profile           323 chrome/browser/signin/account_reconcilor_unittest.cc       AccountReconcilorFactory::GetForProfile(profile());
profile           362 chrome/browser/signin/account_reconcilor_unittest.cc       AccountReconcilorFactory::GetForProfile(profile());
profile           396 chrome/browser/signin/account_reconcilor_unittest.cc       AccountReconcilorFactory::GetForProfile(profile());
profile           519 chrome/browser/signin/account_reconcilor_unittest.cc       AccountReconcilorFactory::GetForProfile(profile());
profile           554 chrome/browser/signin/account_reconcilor_unittest.cc       AccountReconcilorFactory::GetForProfile(profile());
profile            63 chrome/browser/signin/android_profile_oauth2_token_service.cc   Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile_android);
profile            65 chrome/browser/signin/android_profile_oauth2_token_service.cc       ProfileOAuth2TokenServiceFactory::GetPlatformSpecificForProfile(profile);
profile            37 chrome/browser/signin/chrome_signin_client.cc ChromeSigninClient::ChromeSigninClient(Profile* profile)
profile            38 chrome/browser/signin/chrome_signin_client.cc     : profile_(profile), signin_host_id_(ChildProcessHost::kInvalidUniqueID) {}
profile            51 chrome/browser/signin/chrome_signin_client.cc bool ChromeSigninClient::ProfileAllowsSigninCookies(Profile* profile) {
profile            53 chrome/browser/signin/chrome_signin_client.cc       CookieSettings::Factory::GetForProfile(profile).get();
profile            24 chrome/browser/signin/chrome_signin_client.h   explicit ChromeSigninClient(Profile* profile);
profile            28 chrome/browser/signin/chrome_signin_client.h   static bool ProfileAllowsSigninCookies(Profile* profile);
profile            18 chrome/browser/signin/chrome_signin_client_factory.cc ChromeSigninClient* ChromeSigninClientFactory::GetForProfile(Profile* profile) {
profile            20 chrome/browser/signin/chrome_signin_client_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            21 chrome/browser/signin/chrome_signin_client_factory.h   static ChromeSigninClient* GetForProfile(Profile* profile);
profile            34 chrome/browser/signin/chrome_signin_client_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile            33 chrome/browser/signin/easy_unlock.cc void LaunchEasyUnlockSetup(Profile* profile) {
profile            35 chrome/browser/signin/easy_unlock.cc       extensions::ExtensionSystem::Get(profile)->extension_service();
profile            40 chrome/browser/signin/easy_unlock.cc       profile, extension, extensions::LAUNCH_CONTAINER_WINDOW, NEW_WINDOW));
profile            20 chrome/browser/signin/easy_unlock.h void LaunchEasyUnlockSetup(Profile* profile);
profile            13 chrome/browser/signin/fake_profile_oauth2_token_service_builder.cc   Profile* profile = Profile::FromBrowserContext(context);
profile            16 chrome/browser/signin/fake_profile_oauth2_token_service_builder.cc       ChromeSigninClientFactory::GetInstance()->GetForProfile(profile));
profile            22 chrome/browser/signin/fake_profile_oauth2_token_service_builder.cc   Profile* profile = Profile::FromBrowserContext(context);
profile            26 chrome/browser/signin/fake_profile_oauth2_token_service_builder.cc       ChromeSigninClientFactory::GetInstance()->GetForProfile(profile));
profile            18 chrome/browser/signin/fake_signin_manager.cc FakeSigninManagerBase::FakeSigninManagerBase(Profile* profile)
profile            20 chrome/browser/signin/fake_signin_manager.cc           ChromeSigninClientFactory::GetInstance()->GetForProfile(profile)) {}
profile            28 chrome/browser/signin/fake_signin_manager.cc   Profile* profile = static_cast<Profile*>(context);
profile            30 chrome/browser/signin/fake_signin_manager.cc   manager = new FakeSigninManagerBase(profile);
profile            32 chrome/browser/signin/fake_signin_manager.cc   manager = new FakeSigninManager(profile);
profile            42 chrome/browser/signin/fake_signin_manager.cc FakeSigninManager::FakeSigninManager(Profile* profile)
profile            44 chrome/browser/signin/fake_signin_manager.cc           ChromeSigninClientFactory::GetInstance()->GetForProfile(profile),
profile            45 chrome/browser/signin/fake_signin_manager.cc           ProfileOAuth2TokenServiceFactory::GetForProfile(profile)) {}
profile            26 chrome/browser/signin/fake_signin_manager.h   explicit FakeSigninManagerBase(Profile* profile);
profile            43 chrome/browser/signin/fake_signin_manager.h   explicit FakeSigninManager(Profile* profile);
profile           135 chrome/browser/signin/local_auth.cc void SetLocalAuthCredentials(const Profile* profile,
profile           137 chrome/browser/signin/local_auth.cc   DCHECK(profile);
profile           141 chrome/browser/signin/local_auth.cc   size_t info_index = info.GetIndexOfProfileWithPath(profile->GetPath());
profile           187 chrome/browser/signin/local_auth.cc bool ValidateLocalAuthCredentials(const Profile* profile,
profile           189 chrome/browser/signin/local_auth.cc   DCHECK(profile);
profile           193 chrome/browser/signin/local_auth.cc   size_t info_index = info.GetIndexOfProfileWithPath(profile->GetPath());
profile            27 chrome/browser/signin/local_auth.h void SetLocalAuthCredentials(const Profile* profile,
profile            33 chrome/browser/signin/local_auth.h bool ValidateLocalAuthCredentials(const Profile* profile,
profile            33 chrome/browser/signin/profile_oauth2_token_service_factory.cc ProfileOAuth2TokenServiceFactory::GetForProfile(Profile* profile) {
profile            35 chrome/browser/signin/profile_oauth2_token_service_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            41 chrome/browser/signin/profile_oauth2_token_service_factory.cc     Profile* profile) {
profile            43 chrome/browser/signin/profile_oauth2_token_service_factory.cc       GetForProfile(profile));
profile            54 chrome/browser/signin/profile_oauth2_token_service_factory.cc   Profile* profile = static_cast<Profile*>(context);
profile            58 chrome/browser/signin/profile_oauth2_token_service_factory.cc       ChromeSigninClientFactory::GetInstance()->GetForProfile(profile));
profile            30 chrome/browser/signin/profile_oauth2_token_service_factory.h   static ProfileOAuth2TokenService* GetForProfile(Profile* profile);
profile            38 chrome/browser/signin/profile_oauth2_token_service_factory.h       Profile* profile);
profile            41 chrome/browser/signin/profile_oauth2_token_service_factory.h       Profile* profile);
profile            27 chrome/browser/signin/profile_oauth2_token_service_request.cc   Core(Profile* profile,
profile            86 chrome/browser/signin/profile_oauth2_token_service_request.cc     Profile* profile,
profile            89 chrome/browser/signin/profile_oauth2_token_service_request.cc       profile_(profile),
profile            92 chrome/browser/signin/profile_oauth2_token_service_request.cc   DCHECK(profile);
profile           205 chrome/browser/signin/profile_oauth2_token_service_request.cc         Profile* profile,
profile           209 chrome/browser/signin/profile_oauth2_token_service_request.cc   return new ProfileOAuth2TokenServiceRequest(profile, account_id, scopes,
profile           214 chrome/browser/signin/profile_oauth2_token_service_request.cc     Profile* profile,
profile           219 chrome/browser/signin/profile_oauth2_token_service_request.cc       core_(new Core(profile, this)) {
profile            30 chrome/browser/signin/profile_oauth2_token_service_request.h       Profile* profile,
profile            44 chrome/browser/signin/profile_oauth2_token_service_request.h   ProfileOAuth2TokenServiceRequest(Profile* profile,
profile           111 chrome/browser/signin/signin_browsertest.cc       ChromeSigninClientFactory::GetForProfile(browser()->profile());
profile           153 chrome/browser/signin/signin_browsertest.cc       ChromeSigninClientFactory::GetForProfile(browser()->profile());
profile           210 chrome/browser/signin/signin_browsertest.cc       ChromeSigninClientFactory::GetForProfile(browser()->profile());
profile            49 chrome/browser/signin/signin_error_notifier_ash.cc                              Profile* profile);
profile            75 chrome/browser/signin/signin_error_notifier_ash.cc     Profile* profile)
profile            77 chrome/browser/signin/signin_error_notifier_ash.cc       profile_(profile) {
profile           130 chrome/browser/signin/signin_error_notifier_ash.cc                                          Profile* profile)
profile           132 chrome/browser/signin/signin_error_notifier_ash.cc       profile_(profile) {
profile           134 chrome/browser/signin/signin_error_notifier_ash.cc   notification_id_ = kProfileSigninNotificationId + profile->GetProfileName();
profile            22 chrome/browser/signin/signin_error_notifier_ash.h   SigninErrorNotifier(SigninErrorController* controller, Profile* profile);
profile            26 chrome/browser/signin/signin_error_notifier_factory_ash.cc     Profile* profile) {
profile            28 chrome/browser/signin/signin_error_notifier_factory_ash.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            41 chrome/browser/signin/signin_error_notifier_factory_ash.cc   Profile* profile = static_cast<Profile*>(context);
profile            44 chrome/browser/signin/signin_error_notifier_factory_ash.cc       ProfileOAuth2TokenServiceFactory::GetForProfile(profile)->
profile            47 chrome/browser/signin/signin_error_notifier_factory_ash.cc   return new SigninErrorNotifier(controller, profile);
profile            21 chrome/browser/signin/signin_error_notifier_factory_ash.h   static SigninErrorNotifier* GetForProfile(Profile* profile);
profile            34 chrome/browser/signin/signin_error_notifier_factory_ash.h       content::BrowserContext* profile) const OVERRIDE;
profile            28 chrome/browser/signin/signin_global_error.cc     Profile* profile)
profile            29 chrome/browser/signin/signin_global_error.cc     : profile_(profile),
profile            23 chrome/browser/signin/signin_global_error.h                     Profile* profile);
profile            31 chrome/browser/signin/signin_global_error_factory.cc     Profile* profile) {
profile            33 chrome/browser/signin/signin_global_error_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            48 chrome/browser/signin/signin_global_error_factory.cc   Profile* profile = static_cast<Profile*>(context);
profile            51 chrome/browser/signin/signin_global_error_factory.cc       ProfileOAuth2TokenServiceFactory::GetForProfile(profile)->
profile            54 chrome/browser/signin/signin_global_error_factory.cc   return new SigninGlobalError(controller, profile);
profile            21 chrome/browser/signin/signin_global_error_factory.h   static SigninGlobalError* GetForProfile(Profile* profile);
profile            34 chrome/browser/signin/signin_global_error_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile            46 chrome/browser/signin/signin_manager_factory.cc     Profile* profile) {
profile            48 chrome/browser/signin/signin_manager_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, false));
profile            53 chrome/browser/signin/signin_manager_factory.cc     Profile* profile) {
profile            55 chrome/browser/signin/signin_manager_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            60 chrome/browser/signin/signin_manager_factory.cc SigninManager* SigninManagerFactory::GetForProfile(Profile* profile) {
profile            62 chrome/browser/signin/signin_manager_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            66 chrome/browser/signin/signin_manager_factory.cc SigninManager* SigninManagerFactory::GetForProfileIfExists(Profile* profile) {
profile            68 chrome/browser/signin/signin_manager_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, false));
profile           127 chrome/browser/signin/signin_manager_factory.cc   Profile* profile = static_cast<Profile*>(context);
profile           129 chrome/browser/signin/signin_manager_factory.cc       ChromeSigninClientFactory::GetInstance()->GetForProfile(profile);
profile           134 chrome/browser/signin/signin_manager_factory.cc       client, ProfileOAuth2TokenServiceFactory::GetForProfile(profile));
profile            39 chrome/browser/signin/signin_manager_factory.h   static SigninManagerBase* GetForProfile(Profile* profile);
profile            44 chrome/browser/signin/signin_manager_factory.h   static SigninManagerBase* GetForProfileIfExists(Profile* profile);
profile            48 chrome/browser/signin/signin_manager_factory.h   static SigninManager* GetForProfile(Profile* profile);
profile            49 chrome/browser/signin/signin_manager_factory.h   static SigninManager* GetForProfileIfExists(Profile* profile);
profile            90 chrome/browser/signin/signin_manager_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile            47 chrome/browser/signin/signin_manager_unittest.cc   Profile* profile = static_cast<Profile*>(context);
profile            49 chrome/browser/signin/signin_manager_unittest.cc       ChromeSigninClientFactory::GetInstance()->GetForProfile(profile),
profile            50 chrome/browser/signin/signin_manager_unittest.cc       ProfileOAuth2TokenServiceFactory::GetForProfile(profile));
profile           134 chrome/browser/signin/signin_manager_unittest.cc         SigninManagerFactory::GetForProfile(profile()));
profile           142 chrome/browser/signin/signin_manager_unittest.cc         ChromeSigninClientFactory::GetInstance()->GetForProfile(profile()),
profile           143 chrome/browser/signin/signin_manager_unittest.cc         ProfileOAuth2TokenServiceFactory::GetForProfile(profile())));
profile           163 chrome/browser/signin/signin_manager_unittest.cc         ProfileOAuth2TokenServiceFactory::GetForProfile(profile());
profile           299 chrome/browser/signin/signin_manager_unittest.cc   profile()->GetPrefs()->SetString(prefs::kGoogleServicesUsername,
profile           311 chrome/browser/signin/signin_manager_unittest.cc   profile()->GetPrefs()->SetString(prefs::kGoogleServicesUsername, user);
profile           325 chrome/browser/signin/signin_manager_unittest.cc             profile()->GetPrefs()->GetString(prefs::kGoogleServicesUsername));
profile           333 chrome/browser/signin/signin_manager_unittest.cc             profile()->GetPrefs()->GetString(prefs::kGoogleServicesUsername));
profile           339 chrome/browser/signin/signin_manager_unittest.cc   profile()->GetPrefs()->SetString(prefs::kGoogleServicesUsername, user);
profile           340 chrome/browser/signin/signin_manager_unittest.cc   profile()->GetPrefs()->SetBoolean(prefs::kSigninAllowed, false);
profile            80 chrome/browser/signin/signin_promo.cc bool HasShownPromoAtStartup(Profile* profile) {
profile            81 chrome/browser/signin/signin_promo.cc   return profile->GetPrefs()->HasPrefPath(prefs::kSignInPromoStartupCount);
profile            85 chrome/browser/signin/signin_promo.cc bool HasUserSkippedPromo(Profile* profile) {
profile            86 chrome/browser/signin/signin_promo.cc   return profile->GetPrefs()->GetBoolean(prefs::kSignInPromoUserSkipped);
profile            93 chrome/browser/signin/signin_promo.cc bool ShouldShowPromo(Profile* profile) {
profile           105 chrome/browser/signin/signin_promo.cc   if (profile->IsManaged())
profile           110 chrome/browser/signin/signin_promo.cc       profile->GetOriginalProfile());
profile           116 chrome/browser/signin/signin_promo.cc bool ShouldShowPromoAtStartup(Profile* profile, bool is_new_profile) {
profile           117 chrome/browser/signin/signin_promo.cc   DCHECK(profile);
profile           120 chrome/browser/signin/signin_promo.cc   if (profile->IsOffTheRecord())
profile           123 chrome/browser/signin/signin_promo.cc   if (!ShouldShowPromo(profile))
profile           127 chrome/browser/signin/signin_promo.cc     if (!HasShownPromoAtStartup(profile))
profile           131 chrome/browser/signin/signin_promo.cc   if (HasUserSkippedPromo(profile))
profile           138 chrome/browser/signin/signin_promo.cc   PrefService* prefs = profile->GetPrefs();
profile           160 chrome/browser/signin/signin_promo.cc void DidShowPromoAtStartup(Profile* profile) {
profile           161 chrome/browser/signin/signin_promo.cc   int show_count = profile->GetPrefs()->GetInteger(
profile           164 chrome/browser/signin/signin_promo.cc   profile->GetPrefs()->SetInteger(prefs::kSignInPromoStartupCount, show_count);
profile           167 chrome/browser/signin/signin_promo.cc void SetUserSkippedPromo(Profile* profile) {
profile           168 chrome/browser/signin/signin_promo.cc   profile->GetPrefs()->SetBoolean(prefs::kSignInPromoUserSkipped, true);
profile           244 chrome/browser/signin/signin_promo.cc GURL GetReauthURL(Profile* profile, const std::string& account_id) {
profile           253 chrome/browser/signin/signin_promo.cc     SigninManagerFactory::GetForProfile(profile)->
profile            40 chrome/browser/signin/signin_promo.h bool ShouldShowPromo(Profile* profile);
profile            43 chrome/browser/signin/signin_promo.h bool ShouldShowPromoAtStartup(Profile* profile, bool is_new_profile);
profile            47 chrome/browser/signin/signin_promo.h void DidShowPromoAtStartup(Profile* profile);
profile            50 chrome/browser/signin/signin_promo.h void SetUserSkippedPromo(Profile* profile);
profile            72 chrome/browser/signin/signin_promo.h GURL GetReauthURL(Profile* profile, const std::string& account_id);
profile            18 chrome/browser/signin/signin_tracker_factory.cc     Profile* profile,
profile            23 chrome/browser/signin/signin_tracker_factory.cc     account_reconcilor = AccountReconcilorFactory::GetForProfile(profile);
profile            26 chrome/browser/signin/signin_tracker_factory.cc       ProfileOAuth2TokenServiceFactory::GetForProfile(profile),
profile            27 chrome/browser/signin/signin_tracker_factory.cc       SigninManagerFactory::GetForProfile(profile),
profile            29 chrome/browser/signin/signin_tracker_factory.cc       ChromeSigninClientFactory::GetForProfile(profile),
profile            20 chrome/browser/signin/signin_tracker_factory.h       Profile* profile,
profile            34 chrome/browser/signin/signin_ui_util.cc GlobalError* GetSignedInServiceError(Profile* profile) {
profile            35 chrome/browser/signin/signin_ui_util.cc   std::vector<GlobalError*> errors = GetSignedInServiceErrors(profile);
profile            41 chrome/browser/signin/signin_ui_util.cc std::vector<GlobalError*> GetSignedInServiceErrors(Profile* profile) {
profile            49 chrome/browser/signin/signin_ui_util.cc       SigninGlobalErrorFactory::GetForProfile(profile);
profile            56 chrome/browser/signin/signin_ui_util.cc   if (profile->IsSyncAccessible()) {
profile            57 chrome/browser/signin/signin_ui_util.cc     SyncGlobalError* error = SyncGlobalErrorFactory::GetForProfile(profile);
profile            66 chrome/browser/signin/signin_ui_util.cc base::string16 GetSigninMenuLabel(Profile* profile) {
profile            67 chrome/browser/signin/signin_ui_util.cc   GlobalError* error = signin_ui_util::GetSignedInServiceError(profile);
profile            72 chrome/browser/signin/signin_ui_util.cc   ProfileSyncService* service = profile->IsSyncAccessible() ?
profile            73 chrome/browser/signin/signin_ui_util.cc       ProfileSyncServiceFactory::GetForProfile(profile) : NULL;
profile            80 chrome/browser/signin/signin_ui_util.cc         SigninManagerFactory::GetForProfileIfExists(profile);
profile            96 chrome/browser/signin/signin_ui_util.cc void GetStatusLabelsForAuthError(Profile* profile,
profile           107 chrome/browser/signin/signin_ui_util.cc       ProfileOAuth2TokenServiceFactory::GetForProfile(profile)->
profile            22 chrome/browser/signin/signin_ui_util.h GlobalError* GetSignedInServiceError(Profile* profile);
profile            25 chrome/browser/signin/signin_ui_util.h std::vector<GlobalError*> GetSignedInServiceErrors(Profile* profile);
profile            29 chrome/browser/signin/signin_ui_util.h base::string16 GetSigninMenuLabel(Profile* profile);
profile            31 chrome/browser/signin/signin_ui_util.h void GetStatusLabelsForAuthError(Profile* profile,
profile            44 chrome/browser/speech/extension_api/tts_engine_extension_api.cc     Profile* profile, EventRouter* event_router, std::string extension_id) {
profile            53 chrome/browser/speech/extension_api/tts_engine_extension_api.cc       ExtensionSystem::Get(profile)->process_manager();
profile            63 chrome/browser/speech/extension_api/tts_engine_extension_api.cc void GetExtensionVoices(Profile* profile, std::vector<VoiceData>* out_voices) {
profile            64 chrome/browser/speech/extension_api/tts_engine_extension_api.cc   ExtensionService* service = profile->GetExtensionService();
profile            67 chrome/browser/speech/extension_api/tts_engine_extension_api.cc       ExtensionSystem::Get(profile)->event_router();
profile           169 chrome/browser/speech/extension_api/tts_engine_extension_api.cc   event->restrict_to_browser_context = utterance->profile();
profile           170 chrome/browser/speech/extension_api/tts_engine_extension_api.cc   ExtensionSystem::Get(utterance->profile())->event_router()->
profile           178 chrome/browser/speech/extension_api/tts_engine_extension_api.cc   event->restrict_to_browser_context = utterance->profile();
profile           179 chrome/browser/speech/extension_api/tts_engine_extension_api.cc   ExtensionSystem::Get(utterance->profile())->event_router()->
profile           187 chrome/browser/speech/extension_api/tts_engine_extension_api.cc   Profile* profile = utterance->profile();
profile           188 chrome/browser/speech/extension_api/tts_engine_extension_api.cc   event->restrict_to_browser_context = profile;
profile           189 chrome/browser/speech/extension_api/tts_engine_extension_api.cc   EventRouter* event_router = ExtensionSystem::Get(profile)->event_router();
profile           192 chrome/browser/speech/extension_api/tts_engine_extension_api.cc   WarnIfMissingPauseOrResumeListener(profile, event_router, id);
profile           199 chrome/browser/speech/extension_api/tts_engine_extension_api.cc   Profile* profile = utterance->profile();
profile           200 chrome/browser/speech/extension_api/tts_engine_extension_api.cc   event->restrict_to_browser_context = profile;
profile           201 chrome/browser/speech/extension_api/tts_engine_extension_api.cc   EventRouter* event_router = ExtensionSystem::Get(profile)->event_router();
profile           204 chrome/browser/speech/extension_api/tts_engine_extension_api.cc   WarnIfMissingPauseOrResumeListener(profile, event_router, id);
profile            32 chrome/browser/speech/extension_api/tts_engine_extension_api.h void GetExtensionVoices(Profile* profile, std::vector<VoiceData>* out_voices);
profile           130 chrome/browser/speech/extension_api/tts_extension_api.cc   event->restrict_to_browser_context = utterance->profile();
profile           132 chrome/browser/speech/extension_api/tts_extension_api.cc   extensions::ExtensionSystem::Get(utterance->profile())->event_router()->
profile           426 chrome/browser/speech/extension_api/tts_extension_apitest.cc       profile())->extension_service();
profile           437 chrome/browser/speech/extension_api/tts_extension_apitest.cc       profile())->extension_service();
profile            20 chrome/browser/speech/tts_chromeos.cc   virtual bool LoadBuiltInTtsExtension(Profile* profile) OVERRIDE {
profile            21 chrome/browser/speech/tts_chromeos.cc     return TtsExtensionLoaderChromeOs::GetInstance(profile)->LoadTtsExtension();
profile            74 chrome/browser/speech/tts_controller.cc Utterance::Utterance(Profile* profile)
profile            75 chrome/browser/speech/tts_controller.cc     : profile_(profile),
profile           156 chrome/browser/speech/tts_controller.cc   GetVoices(utterance->profile(), &voices);
profile           222 chrome/browser/speech/tts_controller.cc         GetPlatformImpl()->LoadBuiltInTtsExtension(utterance->profile())) {
profile           298 chrome/browser/speech/tts_controller.cc void TtsController::GetVoices(Profile* profile,
profile           301 chrome/browser/speech/tts_controller.cc   if (profile)
profile           302 chrome/browser/speech/tts_controller.cc     GetExtensionVoices(profile, out_voices);
profile           104 chrome/browser/speech/tts_controller.h   explicit Utterance(Profile* profile);
profile           188 chrome/browser/speech/tts_controller.h   Profile* profile() const { return profile_; }
profile           284 chrome/browser/speech/tts_controller.h   void GetVoices(Profile* profile, std::vector<VoiceData>* out_voices);
profile            28 chrome/browser/speech/tts_extension_loader_chromeos.cc   static TtsExtensionLoaderChromeOs* GetForProfile(Profile* profile) {
profile            30 chrome/browser/speech/tts_extension_loader_chromeos.cc         GetInstance()->GetServiceForBrowserContext(profile, true));
profile            56 chrome/browser/speech/tts_extension_loader_chromeos.cc       content::BrowserContext* profile) const OVERRIDE {
profile            57 chrome/browser/speech/tts_extension_loader_chromeos.cc     return new TtsExtensionLoaderChromeOs(static_cast<Profile*>(profile));
profile            62 chrome/browser/speech/tts_extension_loader_chromeos.cc TtsExtensionLoaderChromeOs::GetInstance(Profile* profile) {
profile            64 chrome/browser/speech/tts_extension_loader_chromeos.cc       ->GetForProfile(profile);
profile            68 chrome/browser/speech/tts_extension_loader_chromeos.cc     Profile* profile)
profile            69 chrome/browser/speech/tts_extension_loader_chromeos.cc     : profile_(profile) {
profile            18 chrome/browser/speech/tts_extension_loader_chromeos.h   static TtsExtensionLoaderChromeOs* GetInstance(Profile* profile);
profile            42 chrome/browser/speech/tts_extension_loader_chromeos.h   explicit TtsExtensionLoaderChromeOs(Profile* profile);
profile            17 chrome/browser/speech/tts_message_filter.cc TtsMessageFilter::TtsMessageFilter(int render_process_id, Profile* profile)
profile            20 chrome/browser/speech/tts_message_filter.cc       profile_(profile) {
profile            21 chrome/browser/speech/tts_message_filter.h   TtsMessageFilter(int render_process_id, Profile* profile);
profile             9 chrome/browser/speech/tts_platform.cc bool TtsPlatformImpl::LoadBuiltInTtsExtension(Profile* profile) {
profile            26 chrome/browser/speech/tts_platform.h   virtual bool LoadBuiltInTtsExtension(Profile* profile);
profile            60 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc static KeyedService* BuildSpellcheckService(content::BrowserContext* profile) {
profile            61 chrome/browser/spellchecker/spellcheck_custom_dictionary_unittest.cc   return new SpellcheckService(static_cast<Profile*>(profile));
profile            40 chrome/browser/spellchecker/spellcheck_service_browsertest.cc     return browser()->profile();
profile            20 chrome/browser/spellchecker/spellcheck_service_unittest.cc static KeyedService* BuildSpellcheckService(content::BrowserContext* profile) {
profile            21 chrome/browser/spellchecker/spellcheck_service_unittest.cc   return new SpellcheckService(static_cast<Profile*>(profile));
profile           210 chrome/browser/ssl/ssl_blocking_page.cc   Profile* profile = Profile::FromBrowserContext(
profile           221 chrome/browser/ssl/ssl_blocking_page.cc         profile, Profile::EXPLICIT_ACCESS);
profile           233 chrome/browser/ssl/ssl_blocking_page.cc       captive_portal::CaptivePortalServiceFactory::GetForProfile(profile);
profile           238 chrome/browser/ssl/ssl_blocking_page.cc                  content::Source<Profile>(profile));
profile           441 chrome/browser/ssl/ssl_blocking_page.cc   Profile* profile = Profile::FromBrowserContext(
profile           443 chrome/browser/ssl/ssl_blocking_page.cc   renderer_preferences_util::UpdateFromSystemSettings(prefs, profile);
profile           768 chrome/browser/ssl/ssl_browser_tests.cc   Profile* profile = Profile::FromBrowserContext(tab->GetBrowserContext());
profile           769 chrome/browser/ssl/ssl_browser_tests.cc   DCHECK(profile);
profile           772 chrome/browser/ssl/ssl_browser_tests.cc   profile->GetHostContentSettingsMap()->SetWebsiteSetting(
profile           829 chrome/browser/ssl/ssl_browser_tests.cc   browser()->profile()->GetPrefs()->SetFilePath(
profile           850 chrome/browser/ssl/ssl_browser_tests.cc       content::BrowserContext::GetDownloadManager(browser()->profile()),
profile          1725 chrome/browser/ssl/ssl_browser_tests.cc   browser()->profile()->GetHostContentSettingsMap()->SetDefaultContentSetting(
profile            53 chrome/browser/ssl/ssl_client_certificate_selector_test.cc   url_request_context_getter_ = browser()->profile()->GetRequestContext();
profile            80 chrome/browser/status_icons/desktop_notification_balloon.cc   Profile* profile;
profile            83 chrome/browser/status_icons/desktop_notification_balloon.cc     profile = ProfileManager::GetLastUsedProfile();
profile            87 chrome/browser/status_icons/desktop_notification_balloon.cc       new DummyNotificationDelegate(base::IntToString(id_count_++)), profile);
profile            24 chrome/browser/sync/about_sync_util_unittest.cc   scoped_ptr<Profile> profile(
profile            26 chrome/browser/sync/about_sync_util_unittest.cc   NiceMock<ProfileSyncServiceMock> service(profile.get());
profile            27 chrome/browser/sync/glue/autofill_data_type_controller.cc     Profile* profile,
profile            33 chrome/browser/sync/glue/autofill_data_type_controller.cc           profile,
profile            69 chrome/browser/sync/glue/autofill_data_type_controller.cc           profile(), Profile::EXPLICIT_ACCESS).get();
profile            88 chrome/browser/sync/glue/autofill_data_type_controller.cc       profile());
profile            27 chrome/browser/sync/glue/autofill_data_type_controller.h       Profile* profile,
profile           115 chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc   static KeyedService* Build(content::BrowserContext* profile) {
profile            28 chrome/browser/sync/glue/autofill_profile_data_type_controller.cc     Profile* profile,
profile            34 chrome/browser/sync/glue/autofill_profile_data_type_controller.cc           profile,
profile            60 chrome/browser/sync/glue/autofill_profile_data_type_controller.cc           profile(), Profile::EXPLICIT_ACCESS).get();
profile            90 chrome/browser/sync/glue/autofill_profile_data_type_controller.cc       autofill::PersonalDataManagerFactory::GetForProfile(profile());
profile            98 chrome/browser/sync/glue/autofill_profile_data_type_controller.cc           profile(), Profile::EXPLICIT_ACCESS).get();
profile            26 chrome/browser/sync/glue/autofill_profile_data_type_controller.h       Profile* profile,
profile            62 chrome/browser/sync/glue/bookmark_change_processor.cc void BookmarkChangeProcessor::StartImpl(Profile* profile) {
profile            64 chrome/browser/sync/glue/bookmark_change_processor.cc   DCHECK(profile);
profile            65 chrome/browser/sync/glue/bookmark_change_processor.cc   profile_ = profile;
profile            67 chrome/browser/sync/glue/bookmark_change_processor.cc   bookmark_model_ = BookmarkModelFactory::GetForProfile(profile);
profile           700 chrome/browser/sync/glue/bookmark_change_processor.cc     Profile* profile) {
profile           712 chrome/browser/sync/glue/bookmark_change_processor.cc   SetBookmarkFavicon(&sync_node, node, model, profile);
profile           736 chrome/browser/sync/glue/bookmark_change_processor.cc     Profile* profile,
profile           756 chrome/browser/sync/glue/bookmark_change_processor.cc       SetBookmarkFavicon(sync_node, node, model, profile);
profile           769 chrome/browser/sync/glue/bookmark_change_processor.cc     Profile* profile) {
profile           787 chrome/browser/sync/glue/bookmark_change_processor.cc   ApplyBookmarkFavicon(bookmark_node, profile, icon_url, icon_bytes);
profile           828 chrome/browser/sync/glue/bookmark_change_processor.cc     Profile* profile,
profile           832 chrome/browser/sync/glue/bookmark_change_processor.cc       HistoryServiceFactory::GetForProfile(profile, Profile::EXPLICIT_ACCESS);
profile           834 chrome/browser/sync/glue/bookmark_change_processor.cc       FaviconServiceFactory::GetForProfile(profile, Profile::EXPLICIT_ACCESS);
profile            82 chrome/browser/sync/glue/bookmark_change_processor.h       Profile* profile);
profile            91 chrome/browser/sync/glue/bookmark_change_processor.h       Profile* profile,
profile           101 chrome/browser/sync/glue/bookmark_change_processor.h                                  Profile* profile);
profile           108 chrome/browser/sync/glue/bookmark_change_processor.h       Profile* profile,
profile           137 chrome/browser/sync/glue/bookmark_change_processor.h   virtual void StartImpl(Profile* profile) OVERRIDE;
profile            27 chrome/browser/sync/glue/bookmark_data_type_controller.cc     Profile* profile,
profile            33 chrome/browser/sync/glue/bookmark_data_type_controller.cc           profile,
profile            75 chrome/browser/sync/glue/bookmark_data_type_controller.cc                    content::Source<Profile>(sync_service_->profile()));
profile            24 chrome/browser/sync/glue/bookmark_data_type_controller.h                              Profile* profile,
profile            50 chrome/browser/sync/glue/bookmark_data_type_controller_unittest.cc   explicit HistoryMock(Profile* profile) : HistoryService(profile) {}
profile            58 chrome/browser/sync/glue/bookmark_data_type_controller_unittest.cc   Profile* profile = static_cast<Profile*>(context);
profile            59 chrome/browser/sync/glue/bookmark_data_type_controller_unittest.cc   BookmarkModel* bookmark_model = new BookmarkModel(profile);
profile            60 chrome/browser/sync/glue/bookmark_data_type_controller_unittest.cc   bookmark_model->Load(profile->GetIOTaskRunner());
profile            65 chrome/browser/sync/glue/bookmark_data_type_controller_unittest.cc     content::BrowserContext* profile) {
profile            66 chrome/browser/sync/glue/bookmark_data_type_controller_unittest.cc   return new BookmarkModel(static_cast<Profile*>(profile));
profile            69 chrome/browser/sync/glue/bookmark_data_type_controller_unittest.cc KeyedService* BuildHistoryService(content::BrowserContext* profile) {
profile            70 chrome/browser/sync/glue/bookmark_data_type_controller_unittest.cc   return new HistoryMock(static_cast<Profile*>(profile));
profile           212 chrome/browser/sync/glue/bookmark_model_associator.cc     Profile* profile,
profile           217 chrome/browser/sync/glue/bookmark_model_associator.cc       profile_(profile),
profile            17 chrome/browser/sync/glue/change_processor.cc void ChangeProcessor::Start(Profile* profile,
profile            21 chrome/browser/sync/glue/change_processor.cc   StartImpl(profile);
profile            36 chrome/browser/sync/glue/change_processor.h   void Start(Profile* profile, syncer::UserShare* share_handle);
profile            76 chrome/browser/sync/glue/change_processor.h   virtual void StartImpl(Profile* profile) = 0;
profile            21 chrome/browser/sync/glue/extension_data_type_controller.cc     Profile* profile,
profile            28 chrome/browser/sync/glue/extension_data_type_controller.cc           profile,
profile            23 chrome/browser/sync/glue/extension_data_type_controller.h       Profile* profile,
profile            25 chrome/browser/sync/glue/extension_setting_data_type_controller.cc     Profile* profile,
profile            31 chrome/browser/sync/glue/extension_setting_data_type_controller.cc           profile,
profile            34 chrome/browser/sync/glue/extension_setting_data_type_controller.cc       profile_(profile),
profile            34 chrome/browser/sync/glue/extension_setting_data_type_controller.h       Profile* profile,
profile           228 chrome/browser/sync/glue/favicon_cache.cc FaviconCache::FaviconCache(Profile* profile, int max_sync_favicon_limit)
profile           229 chrome/browser/sync/glue/favicon_cache.cc     : profile_(profile),
profile            51 chrome/browser/sync/glue/favicon_cache.h   FaviconCache(Profile* profile, int max_sync_favicon_limit);
profile            27 chrome/browser/sync/glue/frontend_data_type_controller.cc     Profile* profile,
profile            31 chrome/browser/sync/glue/frontend_data_type_controller.cc       profile_(profile),
profile            36 chrome/browser/sync/glue/frontend_data_type_controller.cc   DCHECK(profile);
profile            49 chrome/browser/sync/glue/frontend_data_type_controller.h       Profile* profile,
profile            42 chrome/browser/sync/glue/frontend_data_type_controller_unittest.cc       Profile* profile,
profile            48 chrome/browser/sync/glue/frontend_data_type_controller_unittest.cc                                    profile,
profile           639 chrome/browser/sync/glue/generic_change_processor.cc void GenericChangeProcessor::StartImpl(Profile* profile) {
profile            92 chrome/browser/sync/glue/generic_change_processor.h   virtual void StartImpl(Profile* profile) OVERRIDE;           // Does nothing.
profile           163 chrome/browser/sync/glue/non_frontend_data_type_controller.cc     Profile* profile,
profile           168 chrome/browser/sync/glue/non_frontend_data_type_controller.cc       profile_(profile),
profile            54 chrome/browser/sync/glue/non_frontend_data_type_controller.h       Profile* profile,
profile           158 chrome/browser/sync/glue/non_frontend_data_type_controller.h   Profile* profile() const;
profile            56 chrome/browser/sync/glue/non_frontend_data_type_controller_unittest.cc       Profile* profile,
profile            62 chrome/browser/sync/glue/non_frontend_data_type_controller_unittest.cc                                       profile,
profile            27 chrome/browser/sync/glue/non_ui_data_type_controller.cc     Profile* profile,
profile            31 chrome/browser/sync/glue/non_ui_data_type_controller.cc       profile_(profile),
profile            33 chrome/browser/sync/glue/non_ui_data_type_controller.h       Profile* profile,
profile           102 chrome/browser/sync/glue/non_ui_data_type_controller.h   Profile* profile() const { return profile_; }
profile            65 chrome/browser/sync/glue/non_ui_data_type_controller_unittest.cc       Profile* profile,
profile            71 chrome/browser/sync/glue/non_ui_data_type_controller_unittest.cc                                 profile,
profile            21 chrome/browser/sync/glue/password_data_type_controller.cc     Profile* profile,
profile            27 chrome/browser/sync/glue/password_data_type_controller.cc           profile,
profile            55 chrome/browser/sync/glue/password_data_type_controller.cc       profile(), Profile::EXPLICIT_ACCESS);
profile            23 chrome/browser/sync/glue/password_data_type_controller.h       Profile* profile,
profile            22 chrome/browser/sync/glue/search_engine_data_type_controller.cc     Profile* profile,
profile            29 chrome/browser/sync/glue/search_engine_data_type_controller.cc           profile,
profile            24 chrome/browser/sync/glue/search_engine_data_type_controller.h       Profile* profile,
profile            47 chrome/browser/sync/glue/search_engine_data_type_controller_unittest.cc     service_.reset(new ProfileSyncServiceMock(test_util_.profile()));
profile            53 chrome/browser/sync/glue/search_engine_data_type_controller_unittest.cc                                            test_util_.profile(),
profile           108 chrome/browser/sync/glue/session_change_processor.cc       if (!browser || browser->profile() != profile_) {
profile           119 chrome/browser/sync/glue/session_change_processor.cc       if (!tab || tab->profile() != profile_) {
profile           131 chrome/browser/sync/glue/session_change_processor.cc       if (!tab || tab->profile() != profile_) {
profile           143 chrome/browser/sync/glue/session_change_processor.cc       if (!tab || tab->profile() != profile_)
profile           153 chrome/browser/sync/glue/session_change_processor.cc       if (!tab || tab->profile() != profile_) {
profile           163 chrome/browser/sync/glue/session_change_processor.cc       if (!tab || tab->profile() != profile_) {
profile           173 chrome/browser/sync/glue/session_change_processor.cc       if (!tab || tab->profile() != profile_) {
profile           285 chrome/browser/sync/glue/session_change_processor.cc void SessionChangeProcessor::StartImpl(Profile* profile) {
profile           287 chrome/browser/sync/glue/session_change_processor.cc   DCHECK(profile);
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            63 chrome/browser/sync/glue/session_change_processor.h   virtual void StartImpl(Profile* profile) OVERRIDE;
profile            23 chrome/browser/sync/glue/session_data_type_controller.cc     Profile* profile,
profile            29 chrome/browser/sync/glue/session_data_type_controller.cc           profile,
profile            24 chrome/browser/sync/glue/session_data_type_controller.h       Profile* profile,
profile           125 chrome/browser/sync/glue/session_model_associator.cc       profile_(sync_service->profile()),
profile           143 chrome/browser/sync/glue/session_model_associator.cc       profile_(sync_service->profile()),
profile           684 chrome/browser/sync/glue/session_model_associator.cc       content::Source<Profile>(sync_service_->profile()),
profile          1105 chrome/browser/sync/glue/session_model_associator.cc       content::Source<Profile>(sync_service_->profile()),
profile          1110 chrome/browser/sync/glue/session_model_associator.cc   if ((!sync_service_ || tab.profile() != sync_service_->profile()) &&
profile           180 chrome/browser/sync/glue/session_model_associator_unittest.cc   MOCK_CONST_METHOD0(profile, Profile*());
profile            50 chrome/browser/sync/glue/sync_backend_host_impl.cc     Profile* profile,
profile            53 chrome/browser/sync/glue/sync_backend_host_impl.cc       profile_(profile),
profile            60 chrome/browser/sync/glue/sync_backend_host_impl.cc           invalidation::InvalidationServiceFactory::GetForProfile(profile)),
profile            75 chrome/browser/sync/glue/sync_backend_host_impl.h                       Profile* profile,
profile            59 chrome/browser/sync/glue/sync_backend_registrar.cc     Profile* profile,
profile            62 chrome/browser/sync/glue/sync_backend_registrar.cc     profile_(profile) {
profile            89 chrome/browser/sync/glue/sync_backend_registrar.cc       HistoryServiceFactory::GetForProfile(profile, Profile::IMPLICIT_ACCESS);
profile            98 chrome/browser/sync/glue/sync_backend_registrar.cc       PasswordStoreFactory::GetForProfile(profile, Profile::IMPLICIT_ACCESS);
profile            44 chrome/browser/sync/glue/sync_backend_registrar.h                        Profile* profile,
profile            18 chrome/browser/sync/glue/sync_start_util.cc void StartSyncOnUIThread(const base::FilePath& profile,
profile            27 chrome/browser/sync/glue/sync_start_util.cc   Profile* p = profile_manager->GetProfileByPath(profile);
profile            41 chrome/browser/sync/glue/sync_start_util.cc void StartSyncProxy(const base::FilePath& profile,
profile            45 chrome/browser/sync/glue/sync_start_util.cc       base::Bind(&StartSyncOnUIThread, profile, type));
profile            41 chrome/browser/sync/glue/synced_device_tracker.cc void SyncedDeviceTracker::StartImpl(Profile* profile) { }
profile            38 chrome/browser/sync/glue/synced_device_tracker.h   virtual void StartImpl(Profile* profile) OVERRIDE;
profile            33 chrome/browser/sync/glue/synced_tab_delegate.h   virtual Profile* profile() const = 0;
profile            43 chrome/browser/sync/glue/synced_tab_delegate_android.cc       ->profile();
profile            31 chrome/browser/sync/glue/synced_tab_delegate_android.h   virtual Profile* profile() const OVERRIDE;
profile            18 chrome/browser/sync/glue/theme_data_type_controller.cc     Profile* profile,
profile            25 chrome/browser/sync/glue/theme_data_type_controller.cc           profile,
profile            16 chrome/browser/sync/glue/theme_data_type_controller.h       Profile* profile,
profile            39 chrome/browser/sync/glue/typed_url_change_processor.cc     Profile* profile,
profile            44 chrome/browser/sync/glue/typed_url_change_processor.cc       profile_(profile),
profile           339 chrome/browser/sync/glue/typed_url_change_processor.cc void TypedUrlChangeProcessor::StartImpl(Profile* profile) {
profile           341 chrome/browser/sync/glue/typed_url_change_processor.cc   DCHECK_EQ(profile, profile_);
profile            48 chrome/browser/sync/glue/typed_url_change_processor.h   TypedUrlChangeProcessor(Profile* profile,
profile            74 chrome/browser/sync/glue/typed_url_change_processor.h   virtual void StartImpl(Profile* profile) OVERRIDE;
profile            69 chrome/browser/sync/glue/typed_url_data_type_controller.cc     Profile* profile,
profile            75 chrome/browser/sync/glue/typed_url_data_type_controller.cc           profile,
profile            78 chrome/browser/sync/glue/typed_url_data_type_controller.cc   pref_registrar_.Init(profile->GetPrefs());
profile            97 chrome/browser/sync/glue/typed_url_data_type_controller.cc   if (profile()->GetPrefs()->GetBoolean(prefs::kSavingBrowserHistoryDisabled)) {
profile           118 chrome/browser/sync/glue/typed_url_data_type_controller.cc   if (profile()->GetPrefs()->GetBoolean(
profile           137 chrome/browser/sync/glue/typed_url_data_type_controller.cc       profile(), Profile::IMPLICIT_ACCESS);
profile            31 chrome/browser/sync/glue/typed_url_data_type_controller.h       Profile* profile,
profile           415 chrome/browser/sync/glue/typed_url_model_associator_unittest.cc   TestingProfile profile;
profile           416 chrome/browser/sync/glue/typed_url_model_associator_unittest.cc   ProfileSyncServiceMock mock(&profile);
profile            37 chrome/browser/sync/glue/ui_data_type_controller.cc     Profile* profile,
profile            41 chrome/browser/sync/glue/ui_data_type_controller.cc       profile_(profile),
profile            47 chrome/browser/sync/glue/ui_data_type_controller.cc   DCHECK(profile);
profile            43 chrome/browser/sync/glue/ui_data_type_controller.h       Profile* profile,
profile            15 chrome/browser/sync/managed_user_signin_manager_wrapper.cc     Profile* profile,
profile            17 chrome/browser/sync/managed_user_signin_manager_wrapper.cc     : profile_(profile), original_(original) {}
profile            22 chrome/browser/sync/managed_user_signin_manager_wrapper.h   ManagedUserSigninManagerWrapper(Profile* profile,
profile            93 chrome/browser/sync/profile_sync_components_factory.h       Profile* profile,
profile           145 chrome/browser/sync/profile_sync_components_factory_impl.cc     Profile* profile, CommandLine* command_line)
profile           146 chrome/browser/sync/profile_sync_components_factory_impl.cc     : profile_(profile),
profile           148 chrome/browser/sync/profile_sync_components_factory_impl.cc       extension_system_(extensions::ExtensionSystem::Get(profile)),
profile           437 chrome/browser/sync/profile_sync_components_factory_impl.cc     Profile* profile,
profile           439 chrome/browser/sync/profile_sync_components_factory_impl.cc   return new browser_sync::SyncBackendHostImpl(name, profile, sync_prefs);
profile           599 chrome/browser/sync/profile_sync_components_factory_impl.cc       BookmarkModelFactory::GetForProfile(profile_sync_service->profile());
profile           609 chrome/browser/sync/profile_sync_components_factory_impl.cc                                   profile_sync_service->profile(),
profile            27 chrome/browser/sync/profile_sync_components_factory_impl.h   ProfileSyncComponentsFactoryImpl(Profile* profile,
profile            45 chrome/browser/sync/profile_sync_components_factory_impl.h       Profile* profile,
profile            43 chrome/browser/sync/profile_sync_components_factory_mock.h                    Profile* profile,
profile           166 chrome/browser/sync/profile_sync_service.cc     Profile* profile,
profile           174 chrome/browser/sync/profile_sync_service.cc       profile_(profile),
profile           202 chrome/browser/sync/profile_sync_service.cc   DCHECK(profile);
profile           219 chrome/browser/sync/profile_sync_service.cc         sync_start_util::GetFlareForSyncableService(profile->GetPath()));
profile           221 chrome/browser/sync/profile_sync_service.cc         new NotificationServiceSessionsRouter(profile, flare));
profile           223 chrome/browser/sync/profile_sync_service.cc         new SessionsSyncManager(profile, this, router.Pass()));
profile          1013 chrome/browser/sync/profile_sync_service.cc     profile()->GetPrefs()->SetBoolean(prefs::kGCMChannelEnabled,
profile          1017 chrome/browser/sync/profile_sync_service.cc         gcm::GCMProfileServiceFactory::GetForProfile(profile());
profile          1025 chrome/browser/sync/profile_sync_service.cc     profile()->GetPrefs()->ClearPref(prefs::kGCMChannelEnabled);
profile          1028 chrome/browser/sync/profile_sync_service.cc   profile()->GetPrefs()->SetBoolean(prefs::kInvalidationServiceUseGCMChannel,
profile           252 chrome/browser/sync/profile_sync_service.h       Profile* profile,
profile           487 chrome/browser/sync/profile_sync_service.h   Profile* profile() const { return profile_; }
profile           150 chrome/browser/sync/profile_sync_service_autofill_unittest.cc MATCHER_P(MatchProfiles, profile, "") {
profile           151 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   return (profile.Compare(arg) == 0);
profile           348 chrome/browser/sync/profile_sync_service_autofill_unittest.cc KeyedService* BuildMockWebDataServiceWrapper(content::BrowserContext* profile) {
profile           397 chrome/browser/sync/profile_sync_service_autofill_unittest.cc       TestingProfile* profile,
profile           410 chrome/browser/sync/profile_sync_service_autofill_unittest.cc       TestingProfile* profile,
profile           412 chrome/browser/sync/profile_sync_service_autofill_unittest.cc     return new AutofillDataTypeController(factory, profile, service);
profile           432 chrome/browser/sync/profile_sync_service_autofill_unittest.cc       TestingProfile* profile,
profile           434 chrome/browser/sync/profile_sync_service_autofill_unittest.cc     return new AutofillProfileDataTypeController(factory, profile, service);
profile           459 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   static KeyedService* Build(content::BrowserContext* profile) {
profile           633 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   bool AddAutofillSyncNode(const AutofillProfile& profile) {
profile           641 chrome/browser/sync/profile_sync_service_autofill_unittest.cc     std::string tag = profile.guid();
profile           649 chrome/browser/sync/profile_sync_service_autofill_unittest.cc     AutofillProfileSyncableService::WriteAutofillProfile(profile, &specifics);
profile           687 chrome/browser/sync/profile_sync_service_autofill_unittest.cc         p.set_guid(autofill.profile().guid());
profile           689 chrome/browser/sync/profile_sync_service_autofill_unittest.cc             autofill.profile(), &p, "en-US");
profile            45 chrome/browser/sync/profile_sync_service_factory.cc     Profile* profile) {
profile            50 chrome/browser/sync/profile_sync_service_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            91 chrome/browser/sync/profile_sync_service_factory.cc   Profile* profile = static_cast<Profile*>(context);
profile            93 chrome/browser/sync/profile_sync_service_factory.cc   SigninManagerBase* signin = SigninManagerFactory::GetForProfile(profile);
profile            98 chrome/browser/sync/profile_sync_service_factory.cc   gcm::GCMProfileServiceFactory::GetForProfile(profile);
profile           102 chrome/browser/sync/profile_sync_service_factory.cc   AboutSigninInternalsFactory::GetForProfile(profile);
profile           114 chrome/browser/sync/profile_sync_service_factory.cc       new ProfileSyncComponentsFactoryImpl(profile,
profile           116 chrome/browser/sync/profile_sync_service_factory.cc       profile,
profile           117 chrome/browser/sync/profile_sync_service_factory.cc       new ManagedUserSigninManagerWrapper(profile, signin),
profile           118 chrome/browser/sync/profile_sync_service_factory.cc       ProfileOAuth2TokenServiceFactory::GetForProfile(profile),
profile           127 chrome/browser/sync/profile_sync_service_factory.cc bool ProfileSyncServiceFactory::HasProfileSyncService(Profile* profile) {
profile           128 chrome/browser/sync/profile_sync_service_factory.cc   return GetInstance()->GetServiceForBrowserContext(profile, false) != NULL;
profile            17 chrome/browser/sync/profile_sync_service_factory.h   static ProfileSyncService* GetForProfile(Profile* profile);
profile            18 chrome/browser/sync/profile_sync_service_factory.h   static bool HasProfileSyncService(Profile* profile);
profile            17 chrome/browser/sync/profile_sync_service_mock.cc ProfileSyncServiceMock::ProfileSyncServiceMock(Profile* profile)
profile            20 chrome/browser/sync/profile_sync_service_mock.cc           profile,
profile            22 chrome/browser/sync/profile_sync_service_mock.cc               profile,
profile            23 chrome/browser/sync/profile_sync_service_mock.cc               SigninManagerFactory::GetForProfile(profile)),
profile            24 chrome/browser/sync/profile_sync_service_mock.cc           ProfileOAuth2TokenServiceFactory::GetForProfile(profile),
profile            32 chrome/browser/sync/profile_sync_service_mock.cc   TestingProfile* profile = new TestingProfile();
profile            33 chrome/browser/sync/profile_sync_service_mock.cc   profile->GetPrefs()->SetString(prefs::kGoogleServicesUsername, "foo");
profile            34 chrome/browser/sync/profile_sync_service_mock.cc   return profile;
profile            39 chrome/browser/sync/profile_sync_service_mock.cc     content::BrowserContext* profile) {
profile            40 chrome/browser/sync/profile_sync_service_mock.cc   return new ProfileSyncServiceMock(static_cast<Profile*>(profile));
profile            27 chrome/browser/sync/profile_sync_service_mock.h   explicit ProfileSyncServiceMock(Profile* profile);
profile            37 chrome/browser/sync/profile_sync_service_mock.h       content::BrowserContext* profile);
profile            98 chrome/browser/sync/profile_sync_service_session_unittest.cc       Profile* profile,
profile           103 chrome/browser/sync/profile_sync_service_session_unittest.cc                                profile,
profile           159 chrome/browser/sync/profile_sync_service_session_unittest.cc     TestingProfile* profile = profile_manager_.CreateTestingProfile(
profile           167 chrome/browser/sync/profile_sync_service_session_unittest.cc         profile, invalidation::FakeInvalidationService::Build);
profile           168 chrome/browser/sync/profile_sync_service_session_unittest.cc     return profile;
profile           171 chrome/browser/sync/profile_sync_service_session_unittest.cc   virtual void DestroyProfile(TestingProfile* profile) OVERRIDE {
profile           172 chrome/browser/sync/profile_sync_service_session_unittest.cc     EXPECT_EQ(kTestProfileName, profile->GetProfileName());
profile           212 chrome/browser/sync/profile_sync_service_session_unittest.cc     ASSERT_FALSE(profile());
profile           225 chrome/browser/sync/profile_sync_service_session_unittest.cc         SigninManagerFactory::GetForProfile(profile());
profile           228 chrome/browser/sync/profile_sync_service_session_unittest.cc         ProfileOAuth2TokenServiceFactory::GetForProfile(profile());
profile           233 chrome/browser/sync/profile_sync_service_session_unittest.cc         profile(),
profile           242 chrome/browser/sync/profile_sync_service_session_unittest.cc                                          profile(),
profile           258 chrome/browser/sync/profile_sync_service_session_unittest.cc     ProfileOAuth2TokenServiceFactory::GetForProfile(profile())
profile          1216 chrome/browser/sync/profile_sync_service_session_unittest.cc       WebContents::CreateParams(profile()),
profile            91 chrome/browser/sync/profile_sync_service_startup_unittest.cc     Profile* profile = static_cast<Profile*>(browser_context);
profile            94 chrome/browser/sync/profile_sync_service_startup_unittest.cc         profile,
profile            96 chrome/browser/sync/profile_sync_service_startup_unittest.cc             profile, SigninManagerFactory::GetForProfile(profile)),
profile            97 chrome/browser/sync/profile_sync_service_startup_unittest.cc         ProfileOAuth2TokenServiceFactory::GetForProfile(profile),
profile           166 chrome/browser/sync/profile_sync_service_startup_unittest.cc     Profile* profile = static_cast<Profile*>(context);
profile           168 chrome/browser/sync/profile_sync_service_startup_unittest.cc         SigninManagerFactory::GetForProfile(profile);
profile           169 chrome/browser/sync/profile_sync_service_startup_unittest.cc     profile->GetPrefs()->SetString(prefs::kGoogleServicesUsername,
profile           173 chrome/browser/sync/profile_sync_service_startup_unittest.cc         ProfileOAuth2TokenServiceFactory::GetForProfile(profile);
profile           177 chrome/browser/sync/profile_sync_service_startup_unittest.cc         profile,
profile           178 chrome/browser/sync/profile_sync_service_startup_unittest.cc         new ManagedUserSigninManagerWrapper(profile, signin),
profile           108 chrome/browser/sync/profile_sync_service_typed_url_unittest.cc   explicit HistoryServiceMock(Profile* profile) : HistoryService(profile) {}
profile           121 chrome/browser/sync/profile_sync_service_typed_url_unittest.cc KeyedService* BuildHistoryService(content::BrowserContext* profile) {
profile           122 chrome/browser/sync/profile_sync_service_typed_url_unittest.cc   return new HistoryServiceMock(static_cast<Profile*>(profile));
profile           159 chrome/browser/sync/profile_sync_service_typed_url_unittest.cc               profile,
profile           168 chrome/browser/sync/profile_sync_service_typed_url_unittest.cc       new TypedUrlChangeProcessor(profile, *model_associator, hb, dtc);
profile           194 chrome/browser/sync/profile_sync_service_unittest.cc   profile()->GetTestingPrefService()->SetManagedPref(
profile           225 chrome/browser/sync/profile_sync_service_unittest.cc   profile()->GetTestingPrefService()->SetManagedPref(
profile           246 chrome/browser/sync/profile_sync_service_unittest.cc   profile()->GetTestingPrefService()->SetManagedPref(
profile           272 chrome/browser/sync/profile_sync_service_unittest.cc   EXPECT_TRUE(profile()->GetPrefs()->GetBoolean(
profile           284 chrome/browser/sync/profile_sync_service_unittest.cc   EXPECT_FALSE(profile()->GetPrefs()->GetBoolean(
profile           297 chrome/browser/sync/profile_sync_service_unittest.cc   EXPECT_FALSE(profile()->GetPrefs()->GetBoolean(
profile           304 chrome/browser/sync/profile_sync_service_unittest.cc   EXPECT_TRUE(profile()->GetPrefs()->GetBoolean(
profile           312 chrome/browser/sync/profile_sync_service_unittest.cc   EXPECT_FALSE(profile()->GetPrefs()->GetBoolean(
profile           328 chrome/browser/sync/profile_sync_service_unittest.cc   EXPECT_FALSE(profile()->GetPrefs()->GetBoolean(
profile           331 chrome/browser/sync/profile_sync_service_unittest.cc   SigninManagerFactory::GetForProfile(profile())->SignOut();
profile            34 chrome/browser/sync/sessions2/notification_service_sessions_router.cc     Profile* profile, const syncer::SyncableService::StartSyncFlare& flare)
profile            36 chrome/browser/sync/sessions2/notification_service_sessions_router.cc           profile_(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           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            28 chrome/browser/sync/sessions2/notification_service_sessions_router.h       Profile* profile,
profile            21 chrome/browser/sync/sessions2/session_data_type_controller2.cc     Profile* profile,
profile            28 chrome/browser/sync/sessions2/session_data_type_controller2.cc           profile,
profile            20 chrome/browser/sync/sessions2/session_data_type_controller2.h                              Profile* profile,
profile            51 chrome/browser/sync/sessions2/sessions_sync_manager.cc     Profile* profile,
profile            54 chrome/browser/sync/sessions2/sessions_sync_manager.cc     : favicon_cache_(profile, kMaxSyncFavicons),
profile            56 chrome/browser/sync/sessions2/sessions_sync_manager.cc       sync_prefs_(profile->GetPrefs()),
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            98 chrome/browser/sync/sessions2/sessions_sync_manager.h   SessionsSyncManager(Profile* profile,
profile           223 chrome/browser/sync/sessions2/sessions_sync_manager_unittest.cc             profile(), syncer::SyncableService::StartSyncFlare()));
profile           224 chrome/browser/sync/sessions2/sessions_sync_manager_unittest.cc     manager_.reset(new SessionsSyncManager(profile(), this,
profile           666 chrome/browser/sync/sessions2/sessions_sync_manager_unittest.cc   SessionsSyncManager manager2(profile(), this, NewDummyRouter());
profile          1213 chrome/browser/sync/sessions2/sessions_sync_manager_unittest.cc   SessionsSyncManager manager2(profile(), this, NewDummyRouter());
profile          1599 chrome/browser/sync/sessions2/sessions_sync_manager_unittest.cc       WebContents::CreateParams(profile()),
profile            44 chrome/browser/sync/sync_error_notifier_ash.cc                            Profile* profile);
profile            70 chrome/browser/sync/sync_error_notifier_ash.cc     Profile* profile)
profile            72 chrome/browser/sync/sync_error_notifier_ash.cc       profile_(profile) {
profile           117 chrome/browser/sync/sync_error_notifier_ash.cc                                      Profile* profile)
profile           119 chrome/browser/sync/sync_error_notifier_ash.cc       profile_(profile) {
profile            22 chrome/browser/sync/sync_error_notifier_ash.h   SyncErrorNotifier(SyncErrorController* controller, Profile* profile);
profile            91 chrome/browser/sync/sync_error_notifier_ash_unittest.cc     content::BrowserContext* profile) {
profile            26 chrome/browser/sync/sync_error_notifier_factory_ash.cc     Profile* profile) {
profile            28 chrome/browser/sync/sync_error_notifier_factory_ash.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            41 chrome/browser/sync/sync_error_notifier_factory_ash.cc   Profile* profile = static_cast<Profile*>(context);
profile            43 chrome/browser/sync/sync_error_notifier_factory_ash.cc       ProfileSyncServiceFactory::GetForProfile(profile);
profile            53 chrome/browser/sync/sync_error_notifier_factory_ash.cc   return new SyncErrorNotifier(sync_error_controller, profile);
profile            21 chrome/browser/sync/sync_error_notifier_factory_ash.h   static SyncErrorNotifier* GetForProfile(Profile* profile);
profile            34 chrome/browser/sync/sync_error_notifier_factory_ash.h       content::BrowserContext* profile) const OVERRIDE;
profile            29 chrome/browser/sync/sync_global_error.cc   GlobalErrorServiceFactory::GetForProfile(service_->profile())->
profile            39 chrome/browser/sync/sync_global_error.cc   GlobalErrorServiceFactory::GetForProfile(service_->profile())->
profile            59 chrome/browser/sync/sync_global_error.cc       service_->profile());
profile           119 chrome/browser/sync/sync_global_error.cc     Profile* profile = service_->profile();
profile           120 chrome/browser/sync/sync_global_error.cc     if (profile) {
profile           122 chrome/browser/sync/sync_global_error.cc           profile)->NotifyErrorsChanged(this);
profile            32 chrome/browser/sync/sync_global_error_factory.cc     Profile* profile) {
profile            34 chrome/browser/sync/sync_global_error_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            49 chrome/browser/sync/sync_global_error_factory.cc   Profile* profile = static_cast<Profile*>(context);
profile            51 chrome/browser/sync/sync_global_error_factory.cc       ProfileSyncServiceFactory::GetForProfile(profile);
profile            21 chrome/browser/sync/sync_global_error_factory.h   static SyncGlobalError* GetForProfile(Profile* profile);
profile            34 chrome/browser/sync/sync_global_error_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile            52 chrome/browser/sync/sync_global_error_unittest.cc KeyedService* BuildMockLoginUIService(content::BrowserContext* profile) {
profile           125 chrome/browser/sync/sync_global_error_unittest.cc   NiceMock<ProfileSyncServiceMock> service(profile());
profile           129 chrome/browser/sync/sync_global_error_unittest.cc           profile(), BuildMockLoginUIService));
profile            11 chrome/browser/sync/sync_startup_tracker.cc SyncStartupTracker::SyncStartupTracker(Profile* profile, Observer* observer)
profile            12 chrome/browser/sync/sync_startup_tracker.cc     : profile_(profile),
profile            51 chrome/browser/sync/sync_startup_tracker.cc     Profile* profile) {
profile            53 chrome/browser/sync/sync_startup_tracker.cc   if (!profile->IsSyncAccessible())
profile            57 chrome/browser/sync/sync_startup_tracker.cc       ProfileSyncServiceFactory::GetForProfile(profile);
profile            60 chrome/browser/sync/sync_startup_tracker.cc   if (!profile->IsSyncAccessible() || !service ||
profile            31 chrome/browser/sync/sync_startup_tracker.h   SyncStartupTracker(Profile* profile, Observer* observer);
profile            46 chrome/browser/sync/sync_startup_tracker.h   static SyncServiceState GetSyncServiceState(Profile* profile);
profile           174 chrome/browser/sync/sync_ui_util.cc           ProfileOAuth2TokenServiceFactory::GetForProfile(service->profile())->
profile           179 chrome/browser/sync/sync_ui_util.cc               service->profile(), signin, status_label, link_label);
profile           237 chrome/browser/sync/sync_ui_util.cc           ProfileOAuth2TokenServiceFactory::GetForProfile(service->profile())->
profile           253 chrome/browser/sync/sync_ui_util.cc               service->profile(), signin, status_label, link_label);
profile            84 chrome/browser/sync/sync_ui_util_unittest.cc   scoped_ptr<Profile> profile(
profile            86 chrome/browser/sync/sync_ui_util_unittest.cc   NiceMock<ProfileSyncServiceMock> service(profile.get());
profile           104 chrome/browser/sync/sync_ui_util_unittest.cc   scoped_ptr<Profile> profile(
profile           106 chrome/browser/sync/sync_ui_util_unittest.cc   NiceMock<ProfileSyncServiceMock> service(profile.get());
profile           133 chrome/browser/sync/sync_ui_util_unittest.cc   scoped_ptr<Profile> profile(
profile           135 chrome/browser/sync/sync_ui_util_unittest.cc   NiceMock<ProfileSyncServiceMock> service(profile.get());
profile           155 chrome/browser/sync/sync_ui_util_unittest.cc   FakeSigninManagerBase signin(profile.get());
profile           179 chrome/browser/sync/sync_ui_util_unittest.cc   explicit FakeSigninManagerForSyncUIUtilTest(Profile* profile)
profile           180 chrome/browser/sync/sync_ui_util_unittest.cc       : FakeSigninManagerBase(profile), auth_in_progress_(false) {
profile           340 chrome/browser/sync/sync_ui_util_unittest.cc     scoped_ptr<Profile> profile(new TestingProfile());
profile           341 chrome/browser/sync/sync_ui_util_unittest.cc     ProfileSyncServiceMock service(profile.get());
profile           344 chrome/browser/sync/sync_ui_util_unittest.cc     FakeSigninManagerForSyncUIUtilTest signin(profile.get());
profile           347 chrome/browser/sync/sync_ui_util_unittest.cc         ProfileOAuth2TokenServiceFactory::GetForProfile(profile.get())->
profile           379 chrome/browser/sync/sync_ui_util_unittest.cc     scoped_ptr<Profile> profile(
profile           381 chrome/browser/sync/sync_ui_util_unittest.cc     ProfileSyncServiceMock service(profile.get());
profile           384 chrome/browser/sync/sync_ui_util_unittest.cc     FakeSigninManagerForSyncUIUtilTest signin(profile.get());
profile           387 chrome/browser/sync/sync_ui_util_unittest.cc         ProfileOAuth2TokenServiceFactory::GetForProfile(profile.get())->
profile            43 chrome/browser/sync/test/integration/apps_helper.cc std::string InstallApp(Profile* profile, int index) {
profile            45 chrome/browser/sync/test/integration/apps_helper.cc       profile,
profile            50 chrome/browser/sync/test/integration/apps_helper.cc std::string InstallPlatformApp(Profile* profile, int index) {
profile            52 chrome/browser/sync/test/integration/apps_helper.cc       profile,
profile            63 chrome/browser/sync/test/integration/apps_helper.cc void UninstallApp(Profile* profile, int index) {
profile            65 chrome/browser/sync/test/integration/apps_helper.cc       profile, CreateFakeAppName(index));
profile            68 chrome/browser/sync/test/integration/apps_helper.cc void EnableApp(Profile* profile, int index) {
profile            70 chrome/browser/sync/test/integration/apps_helper.cc       profile, CreateFakeAppName(index));
profile            73 chrome/browser/sync/test/integration/apps_helper.cc void DisableApp(Profile* profile, int index) {
profile            75 chrome/browser/sync/test/integration/apps_helper.cc       profile, CreateFakeAppName(index));
profile            78 chrome/browser/sync/test/integration/apps_helper.cc void IncognitoEnableApp(Profile* profile, int index) {
profile            80 chrome/browser/sync/test/integration/apps_helper.cc       profile, CreateFakeAppName(index));
profile            83 chrome/browser/sync/test/integration/apps_helper.cc void IncognitoDisableApp(Profile* profile, int index) {
profile            85 chrome/browser/sync/test/integration/apps_helper.cc       profile, CreateFakeAppName(index));
profile            88 chrome/browser/sync/test/integration/apps_helper.cc void InstallAppsPendingForSync(Profile* profile) {
profile            89 chrome/browser/sync/test/integration/apps_helper.cc   SyncExtensionHelper::GetInstance()->InstallExtensionsPendingForSync(profile);
profile            92 chrome/browser/sync/test/integration/apps_helper.cc syncer::StringOrdinal GetPageOrdinalForApp(Profile* profile,
profile            95 chrome/browser/sync/test/integration/apps_helper.cc       profile, CreateFakeAppName(app_index));
profile            98 chrome/browser/sync/test/integration/apps_helper.cc void SetPageOrdinalForApp(Profile* profile,
profile           102 chrome/browser/sync/test/integration/apps_helper.cc       profile, CreateFakeAppName(app_index), page_ordinal);
profile           105 chrome/browser/sync/test/integration/apps_helper.cc syncer::StringOrdinal GetAppLaunchOrdinalForApp(Profile* profile,
profile           108 chrome/browser/sync/test/integration/apps_helper.cc       profile, CreateFakeAppName(app_index));
profile           112 chrome/browser/sync/test/integration/apps_helper.cc     Profile* profile,
profile           116 chrome/browser/sync/test/integration/apps_helper.cc       profile, CreateFakeAppName(app_index), app_launch_ordinal);
profile           125 chrome/browser/sync/test/integration/apps_helper.cc void FixNTPOrdinalCollisions(Profile* profile) {
profile           126 chrome/browser/sync/test/integration/apps_helper.cc   SyncAppHelper::GetInstance()->FixNTPOrdinalCollisions(profile);
profile            27 chrome/browser/sync/test/integration/apps_helper.h std::string InstallApp(Profile* profile, int index);
profile            32 chrome/browser/sync/test/integration/apps_helper.h std::string InstallPlatformApp(Profile* profile, int index);
profile            40 chrome/browser/sync/test/integration/apps_helper.h void UninstallApp(Profile* profile, int index);
profile            43 chrome/browser/sync/test/integration/apps_helper.h void InstallAppsPendingForSync(Profile* profile);
profile            46 chrome/browser/sync/test/integration/apps_helper.h void EnableApp(Profile* profile, int index);
profile            49 chrome/browser/sync/test/integration/apps_helper.h void DisableApp(Profile* profile, int index);
profile            52 chrome/browser/sync/test/integration/apps_helper.h void IncognitoEnableApp(Profile* profile, int index);
profile            55 chrome/browser/sync/test/integration/apps_helper.h void IncognitoDisableApp(Profile* profile, int index);
profile            59 chrome/browser/sync/test/integration/apps_helper.h syncer::StringOrdinal GetPageOrdinalForApp(Profile* profile, int app_index);
profile            64 chrome/browser/sync/test/integration/apps_helper.h     Profile* profile, int app_index,
profile            70 chrome/browser/sync/test/integration/apps_helper.h     Profile* profile, int app_index);
profile            75 chrome/browser/sync/test/integration/apps_helper.h     Profile* profile, int app_index,
profile            85 chrome/browser/sync/test/integration/apps_helper.h void FixNTPOrdinalCollisions(Profile* profile);
profile            77 chrome/browser/sync/test/integration/autofill_helper.cc void RemoveKeyDontBlockForSync(int profile, const AutofillKey& key) {
profile            85 chrome/browser/sync/test/integration/autofill_helper.cc       autofill_helper::GetWebDataService(profile);
profile           133 chrome/browser/sync/test/integration/autofill_helper.cc   AutofillProfile profile;
profile           136 chrome/browser/sync/test/integration/autofill_helper.cc       autofill::test::SetProfileInfoWithGuid(&profile,
profile           144 chrome/browser/sync/test/integration/autofill_helper.cc       autofill::test::SetProfileInfoWithGuid(&profile,
profile           152 chrome/browser/sync/test/integration/autofill_helper.cc       autofill::test::SetProfileInfoWithGuid(&profile,
profile           159 chrome/browser/sync/test/integration/autofill_helper.cc       autofill::test::SetProfileInfoWithGuid(&profile,
profile           164 chrome/browser/sync/test/integration/autofill_helper.cc   return profile;
profile           177 chrome/browser/sync/test/integration/autofill_helper.cc void AddKeys(int profile, const std::set<AutofillKey>& keys) {
profile           193 chrome/browser/sync/test/integration/autofill_helper.cc   scoped_refptr<AutofillWebDataService> wds = GetWebDataService(profile);
profile           210 chrome/browser/sync/test/integration/autofill_helper.cc void RemoveKey(int profile, const AutofillKey& key) {
profile           211 chrome/browser/sync/test/integration/autofill_helper.cc   RemoveKeyDontBlockForSync(profile, key);
profile           215 chrome/browser/sync/test/integration/autofill_helper.cc void RemoveKeys(int profile) {
profile           216 chrome/browser/sync/test/integration/autofill_helper.cc   std::set<AutofillEntry> keys = GetAllKeys(profile);
profile           219 chrome/browser/sync/test/integration/autofill_helper.cc     RemoveKeyDontBlockForSync(profile, it->key());
profile           224 chrome/browser/sync/test/integration/autofill_helper.cc std::set<AutofillEntry> GetAllKeys(int profile) {
profile           225 chrome/browser/sync/test/integration/autofill_helper.cc   scoped_refptr<AutofillWebDataService> wds = GetWebDataService(profile);
profile           239 chrome/browser/sync/test/integration/autofill_helper.cc void SetProfiles(int profile, std::vector<AutofillProfile>* autofill_profiles) {
profile           243 chrome/browser/sync/test/integration/autofill_helper.cc   PersonalDataManager* pdm = GetPersonalDataManager(profile);
profile           250 chrome/browser/sync/test/integration/autofill_helper.cc void SetCreditCards(int profile, std::vector<CreditCard>* credit_cards) {
profile           254 chrome/browser/sync/test/integration/autofill_helper.cc   PersonalDataManager* pdm = GetPersonalDataManager(profile);
profile           261 chrome/browser/sync/test/integration/autofill_helper.cc void AddProfile(int profile, const AutofillProfile& autofill_profile) {
profile           262 chrome/browser/sync/test/integration/autofill_helper.cc   const std::vector<AutofillProfile*>& all_profiles = GetAllProfiles(profile);
profile           267 chrome/browser/sync/test/integration/autofill_helper.cc   autofill_helper::SetProfiles(profile, &autofill_profiles);
profile           270 chrome/browser/sync/test/integration/autofill_helper.cc void RemoveProfile(int profile, const std::string& guid) {
profile           271 chrome/browser/sync/test/integration/autofill_helper.cc   const std::vector<AutofillProfile*>& all_profiles = GetAllProfiles(profile);
profile           277 chrome/browser/sync/test/integration/autofill_helper.cc   autofill_helper::SetProfiles(profile, &autofill_profiles);
profile           280 chrome/browser/sync/test/integration/autofill_helper.cc void UpdateProfile(int profile,
profile           284 chrome/browser/sync/test/integration/autofill_helper.cc   const std::vector<AutofillProfile*>& all_profiles = GetAllProfiles(profile);
profile           291 chrome/browser/sync/test/integration/autofill_helper.cc   autofill_helper::SetProfiles(profile, &profiles);
profile           295 chrome/browser/sync/test/integration/autofill_helper.cc     int profile) {
profile           299 chrome/browser/sync/test/integration/autofill_helper.cc   PersonalDataManager* pdm = GetPersonalDataManager(profile);
profile           307 chrome/browser/sync/test/integration/autofill_helper.cc int GetProfileCount(int profile) {
profile           308 chrome/browser/sync/test/integration/autofill_helper.cc   return GetAllProfiles(profile).size();
profile           311 chrome/browser/sync/test/integration/autofill_helper.cc int GetKeyCount(int profile) {
profile           312 chrome/browser/sync/test/integration/autofill_helper.cc   return GetAllKeys(profile).size();
profile            46 chrome/browser/sync/test/integration/autofill_helper.h void AddKeys(int profile, const std::set<autofill::AutofillKey>& keys);
profile            50 chrome/browser/sync/test/integration/autofill_helper.h void RemoveKey(int profile, const autofill::AutofillKey& key);
profile            53 chrome/browser/sync/test/integration/autofill_helper.h void RemoveKeys(int profile);
profile            56 chrome/browser/sync/test/integration/autofill_helper.h std::set<autofill::AutofillEntry> GetAllKeys(int profile) WARN_UNUSED_RESULT;
profile            64 chrome/browser/sync/test/integration/autofill_helper.h void SetProfiles(int profile,
profile            69 chrome/browser/sync/test/integration/autofill_helper.h void SetCreditCards(int profile,
profile            73 chrome/browser/sync/test/integration/autofill_helper.h void AddProfile(int profile, const autofill::AutofillProfile& autofill_profile);
profile            77 chrome/browser/sync/test/integration/autofill_helper.h void RemoveProfile(int profile, const std::string& guid);
profile            81 chrome/browser/sync/test/integration/autofill_helper.h void UpdateProfile(int profile,
profile            89 chrome/browser/sync/test/integration/autofill_helper.h     int profile) WARN_UNUSED_RESULT;
profile            93 chrome/browser/sync/test/integration/autofill_helper.h int GetProfileCount(int profile);
profile            96 chrome/browser/sync/test/integration/autofill_helper.h int GetKeyCount(int profile);
profile           216 chrome/browser/sync/test/integration/bookmarks_helper.cc void SetFaviconImpl(Profile* profile,
profile           221 chrome/browser/sync/test/integration/bookmarks_helper.cc     BookmarkModel* model = BookmarkModelFactory::GetForProfile(profile);
profile           225 chrome/browser/sync/test/integration/bookmarks_helper.cc         FaviconServiceFactory::GetForProfile(profile,
profile           234 chrome/browser/sync/test/integration/bookmarks_helper.cc           node, profile, icon_url, image.As1xPNGBytes());
profile           259 chrome/browser/sync/test/integration/bookmarks_helper.cc     Profile* profile = profiles_which_need_to_wait[i];
profile           261 chrome/browser/sync/test/integration/bookmarks_helper.cc         HistoryServiceFactory::GetForProfileWithoutCreating(profile);
profile           407 chrome/browser/sync/test/integration/bookmarks_helper.cc const BookmarkNode* AddURL(int profile,
profile           410 chrome/browser/sync/test/integration/bookmarks_helper.cc   return AddURL(profile, GetBookmarkBarNode(profile), 0, title,  url);
profile           413 chrome/browser/sync/test/integration/bookmarks_helper.cc const BookmarkNode* AddURL(int profile,
profile           417 chrome/browser/sync/test/integration/bookmarks_helper.cc   return AddURL(profile, GetBookmarkBarNode(profile), index, title, url);
profile           420 chrome/browser/sync/test/integration/bookmarks_helper.cc const BookmarkNode* AddURL(int profile,
profile           425 chrome/browser/sync/test/integration/bookmarks_helper.cc   if (GetBookmarkModel(profile)->GetNodeByID(parent->id()) != parent) {
profile           427 chrome/browser/sync/test/integration/bookmarks_helper.cc                << "Profile " << profile;
profile           430 chrome/browser/sync/test/integration/bookmarks_helper.cc   const BookmarkNode* result = GetBookmarkModel(profile)->
profile           434 chrome/browser/sync/test/integration/bookmarks_helper.cc                << profile;
profile           439 chrome/browser/sync/test/integration/bookmarks_helper.cc     FindNodeInVerifier(GetBookmarkModel(profile), parent, &v_parent);
profile           451 chrome/browser/sync/test/integration/bookmarks_helper.cc const BookmarkNode* AddFolder(int profile,
profile           453 chrome/browser/sync/test/integration/bookmarks_helper.cc   return AddFolder(profile, GetBookmarkBarNode(profile), 0, title);
profile           456 chrome/browser/sync/test/integration/bookmarks_helper.cc const BookmarkNode* AddFolder(int profile,
profile           459 chrome/browser/sync/test/integration/bookmarks_helper.cc   return AddFolder(profile, GetBookmarkBarNode(profile), index, title);
profile           462 chrome/browser/sync/test/integration/bookmarks_helper.cc const BookmarkNode* AddFolder(int profile,
profile           466 chrome/browser/sync/test/integration/bookmarks_helper.cc   if (GetBookmarkModel(profile)->GetNodeByID(parent->id()) != parent) {
profile           468 chrome/browser/sync/test/integration/bookmarks_helper.cc                << "Profile " << profile;
profile           471 chrome/browser/sync/test/integration/bookmarks_helper.cc   const BookmarkNode* result = GetBookmarkModel(profile)->AddFolder(
profile           476 chrome/browser/sync/test/integration/bookmarks_helper.cc                << profile;
profile           481 chrome/browser/sync/test/integration/bookmarks_helper.cc     FindNodeInVerifier(GetBookmarkModel(profile), parent, &v_parent);
profile           493 chrome/browser/sync/test/integration/bookmarks_helper.cc void SetTitle(int profile,
profile           496 chrome/browser/sync/test/integration/bookmarks_helper.cc   ASSERT_EQ(GetBookmarkModel(profile)->GetNodeByID(node->id()), node)
profile           498 chrome/browser/sync/test/integration/bookmarks_helper.cc       << "Profile " << profile;
profile           501 chrome/browser/sync/test/integration/bookmarks_helper.cc     FindNodeInVerifier(GetBookmarkModel(profile), node, &v_node);
profile           504 chrome/browser/sync/test/integration/bookmarks_helper.cc   GetBookmarkModel(profile)->SetTitle(node, base::WideToUTF16(new_title));
profile           507 chrome/browser/sync/test/integration/bookmarks_helper.cc void SetFavicon(int profile,
profile           512 chrome/browser/sync/test/integration/bookmarks_helper.cc   ASSERT_EQ(GetBookmarkModel(profile)->GetNodeByID(node->id()), node)
profile           514 chrome/browser/sync/test/integration/bookmarks_helper.cc       << "Profile " << profile;
profile           522 chrome/browser/sync/test/integration/bookmarks_helper.cc     FindNodeInVerifier(GetBookmarkModel(profile), node, &v_node);
profile           525 chrome/browser/sync/test/integration/bookmarks_helper.cc   SetFaviconImpl(test()->GetProfile(profile), node, icon_url, image,
profile           529 chrome/browser/sync/test/integration/bookmarks_helper.cc const BookmarkNode* SetURL(int profile,
profile           532 chrome/browser/sync/test/integration/bookmarks_helper.cc   if (GetBookmarkModel(profile)->GetNodeByID(node->id()) != node) {
profile           534 chrome/browser/sync/test/integration/bookmarks_helper.cc                << "Profile " << profile;
profile           539 chrome/browser/sync/test/integration/bookmarks_helper.cc     FindNodeInVerifier(GetBookmarkModel(profile), node, &v_node);
profile           544 chrome/browser/sync/test/integration/bookmarks_helper.cc     GetBookmarkModel(profile)->SetURL(node, new_url);
profile           548 chrome/browser/sync/test/integration/bookmarks_helper.cc void Move(int profile,
profile           552 chrome/browser/sync/test/integration/bookmarks_helper.cc   ASSERT_EQ(GetBookmarkModel(profile)->GetNodeByID(node->id()), node)
profile           554 chrome/browser/sync/test/integration/bookmarks_helper.cc       << "Profile " << profile;
profile           558 chrome/browser/sync/test/integration/bookmarks_helper.cc     FindNodeInVerifier(GetBookmarkModel(profile), new_parent, &v_new_parent);
profile           559 chrome/browser/sync/test/integration/bookmarks_helper.cc     FindNodeInVerifier(GetBookmarkModel(profile), node, &v_node);
profile           562 chrome/browser/sync/test/integration/bookmarks_helper.cc   GetBookmarkModel(profile)->Move(node, new_parent, index);
profile           565 chrome/browser/sync/test/integration/bookmarks_helper.cc void Remove(int profile,
profile           568 chrome/browser/sync/test/integration/bookmarks_helper.cc   ASSERT_EQ(GetBookmarkModel(profile)->GetNodeByID(parent->id()), parent)
profile           570 chrome/browser/sync/test/integration/bookmarks_helper.cc       << "Profile " << profile;
profile           573 chrome/browser/sync/test/integration/bookmarks_helper.cc     FindNodeInVerifier(GetBookmarkModel(profile), parent, &v_parent);
profile           577 chrome/browser/sync/test/integration/bookmarks_helper.cc   GetBookmarkModel(profile)->Remove(parent, index);
profile           580 chrome/browser/sync/test/integration/bookmarks_helper.cc void RemoveAll(int profile) {
profile           590 chrome/browser/sync/test/integration/bookmarks_helper.cc   GetBookmarkModel(profile)->RemoveAll();
profile           593 chrome/browser/sync/test/integration/bookmarks_helper.cc void SortChildren(int profile, const BookmarkNode* parent) {
profile           594 chrome/browser/sync/test/integration/bookmarks_helper.cc   ASSERT_EQ(GetBookmarkModel(profile)->GetNodeByID(parent->id()), parent)
profile           596 chrome/browser/sync/test/integration/bookmarks_helper.cc       << "Profile " << profile;
profile           599 chrome/browser/sync/test/integration/bookmarks_helper.cc     FindNodeInVerifier(GetBookmarkModel(profile), parent, &v_parent);
profile           602 chrome/browser/sync/test/integration/bookmarks_helper.cc   GetBookmarkModel(profile)->SortChildren(parent);
profile           605 chrome/browser/sync/test/integration/bookmarks_helper.cc void ReverseChildOrder(int profile, const BookmarkNode* parent) {
profile           606 chrome/browser/sync/test/integration/bookmarks_helper.cc   ASSERT_EQ(GetBookmarkModel(profile)->GetNodeByID(parent->id()), parent)
profile           608 chrome/browser/sync/test/integration/bookmarks_helper.cc       << "Profile " << profile;
profile           613 chrome/browser/sync/test/integration/bookmarks_helper.cc     Move(profile, parent->GetChild(index), parent, child_count - index);
profile           617 chrome/browser/sync/test/integration/bookmarks_helper.cc bool ModelMatchesVerifier(int profile) {
profile           624 chrome/browser/sync/test/integration/bookmarks_helper.cc                              GetBookmarkModel(profile));
profile           662 chrome/browser/sync/test/integration/bookmarks_helper.cc bool ContainsDuplicateBookmarks(int profile) {
profile           664 chrome/browser/sync/test/integration/bookmarks_helper.cc       GetBookmarkModel(profile)->root_node());
profile           670 chrome/browser/sync/test/integration/bookmarks_helper.cc     GetBookmarkModel(profile)->GetNodesByURL(node->url(), &nodes);
profile           684 chrome/browser/sync/test/integration/bookmarks_helper.cc bool HasNodeWithURL(int profile, const GURL& url) {
profile           686 chrome/browser/sync/test/integration/bookmarks_helper.cc   GetBookmarkModel(profile)->GetNodesByURL(url, &nodes);
profile           690 chrome/browser/sync/test/integration/bookmarks_helper.cc const BookmarkNode* GetUniqueNodeByURL(int profile, const GURL& url) {
profile           692 chrome/browser/sync/test/integration/bookmarks_helper.cc   GetBookmarkModel(profile)->GetNodesByURL(url, &nodes);
profile           699 chrome/browser/sync/test/integration/bookmarks_helper.cc int CountBookmarksWithTitlesMatching(int profile, const std::wstring& title) {
profile           700 chrome/browser/sync/test/integration/bookmarks_helper.cc   return CountNodesWithTitlesMatching(GetBookmarkModel(profile),
profile           705 chrome/browser/sync/test/integration/bookmarks_helper.cc int CountFoldersWithTitlesMatching(int profile, const std::wstring& title) {
profile           706 chrome/browser/sync/test/integration/bookmarks_helper.cc   return CountNodesWithTitlesMatching(GetBookmarkModel(profile),
profile            40 chrome/browser/sync/test/integration/bookmarks_helper.h     int profile,
profile            48 chrome/browser/sync/test/integration/bookmarks_helper.h     int profile,
profile            57 chrome/browser/sync/test/integration/bookmarks_helper.h     int profile,
profile            66 chrome/browser/sync/test/integration/bookmarks_helper.h     int profile,
profile            72 chrome/browser/sync/test/integration/bookmarks_helper.h     int profile,
profile            80 chrome/browser/sync/test/integration/bookmarks_helper.h     int profile,
profile            87 chrome/browser/sync/test/integration/bookmarks_helper.h void SetTitle(int profile,
profile            99 chrome/browser/sync/test/integration/bookmarks_helper.h void SetFavicon(int profile,
profile           108 chrome/browser/sync/test/integration/bookmarks_helper.h     int profile,
profile           115 chrome/browser/sync/test/integration/bookmarks_helper.h     int profile,
profile           122 chrome/browser/sync/test/integration/bookmarks_helper.h void Remove(int profile, const BookmarkNode* parent, int index);
profile           125 chrome/browser/sync/test/integration/bookmarks_helper.h void RemoveAll(int profile);
profile           129 chrome/browser/sync/test/integration/bookmarks_helper.h void SortChildren(int profile, const BookmarkNode* parent);
profile           133 chrome/browser/sync/test/integration/bookmarks_helper.h void ReverseChildOrder(int profile, const BookmarkNode* parent);
profile           137 chrome/browser/sync/test/integration/bookmarks_helper.h bool ModelMatchesVerifier(int profile) WARN_UNUSED_RESULT;
profile           155 chrome/browser/sync/test/integration/bookmarks_helper.h bool ContainsDuplicateBookmarks(int profile);
profile           158 chrome/browser/sync/test/integration/bookmarks_helper.h bool HasNodeWithURL(int profile, const GURL& url);
profile           163 chrome/browser/sync/test/integration/bookmarks_helper.h     int profile,
profile           169 chrome/browser/sync/test/integration/bookmarks_helper.h     int profile,
profile           175 chrome/browser/sync/test/integration/bookmarks_helper.h     int profile,
profile            49 chrome/browser/sync/test/integration/extension_settings_helper.cc     Profile* profile, const std::string& id) {
profile            52 chrome/browser/sync/test/integration/extension_settings_helper.cc   extensions::StorageFrontend::Get(profile)->RunWithStorage(
profile            53 chrome/browser/sync/test/integration/extension_settings_helper.cc       ExtensionRegistry::Get(profile)->enabled_extensions().GetByID(id),
profile            99 chrome/browser/sync/test/integration/extension_settings_helper.cc     Profile* profile,
profile           103 chrome/browser/sync/test/integration/extension_settings_helper.cc   extensions::StorageFrontend::Get(profile)->RunWithStorage(
profile           104 chrome/browser/sync/test/integration/extension_settings_helper.cc       ExtensionRegistry::Get(profile)->enabled_extensions().GetByID(id),
profile            19 chrome/browser/sync/test/integration/extension_settings_helper.h     Profile* profile,
profile            52 chrome/browser/sync/test/integration/extensions_helper.cc std::string InstallExtension(Profile* profile, int index) {
profile            54 chrome/browser/sync/test/integration/extensions_helper.cc       profile,
profile            65 chrome/browser/sync/test/integration/extensions_helper.cc void UninstallExtension(Profile* profile, int index) {
profile            67 chrome/browser/sync/test/integration/extensions_helper.cc       profile, CreateFakeExtensionName(index));
profile            70 chrome/browser/sync/test/integration/extensions_helper.cc std::vector<int> GetInstalledExtensions(Profile* profile) {
profile            73 chrome/browser/sync/test/integration/extensions_helper.cc       SyncExtensionHelper::GetInstance()->GetInstalledExtensionNames(profile);
profile            84 chrome/browser/sync/test/integration/extensions_helper.cc void EnableExtension(Profile* profile, int index) {
profile            86 chrome/browser/sync/test/integration/extensions_helper.cc       profile, CreateFakeExtensionName(index));
profile            89 chrome/browser/sync/test/integration/extensions_helper.cc void DisableExtension(Profile* profile, int index) {
profile            91 chrome/browser/sync/test/integration/extensions_helper.cc       profile, CreateFakeExtensionName(index));
profile            94 chrome/browser/sync/test/integration/extensions_helper.cc bool IsExtensionEnabled(Profile* profile, int index) {
profile            96 chrome/browser/sync/test/integration/extensions_helper.cc       profile, CreateFakeExtensionName(index));
profile            99 chrome/browser/sync/test/integration/extensions_helper.cc void IncognitoEnableExtension(Profile* profile, int index) {
profile           101 chrome/browser/sync/test/integration/extensions_helper.cc       profile, CreateFakeExtensionName(index));
profile           104 chrome/browser/sync/test/integration/extensions_helper.cc void IncognitoDisableExtension(Profile* profile, int index) {
profile           106 chrome/browser/sync/test/integration/extensions_helper.cc       profile, CreateFakeExtensionName(index));
profile           109 chrome/browser/sync/test/integration/extensions_helper.cc bool IsIncognitoEnabled(Profile* profile, int index) {
profile           111 chrome/browser/sync/test/integration/extensions_helper.cc       profile, CreateFakeExtensionName(index));
profile           114 chrome/browser/sync/test/integration/extensions_helper.cc void InstallExtensionsPendingForSync(Profile* profile) {
profile           115 chrome/browser/sync/test/integration/extensions_helper.cc   SyncExtensionHelper::GetInstance()->InstallExtensionsPendingForSync(profile);
profile            32 chrome/browser/sync/test/integration/extensions_helper.h std::string InstallExtension(Profile* profile, int index);
profile            40 chrome/browser/sync/test/integration/extensions_helper.h void UninstallExtension(Profile* profile, int index);
profile            44 chrome/browser/sync/test/integration/extensions_helper.h std::vector<int> GetInstalledExtensions(Profile* profile);
profile            47 chrome/browser/sync/test/integration/extensions_helper.h void InstallExtensionsPendingForSync(Profile* profile);
profile            50 chrome/browser/sync/test/integration/extensions_helper.h void EnableExtension(Profile* profile, int index);
profile            53 chrome/browser/sync/test/integration/extensions_helper.h void DisableExtension(Profile* profile, int index);
profile            56 chrome/browser/sync/test/integration/extensions_helper.h bool IsExtensionEnabled(Profile* profile, int index);
profile            59 chrome/browser/sync/test/integration/extensions_helper.h void IncognitoEnableExtension(Profile* profile, int index);
profile            62 chrome/browser/sync/test/integration/extensions_helper.h void IncognitoDisableExtension(Profile* profile, int index);
profile            66 chrome/browser/sync/test/integration/extensions_helper.h bool IsIncognitoEnabled(Profile* profile, int index);
profile            45 chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc   void AddProfiles(int profile, int num_profiles);
profile            48 chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc   void UpdateProfiles(int profile);
profile            51 chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc   void RemoveProfiles(int profile);
profile            54 chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc   void AddKeys(int profile, int num_keys);
profile            87 chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc void AutofillSyncPerfTest::AddProfiles(int profile, int num_profiles) {
profile            89 chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc       GetAllProfiles(profile);
profile            97 chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc   SetProfiles(profile, &autofill_profiles);
profile           100 chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc void AutofillSyncPerfTest::UpdateProfiles(int profile) {
profile           102 chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc       GetAllProfiles(profile);
profile           109 chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc   SetProfiles(profile, &autofill_profiles);
profile           112 chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc void AutofillSyncPerfTest::RemoveProfiles(int profile) {
profile           114 chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc   SetProfiles(profile, &empty);
profile           117 chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc void AutofillSyncPerfTest::AddKeys(int profile, int num_keys) {
profile           122 chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc   autofill_helper::AddKeys(profile, keys);
profile           126 chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc   AutofillProfile profile;
profile           127 chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc   autofill::test::SetProfileInfoWithGuid(&profile, NextGUID().c_str(),
profile           130 chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc   return profile;
profile           161 chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc void ForceSync(int profile) {
profile           165 chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc       bookmarks_helper::AddURL(profile, 0,
profile            28 chrome/browser/sync/test/integration/performance/bookmarks_sync_perf_test.cc   void AddURLs(int profile, int num_urls);
profile            31 chrome/browser/sync/test/integration/performance/bookmarks_sync_perf_test.cc   void UpdateURLs(int profile);
profile            34 chrome/browser/sync/test/integration/performance/bookmarks_sync_perf_test.cc   void RemoveURLs(int profile);
profile            37 chrome/browser/sync/test/integration/performance/bookmarks_sync_perf_test.cc   int GetURLCount(int profile);
profile            51 chrome/browser/sync/test/integration/performance/bookmarks_sync_perf_test.cc void BookmarksSyncPerfTest::AddURLs(int profile, int num_urls) {
profile            54 chrome/browser/sync/test/integration/performance/bookmarks_sync_perf_test.cc         profile, 0, NextIndexedURLTitle(), GURL(NextIndexedURL())) != NULL);
profile            58 chrome/browser/sync/test/integration/performance/bookmarks_sync_perf_test.cc void BookmarksSyncPerfTest::UpdateURLs(int profile) {
profile            60 chrome/browser/sync/test/integration/performance/bookmarks_sync_perf_test.cc        i < GetBookmarkBarNode(profile)->child_count();
profile            62 chrome/browser/sync/test/integration/performance/bookmarks_sync_perf_test.cc     ASSERT_TRUE(SetURL(profile,
profile            63 chrome/browser/sync/test/integration/performance/bookmarks_sync_perf_test.cc                        GetBookmarkBarNode(profile)->GetChild(i),
profile            68 chrome/browser/sync/test/integration/performance/bookmarks_sync_perf_test.cc void BookmarksSyncPerfTest::RemoveURLs(int profile) {
profile            69 chrome/browser/sync/test/integration/performance/bookmarks_sync_perf_test.cc   while (!GetBookmarkBarNode(profile)->empty()) {
profile            70 chrome/browser/sync/test/integration/performance/bookmarks_sync_perf_test.cc     Remove(profile, GetBookmarkBarNode(profile), 0);
profile            74 chrome/browser/sync/test/integration/performance/bookmarks_sync_perf_test.cc int BookmarksSyncPerfTest::GetURLCount(int profile) {
profile            75 chrome/browser/sync/test/integration/performance/bookmarks_sync_perf_test.cc   return GetBookmarkBarNode(profile)->child_count();
profile            32 chrome/browser/sync/test/integration/performance/extensions_sync_perf_test.cc   void AddExtensions(int profile, int num_extensions);
profile            35 chrome/browser/sync/test/integration/performance/extensions_sync_perf_test.cc   void UpdateExtensions(int profile);
profile            38 chrome/browser/sync/test/integration/performance/extensions_sync_perf_test.cc   void RemoveExtensions(int profile);
profile            41 chrome/browser/sync/test/integration/performance/extensions_sync_perf_test.cc   int GetExtensionCount(int profile);
profile            48 chrome/browser/sync/test/integration/performance/extensions_sync_perf_test.cc void ExtensionsSyncPerfTest::AddExtensions(int profile, int num_extensions) {
profile            50 chrome/browser/sync/test/integration/performance/extensions_sync_perf_test.cc     InstallExtension(GetProfile(profile), extension_number_++);
profile            54 chrome/browser/sync/test/integration/performance/extensions_sync_perf_test.cc void ExtensionsSyncPerfTest::UpdateExtensions(int profile) {
profile            55 chrome/browser/sync/test/integration/performance/extensions_sync_perf_test.cc   std::vector<int> extensions = GetInstalledExtensions(GetProfile(profile));
profile            58 chrome/browser/sync/test/integration/performance/extensions_sync_perf_test.cc     if (IsExtensionEnabled(GetProfile(profile), *it)) {
profile            59 chrome/browser/sync/test/integration/performance/extensions_sync_perf_test.cc       DisableExtension(GetProfile(profile), *it);
profile            61 chrome/browser/sync/test/integration/performance/extensions_sync_perf_test.cc       EnableExtension(GetProfile(profile), *it);
profile            66 chrome/browser/sync/test/integration/performance/extensions_sync_perf_test.cc int ExtensionsSyncPerfTest::GetExtensionCount(int profile) {
profile            67 chrome/browser/sync/test/integration/performance/extensions_sync_perf_test.cc   return GetInstalledExtensions(GetProfile(profile)).size();
profile            70 chrome/browser/sync/test/integration/performance/extensions_sync_perf_test.cc void ExtensionsSyncPerfTest::RemoveExtensions(int profile) {
profile            71 chrome/browser/sync/test/integration/performance/extensions_sync_perf_test.cc   std::vector<int> extensions = GetInstalledExtensions(GetProfile(profile));
profile            74 chrome/browser/sync/test/integration/performance/extensions_sync_perf_test.cc     UninstallExtension(GetProfile(profile), *it);
profile            27 chrome/browser/sync/test/integration/performance/passwords_sync_perf_test.cc   void AddLogins(int profile, int num_logins);
profile            30 chrome/browser/sync/test/integration/performance/passwords_sync_perf_test.cc   void UpdateLogins(int profile);
profile            33 chrome/browser/sync/test/integration/performance/passwords_sync_perf_test.cc   void RemoveLogins(int profile);
profile            46 chrome/browser/sync/test/integration/performance/passwords_sync_perf_test.cc void PasswordsSyncPerfTest::AddLogins(int profile, int num_logins) {
profile            48 chrome/browser/sync/test/integration/performance/passwords_sync_perf_test.cc     AddLogin(GetPasswordStore(profile), NextLogin());
profile            52 chrome/browser/sync/test/integration/performance/passwords_sync_perf_test.cc void PasswordsSyncPerfTest::UpdateLogins(int profile) {
profile            54 chrome/browser/sync/test/integration/performance/passwords_sync_perf_test.cc   GetLogins(GetPasswordStore(profile), logins);
profile            58 chrome/browser/sync/test/integration/performance/passwords_sync_perf_test.cc     UpdateLogin(GetPasswordStore(profile), (*it));
profile            62 chrome/browser/sync/test/integration/performance/passwords_sync_perf_test.cc void PasswordsSyncPerfTest::RemoveLogins(int profile) {
profile            63 chrome/browser/sync/test/integration/performance/passwords_sync_perf_test.cc   passwords_helper::RemoveLogins(GetPasswordStore(profile));
profile            29 chrome/browser/sync/test/integration/performance/sessions_sync_perf_test.cc   void AddTabs(int profile, int num_tabs);
profile            32 chrome/browser/sync/test/integration/performance/sessions_sync_perf_test.cc   void UpdateTabs(int profile);
profile            35 chrome/browser/sync/test/integration/performance/sessions_sync_perf_test.cc   void RemoveTabs(int profile);
profile            39 chrome/browser/sync/test/integration/performance/sessions_sync_perf_test.cc   int GetTabCount(int profile);
profile            52 chrome/browser/sync/test/integration/performance/sessions_sync_perf_test.cc void SessionsSyncPerfTest::AddTabs(int profile, int num_tabs) {
profile            57 chrome/browser/sync/test/integration/performance/sessions_sync_perf_test.cc   OpenMultipleTabs(profile, urls);
profile            60 chrome/browser/sync/test/integration/performance/sessions_sync_perf_test.cc void SessionsSyncPerfTest::UpdateTabs(int profile) {
profile            61 chrome/browser/sync/test/integration/performance/sessions_sync_perf_test.cc   Browser* browser = GetBrowser(profile);
profile            75 chrome/browser/sync/test/integration/performance/sessions_sync_perf_test.cc   WaitForTabsToLoad(profile, urls);
profile            78 chrome/browser/sync/test/integration/performance/sessions_sync_perf_test.cc void SessionsSyncPerfTest::RemoveTabs(int profile) {
profile            79 chrome/browser/sync/test/integration/performance/sessions_sync_perf_test.cc   GetBrowser(profile)->tab_strip_model()->CloseAllTabs();
profile            82 chrome/browser/sync/test/integration/performance/sessions_sync_perf_test.cc int SessionsSyncPerfTest::GetTabCount(int profile) {
profile            87 chrome/browser/sync/test/integration/performance/sessions_sync_perf_test.cc   if (!GetLocalSession(profile, &local_session)) {
profile            92 chrome/browser/sync/test/integration/performance/sessions_sync_perf_test.cc   if (!GetSessionData(profile, &sessions)) {
profile            39 chrome/browser/sync/test/integration/performance/typed_urls_sync_perf_test.cc   void AddURLs(int profile, int num_urls);
profile            42 chrome/browser/sync/test/integration/performance/typed_urls_sync_perf_test.cc   void UpdateURLs(int profile);
profile            45 chrome/browser/sync/test/integration/performance/typed_urls_sync_perf_test.cc   void RemoveURLs(int profile);
profile            48 chrome/browser/sync/test/integration/performance/typed_urls_sync_perf_test.cc   int GetURLCount(int profile);
profile            61 chrome/browser/sync/test/integration/performance/typed_urls_sync_perf_test.cc void TypedUrlsSyncPerfTest::AddURLs(int profile, int num_urls) {
profile            63 chrome/browser/sync/test/integration/performance/typed_urls_sync_perf_test.cc     AddUrlToHistory(profile, NextURL());
profile            67 chrome/browser/sync/test/integration/performance/typed_urls_sync_perf_test.cc void TypedUrlsSyncPerfTest::UpdateURLs(int profile) {
profile            68 chrome/browser/sync/test/integration/performance/typed_urls_sync_perf_test.cc   history::URLRows urls = GetTypedUrlsFromClient(profile);
profile            71 chrome/browser/sync/test/integration/performance/typed_urls_sync_perf_test.cc     AddUrlToHistory(profile, it->url());
profile            75 chrome/browser/sync/test/integration/performance/typed_urls_sync_perf_test.cc void TypedUrlsSyncPerfTest::RemoveURLs(int profile) {
profile            76 chrome/browser/sync/test/integration/performance/typed_urls_sync_perf_test.cc   const history::URLRows& urls = GetTypedUrlsFromClient(profile);
profile            82 chrome/browser/sync/test/integration/performance/typed_urls_sync_perf_test.cc   DeleteUrlsFromHistory(profile, gurls);
profile            85 chrome/browser/sync/test/integration/performance/typed_urls_sync_perf_test.cc int TypedUrlsSyncPerfTest::GetURLCount(int profile) {
profile            86 chrome/browser/sync/test/integration/performance/typed_urls_sync_perf_test.cc   return GetTypedUrlsFromClient(profile).size();
profile           109 chrome/browser/sync/test/integration/profile_sync_service_harness.cc     Profile* profile,
profile           112 chrome/browser/sync/test/integration/profile_sync_service_harness.cc   return new ProfileSyncServiceHarness(profile, username, password);
profile           116 chrome/browser/sync/test/integration/profile_sync_service_harness.cc     Profile* profile,
profile           119 chrome/browser/sync/test/integration/profile_sync_service_harness.cc     : profile_(profile),
profile           120 chrome/browser/sync/test/integration/profile_sync_service_harness.cc       service_(ProfileSyncServiceFactory::GetForProfile(profile)),
profile           124 chrome/browser/sync/test/integration/profile_sync_service_harness.cc       profile_debug_name_(profile->GetDebugName()) {
profile            27 chrome/browser/sync/test/integration/profile_sync_service_harness.h       Profile* profile,
profile           103 chrome/browser/sync/test/integration/profile_sync_service_harness.h       Profile* profile,
profile           179 chrome/browser/sync/test/integration/search_engines_helper.cc TemplateURL* CreateTestTemplateURL(Profile* profile, int seed) {
profile           180 chrome/browser/sync/test/integration/search_engines_helper.cc   return CreateTestTemplateURL(profile, seed, CreateKeyword(seed),
profile           184 chrome/browser/sync/test/integration/search_engines_helper.cc TemplateURL* CreateTestTemplateURL(Profile* profile,
profile           188 chrome/browser/sync/test/integration/search_engines_helper.cc   return CreateTestTemplateURL(profile, seed, keyword,
profile           192 chrome/browser/sync/test/integration/search_engines_helper.cc TemplateURL* CreateTestTemplateURL(Profile* profile,
profile           207 chrome/browser/sync/test/integration/search_engines_helper.cc   return new TemplateURL(profile, data);
profile           211 chrome/browser/sync/test/integration/search_engines_helper.cc   Profile* profile = test()->GetProfile(profile_index);
profile           212 chrome/browser/sync/test/integration/search_engines_helper.cc   TemplateURLServiceFactory::GetForProfile(profile)->Add(
profile           213 chrome/browser/sync/test/integration/search_engines_helper.cc       CreateTestTemplateURL(profile, seed));
profile           215 chrome/browser/sync/test/integration/search_engines_helper.cc     GetVerifierService()->Add(CreateTestTemplateURL(profile, seed));
profile            36 chrome/browser/sync/test/integration/search_engines_helper.h TemplateURL* CreateTestTemplateURL(Profile* profile,
profile            40 chrome/browser/sync/test/integration/search_engines_helper.h TemplateURL* CreateTestTemplateURL(Profile* profile,
profile            34 chrome/browser/sync/test/integration/single_client_managed_user_settings_sync_test.cc     Profile* profile = GetProfile(i);
profile            42 chrome/browser/sync/test/integration/single_client_managed_user_settings_sync_test.cc         ManagedUserSettingsServiceFactory::GetForProfile(profile);
profile            65 chrome/browser/sync/test/integration/sync_app_helper.cc AppStateMap GetAppStates(Profile* profile) {
profile            69 chrome/browser/sync/test/integration/sync_app_helper.cc       extensions::ExtensionRegistry::Get(profile)
profile            75 chrome/browser/sync/test/integration/sync_app_helper.cc       LoadApp(profile, id, &(app_state_map[id]));
profile            80 chrome/browser/sync/test/integration/sync_app_helper.cc       extensions::ExtensionSystem::Get(profile)
profile            89 chrome/browser/sync/test/integration/sync_app_helper.cc     LoadApp(profile, *id, &(app_state_map[*id]));
profile           158 chrome/browser/sync/test/integration/sync_app_helper.cc     Profile* profile,
profile           160 chrome/browser/sync/test/integration/sync_app_helper.cc   return ExtensionPrefs::Get(profile)->app_sorting()->GetPageOrdinal(
profile           165 chrome/browser/sync/test/integration/sync_app_helper.cc     Profile* profile,
profile           168 chrome/browser/sync/test/integration/sync_app_helper.cc   ExtensionPrefs::Get(profile)->app_sorting()->SetPageOrdinal(
profile           173 chrome/browser/sync/test/integration/sync_app_helper.cc     Profile* profile,
profile           175 chrome/browser/sync/test/integration/sync_app_helper.cc   return ExtensionPrefs::Get(profile)->app_sorting()->GetAppLaunchOrdinal(
profile           180 chrome/browser/sync/test/integration/sync_app_helper.cc     Profile* profile,
profile           183 chrome/browser/sync/test/integration/sync_app_helper.cc   ExtensionPrefs::Get(profile)->app_sorting()->SetAppLaunchOrdinal(
profile           187 chrome/browser/sync/test/integration/sync_app_helper.cc void SyncAppHelper::FixNTPOrdinalCollisions(Profile* profile) {
profile           188 chrome/browser/sync/test/integration/sync_app_helper.cc   ExtensionPrefs::Get(profile)->app_sorting()->FixNTPOrdinalCollisions();
profile            31 chrome/browser/sync/test/integration/sync_app_helper.h   syncer::StringOrdinal GetPageOrdinalForApp(Profile* profile,
profile            36 chrome/browser/sync/test/integration/sync_app_helper.h   void SetPageOrdinalForApp(Profile* profile,
profile            42 chrome/browser/sync/test/integration/sync_app_helper.h   syncer::StringOrdinal GetAppLaunchOrdinalForApp(Profile* profile,
profile            48 chrome/browser/sync/test/integration/sync_app_helper.h       Profile* profile,
profile            53 chrome/browser/sync/test/integration/sync_app_helper.h   void FixNTPOrdinalCollisions(Profile* profile);
profile            54 chrome/browser/sync/test/integration/sync_app_list_helper.cc bool SyncAppListHelper::AppListMatchesVerifier(Profile* profile) {
profile            56 chrome/browser/sync/test/integration/sync_app_list_helper.cc       AppListSyncableServiceFactory::GetForProfile(profile);
profile           111 chrome/browser/sync/test/integration/sync_app_list_helper.cc       Profile* profile = test_->GetProfile(i);
profile           113 chrome/browser/sync/test/integration/sync_app_list_helper.cc               << AppListSyncableServiceFactory::GetForProfile(profile);
profile           114 chrome/browser/sync/test/integration/sync_app_list_helper.cc       PrintAppList(profile);
profile           120 chrome/browser/sync/test/integration/sync_app_list_helper.cc void SyncAppListHelper::MoveApp(Profile* profile, size_t from, size_t to) {
profile           122 chrome/browser/sync/test/integration/sync_app_list_helper.cc       AppListSyncableServiceFactory::GetForProfile(profile);
profile           126 chrome/browser/sync/test/integration/sync_app_list_helper.cc void SyncAppListHelper::MoveAppToFolder(Profile* profile,
profile           130 chrome/browser/sync/test/integration/sync_app_list_helper.cc       AppListSyncableServiceFactory::GetForProfile(profile);
profile           135 chrome/browser/sync/test/integration/sync_app_list_helper.cc void SyncAppListHelper::MoveAppFromFolder(Profile* profile,
profile           139 chrome/browser/sync/test/integration/sync_app_list_helper.cc       AppListSyncableServiceFactory::GetForProfile(profile);
profile           149 chrome/browser/sync/test/integration/sync_app_list_helper.cc void SyncAppListHelper::CopyOrdinalsToVerifier(Profile* profile,
profile           152 chrome/browser/sync/test/integration/sync_app_list_helper.cc       AppListSyncableServiceFactory::GetForProfile(profile);
profile           160 chrome/browser/sync/test/integration/sync_app_list_helper.cc void SyncAppListHelper::PrintAppList(Profile* profile) {
profile           162 chrome/browser/sync/test/integration/sync_app_list_helper.cc       AppListSyncableServiceFactory::GetForProfile(profile);
profile           167 chrome/browser/sync/test/integration/sync_app_list_helper.cc     PrintItem(profile, item, label);
profile           171 chrome/browser/sync/test/integration/sync_app_list_helper.cc void SyncAppListHelper::PrintItem(Profile* profile,
profile           175 chrome/browser/sync/test/integration/sync_app_list_helper.cc       extensions::ExtensionPrefs::Get(profile)->app_sorting();
profile           184 chrome/browser/sync/test/integration/sync_app_list_helper.cc       PrintItem(profile, child, child_label);
profile            35 chrome/browser/sync/test/integration/sync_app_list_helper.h   void MoveApp(Profile* profile, size_t from, size_t to);
profile            38 chrome/browser/sync/test/integration/sync_app_list_helper.h   void MoveAppToFolder(Profile* profile,
profile            43 chrome/browser/sync/test/integration/sync_app_list_helper.h   void MoveAppFromFolder(Profile* profile,
profile            51 chrome/browser/sync/test/integration/sync_app_list_helper.h   void PrintAppList(Profile* profile);
profile            61 chrome/browser/sync/test/integration/sync_app_list_helper.h   bool AppListMatchesVerifier(Profile* profile);
profile            65 chrome/browser/sync/test/integration/sync_app_list_helper.h   void PrintItem(Profile* profile,
profile            66 chrome/browser/sync/test/integration/sync_extension_helper.cc     Profile* profile, const std::string& name, Manifest::Type type) {
profile            67 chrome/browser/sync/test/integration/sync_extension_helper.cc   scoped_refptr<Extension> extension = GetExtension(profile, name, type);
profile            72 chrome/browser/sync/test/integration/sync_extension_helper.cc   extensions::ExtensionSystem::Get(profile)
profile            83 chrome/browser/sync/test/integration/sync_extension_helper.cc     Profile* profile, const std::string& name) {
profile            85 chrome/browser/sync/test/integration/sync_extension_helper.cc       extensions::ExtensionSystem::Get(profile)->extension_service(),
profile            90 chrome/browser/sync/test/integration/sync_extension_helper.cc     Profile* profile) const {
profile            94 chrome/browser/sync/test/integration/sync_extension_helper.cc       extensions::ExtensionRegistry::Get(profile)
profile           104 chrome/browser/sync/test/integration/sync_extension_helper.cc void SyncExtensionHelper::EnableExtension(Profile* profile,
profile           106 chrome/browser/sync/test/integration/sync_extension_helper.cc   extensions::ExtensionSystem::Get(profile)
profile           111 chrome/browser/sync/test/integration/sync_extension_helper.cc void SyncExtensionHelper::DisableExtension(Profile* profile,
profile           113 chrome/browser/sync/test/integration/sync_extension_helper.cc   extensions::ExtensionSystem::Get(profile)
profile           120 chrome/browser/sync/test/integration/sync_extension_helper.cc     Profile* profile, const std::string& name) const {
profile           121 chrome/browser/sync/test/integration/sync_extension_helper.cc   return extensions::ExtensionSystem::Get(profile)
profile           127 chrome/browser/sync/test/integration/sync_extension_helper.cc     Profile* profile, const std::string& name) {
profile           129 chrome/browser/sync/test/integration/sync_extension_helper.cc       extensions::id_util::GenerateId(name), profile, true);
profile           133 chrome/browser/sync/test/integration/sync_extension_helper.cc     Profile* profile, const std::string& name) {
profile           135 chrome/browser/sync/test/integration/sync_extension_helper.cc       extensions::id_util::GenerateId(name), profile, false);
profile           139 chrome/browser/sync/test/integration/sync_extension_helper.cc     Profile* profile, const std::string& name) const {
profile           141 chrome/browser/sync/test/integration/sync_extension_helper.cc       extensions::id_util::GenerateId(name), profile);
profile           146 chrome/browser/sync/test/integration/sync_extension_helper.cc     Profile* profile, const std::string& id) const {
profile           148 chrome/browser/sync/test/integration/sync_extension_helper.cc       extensions::ExtensionSystem::Get(profile)
profile           158 chrome/browser/sync/test/integration/sync_extension_helper.cc void SyncExtensionHelper::InstallExtensionsPendingForSync(Profile* profile) {
profile           166 chrome/browser/sync/test/integration/sync_extension_helper.cc       extensions::ExtensionSystem::Get(profile)
profile           183 chrome/browser/sync/test/integration/sync_extension_helper.cc                     << " (profile = " << profile->GetDebugName() << ")";
profile           189 chrome/browser/sync/test/integration/sync_extension_helper.cc                     << " (profile = " << profile->GetDebugName() << ")";
profile           191 chrome/browser/sync/test/integration/sync_extension_helper.cc     InstallExtension(profile, iter2->second, iter3->second);
profile           196 chrome/browser/sync/test/integration/sync_extension_helper.cc     SyncExtensionHelper::GetExtensionStates(Profile* profile) {
profile           197 chrome/browser/sync/test/integration/sync_extension_helper.cc   const std::string& profile_debug_name = profile->GetDebugName();
profile           202 chrome/browser/sync/test/integration/sync_extension_helper.cc       extensions::ExtensionRegistry::Get(profile)
profile           206 chrome/browser/sync/test/integration/sync_extension_helper.cc       extensions::ExtensionSystem::Get(profile)->extension_service();
profile           215 chrome/browser/sync/test/integration/sync_extension_helper.cc         extensions::util::IsIncognitoEnabled(id, profile);
profile           233 chrome/browser/sync/test/integration/sync_extension_helper.cc         extensions::util::IsIncognitoEnabled(*id, profile);
profile           269 chrome/browser/sync/test/integration/sync_extension_helper.cc void SyncExtensionHelper::SetupProfile(Profile* profile) {
profile           270 chrome/browser/sync/test/integration/sync_extension_helper.cc   extensions::ExtensionSystem::Get(profile)->InitForRegularProfile(true);
profile           271 chrome/browser/sync/test/integration/sync_extension_helper.cc   profile_extensions_.insert(make_pair(profile, ExtensionNameMap()));
profile           361 chrome/browser/sync/test/integration/sync_extension_helper.cc     Profile* profile, const std::string& name, Manifest::Type type) {
profile           366 chrome/browser/sync/test/integration/sync_extension_helper.cc   ProfileExtensionNameMap::iterator it = profile_extensions_.find(profile);
profile           377 chrome/browser/sync/test/integration/sync_extension_helper.cc       CreateExtension(extensions::ExtensionSystem::Get(profile)
profile            36 chrome/browser/sync/test/integration/sync_extension_helper.h   std::string InstallExtension(Profile* profile,
profile            41 chrome/browser/sync/test/integration/sync_extension_helper.h   void UninstallExtension(Profile* profile, const std::string& name);
profile            45 chrome/browser/sync/test/integration/sync_extension_helper.h   std::vector<std::string> GetInstalledExtensionNames(Profile* profile) const;
profile            48 chrome/browser/sync/test/integration/sync_extension_helper.h   void EnableExtension(Profile* profile, const std::string& name);
profile            51 chrome/browser/sync/test/integration/sync_extension_helper.h   void DisableExtension(Profile* profile, const std::string& name);
profile            54 chrome/browser/sync/test/integration/sync_extension_helper.h   bool IsExtensionEnabled(Profile* profile, const std::string& name) const;
profile            57 chrome/browser/sync/test/integration/sync_extension_helper.h   void IncognitoEnableExtension(Profile* profile, const std::string& name);
profile            60 chrome/browser/sync/test/integration/sync_extension_helper.h   void IncognitoDisableExtension(Profile* profile, const std::string& name);
profile            63 chrome/browser/sync/test/integration/sync_extension_helper.h   bool IsIncognitoEnabled(Profile* profile, const std::string& name) const;
profile            68 chrome/browser/sync/test/integration/sync_extension_helper.h       Profile* profile, const std::string& id) const;
profile            72 chrome/browser/sync/test/integration/sync_extension_helper.h   void InstallExtensionsPendingForSync(Profile* profile);
profile           103 chrome/browser/sync/test/integration/sync_extension_helper.h   static ExtensionStateMap GetExtensionStates(Profile* profile);
profile           107 chrome/browser/sync/test/integration/sync_extension_helper.h   void SetupProfile(Profile* profile);
profile           113 chrome/browser/sync/test/integration/sync_extension_helper.h       Profile* profile, const std::string& name,
profile           141 chrome/browser/sync/test/integration/sync_test.cc   Profile* profile = static_cast<Profile*>(context);
profile           143 chrome/browser/sync/test/integration/sync_test.cc       profile,
profile           146 chrome/browser/sync/test/integration/sync_test.cc               SigninManagerFactory::GetForProfile(profile),
profile           147 chrome/browser/sync/test/integration/sync_test.cc               ProfileOAuth2TokenServiceFactory::GetForProfile(profile),
profile           148 chrome/browser/sync/test/integration/sync_test.cc               LoginUIServiceFactory::GetForProfile(profile))),
profile           263 chrome/browser/sync/test/integration/sync_test.cc   Profile* profile =
profile           265 chrome/browser/sync/test/integration/sync_test.cc   g_browser_process->profile_manager()->RegisterTestingProfile(profile,
profile           268 chrome/browser/sync/test/integration/sync_test.cc   return profile;
profile           728 chrome/browser/sync/test/integration/sync_test.cc void SyncTest::EnableNetwork(Profile* profile) {
profile           729 chrome/browser/sync/test/integration/sync_test.cc   SetProxyConfig(profile->GetRequestContext(),
profile           738 chrome/browser/sync/test/integration/sync_test.cc void SyncTest::DisableNetwork(Profile* profile) {
profile           744 chrome/browser/sync/test/integration/sync_test.cc   SetProxyConfig(profile->GetRequestContext(), config);
profile           170 chrome/browser/sync/test/integration/sync_test.h   virtual void EnableNetwork(Profile* profile);
profile           173 chrome/browser/sync/test/integration/sync_test.h   virtual void DisableNetwork(Profile* profile);
profile            26 chrome/browser/sync/test/integration/themes_helper.cc ThemeService* GetThemeService(Profile* profile) {
profile            27 chrome/browser/sync/test/integration/themes_helper.cc   return ThemeServiceFactory::GetForProfile(profile);
profile            38 chrome/browser/sync/test/integration/themes_helper.cc std::string GetThemeID(Profile* profile) {
profile            39 chrome/browser/sync/test/integration/themes_helper.cc   return GetThemeService(profile)->GetThemeID();
profile            42 chrome/browser/sync/test/integration/themes_helper.cc bool UsingCustomTheme(Profile* profile) {
profile            43 chrome/browser/sync/test/integration/themes_helper.cc   return GetThemeID(profile) != ThemeService::kDefaultThemeID;
profile            46 chrome/browser/sync/test/integration/themes_helper.cc bool UsingDefaultTheme(Profile* profile) {
profile            47 chrome/browser/sync/test/integration/themes_helper.cc   return GetThemeService(profile)->UsingDefaultTheme();
profile            50 chrome/browser/sync/test/integration/themes_helper.cc bool UsingNativeTheme(Profile* profile) {
profile            51 chrome/browser/sync/test/integration/themes_helper.cc   return GetThemeService(profile)->UsingNativeTheme();
profile            54 chrome/browser/sync/test/integration/themes_helper.cc bool ThemeIsPendingInstall(Profile* profile, const std::string& id) {
profile            56 chrome/browser/sync/test/integration/themes_helper.cc       IsExtensionPendingInstallForSync(profile, id);
profile            59 chrome/browser/sync/test/integration/themes_helper.cc bool HasOrWillHaveCustomTheme(Profile* profile, const std::string& id) {
profile            60 chrome/browser/sync/test/integration/themes_helper.cc   return (GetThemeID(profile) == id) || ThemeIsPendingInstall(profile, id);
profile            63 chrome/browser/sync/test/integration/themes_helper.cc void UseCustomTheme(Profile* profile, int index) {
profile            65 chrome/browser/sync/test/integration/themes_helper.cc       profile, MakeName(index), extensions::Manifest::TYPE_THEME);
profile            68 chrome/browser/sync/test/integration/themes_helper.cc void UseDefaultTheme(Profile* profile) {
profile            69 chrome/browser/sync/test/integration/themes_helper.cc   GetThemeService(profile)->UseDefaultTheme();
profile            72 chrome/browser/sync/test/integration/themes_helper.cc void UseNativeTheme(Profile* profile) {
profile            74 chrome/browser/sync/test/integration/themes_helper.cc   GetThemeService(profile)->SetNativeTheme();
profile            22 chrome/browser/sync/test/integration/themes_helper.h std::string GetThemeID(Profile* profile) WARN_UNUSED_RESULT;
profile            25 chrome/browser/sync/test/integration/themes_helper.h bool UsingCustomTheme(Profile* profile) WARN_UNUSED_RESULT;
profile            28 chrome/browser/sync/test/integration/themes_helper.h bool UsingDefaultTheme(Profile* profile) WARN_UNUSED_RESULT;
profile            31 chrome/browser/sync/test/integration/themes_helper.h bool UsingNativeTheme(Profile* profile) WARN_UNUSED_RESULT;
profile            36 chrome/browser/sync/test/integration/themes_helper.h     Profile* profile, const std::string& id) WARN_UNUSED_RESULT;
profile            41 chrome/browser/sync/test/integration/themes_helper.h     Profile* profile, const std::string& id) WARN_UNUSED_RESULT;
profile            44 chrome/browser/sync/test/integration/themes_helper.h void UseCustomTheme(Profile* profile, int index);
profile            47 chrome/browser/sync/test/integration/themes_helper.h void UseDefaultTheme(Profile* profile);
profile            50 chrome/browser/sync/test/integration/themes_helper.h void UseNativeTheme(Profile* profile);
profile            43 chrome/browser/sync/test/integration/two_client_app_list_sync_test.cc     Profile* profile,
profile            46 chrome/browser/sync/test/integration/two_client_app_list_sync_test.cc       app_list::AppListSyncableServiceFactory::GetForProfile(profile);
profile            88 chrome/browser/sync/test/integration/two_client_app_list_sync_test.cc   void WaitForExtensionsServiceToLoadForProfile(Profile* profile) {
profile            90 chrome/browser/sync/test/integration/two_client_app_list_sync_test.cc         extensions::ExtensionSystem::Get(profile)->extension_service();
profile            52 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc   void MakeABookmarkChange(int profile) {
profile            54 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc         AddURL(profile, IndexedURLTitle(count), GURL(IndexedURL(count))));
profile            59 chrome/browser/sync/test/integration/two_client_search_engines_sync_test.cc   Profile* profile = sync_datatype_helper::test()->GetProfile(0);
profile            60 chrome/browser/sync/test/integration/two_client_search_engines_sync_test.cc   TemplateURLServiceFactory::GetForProfile(profile)->Add(
profile            61 chrome/browser/sync/test/integration/two_client_search_engines_sync_test.cc       search_engines_helper::CreateTestTemplateURL(profile, 0,
profile            64 chrome/browser/sync/test/integration/two_client_search_engines_sync_test.cc       search_engines_helper::CreateTestTemplateURL(profile, 0,
profile           179 chrome/browser/sync/test/integration/two_client_search_engines_sync_test.cc   Profile* profile = sync_datatype_helper::test()->GetProfile(1);
profile           180 chrome/browser/sync/test/integration/two_client_search_engines_sync_test.cc   TemplateURLServiceFactory::GetForProfile(profile)->Add(
profile           181 chrome/browser/sync/test/integration/two_client_search_engines_sync_test.cc       search_engines_helper::CreateTestTemplateURL(profile, 0,
profile            33 chrome/browser/sync/test_profile_sync_service.cc     Profile* profile,
profile            36 chrome/browser/sync/test_profile_sync_service.cc     : browser_sync::SyncBackendHostImpl(profile->GetDebugName(),
profile            37 chrome/browser/sync/test_profile_sync_service.cc                                         profile,
profile           103 chrome/browser/sync/test_profile_sync_service.cc     Profile* profile,
profile           108 chrome/browser/sync/test_profile_sync_service.cc                          profile,
profile           109 chrome/browser/sync/test_profile_sync_service.cc                          new ManagedUserSigninManagerWrapper(profile, signin),
profile           121 chrome/browser/sync/test_profile_sync_service.cc   Profile* profile = static_cast<Profile*>(context);
profile           123 chrome/browser/sync/test_profile_sync_service.cc       SigninManagerFactory::GetForProfile(profile);
profile           125 chrome/browser/sync/test_profile_sync_service.cc       ProfileOAuth2TokenServiceFactory::GetForProfile(profile);
profile           129 chrome/browser/sync/test_profile_sync_service.cc                                     profile,
profile           137 chrome/browser/sync/test_profile_sync_service.cc     Profile* profile, base::Closure callback) {
profile           140 chrome/browser/sync/test_profile_sync_service.cc             profile, &TestProfileSyncService::TestFactoryFunction));
profile           148 chrome/browser/sync/test_profile_sync_service.cc               profile,
profile            40 chrome/browser/sync/test_profile_sync_service.h       Profile* profile,
profile            75 chrome/browser/sync/test_profile_sync_service.h       Profile* profile,
profile            89 chrome/browser/sync/test_profile_sync_service.h       Profile* profile, base::Closure callback);
profile            96 chrome/browser/sync/test_profile_sync_service.h   static KeyedService* TestFactoryFunction(content::BrowserContext* profile);
profile            92 chrome/browser/sync_file_system/drive_backend/sync_engine.cc   Profile* profile = Profile::FromBrowserContext(context);
profile            94 chrome/browser/sync_file_system/drive_backend/sync_engine.cc       ProfileOAuth2TokenServiceFactory::GetForProfile(profile);
profile            96 chrome/browser/sync_file_system/drive_backend/sync_engine.cc       SigninManagerFactory::GetForProfile(profile);
profile           158 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc APIUtil::APIUtil(Profile* profile,
profile           160 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc     : oauth_service_(ProfileOAuth2TokenServiceFactory::GetForProfile(profile)),
profile           161 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc       signin_manager_(SigninManagerFactory::GetForProfile(profile)),
profile           172 chrome/browser/sync_file_system/drive_backend_v1/api_util.cc       profile->GetRequestContext(),
profile            48 chrome/browser/sync_file_system/drive_backend_v1/api_util.h   APIUtil(Profile* profile, const base::FilePath& temp_dir_path);
profile            93 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc     Profile* profile) {
profile            94 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc   scoped_ptr<DriveFileSyncService> service(new DriveFileSyncService(profile));
profile           114 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc     Profile* profile,
profile           118 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc   scoped_ptr<DriveFileSyncService> service(new DriveFileSyncService(profile));
profile           367 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc DriveFileSyncService::DriveFileSyncService(Profile* profile)
profile           368 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.cc     : profile_(profile),
profile            74 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.h   static scoped_ptr<DriveFileSyncService> Create(Profile* profile);
profile            81 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.h       Profile* profile,
profile           170 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service.h   explicit DriveFileSyncService(Profile* profile);
profile            68 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_sync_unittest.cc     TestingProfile* profile =
profile            73 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_sync_unittest.cc         profile, in_memory_env_.get());
profile           103 chrome/browser/sync_file_system/drive_backend_v1/drive_file_sync_service_sync_unittest.cc         profile,
profile           101 chrome/browser/sync_file_system/local/local_file_sync_service.cc     Profile* profile) {
profile           102 chrome/browser/sync_file_system/local/local_file_sync_service.cc   return make_scoped_ptr(new LocalFileSyncService(profile, NULL));
profile           106 chrome/browser/sync_file_system/local/local_file_sync_service.cc     Profile* profile,
profile           108 chrome/browser/sync_file_system/local/local_file_sync_service.cc   return make_scoped_ptr(new LocalFileSyncService(profile, env));
profile           324 chrome/browser/sync_file_system/local/local_file_sync_service.cc LocalFileSyncService::LocalFileSyncService(Profile* profile,
profile           326 chrome/browser/sync_file_system/local/local_file_sync_service.cc     : profile_(profile),
profile            73 chrome/browser/sync_file_system/local/local_file_sync_service.h   static scoped_ptr<LocalFileSyncService> Create(Profile* profile);
profile            75 chrome/browser/sync_file_system/local/local_file_sync_service.h       Profile* profile,
profile           192 chrome/browser/sync_file_system/local/local_file_sync_service.h   LocalFileSyncService(Profile* profile, leveldb::Env* env_override);
profile            38 chrome/browser/sync_file_system/local/sync_file_system_backend.cc SyncFileSystemBackend::ProfileHolder::ProfileHolder(Profile* profile)
profile            39 chrome/browser/sync_file_system/local/sync_file_system_backend.cc     : profile_(profile) {
profile            62 chrome/browser/sync_file_system/local/sync_file_system_backend.cc SyncFileSystemBackend::SyncFileSystemBackend(Profile* profile)
profile            66 chrome/browser/sync_file_system/local/sync_file_system_backend.cc   if (profile)
profile            67 chrome/browser/sync_file_system/local/sync_file_system_backend.cc     profile_holder_.reset(new ProfileHolder(profile));
profile            25 chrome/browser/sync_file_system/local/sync_file_system_backend.h   explicit SyncFileSystemBackend(Profile* profile);
profile            71 chrome/browser/sync_file_system/local/sync_file_system_backend.h     explicit ProfileHolder(Profile* profile);
profile           405 chrome/browser/sync_file_system/sync_file_system_service.cc SyncFileSystemService::SyncFileSystemService(Profile* profile)
profile           406 chrome/browser/sync_file_system/sync_file_system_service.cc     : profile_(profile),
profile            89 chrome/browser/sync_file_system/sync_file_system_service.h   explicit SyncFileSystemService(Profile* profile);
profile            24 chrome/browser/sync_file_system/sync_file_system_service_factory.cc     Profile* profile) {
profile            26 chrome/browser/sync_file_system/sync_file_system_service_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            60 chrome/browser/sync_file_system/sync_file_system_service_factory.cc   Profile* profile = Profile::FromBrowserContext(context);
profile            62 chrome/browser/sync_file_system/sync_file_system_service_factory.cc   SyncFileSystemService* service = new SyncFileSystemService(profile);
profile            65 chrome/browser/sync_file_system/sync_file_system_service_factory.cc       LocalFileSyncService::Create(profile);
profile            22 chrome/browser/sync_file_system/sync_file_system_service_factory.h   static SyncFileSystemService* GetForProfile(Profile* profile);
profile            23 chrome/browser/sync_file_system/sync_file_system_service_factory.h   static SyncFileSystemService* FindForProfile(Profile* profile);
profile            32 chrome/browser/tab_contents/tab_util.cc SiteInstance* GetSiteInstanceForNewTab(Profile* profile,
profile            36 chrome/browser/tab_contents/tab_util.cc   ExtensionService* service = profile->GetExtensionService();
profile            38 chrome/browser/tab_contents/tab_util.cc           profile, url) ||
profile            41 chrome/browser/tab_contents/tab_util.cc     return SiteInstance::CreateForURL(profile, url);
profile            26 chrome/browser/tab_contents/tab_util.h     Profile* profile,
profile           145 chrome/browser/task_manager/background_information.cc   Profile* profile =
profile           147 chrome/browser/task_manager/background_information.cc   ExtensionService* extension_service = profile->GetExtensionService();
profile           149 chrome/browser/task_manager/background_information.cc       BackgroundContentsServiceFactory::GetForProfile(profile);
profile            33 chrome/browser/task_manager/extension_information.cc   Profile* profile =
profile            36 chrome/browser/task_manager/extension_information.cc       extensions::ExtensionSystem::Get(profile)->process_manager();
profile            83 chrome/browser/task_manager/extension_information.cc   Profile* profile = Profile::FromBrowserContext(
profile            87 chrome/browser/task_manager/extension_information.cc                                             profile->IsOffTheRecord(),
profile            56 chrome/browser/task_manager/panel_information.cc   ExtensionService* service = panel_->profile()->GetExtensionService();
profile            60 chrome/browser/task_manager/panel_information.cc       panel_->profile()->IsOffTheRecord(),
profile            42 chrome/browser/task_manager/tab_contents_information.cc   Profile* profile =
profile            45 chrome/browser/task_manager/tab_contents_information.cc       prerender::PrerenderManagerFactory::GetForProfile(profile);
profile           156 chrome/browser/task_manager/task_manager_browsertest.cc       browser()->profile(),
profile           209 chrome/browser/task_manager/task_manager_browsertest.cc       browser()->profile(),
profile           256 chrome/browser/task_manager/task_manager_browsertest.cc       browser()->profile(),
profile           299 chrome/browser/task_manager/task_manager_browsertest.cc       browser()->profile(),
profile           411 chrome/browser/task_manager/task_manager_browsertest.cc                                   browser()->profile())->extension_service();
profile           456 chrome/browser/task_manager/task_manager_browsertest.cc       browser()->profile())->extension_service();
profile            72 chrome/browser/task_manager/task_manager_notification_browsertest.cc   notifications->Add(n0, browser()->profile());
profile            91 chrome/browser/task_manager/task_manager_notification_browsertest.cc   notifications->Add(n1, browser()->profile());
profile            96 chrome/browser/task_manager/task_manager_notification_browsertest.cc   notifications->Add(n2, browser()->profile());
profile            47 chrome/browser/task_manager/task_manager_util.cc base::string16 GetProfileNameFromInfoCache(Profile* profile) {
profile            48 chrome/browser/task_manager/task_manager_util.cc   DCHECK(profile);
profile            53 chrome/browser/task_manager/task_manager_util.cc       profile->GetOriginalProfile()->GetPath());
profile            30 chrome/browser/task_manager/task_manager_util.h base::string16 GetProfileNameFromInfoCache(Profile* profile);
profile           139 chrome/browser/task_manager/worker_resource_provider.cc   Profile* profile = ProfileManager::GetLastUsedProfile();
profile           140 chrome/browser/task_manager/worker_resource_provider.cc   if (!profile)
profile           144 chrome/browser/task_manager/worker_resource_provider.cc   DevToolsWindow::OpenDevToolsWindowForWorker(profile, agent_host.get());
profile            96 chrome/browser/themes/theme_service.cc void ThemeService::Init(Profile* profile) {
profile            98 chrome/browser/themes/theme_service.cc   profile_ = profile;
profile            70 chrome/browser/themes/theme_service.h   virtual void Init(Profile* profile);
profile           176 chrome/browser/themes/theme_service.h   Profile* profile() const { return profile_; }
profile            80 chrome/browser/themes/theme_service_aurax11.cc   return profile()->GetPrefs()->GetBoolean(prefs::kUsesSystemTheme);
profile            84 chrome/browser/themes/theme_service_aurax11.cc   SetCustomDefaultTheme(new NativeThemeX11(profile()->GetPrefs()));
profile            47 chrome/browser/themes/theme_service_browsertest.cc   Profile* profile = browser()->profile();
profile            48 chrome/browser/themes/theme_service_browsertest.cc   ThemeService* theme_service = ThemeServiceFactory::GetForProfile(profile);
profile            55 chrome/browser/themes/theme_service_browsertest.cc             profile->GetPrefs()->GetFilePath(prefs::kCurrentThemePackFilename));
profile            64 chrome/browser/themes/theme_service_browsertest.cc             profile->GetPrefs()->GetFilePath(prefs::kCurrentThemePackFilename));
profile            69 chrome/browser/themes/theme_service_browsertest.cc   profile->GetPrefs()->SetFilePath(
profile            76 chrome/browser/themes/theme_service_browsertest.cc       browser()->profile());
profile            27 chrome/browser/themes/theme_service_factory.cc ThemeService* ThemeServiceFactory::GetForProfile(Profile* profile) {
profile            29 chrome/browser/themes/theme_service_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            34 chrome/browser/themes/theme_service_factory.cc     Profile* profile) {
profile            35 chrome/browser/themes/theme_service_factory.cc   std::string id = GetForProfile(profile)->GetThemeID();
profile            39 chrome/browser/themes/theme_service_factory.cc   return profile->GetExtensionService()->GetExtensionById(id, false);
profile            55 chrome/browser/themes/theme_service_factory.cc     content::BrowserContext* profile) const {
profile            64 chrome/browser/themes/theme_service_factory.cc   provider->Init(static_cast<Profile*>(profile));
profile            27 chrome/browser/themes/theme_service_factory.h   static ThemeService* GetForProfile(Profile* profile);
profile            32 chrome/browser/themes/theme_service_factory.h   static const extensions::Extension* GetThemeForProfile(Profile* profile);
profile            44 chrome/browser/themes/theme_service_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile            41 chrome/browser/themes/theme_syncable_service.cc ThemeSyncableService::ThemeSyncableService(Profile* profile,
profile            43 chrome/browser/themes/theme_syncable_service.cc     : profile_(profile),
profile            26 chrome/browser/themes/theme_syncable_service.h   ThemeSyncableService(Profile* profile,  // Same profile used by theme_service.
profile           117 chrome/browser/themes/theme_syncable_service_unittest.cc KeyedService* BuildMockThemeService(content::BrowserContext* profile) {
profile           200 chrome/browser/themes/theme_syncable_service_unittest.cc   FakeThemeService* BuildForProfile(Profile* profile) {
profile           203 chrome/browser/themes/theme_syncable_service_unittest.cc             profile, &BuildMockThemeService));
profile           135 chrome/browser/thumbnails/content_analysis.cc void ConstrainedProfileThresholding(const std::vector<float>& profile,
profile           143 chrome/browser/thumbnails/content_analysis.cc   DCHECK(!profile.empty());
profile           150 chrome/browser/thumbnails/content_analysis.cc     int candidate_size = profile.size();
profile           169 chrome/browser/thumbnails/content_analysis.cc           profile.begin(), profile.end(),
profile           174 chrome/browser/thumbnails/content_analysis.cc   result->resize(profile.size());
profile           175 chrome/browser/thumbnails/content_analysis.cc   for (size_t i = 0; i < profile.size(); ++i)
profile           176 chrome/browser/thumbnails/content_analysis.cc     (*result)[i] = profile[i] > current_threshold;
profile            26 chrome/browser/thumbnails/thumbnail_service_factory.cc     Profile* profile) {
profile            28 chrome/browser/thumbnails/thumbnail_service_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true).get());
profile            38 chrome/browser/thumbnails/thumbnail_service_factory.cc         content::BrowserContext* profile) const {
profile            40 chrome/browser/thumbnails/thumbnail_service_factory.cc       new ThumbnailServiceImpl(static_cast<Profile*>(profile)));
profile            29 chrome/browser/thumbnails/thumbnail_service_factory.h       Profile* profile);
profile            41 chrome/browser/thumbnails/thumbnail_service_factory.h       BuildServiceInstanceFor(content::BrowserContext* profile) const OVERRIDE;
profile            47 chrome/browser/thumbnails/thumbnail_service_impl.cc ThumbnailServiceImpl::ThumbnailServiceImpl(Profile* profile)
profile            48 chrome/browser/thumbnails/thumbnail_service_impl.cc     : top_sites_(profile->GetTopSites()),
profile            23 chrome/browser/thumbnails/thumbnail_service_impl.h   explicit ThumbnailServiceImpl(Profile* profile);
profile            18 chrome/browser/thumbnails/thumbnail_service_unittest.cc   explicit MockTopSites(Profile* profile)
profile            19 chrome/browser/thumbnails/thumbnail_service_unittest.cc       : history::TopSitesImpl(profile),
profile            86 chrome/browser/thumbnails/thumbnail_service_unittest.cc   MockProfile profile;
profile            89 chrome/browser/thumbnails/thumbnail_service_unittest.cc       new thumbnails::ThumbnailServiceImpl(&profile));
profile           103 chrome/browser/thumbnails/thumbnail_service_unittest.cc   profile.AddKnownURL(kGoodURL, bad_score);
profile           104 chrome/browser/thumbnails/thumbnail_service_unittest.cc   ASSERT_TRUE(profile.GetTopSites()->IsNonForcedFull());
profile           121 chrome/browser/thumbnails/thumbnail_service_unittest.cc   profile.AddKnownURL(kGoodURL, good_score);
profile           201 chrome/browser/thumbnails/thumbnail_tab_helper.cc   Profile* profile =
profile           205 chrome/browser/thumbnails/thumbnail_tab_helper.cc       ThumbnailServiceFactory::GetForProfile(profile);
profile            64 chrome/browser/translate/translate_accept_languages_factory.cc   Profile* profile = Profile::FromBrowserContext(browser_context);
profile            65 chrome/browser/translate/translate_accept_languages_factory.cc   return new TranslateAcceptLanguagesService(profile->GetPrefs());
profile            31 chrome/browser/translate/translate_accept_languages_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile           149 chrome/browser/translate/translate_infobar_delegate.cc   Profile* profile =
profile           151 chrome/browser/translate/translate_infobar_delegate.cc   Profile* original_profile = profile->GetOriginalProfile();
profile            30 chrome/browser/translate/translate_manager_browsertest.cc   SessionStartupPref::SetStartupPref(browser()->profile(), pref);
profile           965 chrome/browser/translate/translate_manager_render_view_host_unittest.cc   Profile* profile =
profile           967 chrome/browser/translate/translate_manager_render_view_host_unittest.cc   PrefService* prefs = profile->GetPrefs();
profile           993 chrome/browser/translate/translate_manager_render_view_host_unittest.cc   Profile* profile =
profile           995 chrome/browser/translate/translate_manager_render_view_host_unittest.cc   PrefService* prefs = profile->GetPrefs();
profile          1019 chrome/browser/translate/translate_manager_render_view_host_unittest.cc   Profile* profile =
profile          1021 chrome/browser/translate/translate_manager_render_view_host_unittest.cc   PrefService* prefs = profile->GetPrefs();
profile          1055 chrome/browser/translate/translate_manager_render_view_host_unittest.cc   Profile* profile =
profile          1057 chrome/browser/translate/translate_manager_render_view_host_unittest.cc   PrefService* prefs = profile->GetPrefs();
profile          1065 chrome/browser/translate/translate_manager_render_view_host_unittest.cc       TranslateTabHelper::GetTranslateAcceptLanguages(profile);
profile          1105 chrome/browser/translate/translate_manager_render_view_host_unittest.cc   Profile* profile =
profile          1107 chrome/browser/translate/translate_manager_render_view_host_unittest.cc   PrefService* prefs = profile->GetPrefs();
profile          1115 chrome/browser/translate/translate_manager_render_view_host_unittest.cc       TranslateTabHelper::GetTranslateAcceptLanguages(profile);
profile          1146 chrome/browser/translate/translate_manager_render_view_host_unittest.cc   Profile* profile =
profile          1148 chrome/browser/translate/translate_manager_render_view_host_unittest.cc   PrefService* prefs = profile->GetPrefs();
profile          1206 chrome/browser/translate/translate_manager_render_view_host_unittest.cc   Profile* profile =
profile          1209 chrome/browser/translate/translate_manager_render_view_host_unittest.cc       TranslateTabHelper::CreateTranslatePrefs(profile->GetPrefs()));
profile          1312 chrome/browser/translate/translate_manager_render_view_host_unittest.cc   Profile* profile =
profile          1315 chrome/browser/translate/translate_manager_render_view_host_unittest.cc       TranslateTabHelper::CreateTranslatePrefs(profile->GetPrefs()));
profile           120 chrome/browser/translate/translate_tab_helper.cc   Profile* profile =
profile           122 chrome/browser/translate/translate_tab_helper.cc   Profile* original_profile = profile->GetOriginalProfile();
profile           139 chrome/browser/translate/translate_tab_helper.cc   Profile* profile =
profile           141 chrome/browser/translate/translate_tab_helper.cc   return profile->GetOriginalProfile()->GetPrefs();
profile           146 chrome/browser/translate/translate_tab_helper.cc   Profile* profile =
profile           148 chrome/browser/translate/translate_tab_helper.cc   return CreateTranslatePrefs(profile->GetPrefs());
profile            84 chrome/browser/translate/translate_ui_delegate.cc   Profile* profile =
profile            86 chrome/browser/translate/translate_ui_delegate.cc   prefs_ = TranslateTabHelper::CreateTranslatePrefs(profile->GetPrefs());
profile            19 chrome/browser/ui/accelerator_utils.h                          Profile* profile);
profile            25 chrome/browser/ui/android/content_settings/popup_blocked_infobar_delegate.cc   Profile* profile =
profile            30 chrome/browser/ui/android/content_settings/popup_blocked_infobar_delegate.cc                 num_popups, url, profile->GetHostContentSettingsMap()))));
profile            21 chrome/browser/ui/android/extensions/extension_install_ui_android.cc ExtensionInstallUI* ExtensionInstallUI::Create(Profile* profile) {
profile            27 chrome/browser/ui/android/extensions/extension_install_ui_android.cc void ExtensionInstallUI::OpenAppInstalledUI(Profile* profile,
profile            41 chrome/browser/ui/android/extensions/extension_install_ui_android.cc     Profile* profile) {
profile            27 chrome/browser/ui/android/infobars/auto_login_infobar_delegate_android.cc     Profile* profile)
profile            28 chrome/browser/ui/android/infobars/auto_login_infobar_delegate_android.cc     : AutoLoginInfoBarDelegate(params, profile),
profile            14 chrome/browser/ui/android/infobars/auto_login_infobar_delegate_android.h   AutoLoginInfoBarDelegateAndroid(const Params& params, Profile* profile);
profile            43 chrome/browser/ui/android/navigation_popup.cc   Profile* profile = g_browser_process->profile_manager()->GetLastUsedProfile();
profile            45 chrome/browser/ui/android/navigation_popup.cc       profile, Profile::EXPLICIT_ACCESS);
profile            18 chrome/browser/ui/android/tab_model/tab_model.cc TabModel::TabModel(Profile* profile)
profile            19 chrome/browser/ui/android/tab_model/tab_model.cc   : profile_(profile),
profile            23 chrome/browser/ui/android/tab_model/tab_model.cc   if (profile) {
profile            28 chrome/browser/ui/android/tab_model/tab_model.cc     is_off_the_record_ = (profile->HasOffTheRecordProfile() &&
profile            29 chrome/browser/ui/android/tab_model/tab_model.cc         profile == profile->GetOffTheRecordProfile());
profile            90 chrome/browser/ui/android/tab_model/tab_model.cc         Profile* profile = content::Source<Profile>(source).ptr();
profile            91 chrome/browser/ui/android/tab_model/tab_model.cc         if (profile && profile->IsOffTheRecord())
profile            92 chrome/browser/ui/android/tab_model/tab_model.cc           profile_ = profile;
profile            33 chrome/browser/ui/android/tab_model/tab_model.h   explicit TabModel(Profile* profile);
profile            29 chrome/browser/ui/android/tab_model/tab_model_unittest.cc   explicit TestTabModel(Profile* profile)
profile            30 chrome/browser/ui/android/tab_model/tab_model_unittest.cc     : TabModel(profile) {}
profile            13 chrome/browser/ui/android/tab_restore_service_delegate_android.cc     Profile* profile,
profile            41 chrome/browser/ui/android/toolbar/toolbar_model_android.cc   Profile* profile =
profile            43 chrome/browser/ui/android/toolbar/toolbar_model_android.cc   UIThreadSearchTermsData search_terms_data(profile);
profile            59 chrome/browser/ui/app_list/app_context_menu.cc                                Profile* profile,
profile            63 chrome/browser/ui/app_list/app_context_menu.cc       profile_(profile),
profile            28 chrome/browser/ui/app_list/app_context_menu.h                  Profile* profile,
profile            24 chrome/browser/ui/app_list/app_list.h   virtual void SetProfile(Profile* profile) = 0;
profile            35 chrome/browser/ui/app_list/app_list_controller_browsertest.cc   EXPECT_EQ(1U, chrome::GetBrowserCount(browser()->profile(), desktop));
profile            37 chrome/browser/ui/app_list/app_list_controller_browsertest.cc       browser()->profile()->GetOffTheRecordProfile(), desktop));
profile            39 chrome/browser/ui/app_list/app_list_controller_browsertest.cc   controller->CreateNewWindow(browser()->profile(), false);
profile            40 chrome/browser/ui/app_list/app_list_controller_browsertest.cc   EXPECT_EQ(2U, chrome::GetBrowserCount(browser()->profile(), desktop));
profile            42 chrome/browser/ui/app_list/app_list_controller_browsertest.cc   controller->CreateNewWindow(browser()->profile(), true);
profile            44 chrome/browser/ui/app_list/app_list_controller_browsertest.cc       browser()->profile()->GetOffTheRecordProfile(), desktop));
profile           126 chrome/browser/ui/app_list/app_list_controller_browsertest.cc   test::SigninProfile(browser()->profile());
profile           139 chrome/browser/ui/app_list/app_list_controller_browsertest.cc   service->ShowForProfile(browser()->profile());
profile            35 chrome/browser/ui/app_list/app_list_controller_delegate.cc const extensions::Extension* GetExtension(Profile* profile,
profile            38 chrome/browser/ui/app_list/app_list_controller_delegate.cc       extensions::ExtensionSystem::Get(profile)->extension_service();
profile            70 chrome/browser/ui/app_list/app_list_controller_delegate.cc     Profile* profile,
profile            72 chrome/browser/ui/app_list/app_list_controller_delegate.cc   const extensions::Extension* extension = GetExtension(profile, app_id);
profile            74 chrome/browser/ui/app_list/app_list_controller_delegate.cc       extensions::ExtensionSystem::Get(profile)->management_policy();
profile            84 chrome/browser/ui/app_list/app_list_controller_delegate.cc     Profile* profile,
profile            88 chrome/browser/ui/app_list/app_list_controller_delegate.cc       extensions::ExtensionSystem::Get(profile)->extension_service();
profile           101 chrome/browser/ui/app_list/app_list_controller_delegate.cc       profile,
profile           107 chrome/browser/ui/app_list/app_list_controller_delegate.cc void AppListControllerDelegate::UninstallApp(Profile* profile,
profile           111 chrome/browser/ui/app_list/app_list_controller_delegate.cc       new ExtensionUninstaller(profile, app_id, this);
profile           116 chrome/browser/ui/app_list/app_list_controller_delegate.cc     Profile* profile,
profile           118 chrome/browser/ui/app_list/app_list_controller_delegate.cc   const extensions::Extension* extension = GetExtension(profile, app_id);
profile           123 chrome/browser/ui/app_list/app_list_controller_delegate.cc     Profile* profile,
profile           126 chrome/browser/ui/app_list/app_list_controller_delegate.cc   const extensions::Extension* extension = GetExtension(profile, app_id);
profile           138 chrome/browser/ui/app_list/app_list_controller_delegate.cc       profile,
profile           147 chrome/browser/ui/app_list/app_list_controller_delegate.cc     Profile* profile,
profile           149 chrome/browser/ui/app_list/app_list_controller_delegate.cc   const extensions::Extension* extension = GetExtension(profile, app_id);
profile           150 chrome/browser/ui/app_list/app_list_controller_delegate.cc   return extensions::util::IsAppLaunchableWithoutEnabling(app_id, profile) &&
profile           156 chrome/browser/ui/app_list/app_list_controller_delegate.cc     Profile* profile,
profile           158 chrome/browser/ui/app_list/app_list_controller_delegate.cc   const extensions::Extension* extension = GetExtension(profile, app_id);
profile           163 chrome/browser/ui/app_list/app_list_controller_delegate.cc       profile,
profile           170 chrome/browser/ui/app_list/app_list_controller_delegate.cc     Profile* profile,
profile           172 chrome/browser/ui/app_list/app_list_controller_delegate.cc   return extensions::GetLaunchType(extensions::ExtensionPrefs::Get(profile),
profile           173 chrome/browser/ui/app_list/app_list_controller_delegate.cc                                    GetExtension(profile, app_id));
profile           177 chrome/browser/ui/app_list/app_list_controller_delegate.cc     Profile* profile,
profile           181 chrome/browser/ui/app_list/app_list_controller_delegate.cc       extensions::ExtensionSystem::Get(profile)->extension_service();
profile           187 chrome/browser/ui/app_list/app_list_controller_delegate.cc     Profile* profile, const std::string& app_id) {
profile           188 chrome/browser/ui/app_list/app_list_controller_delegate.cc   return !!GetExtension(profile, app_id);
profile           192 chrome/browser/ui/app_list/app_list_controller_delegate.cc     Profile* profile) {
profile           193 chrome/browser/ui/app_list/app_list_controller_delegate.cc   if (extensions::ExtensionSystem::Get(profile)->extension_service())
profile           194 chrome/browser/ui/app_list/app_list_controller_delegate.cc     return extensions::InstallTrackerFactory::GetForProfile(profile);
profile           198 chrome/browser/ui/app_list/app_list_controller_delegate.cc void AppListControllerDelegate::GetApps(Profile* profile,
profile           200 chrome/browser/ui/app_list/app_list_controller_delegate.cc   ExtensionRegistry* registry = ExtensionRegistry::Get(profile);
profile            81 chrome/browser/ui/app_list/app_list_controller_delegate.h   virtual void DoCreateShortcutsFlow(Profile* profile,
profile            89 chrome/browser/ui/app_list/app_list_controller_delegate.h   virtual void DoShowAppInfoFlow(Profile* profile,
profile            94 chrome/browser/ui/app_list/app_list_controller_delegate.h   virtual void CreateNewWindow(Profile* profile, bool incognito) = 0;
profile            97 chrome/browser/ui/app_list/app_list_controller_delegate.h   virtual void ActivateApp(Profile* profile,
profile           103 chrome/browser/ui/app_list/app_list_controller_delegate.h   virtual void LaunchApp(Profile* profile,
profile           118 chrome/browser/ui/app_list/app_list_controller_delegate.h   bool UserMayModifySettings(Profile* profile, const std::string& app_id);
profile           121 chrome/browser/ui/app_list/app_list_controller_delegate.h   void UninstallApp(Profile* profile, const std::string& app_id);
profile           124 chrome/browser/ui/app_list/app_list_controller_delegate.h   bool IsAppFromWebStore(Profile* profile,
profile           128 chrome/browser/ui/app_list/app_list_controller_delegate.h   void ShowAppInWebStore(Profile* profile,
profile           133 chrome/browser/ui/app_list/app_list_controller_delegate.h   bool HasOptionsPage(Profile* profile, const std::string& app_id);
profile           136 chrome/browser/ui/app_list/app_list_controller_delegate.h   void ShowOptionsPage(Profile* profile, const std::string& app_id);
profile           142 chrome/browser/ui/app_list/app_list_controller_delegate.h       Profile* profile, const std::string& app_id);
profile           144 chrome/browser/ui/app_list/app_list_controller_delegate.h       Profile* profile,
profile           149 chrome/browser/ui/app_list/app_list_controller_delegate.h   bool IsExtensionInstalled(Profile* profile, const std::string& app_id);
profile           151 chrome/browser/ui/app_list/app_list_controller_delegate.h   extensions::InstallTracker* GetInstallTrackerFor(Profile* profile);
profile           154 chrome/browser/ui/app_list/app_list_controller_delegate.h   void GetApps(Profile* profile, extensions::ExtensionSet* out_apps);
profile            61 chrome/browser/ui/app_list/app_list_controller_delegate_impl.cc     Profile* profile,
profile            65 chrome/browser/ui/app_list/app_list_controller_delegate_impl.cc       extensions::ExtensionSystem::Get(profile)->extension_service();
profile            76 chrome/browser/ui/app_list/app_list_controller_delegate_impl.cc       parent_window, profile, extension,
profile            81 chrome/browser/ui/app_list/app_list_controller_delegate_impl.cc void AppListControllerDelegateImpl::CreateNewWindow(Profile* profile,
profile            84 chrome/browser/ui/app_list/app_list_controller_delegate_impl.cc       profile->GetOffTheRecordProfile() : profile;
profile            89 chrome/browser/ui/app_list/app_list_controller_delegate_impl.cc     Profile* profile,
profile            93 chrome/browser/ui/app_list/app_list_controller_delegate_impl.cc   LaunchApp(profile, extension, source, event_flags);
profile            97 chrome/browser/ui/app_list/app_list_controller_delegate_impl.cc     Profile* profile,
profile           103 chrome/browser/ui/app_list/app_list_controller_delegate_impl.cc   AppLaunchParams params(profile, extension, NEW_FOREGROUND_TAB);
profile            39 chrome/browser/ui/app_list/app_list_controller_delegate_impl.h   virtual void DoCreateShortcutsFlow(Profile* profile,
profile            41 chrome/browser/ui/app_list/app_list_controller_delegate_impl.h   virtual void CreateNewWindow(Profile* profile, bool incognito) OVERRIDE;
profile            42 chrome/browser/ui/app_list/app_list_controller_delegate_impl.h   virtual void ActivateApp(Profile* profile,
profile            46 chrome/browser/ui/app_list/app_list_controller_delegate_impl.h   virtual void LaunchApp(Profile* profile,
profile            22 chrome/browser/ui/app_list/app_list_factory.h   virtual AppList* CreateAppList(Profile* profile,
profile            35 chrome/browser/ui/app_list/app_list_service_disabled.cc   virtual void CreateForProfile(Profile* profile) OVERRIDE {}
profile            36 chrome/browser/ui/app_list/app_list_service_disabled.cc   virtual void ShowForProfile(Profile* profile) OVERRIDE {}
profile            37 chrome/browser/ui/app_list/app_list_service_disabled.cc   virtual void AutoShowForProfile(Profile* profile) OVERRIDE {}
profile           109 chrome/browser/ui/app_list/app_list_service_impl.cc                         Profile* profile,
profile           115 chrome/browser/ui/app_list/app_list_service_impl.cc         callback.Run(profile);
profile            77 chrome/browser/ui/app_list/app_list_service_impl.h                        Profile* profile,
profile            49 chrome/browser/ui/app_list/app_list_service_interactive_uitest.cc   void OnProfileCreated(Profile* profile, Profile::CreateStatus status) {
profile            51 chrome/browser/ui/app_list/app_list_service_interactive_uitest.cc       profile2_ = profile;
profile            84 chrome/browser/ui/app_list/app_list_service_interactive_uitest.cc   service->ShowForProfile(browser()->profile());
profile            94 chrome/browser/ui/app_list/app_list_service_interactive_uitest.cc   test::SigninProfile(browser()->profile());
profile           105 chrome/browser/ui/app_list/app_list_service_interactive_uitest.cc   controller->ShowForProfileByPath(browser()->profile()->GetPath());
profile           112 chrome/browser/ui/app_list/app_list_service_interactive_uitest.cc   ASSERT_EQ(browser()->profile(), service->GetCurrentAppListProfile());
profile           130 chrome/browser/ui/app_list/app_list_service_interactive_uitest.cc   test::SigninProfile(browser()->profile());
profile           140 chrome/browser/ui/app_list/app_list_service_interactive_uitest.cc   controller->ShowForProfileByPath(browser()->profile()->GetPath());
profile            41 chrome/browser/ui/app_list/app_list_service_unittest.cc   void PerformStartupChecks(Profile* profile) {
profile            42 chrome/browser/ui/app_list/app_list_service_unittest.cc     AppListServiceImpl::PerformStartupChecks(profile);
profile            96 chrome/browser/ui/app_list/app_list_shower.cc void AppListShower::WarmupForProfile(Profile* profile) {
profile            98 chrome/browser/ui/app_list/app_list_shower.cc   CreateViewForProfile(profile);
profile            39 chrome/browser/ui/app_list/app_list_shower.h   Profile* profile() const { return profile_; }
profile            47 chrome/browser/ui/app_list/app_list_shower.h   void WarmupForProfile(Profile* profile);
profile            96 chrome/browser/ui/app_list/app_list_syncable_service.cc   return service && extensions::ExtensionPrefs::Get(service->profile())
profile           173 chrome/browser/ui/app_list/app_list_syncable_service.cc     Profile* profile,
profile           175 chrome/browser/ui/app_list/app_list_syncable_service.cc     : profile_(profile),
profile           197 chrome/browser/ui/app_list/app_list_syncable_service.cc                  content::Source<Profile>(profile));
profile            59 chrome/browser/ui/app_list/app_list_syncable_service.h   AppListSyncableService(Profile* profile,
profile            80 chrome/browser/ui/app_list/app_list_syncable_service.h   Profile* profile() { return profile_; }
profile            20 chrome/browser/ui/app_list/app_list_syncable_service_factory.cc     Profile* profile) {
profile            22 chrome/browser/ui/app_list/app_list_syncable_service_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            33 chrome/browser/ui/app_list/app_list_syncable_service_factory.cc   Profile* profile = static_cast<Profile*>(browser_context);
profile            34 chrome/browser/ui/app_list/app_list_syncable_service_factory.cc   VLOG(1) << "BuildServiceInstanceFor: " << profile->GetDebugName();
profile            35 chrome/browser/ui/app_list/app_list_syncable_service_factory.cc   return new AppListSyncableService(profile,
profile            36 chrome/browser/ui/app_list/app_list_syncable_service_factory.cc                                     extensions::ExtensionSystem::Get(profile));
profile            64 chrome/browser/ui/app_list/app_list_syncable_service_factory.cc   Profile* profile = static_cast<Profile*>(context);
profile            65 chrome/browser/ui/app_list/app_list_syncable_service_factory.cc   if (profile->IsGuestSession())
profile            23 chrome/browser/ui/app_list/app_list_syncable_service_factory.h   static AppListSyncableService* GetForProfile(Profile* profile);
profile            38 chrome/browser/ui/app_list/app_list_syncable_service_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile            89 chrome/browser/ui/app_list/app_list_view_delegate.cc AppListViewDelegate::AppListViewDelegate(Profile* profile,
profile            92 chrome/browser/ui/app_list/app_list_view_delegate.cc       profile_(profile),
profile            49 chrome/browser/ui/app_list/app_list_view_delegate.h   AppListViewDelegate(Profile* profile,
profile            26 chrome/browser/ui/app_list/chrome_signin_delegate.cc SigninManagerBase* GetSigninManager(Profile* profile) {
profile            27 chrome/browser/ui/app_list/chrome_signin_delegate.cc   return SigninManagerFactory::GetForProfile(profile);
profile            37 chrome/browser/ui/app_list/chrome_signin_delegate.cc void ChromeSigninDelegate::SetProfile(Profile* profile) {
profile            38 chrome/browser/ui/app_list/chrome_signin_delegate.cc   profile_ = profile;
profile            18 chrome/browser/ui/app_list/chrome_signin_delegate.h   void SetProfile(Profile* profile);
profile           106 chrome/browser/ui/app_list/extension_app_item.cc extensions::AppSorting* GetAppSorting(Profile* profile) {
profile           107 chrome/browser/ui/app_list/extension_app_item.cc   return extensions::ExtensionPrefs::Get(profile)->app_sorting();
profile           115 chrome/browser/ui/app_list/extension_app_item.cc     Profile* profile,
profile           122 chrome/browser/ui/app_list/extension_app_item.cc       profile_(profile),
profile            39 chrome/browser/ui/app_list/extension_app_item.h   ExtensionAppItem(Profile* profile,
profile            38 chrome/browser/ui/app_list/extension_app_model_builder.cc bool ShouldDisplayInAppLauncher(Profile* profile,
profile            44 chrome/browser/ui/app_list/extension_app_model_builder.cc       profile->GetPrefs()->GetBoolean(prefs::kHideWebStoreIcon);
profile            71 chrome/browser/ui/app_list/extension_app_model_builder.cc   profile_ = service->profile();
profile            78 chrome/browser/ui/app_list/extension_app_model_builder.cc     Profile* profile,
profile            83 chrome/browser/ui/app_list/extension_app_model_builder.cc   profile_ = profile;
profile            48 chrome/browser/ui/app_list/extension_app_model_builder.h   void InitializeWithProfile(Profile* profile, app_list::AppListModel* model);
profile            80 chrome/browser/ui/app_list/extension_app_model_builder_unittest.cc   virtual void DoCreateShortcutsFlow(Profile* profile,
profile            84 chrome/browser/ui/app_list/extension_app_model_builder_unittest.cc   virtual void DoShowAppInfoFlow(Profile* profile,
profile            87 chrome/browser/ui/app_list/extension_app_model_builder_unittest.cc   virtual void CreateNewWindow(Profile* profile, bool incognito) OVERRIDE {}
profile            88 chrome/browser/ui/app_list/extension_app_model_builder_unittest.cc   virtual void ActivateApp(Profile* profile,
profile            92 chrome/browser/ui/app_list/extension_app_model_builder_unittest.cc   virtual void LaunchApp(Profile* profile,
profile            14 chrome/browser/ui/app_list/extension_uninstaller.cc     Profile* profile,
profile            17 chrome/browser/ui/app_list/extension_uninstaller.cc     : profile_(profile),
profile            18 chrome/browser/ui/app_list/extension_uninstaller.h   ExtensionUninstaller(Profile* profile,
profile            38 chrome/browser/ui/app_list/profile_loader.cc   Profile* profile = profile_store_->GetProfileByPath(profile_file_path);
profile            39 chrome/browser/ui/app_list/profile_loader.cc   if (profile) {
profile            40 chrome/browser/ui/app_list/profile_loader.cc     callback.Run(profile);
profile            55 chrome/browser/ui/app_list/profile_loader.cc                                     Profile* profile) {
profile            58 chrome/browser/ui/app_list/profile_loader.cc     callback.Run(profile);
profile            44 chrome/browser/ui/app_list/profile_loader.h                        Profile* profile);
profile            32 chrome/browser/ui/app_list/profile_loader_unittest.cc   void StartLoadingProfile(Profile* profile) {
profile            34 chrome/browser/ui/app_list/profile_loader_unittest.cc         profile->GetPath(),
profile            39 chrome/browser/ui/app_list/profile_loader_unittest.cc   void FinishLoadingProfile(Profile* profile) {
profile            40 chrome/browser/ui/app_list/profile_loader_unittest.cc     profile_store_->LoadProfile(profile);
profile            43 chrome/browser/ui/app_list/profile_loader_unittest.cc   void OnProfileLoaded(Profile* profile) {
profile            44 chrome/browser/ui/app_list/profile_loader_unittest.cc     last_callback_result_ = profile;
profile            42 chrome/browser/ui/app_list/recommended_apps.cc RecommendedApps::RecommendedApps(Profile* profile) : profile_(profile) {
profile            28 chrome/browser/ui/app_list/recommended_apps.h   explicit RecommendedApps(Profile* profile);
profile            30 chrome/browser/ui/app_list/search/app_result.cc AppResult::AppResult(Profile* profile,
profile            33 chrome/browser/ui/app_list/search/app_result.cc     : profile_(profile),
profile            37 chrome/browser/ui/app_list/search/app_result.h   AppResult(Profile* profile,
profile            47 chrome/browser/ui/app_list/search/app_search_provider.cc     Profile* profile,
profile            49 chrome/browser/ui/app_list/search/app_search_provider.cc     : profile_(profile),
profile            27 chrome/browser/ui/app_list/search/app_search_provider.h   AppSearchProvider(Profile* profile,
profile            27 chrome/browser/ui/app_list/search/common/webservice_search_provider.cc WebserviceSearchProvider::WebserviceSearchProvider(Profile* profile)
profile            28 chrome/browser/ui/app_list/search/common/webservice_search_provider.cc     : profile_(profile),
profile            29 chrome/browser/ui/app_list/search/common/webservice_search_provider.cc       cache_(WebserviceCacheFactory::GetForBrowserContext(profile)),
profile            24 chrome/browser/ui/app_list/search/common/webservice_search_provider.h   explicit WebserviceSearchProvider(Profile* profile);
profile            66 chrome/browser/ui/app_list/search/omnibox_provider.cc   OmniboxResult(Profile* profile, const AutocompleteMatch& match)
profile            67 chrome/browser/ui/app_list/search/omnibox_provider.cc       : profile_(profile),
profile           133 chrome/browser/ui/app_list/search/omnibox_provider.cc OmniboxProvider::OmniboxProvider(Profile* profile)
profile           134 chrome/browser/ui/app_list/search/omnibox_provider.cc     : profile_(profile),
profile           136 chrome/browser/ui/app_list/search/omnibox_provider.cc           profile,
profile            23 chrome/browser/ui/app_list/search/omnibox_provider.h   explicit OmniboxProvider(Profile* profile);
profile            45 chrome/browser/ui/app_list/search/people/people_provider.cc PeopleProvider::PeopleProvider(Profile* profile)
profile            46 chrome/browser/ui/app_list/search/people/people_provider.cc   : WebserviceSearchProvider(profile),
profile            36 chrome/browser/ui/app_list/search/people/people_provider.h   explicit PeopleProvider(Profile* profile);
profile            63 chrome/browser/ui/app_list/search/people/people_result.cc PeopleResult::PeopleResult(Profile* profile, scoped_ptr<Person> person)
profile            64 chrome/browser/ui/app_list/search/people/people_result.cc     : profile_(profile), person_(person.Pass()), weak_factory_(this) {
profile            23 chrome/browser/ui/app_list/search/people/people_result.h   PeopleResult(Profile* profile, scoped_ptr<Person> person);
profile            42 chrome/browser/ui/app_list/search/search_controller.cc SearchController::SearchController(Profile* profile,
profile            47 chrome/browser/ui/app_list/search/search_controller.cc   : profile_(profile),
profile            53 chrome/browser/ui/app_list/search/search_controller.cc     history_(HistoryFactory::GetForBrowserContext(profile)) {
profile            32 chrome/browser/ui/app_list/search/search_controller.h   SearchController(Profile* profile,
profile            19 chrome/browser/ui/app_list/search/search_webstore_result.cc SearchWebstoreResult::SearchWebstoreResult(Profile* profile,
profile            21 chrome/browser/ui/app_list/search/search_webstore_result.cc     : profile_(profile),
profile            21 chrome/browser/ui/app_list/search/search_webstore_result.h   SearchWebstoreResult(Profile* profile, const std::string& query);
profile            14 chrome/browser/ui/app_list/search/webstore/webstore_installer.cc                                      Profile* profile,
profile            17 chrome/browser/ui/app_list/search/webstore/webstore_installer.cc     : WebstoreStartupInstaller(webstore_item_id, profile, true, callback),
profile            18 chrome/browser/ui/app_list/search/webstore/webstore_installer.cc       profile_(profile),
profile            25 chrome/browser/ui/app_list/search/webstore/webstore_installer.h                     Profile* profile,
profile            41 chrome/browser/ui/app_list/search/webstore/webstore_provider.cc WebstoreProvider::WebstoreProvider(Profile* profile,
profile            43 chrome/browser/ui/app_list/search/webstore/webstore_provider.cc   :  WebserviceSearchProvider(profile),
profile            33 chrome/browser/ui/app_list/search/webstore/webstore_provider.h   WebstoreProvider(Profile* profile, AppListControllerDelegate* controller);
profile            67 chrome/browser/ui/app_list/search/webstore/webstore_result.cc WebstoreResult::WebstoreResult(Profile* profile,
profile            72 chrome/browser/ui/app_list/search/webstore/webstore_result.cc     : profile_(profile),
profile            28 chrome/browser/ui/app_list/search/webstore/webstore_result.h   WebstoreResult(Profile* profile,
profile            57 chrome/browser/ui/app_list/start_page_service.cc                    content::Source<Profile>(service_->profile()));
profile            67 chrome/browser/ui/app_list/start_page_service.cc     DCHECK_EQ(service_->profile(), content::Source<Profile>(source).ptr());
profile            96 chrome/browser/ui/app_list/start_page_service.cc StartPageService* StartPageService::Get(Profile* profile) {
profile            97 chrome/browser/ui/app_list/start_page_service.cc   return StartPageServiceFactory::GetForProfile(profile);
profile           100 chrome/browser/ui/app_list/start_page_service.cc StartPageService::StartPageService(Profile* profile)
profile           101 chrome/browser/ui/app_list/start_page_service.cc     : profile_(profile),
profile           103 chrome/browser/ui/app_list/start_page_service.cc       recommended_apps_(new RecommendedApps(profile)),
profile            37 chrome/browser/ui/app_list/start_page_service.h   static StartPageService* Get(Profile* profile);
profile            55 chrome/browser/ui/app_list/start_page_service.h   Profile* profile() { return profile_; }
profile            73 chrome/browser/ui/app_list/start_page_service.h   explicit StartPageService(Profile* profile);
profile            20 chrome/browser/ui/app_list/start_page_service_factory.cc StartPageService* StartPageServiceFactory::GetForProfile(Profile* profile) {
profile            27 chrome/browser/ui/app_list/start_page_service_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            48 chrome/browser/ui/app_list/start_page_service_factory.cc   Profile* profile = static_cast<Profile*>(context);
profile            49 chrome/browser/ui/app_list/start_page_service_factory.cc   return new StartPageService(profile);
profile            20 chrome/browser/ui/app_list/start_page_service_factory.h   static StartPageService* GetForProfile(Profile* profile);
profile            17 chrome/browser/ui/app_list/test/app_list_shower_unittest.cc   explicit FakeAppList(Profile* profile)
profile            18 chrome/browser/ui/app_list/test/app_list_shower_unittest.cc       : profile_(profile) {
profile            52 chrome/browser/ui/app_list/test/app_list_shower_unittest.cc   virtual void SetProfile(Profile* profile) OVERRIDE {
profile            53 chrome/browser/ui/app_list/test/app_list_shower_unittest.cc     profile_ = profile;
profile            68 chrome/browser/ui/app_list/test/app_list_shower_unittest.cc       Profile* profile,
profile            72 chrome/browser/ui/app_list/test/app_list_shower_unittest.cc     return new FakeAppList(profile);
profile           155 chrome/browser/ui/app_list/test/app_list_shower_unittest.cc   EXPECT_EQ(NULL, shower_->profile());
profile           157 chrome/browser/ui/app_list/test/app_list_shower_unittest.cc   EXPECT_EQ(profile1_.get(), shower_->profile());
profile           159 chrome/browser/ui/app_list/test/app_list_shower_unittest.cc   EXPECT_EQ(NULL, shower_->profile());
profile            25 chrome/browser/ui/app_list/test/chrome_app_list_test_support.cc void SigninProfile(Profile* profile) {
profile            26 chrome/browser/ui/app_list/test/chrome_app_list_test_support.cc   SigninManagerFactory::GetForProfile(profile)->
profile            24 chrome/browser/ui/app_list/test/chrome_app_list_test_support.h void SigninProfile(Profile* profile);
profile           164 chrome/browser/ui/app_list/test/fake_profile.cc bool FakeProfile::IsSameProfile(Profile* profile) {
profile            90 chrome/browser/ui/app_list/test/fake_profile.h   virtual bool IsSameProfile(Profile* profile) OVERRIDE;
profile            16 chrome/browser/ui/app_list/test/fake_profile_store.cc void FakeProfileStore::LoadProfile(Profile* profile) {
profile            17 chrome/browser/ui/app_list/test/fake_profile_store.cc   loaded_profiles_[profile->GetPath()] = profile;
profile            18 chrome/browser/ui/app_list/test/fake_profile_store.cc   CallbacksByPath::iterator it = callbacks_.find(profile->GetPath());
profile            20 chrome/browser/ui/app_list/test/fake_profile_store.cc     it->second.Run(profile);
profile            25 chrome/browser/ui/app_list/test/fake_profile_store.cc void FakeProfileStore::RemoveProfile(Profile* profile) {
profile            26 chrome/browser/ui/app_list/test/fake_profile_store.cc   base::FilePath path(profile->GetPath());
profile            42 chrome/browser/ui/app_list/test/fake_profile_store.cc   Profile* profile = GetProfileByPath(path);
profile            43 chrome/browser/ui/app_list/test/fake_profile_store.cc   if (profile) {
profile            44 chrome/browser/ui/app_list/test/fake_profile_store.cc     callback.Run(profile);
profile            19 chrome/browser/ui/app_list/test/fake_profile_store.h   void LoadProfile(Profile* profile);
profile            20 chrome/browser/ui/app_list/test/fake_profile_store.h   void RemoveProfile(Profile* profile);
profile            20 chrome/browser/ui/apps/app_info_dialog.h                        Profile* profile,
profile            32 chrome/browser/ui/apps/app_metro_infobar_delegate_win.cc     Profile* profile,
profile            41 chrome/browser/ui/apps/app_metro_infobar_delegate_win.cc       profile, chrome::HOST_DESKTOP_TYPE_NATIVE);
profile            27 chrome/browser/ui/apps/app_metro_infobar_delegate_win.h   static void Create(Profile* profile,
profile            80 chrome/browser/ui/apps/chrome_app_window_delegate.cc     Profile* profile =
profile            82 chrome/browser/ui/apps/chrome_app_window_delegate.cc     DCHECK(profile);
profile            83 chrome/browser/ui/apps/chrome_app_window_delegate.cc     if (!profile)
profile            89 chrome/browser/ui/apps/chrome_app_window_delegate.cc         OpenURLFromTabInternal(profile, params_);
profile            93 chrome/browser/ui/apps/chrome_app_window_delegate.cc         platform_util::OpenExternal(profile, params_.url);
profile           170 chrome/browser/ui/ash/accelerator_commands_browsertest.cc       browser()->profile(), chrome::HOST_DESKTOP_TYPE_ASH);
profile            54 chrome/browser/ui/ash/app_list/app_list_controller_ash.cc     Profile* profile,
profile            59 chrome/browser/ui/ash/app_list/app_list_controller_ash.cc void AppListControllerDelegateAsh::CreateNewWindow(Profile* profile,
profile            68 chrome/browser/ui/ash/app_list/app_list_controller_ash.cc     Profile* profile,
profile            81 chrome/browser/ui/ash/app_list/app_list_controller_ash.cc     Profile* profile,
profile            28 chrome/browser/ui/ash/app_list/app_list_controller_ash.h   virtual void DoCreateShortcutsFlow(Profile* profile,
profile            30 chrome/browser/ui/ash/app_list/app_list_controller_ash.h   virtual void CreateNewWindow(Profile* profile, bool incognito) OVERRIDE;
profile            31 chrome/browser/ui/ash/app_list/app_list_controller_ash.h   virtual void ActivateApp(Profile* profile,
profile            35 chrome/browser/ui/ash/app_list/app_list_controller_ash.h   virtual void LaunchApp(Profile* profile,
profile            58 chrome/browser/ui/ash/app_list/app_list_service_ash.cc   return ChromeLauncherController::instance()->profile()->GetPath();
profile            90 chrome/browser/ui/ash/app_list/app_list_service_ash.cc   return ChromeLauncherController::instance()->profile();
profile            10 chrome/browser/ui/ash/app_list/app_sync_ui_state_watcher.cc AppSyncUIStateWatcher::AppSyncUIStateWatcher(Profile* profile,
profile            12 chrome/browser/ui/ash/app_list/app_sync_ui_state_watcher.cc     : app_sync_ui_state_(AppSyncUIState::Get(profile)),
profile            23 chrome/browser/ui/ash/app_list/app_sync_ui_state_watcher.h   AppSyncUIStateWatcher(Profile* profile, app_list::AppListModel* model);
profile            33 chrome/browser/ui/ash/app_sync_ui_state.cc AppSyncUIState* AppSyncUIState::Get(Profile* profile) {
profile            34 chrome/browser/ui/ash/app_sync_ui_state.cc   return AppSyncUIStateFactory::GetForProfile(profile);
profile            38 chrome/browser/ui/ash/app_sync_ui_state.cc bool AppSyncUIState::ShouldObserveAppSyncForProfile(Profile* profile) {
profile            43 chrome/browser/ui/ash/app_sync_ui_state.cc   if (!profile || profile->IsOffTheRecord())
profile            46 chrome/browser/ui/ash/app_sync_ui_state.cc   if (!ProfileSyncServiceFactory::HasProfileSyncService(profile))
profile            49 chrome/browser/ui/ash/app_sync_ui_state.cc   return profile->IsNewProfile();
profile            55 chrome/browser/ui/ash/app_sync_ui_state.cc AppSyncUIState::AppSyncUIState(Profile* profile)
profile            56 chrome/browser/ui/ash/app_sync_ui_state.cc     : profile_(profile),
profile            38 chrome/browser/ui/ash/app_sync_ui_state.h   static AppSyncUIState* Get(Profile* profile);
profile            41 chrome/browser/ui/ash/app_sync_ui_state.h   static bool ShouldObserveAppSyncForProfile(Profile* profile);
profile            43 chrome/browser/ui/ash/app_sync_ui_state.h   explicit AppSyncUIState(Profile* profile);
profile            13 chrome/browser/ui/ash/app_sync_ui_state_factory.cc AppSyncUIState* AppSyncUIStateFactory::GetForProfile(Profile* profile) {
profile            14 chrome/browser/ui/ash/app_sync_ui_state_factory.cc   if (!AppSyncUIState::ShouldObserveAppSyncForProfile(profile))
profile            18 chrome/browser/ui/ash/app_sync_ui_state_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            38 chrome/browser/ui/ash/app_sync_ui_state_factory.cc   Profile* profile = static_cast<Profile*>(context);
profile            39 chrome/browser/ui/ash/app_sync_ui_state_factory.cc   DCHECK(AppSyncUIState::ShouldObserveAppSyncForProfile(profile));
profile            40 chrome/browser/ui/ash/app_sync_ui_state_factory.cc   return new AppSyncUIState(profile);
profile            19 chrome/browser/ui/ash/app_sync_ui_state_factory.h   static AppSyncUIState* GetForProfile(Profile* profile);
profile            21 chrome/browser/ui/ash/chrome_new_window_delegate.cc void RestoreTabUsingProfile(Profile* profile) {
profile            22 chrome/browser/ui/ash/chrome_new_window_delegate.cc   TabRestoreService* service = TabRestoreServiceFactory::GetForProfile(profile);
profile            44 chrome/browser/ui/ash/chrome_new_window_delegate.cc                    Profile* profile,
profile            47 chrome/browser/ui/ash/chrome_new_window_delegate.cc         profile_(profile),
profile            94 chrome/browser/ui/ash/chrome_new_window_delegate.cc   Profile* profile = ProfileManager::GetActiveUserProfile();
profile            96 chrome/browser/ui/ash/chrome_new_window_delegate.cc       is_incognito ? profile->GetOffTheRecordProfile() : profile,
profile           107 chrome/browser/ui/ash/chrome_new_window_delegate.cc   Profile* profile = browser ? browser->profile() : NULL;
profile           108 chrome/browser/ui/ash/chrome_new_window_delegate.cc   if (!profile)
profile           109 chrome/browser/ui/ash/chrome_new_window_delegate.cc     profile = ProfileManager::GetActiveUserProfile();
profile           110 chrome/browser/ui/ash/chrome_new_window_delegate.cc   if (profile->IsOffTheRecord())
profile           113 chrome/browser/ui/ash/chrome_new_window_delegate.cc       TabRestoreServiceFactory::GetForProfile(profile);
profile           118 chrome/browser/ui/ash/chrome_new_window_delegate.cc     RestoreTabUsingProfile(profile);
profile           120 chrome/browser/ui/ash/chrome_new_window_delegate.cc     tab_restore_helper_.reset(new TabRestoreHelper(this, profile, service));
profile            30 chrome/browser/ui/ash/chrome_new_window_delegate_chromeos.cc   Profile* const profile = ProfileManager::GetActiveUserProfile();
profile            32 chrome/browser/ui/ash/chrome_new_window_delegate_chromeos.cc       extensions::ExtensionSystem::Get(profile)->extension_service();
profile            35 chrome/browser/ui/ash/chrome_new_window_delegate_chromeos.cc                                                         profile)) {
profile            43 chrome/browser/ui/ash/chrome_new_window_delegate_chromeos.cc   OpenApplication(AppLaunchParams(profile,
profile            50 chrome/browser/ui/ash/chrome_new_window_delegate_chromeos.cc   Profile* profile = ProfileManager::GetActiveUserProfile();
profile            52 chrome/browser/ui/ash/chrome_new_window_delegate_chromeos.cc       profile);
profile            56 chrome/browser/ui/ash/chrome_new_window_delegate_chromeos.cc       profile,
profile            72 chrome/browser/ui/ash/chrome_new_window_delegate_chromeos.cc   Profile* profile = ProfileManager::GetActiveUserProfile();
profile            74 chrome/browser/ui/ash/chrome_new_window_delegate_chromeos.cc   ash::KeyboardOverlayView::ShowDialog(profile,
profile           174 chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc     Profile* profile = ProfileManager::GetActiveUserProfile();
profile           175 chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc     if (profile) {
profile           179 chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc               profile, l10n_util::GetStringUTF8(IDS_A11Y_ALERT_WINDOW_NEEDED));
profile           277 chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc       Profile* profile = content::Details<Profile>(details).ptr();
profile           278 chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc       if (!chromeos::ProfileHelper::IsSigninProfile(profile) &&
profile           279 chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc           !profile->IsGuestSession() && !profile->IsManaged()) {
profile           281 chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc         SigninErrorNotifierFactory::GetForProfile(profile);
profile           282 chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc         SyncErrorNotifierFactory::GetForProfile(profile);
profile           206 chrome/browser/ui/ash/chrome_shell_delegate_views.cc       Profile* profile = content::Source<Profile>(source).ptr();
profile           207 chrome/browser/ui/ash/chrome_shell_delegate_views.cc       SigninErrorNotifierFactory::GetForProfile(profile);
profile           208 chrome/browser/ui/ash/chrome_shell_delegate_views.cc       SyncErrorNotifierFactory::GetForProfile(profile);
profile            55 chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.cc   return multi_user_util::IsProfileFromActiveUser(browser->profile());
profile           292 chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.cc         browser->profile()->GetExtensionService();
profile            42 chrome/browser/ui/ash/launcher/app_window_launcher_controller.cc       apps::AppWindowRegistry::Get(owner->profile());
profile            72 chrome/browser/ui/ash/launcher/app_window_launcher_controller.cc     Profile* profile) {
profile            79 chrome/browser/ui/ash/launcher/app_window_launcher_controller.cc   apps::AppWindowRegistry* registry = apps::AppWindowRegistry::Get(profile);
profile            50 chrome/browser/ui/ash/launcher/app_window_launcher_controller.h   virtual void AdditionalUserAddedToSession(Profile* profile);
profile           114 chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.cc       launcher_controller()->profile(),
profile           132 chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.cc       launcher_controller()->profile(),
profile           263 chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.cc   const Profile* profile =
profile           265 chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.cc   return profile->IsOffTheRecord() && !profile->IsGuestSession();
profile           305 chrome/browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.cc       browser = chrome::FindTabbedBrowser(launcher_controller()->profile(),
profile           256 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc   void AddUser(Profile* profile);
profile           274 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc   Profile* profile = multi_user_util::GetProfileFromUserID(
profile           278 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc   if (!profile)
profile           281 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc     AddUser(profile);
profile           291 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc     Profile* profile = content::Source<Profile>(source).ptr();
profile           292 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc     std::string user_id = multi_user_util::GetUserIDFromProfile(profile);
profile           299 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc       AddUser(profile->GetOriginalProfile());
profile           305 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc     Profile* profile) {
profile           308 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc     chrome::MultiUserWindowManager::GetInstance()->AddUser(profile);
profile           309 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc   controller_->AdditionalUserAddedToSession(profile->GetOriginalProfile());
profile           313 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc ChromeLauncherController::ChromeLauncherController(Profile* profile,
profile           317 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc       profile_(profile),
profile           431 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc     Profile* profile,
profile           436 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc   instance_ = new ChromeLauncherController(profile, model);
profile          1016 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc         multi_user_util::GetUserIDFromProfile(profile());
profile          1110 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc void ChromeLauncherController::AdditionalUserAddedToSession(Profile* profile) {
profile          1112 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc   app_window_controller_->AdditionalUserAddedToSession(profile);
profile          1399 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc   return multi_user_util::IsProfileFromActiveUser(browser->profile());
profile          1931 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc   const Profile* profile =
profile          1933 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc   return profile->IsOffTheRecord() && !profile->IsGuestSession();
profile          1972 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc void ChromeLauncherController::AttachProfile(Profile* profile) {
profile          1973 chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc   profile_ = profile;
profile           134 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h     virtual void SetCurrentUser(Profile* profile) = 0;
profile           137 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h   ChromeLauncherController(Profile* profile, ash::ShelfModel* model);
profile           144 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h   static ChromeLauncherController* CreateInstance(Profile* profile,
profile           252 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h   Profile* profile();
profile           338 chrome/browser/ui/ash/launcher/chrome_launcher_controller.h   void AdditionalUserAddedToSession(Profile* profile);
profile            82 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   explicit TestAppWindowRegistryObserver(Profile* profile)
profile            83 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc       : profile_(profile), icon_updates_(0) {
profile           217 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc         profile())->extension_service();
profile           222 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc     OpenApplication(AppLaunchParams(profile(),
profile           231 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc         profile())->extension_service();
profile           785 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   TestAppWindowRegistryObserver test_observer(browser()->profile());
profile           883 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   chrome::NewEmptyWindow(browser()->profile(), chrome::HOST_DESKTOP_TYPE_ASH);
profile          1034 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   Browser* browser2 = CreateBrowser(profile());
profile          1427 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   Browser* browser2 = CreateBrowser(profile());
profile          1442 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc   Browser* browser3 = CreateBrowser(profile());
profile          1479 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc       Browser::CreateParams(profile(), chrome::GetActiveDesktop());
profile          1999 chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc       profile(),
profile           205 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   virtual void SetCurrentUser(Profile* profile) OVERRIDE {
profile           299 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc             extensions::ExtensionSystem::Get(profile())));
profile           385 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc     profile()->GetTestingPrefService()->SetUserPref(prefs::kPinnedLauncherApps,
profile           434 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc         new ChromeLauncherController(profile(), model_.get()));
profile           582 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc     profile()->GetTestingPrefService()->SetInteger(prefs::kShelfChromeIconIndex,
profile           720 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   V1App(Profile* profile, const std::string& app_name) {
profile           734 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc         profile,
profile           767 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   V2App(Profile* profile, const extensions::Extension* extension) {
profile           769 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc         new apps::AppWindow(profile, new ChromeAppWindowDelegate(), extension);
profile           860 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc     TestingProfile* profile = profile_manager()->CreateTestingProfile(
profile           865 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc     profile->set_profile_name(email_string);
profile           866 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc     EXPECT_TRUE(profile);
profile           868 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc     created_profiles_[profile] = profile_name;
profile           870 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc       chrome::MultiUserWindowManager::GetInstance()->AddUser(profile);
profile           872 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc       launcher_controller_->AdditionalUserAddedToSession(profile);
profile           873 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc     return profile;
profile           892 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   Browser* CreateBrowserAndTabWithProfile(Profile* profile,
profile           895 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc     Browser::CreateParams params(profile, chrome::HOST_DESKTOP_TYPE_ASH);
profile           908 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   V1App* CreateRunningV1App(Profile* profile,
profile           911 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc     V1App* v1_app = new V1App(profile, app_name);
profile           935 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   virtual void DestroyProfile(TestingProfile* profile) OVERRIDE {
profile           937 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc     ProfileToNameMap::iterator it = created_profiles_.find(profile);
profile           996 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   profile()->GetTestingPrefService()->SetUserPref(prefs::kPinnedLauncherApps,
profile           998 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   EXPECT_EQ(0, profile()->GetPrefs()->GetInteger(prefs::kShelfChromeIconIndex));
profile          1036 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   profile()->GetTestingPrefService()->SetUserPref(prefs::kPinnedLauncherApps,
profile          1038 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   EXPECT_EQ(0, profile()->GetPrefs()->GetInteger(prefs::kShelfChromeIconIndex));
profile          1075 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   profile()->GetTestingPrefService()->SetUserPref(prefs::kPinnedLauncherApps,
profile          1077 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   profile()->GetTestingPrefService()->SetInteger(prefs::kShelfChromeIconIndex,
profile          1113 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   profile()->GetTestingPrefService()->SetUserPref(prefs::kPinnedLauncherApps,
profile          1115 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   EXPECT_EQ(0, profile()->GetPrefs()->GetInteger(prefs::kShelfChromeIconIndex));
profile          1126 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   profile()->GetTestingPrefService()->SetInteger(prefs::kShelfChromeIconIndex,
profile          1128 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   profile()->GetTestingPrefService()->SetUserPref(prefs::kPinnedLauncherApps,
profile          1135 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   profile()->GetTestingPrefService()->SetInteger(prefs::kShelfChromeIconIndex,
profile          1137 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   profile()->GetTestingPrefService()->SetUserPref(prefs::kPinnedLauncherApps,
profile          1172 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   profile()->GetTestingPrefService()->SetUserPref(prefs::kPinnedLauncherApps,
profile          1174 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   EXPECT_EQ(0, profile()->GetPrefs()->GetInteger(prefs::kShelfChromeIconIndex));
profile          1191 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   profile()->GetTestingPrefService()->SetUserPref(prefs::kPinnedLauncherApps,
profile          1230 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   profile()->GetTestingPrefService()->SetUserPref(prefs::kPinnedLauncherApps,
profile          1268 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   profile()->GetTestingPrefService()->SetUserPref(prefs::kPinnedLauncherApps,
profile          1304 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   profile()->GetTestingPrefService()->SetUserPref(prefs::kPinnedLauncherApps,
profile          1321 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   profile()->GetTestingPrefService()->SetUserPref(prefs::kPinnedLauncherApps,
profile          1329 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   profile()->GetTestingPrefService()->SetUserPref(prefs::kPinnedLauncherApps,
profile          1339 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   profile()->GetTestingPrefService()->SetUserPref(prefs::kPinnedLauncherApps,
profile          1524 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc       multi_user_util::GetUserIDFromProfile(profile());
profile          1565 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc         profile(), extension_misc::kGmailAppId, gmail_url));
profile          1575 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc     SwitchActiveUser(profile()->GetProfileName());
profile          1603 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc     SwitchActiveUser(profile()->GetProfileName());
profile          1610 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   SwitchActiveUser(profile()->GetProfileName());
profile          1629 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc         profile(),
profile          1642 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   SwitchActiveUser(profile()->GetProfileName());
profile          1649 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc         profile(),
profile          1673 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc         profile(), extension_misc::kGmailAppId, gmail_url));
profile          1677 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc     SwitchActiveUser(profile()->GetProfileName());
profile          1687 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   SwitchActiveUser(profile()->GetProfileName());
profile          1705 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   manager->AddUser(profile());
profile          1708 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc       multi_user_util::GetUserIDFromProfile(profile());
profile          1712 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc       Browser::CreateParams(profile(), chrome::HOST_DESKTOP_TYPE_ASH)));
profile          1777 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   profile()->GetTestingPrefService()->SetUserPref(prefs::kPinnedLauncherApps,
profile          1798 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   profile()->GetTestingPrefService()->SetUserPref(prefs::kPinnedLauncherApps,
profile          1810 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   profile()->GetTestingPrefService()->SetUserPref(prefs::kPinnedLauncherApps,
profile          1817 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   profile()->GetTestingPrefService()->SetUserPref(prefs::kPinnedLauncherApps,
profile          1831 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   profile()->GetTestingPrefService()->SetUserPref(prefs::kPinnedLauncherApps,
profile          1852 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   profile()->GetTestingPrefService()->SetUserPref(prefs::kPinnedLauncherApps,
profile          1862 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   profile()->GetTestingPrefService()->SetUserPref(prefs::kPinnedLauncherApps,
profile          1869 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   profile()->GetTestingPrefService()->SetUserPref(prefs::kPinnedLauncherApps,
profile          1882 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   profile()->GetTestingPrefService()->SetUserPref(prefs::kPinnedLauncherApps,
profile          1889 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   profile()->GetTestingPrefService()->SetUserPref(prefs::kPinnedLauncherApps,
profile          1896 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   profile()->GetTestingPrefService()->SetUserPref(prefs::kPinnedLauncherApps,
profile          1903 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   profile()->GetTestingPrefService()->SetUserPref(prefs::kPinnedLauncherApps,
profile          1921 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   profile()->GetTestingPrefService()->SetUserPref(prefs::kPinnedLauncherApps,
profile          1928 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   profile()->GetTestingPrefService()->SetUserPref(prefs::kPinnedLauncherApps,
profile          1935 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   profile()->GetTestingPrefService()->SetUserPref(prefs::kPinnedLauncherApps,
profile          1942 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   profile()->GetTestingPrefService()->SetUserPref(prefs::kPinnedLauncherApps,
profile          1962 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   profile()->GetTestingPrefService()->SetUserPref(prefs::kPinnedLauncherApps,
profile          1969 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   profile()->GetTestingPrefService()->SetUserPref(prefs::kPinnedLauncherApps,
profile          1976 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   profile()->GetTestingPrefService()->SetUserPref(prefs::kPinnedLauncherApps,
profile          1989 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   profile()->GetTestingPrefService()->SetManagedPref(prefs::kPinnedLauncherApps,
profile          2013 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   profile()->GetTestingPrefService()->SetManagedPref(prefs::kPinnedLauncherApps,
profile          2048 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   profile()->GetTestingPrefService()->SetUserPref(prefs::kPinnedLauncherApps,
profile          2057 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   profile()->GetTestingPrefService()->SetUserPref(prefs::kPinnedLauncherApps,
profile          2068 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   profile()->GetTestingPrefService()->SetUserPref(prefs::kPinnedLauncherApps,
profile          2079 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   profile()->GetTestingPrefService()->SetUserPref(prefs::kPinnedLauncherApps,
profile          2087 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   profile()->GetTestingPrefService()->SetUserPref(prefs::kPinnedLauncherApps,
profile          2104 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   profile()->GetTestingPrefService()->SetUserPref(prefs::kPinnedLauncherApps,
profile          2194 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   Browser::CreateParams ash_params(profile(), chrome::HOST_DESKTOP_TYPE_ASH);
profile          2412 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   V2App v2_app(profile(), extension1_);
profile          2420 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   SwitchActiveUser(profile()->GetProfileName());
profile          2442 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc     V2App v2_app(profile(), extension1_);
profile          2446 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc     SwitchActiveUser(profile()->GetProfileName());
profile          2460 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc   SwitchActiveUser(profile()->GetProfileName());
profile          2772 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc       ChromeLauncherController::CreateInstance(profile(), model_.get()));
profile          2827 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc       ChromeLauncherController::CreateInstance(profile(), model_.get()));
profile            26 chrome/browser/ui/ash/launcher/chrome_launcher_controller_win.cc       apps::AppWindowRegistry::Get(profile())
profile            25 chrome/browser/ui/ash/launcher/launcher_app_tab_helper.cc const extensions::Extension* GetExtensionForTab(Profile* profile,
profile            27 chrome/browser/ui/ash/launcher/launcher_app_tab_helper.cc   ExtensionService* extension_service = profile->GetExtensionService();
profile            51 chrome/browser/ui/ash/launcher/launcher_app_tab_helper.cc         extensions::ExtensionRegistry::Get(profile)->enabled_extensions();
profile            63 chrome/browser/ui/ash/launcher/launcher_app_tab_helper.cc const extensions::Extension* GetExtensionByID(Profile* profile,
profile            65 chrome/browser/ui/ash/launcher/launcher_app_tab_helper.cc   ExtensionService* extension_service = profile->GetExtensionService();
profile            73 chrome/browser/ui/ash/launcher/launcher_app_tab_helper.cc LauncherAppTabHelper::LauncherAppTabHelper(Profile* profile)
profile            74 chrome/browser/ui/ash/launcher/launcher_app_tab_helper.cc     : profile_(profile) {
profile           105 chrome/browser/ui/ash/launcher/launcher_app_tab_helper.cc void LauncherAppTabHelper::SetCurrentUser(Profile* profile) {
profile           106 chrome/browser/ui/ash/launcher/launcher_app_tab_helper.cc   profile_ = profile;
profile            18 chrome/browser/ui/ash/launcher/launcher_app_tab_helper.h   explicit LauncherAppTabHelper(Profile* profile);
profile            24 chrome/browser/ui/ash/launcher/launcher_app_tab_helper.h   virtual void SetCurrentUser(Profile* profile) OVERRIDE;
profile            75 chrome/browser/ui/ash/launcher/launcher_context_menu.cc           controller->profile(), this, this,
profile            85 chrome/browser/ui/ash/launcher/launcher_context_menu.cc       controller_->profile(), this, this,
profile           251 chrome/browser/ui/ash/launcher/launcher_context_menu.cc           controller_->profile()->GetPrefs()) != IncognitoModePrefs::FORCED;
profile           257 chrome/browser/ui/ash/launcher/launcher_context_menu.cc           controller_->profile()->GetPrefs()) != IncognitoModePrefs::DISABLED;
profile            22 chrome/browser/ui/ash/launcher/launcher_context_menu_unittest.cc   TestChromeLauncherController(Profile* profile, ash::ShelfModel* model)
profile            23 chrome/browser/ui/ash/launcher/launcher_context_menu_unittest.cc       : ChromeLauncherController(profile, model) {}
profile            44 chrome/browser/ui/ash/launcher/launcher_context_menu_unittest.cc         new TestChromeLauncherController(profile(), &shelf_model_));
profile            83 chrome/browser/ui/ash/launcher/launcher_context_menu_unittest.cc   IncognitoModePrefs::SetAvailability(profile()->GetPrefs(),
profile           105 chrome/browser/ui/ash/launcher/launcher_context_menu_unittest.cc   IncognitoModePrefs::SetAvailability(profile()->GetPrefs(),
profile            37 chrome/browser/ui/ash/launcher/launcher_item_controller.cc       launcher_controller_->profile()->GetExtensionService()->
profile            47 chrome/browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.cc     Profile* profile =
profile            49 chrome/browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.cc     if (!multi_user_util::IsProfileFromActiveUser(profile) &&
profile            57 chrome/browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.cc     Profile* profile =
profile            59 chrome/browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.cc     if (multi_user_util::IsProfileFromActiveUser(profile) &&
profile            66 chrome/browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.cc     Profile* profile) {
profile            68 chrome/browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.cc   apps::AppWindowRegistry* registry = apps::AppWindowRegistry::Get(profile);
profile            78 chrome/browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.cc   Profile* profile = Profile::FromBrowserContext(app_window->browser_context());
profile            79 chrome/browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.cc   if (multi_user_util::IsProfileFromActiveUser(profile)) {
profile            21 chrome/browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.h   virtual void AdditionalUserAddedToSession(Profile* profile) OVERRIDE;
profile            30 chrome/browser/ui/ash/launcher/multi_profile_browser_status_monitor.cc     bool owned = multi_user_util::IsProfileFromActiveUser((*it)->profile());
profile            48 chrome/browser/ui/ash/launcher/multi_profile_browser_status_monitor.cc         !multi_user_util::IsProfileFromActiveUser(browser->profile())) {
profile            63 chrome/browser/ui/ash/launcher/multi_profile_browser_status_monitor.cc         multi_user_util::IsProfileFromActiveUser(browser->profile())) {
profile            85 chrome/browser/ui/ash/launcher/multi_profile_browser_status_monitor.cc   if (multi_user_util::IsProfileFromActiveUser(browser->profile())) {
profile            95 chrome/browser/ui/ash/launcher/multi_profile_browser_status_monitor.cc   if (multi_user_util::IsProfileFromActiveUser(browser->profile())) {
profile            22 chrome/browser/ui/ash/multi_user/multi_user_util.cc std::string GetUserIDFromProfile(Profile* profile) {
profile            23 chrome/browser/ui/ash/multi_user/multi_user_util.cc   return GetUserIDFromEmail(profile->GetOriginalProfile()->GetProfileName());
profile            63 chrome/browser/ui/ash/multi_user/multi_user_util.cc bool IsProfileFromActiveUser(Profile* profile) {
profile            65 chrome/browser/ui/ash/multi_user/multi_user_util.cc   return GetUserIDFromProfile(profile) ==
profile            19 chrome/browser/ui/ash/multi_user/multi_user_util.h std::string GetUserIDFromProfile(Profile* profile);
profile            33 chrome/browser/ui/ash/multi_user/multi_user_util.h bool IsProfileFromActiveUser(Profile* profile);
profile           135 chrome/browser/ui/ash/multi_user/multi_user_window_manager.h   virtual void AddUser(content::BrowserContext* profile) = 0;
profile           112 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc     if (browser->profile()->IsOffTheRecord()) {
profile           251 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc   Profile* profile = multi_user_util::GetProfileFromUserID(current_user_id);
profile           252 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc   if (profile)
profile           253 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc     AddUser(profile);
profile           268 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc     Profile* profile = multi_user_util::GetProfileFromUserID(
profile           270 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc     DCHECK(profile);
profile           271 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc     apps::AppWindowRegistry::Get(profile)
profile           377 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc   Profile* profile = Profile::FromBrowserContext(context);
profile           378 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc   const std::string& user_id = multi_user_util::GetUserIDFromProfile(profile);
profile           383 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc   apps::AppWindowRegistry::Get(profile)
profile           388 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc       apps::AppWindowRegistry::Get(profile)->app_windows();
profile           398 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc     if ((*browser_it)->profile()->GetOriginalProfile() == profile)
profile           723 chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.cc                  multi_user_util::GetUserIDFromProfile(browser->profile()));
profile           126 chrome/browser/ui/ash/screenshot_taker.cc                                       Profile* profile,
profile           129 chrome/browser/ui/ash/screenshot_taker.cc         profile_(profile),
profile           250 chrome/browser/ui/ash/screenshot_taker.cc     Profile* profile,
profile           259 chrome/browser/ui/ash/screenshot_taker.cc         profile,
profile           274 chrome/browser/ui/ash/screenshot_taker.cc                             Profile* profile,
profile           279 chrome/browser/ui/ash/screenshot_taker.cc         profile,
profile           283 chrome/browser/ui/ash/screenshot_taker.cc                    profile,
profile           296 chrome/browser/ui/ash/screenshot_taker.cc                             Profile* profile,
profile           309 chrome/browser/ui/ash/screenshot_taker.cc   Profile* profile = ProfileManager::GetActiveUserProfile();
profile           310 chrome/browser/ui/ash/screenshot_taker.cc   if (profile) {
profile           311 chrome/browser/ui/ash/screenshot_taker.cc     return profile->GetPrefs()->GetBoolean(prefs::kUse24HourClock);
profile           579 chrome/browser/ui/ash/screenshot_taker.cc     Profile* profile,
profile           599 chrome/browser/ui/ash/screenshot_taker.cc     Profile* profile,
profile           632 chrome/browser/ui/ash/screenshot_taker.cc void ScreenshotTaker::SetScreenshotProfileForTest(Profile* profile) {
profile           633 chrome/browser/ui/ash/screenshot_taker.cc   profile_for_test_ = profile;
profile            82 chrome/browser/ui/ash/screenshot_taker.h                                       Profile* profile,
profile            86 chrome/browser/ui/ash/screenshot_taker.h                                    Profile* profile,
profile            93 chrome/browser/ui/ash/screenshot_taker.h   void SetScreenshotProfileForTest(Profile* profile);
profile            77 chrome/browser/ui/ash/screenshot_taker_unittest.cc       Profile* profile) {
profile            78 chrome/browser/ui/ash/screenshot_taker_unittest.cc     screenshot_taker->SetScreenshotProfileForTest(profile);
profile           110 chrome/browser/ui/ash/screenshot_taker_unittest.cc   TestingProfile* profile =
profile           118 chrome/browser/ui/ash/screenshot_taker_unittest.cc   SetScreenshotProfileForTest(&screenshot_taker, profile);
profile            85 chrome/browser/ui/ash/session_state_delegate_chromeos.cc     Profile* profile = chromeos::UserManager::Get()->GetProfileByUser(user);
profile            86 chrome/browser/ui/ash/session_state_delegate_chromeos.cc     if (profile->GetPrefs()->GetBoolean(prefs::kEnableAutoScreenLock))
profile           925 chrome/browser/ui/ash/system_tray_delegate_chromeos.cc void SystemTrayDelegateChromeOS::SetProfile(Profile* profile) {
profile           931 chrome/browser/ui/ash/system_tray_delegate_chromeos.cc   user_profile_ = profile;
profile           938 chrome/browser/ui/ash/system_tray_delegate_chromeos.cc   PrefService* prefs = profile->GetPrefs();
profile           982 chrome/browser/ui/ash/system_tray_delegate_chromeos.cc       profile->GetPrefs()->GetInteger(prefs::kLanguageRemapSearchKeyTo);
profile           985 chrome/browser/ui/ash/system_tray_delegate_chromeos.cc bool SystemTrayDelegateChromeOS::UnsetProfile(Profile* profile) {
profile           986 chrome/browser/ui/ash/system_tray_delegate_chromeos.cc   if (profile != user_profile_)
profile          1106 chrome/browser/ui/ash/system_tray_delegate_chromeos.cc     if ((*it)->profile()->IsSameProfile(user_profile_)) {
profile           150 chrome/browser/ui/ash/system_tray_delegate_chromeos.h   void SetProfile(Profile* profile);
profile           152 chrome/browser/ui/ash/system_tray_delegate_chromeos.h   bool UnsetProfile(Profile* profile);
profile            84 chrome/browser/ui/auto_login_infobar_delegate.cc   Profile* profile =
profile            87 chrome/browser/ui/auto_login_infobar_delegate.cc       ProfileOAuth2TokenServiceFactory::GetForProfile(profile);
profile            89 chrome/browser/ui/auto_login_infobar_delegate.cc       SigninManagerFactory::GetInstance()->GetForProfile(profile);
profile            92 chrome/browser/ui/auto_login_infobar_delegate.cc                                                 profile->GetRequestContext()));
profile           143 chrome/browser/ui/auto_login_infobar_delegate.cc   Profile* profile =
profile           151 chrome/browser/ui/auto_login_infobar_delegate.cc       scoped_ptr<ConfirmInfoBarDelegate>(new Delegate(params, profile))));
profile           155 chrome/browser/ui/auto_login_infobar_delegate.cc                                                    Profile* profile)
profile           158 chrome/browser/ui/auto_login_infobar_delegate.cc       profile_(profile),
profile            40 chrome/browser/ui/auto_login_infobar_delegate.h   AutoLoginInfoBarDelegate(const Params& params, Profile* profile);
profile            32 chrome/browser/ui/auto_login_prompter.cc bool FetchUsernameThroughSigninManager(Profile* profile, std::string* output) {
profile            35 chrome/browser/ui/auto_login_prompter.cc       SigninManagerFactory::GetInstance()->GetForProfile(profile);
profile            40 chrome/browser/ui/auto_login_prompter.cc       ProfileOAuth2TokenServiceFactory::GetForProfile(profile);
profile           103 chrome/browser/ui/auto_login_prompter.cc   Profile* profile =
profile           106 chrome/browser/ui/auto_login_prompter.cc   if (!profile->GetPrefs()->GetBoolean(prefs::kAutologinEnabled))
profile           112 chrome/browser/ui/auto_login_prompter.cc   if (!FetchUsernameThroughSigninManager(profile, &params.username))
profile            31 chrome/browser/ui/autofill/account_chooser_model.cc     Profile* profile,
profile            39 chrome/browser/ui/autofill/account_chooser_model.cc   if (profile->GetPrefs()->GetBoolean(
profile            41 chrome/browser/ui/autofill/account_chooser_model.cc       profile->IsOffTheRecord() ||
profile            55 chrome/browser/ui/autofill/account_chooser_model.h                       Profile* profile,
profile            23 chrome/browser/ui/autofill/account_chooser_model_unittest.cc                           Profile* profile,
profile            26 chrome/browser/ui/autofill/account_chooser_model_unittest.cc       : AccountChooserModel(delegate, profile, disable_wallet, metric_logger) {}
profile            71 chrome/browser/ui/autofill/account_chooser_model_unittest.cc     profile()->GetPrefs()->SetBoolean(
profile            74 chrome/browser/ui/autofill/account_chooser_model_unittest.cc                                   profile(),
profile            81 chrome/browser/ui/autofill/account_chooser_model_unittest.cc     profile()->GetPrefs()->SetBoolean(
profile            84 chrome/browser/ui/autofill/account_chooser_model_unittest.cc                                   profile(),
profile            92 chrome/browser/ui/autofill/account_chooser_model_unittest.cc     profile()->GetPrefs()->SetBoolean(
profile            94 chrome/browser/ui/autofill/account_chooser_model_unittest.cc     TestAccountChooserModel model(delegate(), profile(), true, metric_logger());
profile           102 chrome/browser/ui/autofill/account_chooser_model_unittest.cc     incognito->SetOriginalProfile(profile());
profile           103 chrome/browser/ui/autofill/account_chooser_model_unittest.cc     profile()->GetPrefs()->SetBoolean(
profile           117 chrome/browser/ui/autofill/account_chooser_model_unittest.cc   ASSERT_FALSE(profile()->GetPrefs()->GetBoolean(
profile           124 chrome/browser/ui/autofill/account_chooser_model_unittest.cc   profile()->GetPrefs()->SetBoolean(
profile           317 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc     autofill::test::DisableSystemServices(browser()->profile()->GetPrefs());
profile           513 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc   void AddCreditcardToProfile(Profile* profile, const CreditCard& card) {
profile           514 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc     PersonalDataManagerFactory::GetForProfile(profile)->AddCreditCard(card);
profile           518 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc   void AddAutofillProfileToProfile(Profile* profile,
profile           520 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc     PersonalDataManagerFactory::GetForProfile(profile)->AddProfile(
profile           587 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc   AutofillProfile profile(test::GetVerifiedProfile());
profile           588 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc   controller()->GetTestingManager()->AddTestingProfile(&profile);
profile           608 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc   AutofillProfile profile(test::GetVerifiedProfile());
profile           609 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc   controller()->GetTestingManager()->AddTestingProfile(&profile);
profile           934 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc   AddCreditcardToProfile(controller->profile(), test::GetVerifiedCreditCard());
profile           935 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc   AddAutofillProfileToProfile(controller->profile(),
profile           956 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc   AddCreditcardToProfile(controller->profile(), credit_card);
profile           957 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc   AddAutofillProfileToProfile(controller->profile(),
profile          1115 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc   browser()->profile()->GetPrefs()->SetBoolean(
profile          1261 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc   AddCreditcardToProfile(controller->profile(), test::GetVerifiedCreditCard());
profile          1262 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc   AddAutofillProfileToProfile(controller->profile(),
profile           223 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc                                AutofillProfile* profile) {
profile           236 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc       if (profile) {
profile           237 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc         profile->SetInfo(AutofillType(type),
profile           250 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc       } else if (profile) {
profile           251 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc         profile->SetRawInfo(AutofillType(type).GetStorableType(), trimmed);
profile           526 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc base::string16 GetInfoFromProfile(const AutofillProfile& profile,
profile           528 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc   return profile.GetInfo(type, g_browser_process->GetApplicationLocale());
profile           534 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc                        AutofillProfile* profile) {
profile           537 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc   i18ninput::CreateAddressData(base::Bind(&GetInfoFromProfile, *profile),
profile           543 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc   profile->SetInfo(AutofillType(ADDRESS_HOME_STATE),
profile          1647 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc   AutofillProfile* profile = GetManager()->GetProfileByGUID(item_key);
profile          1648 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc   DCHECK(profile);
profile          1651 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc         new AutofillShippingAddressWrapper(profile));
profile          1655 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc       new AutofillProfileWrapper(profile));
profile          1849 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc     AutofillProfile profile;
profile          1850 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc     FillFormGroupFromOutputs(inputs, &profile);
profile          1852 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc     i18ninput::CreateAddressData(base::Bind(&GetInfoFromProfile, profile),
profile          2939 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc         const AutofillProfile& profile = *profiles[i];
profile          2940 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc         if (!i18ninput::AddressHasCompleteAndVerifiedData(profile) ||
profile          2942 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc                 base::UTF16ToASCII(profile.GetRawInfo(ADDRESS_HOME_COUNTRY)))) {
profile          2948 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc         suggested_shipping_.AddKeyedItem(profile.guid(), labels[i]);
profile          2950 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc             profile.guid(),
profile          2953 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc                 base::UTF16ToUTF8(profile.GetRawInfo(ADDRESS_HOME_COUNTRY))));
profile          2954 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc         if (!profile.GetRawInfo(EMAIL_ADDRESS).empty() &&
profile          2955 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc             !profile.IsPresentButInvalid(EMAIL_ADDRESS)) {
profile          2956 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc           suggested_billing_.AddKeyedItem(profile.guid(), labels[i]);
profile          2958 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc               profile.guid(),
profile          2961 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc                   base::UTF16ToUTF8(profile.GetRawInfo(ADDRESS_HOME_COUNTRY))));
profile          3100 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc         DCHECK(!profile()->IsOffTheRecord());
profile          3112 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc       AutofillProfile profile;
profile          3113 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc       FillFormGroupFromOutputs(output, &profile);
profile          3116 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc         profile.set_origin(RulesAreLoaded(section) ?
profile          3119 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc         std::string guid = GetManager()->SaveImportedProfile(profile);
profile          3123 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc       AutofillProfileWrapper profile_wrapper(&profile);
profile          3188 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc     const AutofillProfile& profile) {
profile          3190 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc       base::UTF16ToASCII(profile.GetRawInfo(ADDRESS_HOME_COUNTRY));
profile          3256 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc   AutofillProfile profile;
profile          3257 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc   FillFormGroupFromOutputs(inputs, &profile);
profile          3261 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc       base::Bind(&GetInfoFromProfile, profile), &user_input);
profile          3453 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc     const AutofillProfile& profile) {
profile          3455 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc   i18ninput::CreateAddressData(base::Bind(&GetInfoFromProfile, profile),
profile          3585 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc   AutofillProfile profile;
profile          3587 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc   GetBillingInfoFromOutputs(output, &card, &cvc, &profile);
profile          3588 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc   CanonicalizeState(validator_.get(), &profile);
profile          3591 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc       new wallet::Instrument(card, cvc, profile));
profile          3600 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc   AutofillProfile profile;
profile          3601 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc   FillFormGroupFromOutputs(output, &profile);
profile          3602 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc   CanonicalizeState(validator_.get(), &profile);
profile          3604 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc   return scoped_ptr<wallet::Address>(new wallet::Address(profile));
profile          3767 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc   DictionaryPrefUpdate updater(profile()->GetPrefs(),
profile          3795 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc   const base::DictionaryValue* choices = profile()->GetPrefs()->GetDictionary(
profile          3926 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc       AutofillProfile* profile = GetManager()->GetProfileByGUID(item_key);
profile          3927 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc       billing_profile.reset(new AutofillProfile(*profile));
profile           161 chrome/browser/ui/autofill/autofill_dialog_controller_impl.h   virtual Profile* profile() OVERRIDE;
profile           439 chrome/browser/ui/autofill/autofill_dialog_controller_impl.h                             const AutofillProfile& profile);
profile           524 chrome/browser/ui/autofill/autofill_dialog_controller_impl.h   bool HasInvalidAddress(const AutofillProfile& profile);
profile           427 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc     profile()->GetPrefs()->ClearPref(::prefs::kAutofillDialogSaveData);
profile           462 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc     controller_->Init(profile());
profile           470 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc     if (!profile()->GetPrefs()->GetBoolean(
profile          1027 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   AutofillProfile profile(test::GetVerifiedProfile());
profile          1029 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   controller()->GetTestingManager()->AddTestingProfile(&profile);
profile          1045 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc     controller()->GetTestingManager()->AddTestingProfile(&profile);
profile          1057 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   controller()->GetTestingManager()->AddTestingProfile(&profile);
profile          1067 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   AutofillProfile profile(test::GetVerifiedProfile());
profile          1069 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   controller()->GetTestingManager()->AddTestingProfile(&profile);
profile          1094 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   controller()->GetTestingManager()->AddTestingProfile(&profile);
profile          1131 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   AutofillProfile profile(test::GetVerifiedProfile());
profile          1133 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   profile.SetRawInfo(EMAIL_ADDRESS, kValidEmail);
profile          1134 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   controller()->GetTestingManager()->AddTestingProfile(&profile);
profile          1146 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   AutofillProfile profile(test::GetVerifiedProfile());
profile          1147 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   profile.SetRawInfo(EMAIL_ADDRESS, ASCIIToUTF16(".!#$%&'*+/=?^_`-@-.."));
profile          1148 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   controller()->GetTestingManager()->AddTestingProfile(&profile);
profile          1176 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   AutofillProfile profile(test::GetVerifiedProfile());
profile          1177 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   profile.SetRawInfo(ADDRESS_HOME_STATE, base::string16());
profile          1178 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   controller()->GetTestingManager()->AddTestingProfile(&profile);
profile          1188 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   AutofillProfile profile(test::GetVerifiedProfile());
profile          1189 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   profile.SetRawInfo(EMAIL_ADDRESS, base::string16());
profile          1190 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   controller()->GetTestingManager()->AddTestingProfile(&profile);
profile          2077 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   ASSERT_FALSE(profile()->GetPrefs()->HasPrefPath(
profile          2085 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   EXPECT_FALSE(profile()->GetPrefs()->HasPrefPath(
profile          2090 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   ASSERT_FALSE(profile()->GetPrefs()->HasPrefPath(
profile          2097 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   EXPECT_FALSE(profile()->GetPrefs()->HasPrefPath(
profile          2118 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   ASSERT_FALSE(profile()->GetPrefs()->HasPrefPath(
profile          2125 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   EXPECT_TRUE(profile()->GetPrefs()->HasPrefPath(
profile          2127 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   EXPECT_TRUE(profile()->GetPrefs()->GetBoolean(
profile          2134 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   EXPECT_TRUE(profile()->GetPrefs()->HasPrefPath(
profile          2136 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   EXPECT_TRUE(profile()->GetPrefs()->GetBoolean(
profile          2142 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   EXPECT_TRUE(profile()->GetPrefs()->HasPrefPath(
profile          2144 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   EXPECT_TRUE(profile()->GetPrefs()->GetBoolean(
profile          2160 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   EXPECT_TRUE(profile()->GetPrefs()->HasPrefPath(
profile          2162 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   EXPECT_FALSE(profile()->GetPrefs()->GetBoolean(
profile          2247 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   profile()->GetPrefs()->SetBoolean(prefs::kAutofillEnabled, false);
profile          2250 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   profile()->GetPrefs()->SetBoolean(prefs::kAutofillEnabled, true);
profile          2254 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   profile()->ForceIncognito(true);
profile          2260 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   ASSERT_TRUE(profile()->GetPrefs()->GetBoolean(prefs::kAutofillEnabled));
profile          2275 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   profile()->GetPrefs()->SetBoolean(prefs::kAutofillEnabled, false);
profile          2992 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   profile()->GetPrefs()->SetBoolean(
profile          3043 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   ASSERT_FALSE(profile()->GetPrefs()->HasPrefPath(
profile          3052 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   ASSERT_FALSE(profile()->GetPrefs()->GetBoolean(
profile          3061 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   ASSERT_TRUE(profile()->GetPrefs()->GetBoolean(
profile          3071 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   EXPECT_TRUE(profile()->GetPrefs()->GetBoolean(
profile          3078 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   EXPECT_FALSE(profile()->GetPrefs()->GetBoolean(
profile          3396 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   AutofillProfile profile(test::GetVerifiedProfile());
profile          3397 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   profile.SetRawInfo(NAME_FULL, ASCIIToUTF16("The Man Without a Country"));
profile          3398 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   profile.SetRawInfo(ADDRESS_HOME_COUNTRY, base::string16());
profile          3399 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   controller()->GetTestingManager()->AddTestingProfile(&profile);
profile          3406 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc       profile.GetRawInfo(NAME_FULL).substr(0, 1),
profile           102 chrome/browser/ui/autofill/autofill_dialog_i18n_input.cc bool AddressHasCompleteAndVerifiedData(const AutofillProfile& profile) {
profile           103 chrome/browser/ui/autofill/autofill_dialog_i18n_input.cc   if (!profile.IsVerified())
profile           106 chrome/browser/ui/autofill/autofill_dialog_i18n_input.cc   base::string16 country_code = profile.GetRawInfo(ADDRESS_HOME_COUNTRY);
profile           116 chrome/browser/ui/autofill/autofill_dialog_i18n_input.cc     if (profile.GetRawInfo(type).empty())
profile           126 chrome/browser/ui/autofill/autofill_dialog_i18n_input.cc     if (profile.GetRawInfo(more_required_fields[i]).empty())
profile            43 chrome/browser/ui/autofill/autofill_dialog_i18n_input.h bool AddressHasCompleteAndVerifiedData(const AutofillProfile& profile);
profile           211 chrome/browser/ui/autofill/autofill_dialog_view_delegate.h   virtual Profile* profile() = 0;
profile           100 chrome/browser/ui/autofill/data_model_wrapper.cc AutofillProfileWrapper::AutofillProfileWrapper(const AutofillProfile* profile)
profile           101 chrome/browser/ui/autofill/data_model_wrapper.cc     : profile_(profile),
profile           106 chrome/browser/ui/autofill/data_model_wrapper.cc     const AutofillProfile* profile,
profile           109 chrome/browser/ui/autofill/data_model_wrapper.cc     : profile_(profile),
profile           163 chrome/browser/ui/autofill/data_model_wrapper.cc     const AutofillProfile* profile)
profile           164 chrome/browser/ui/autofill/data_model_wrapper.cc     : AutofillProfileWrapper(profile) {}
profile            91 chrome/browser/ui/autofill/data_model_wrapper.h   explicit AutofillProfileWrapper(const AutofillProfile* profile);
profile            92 chrome/browser/ui/autofill/data_model_wrapper.h   AutofillProfileWrapper(const AutofillProfile* profile,
profile           120 chrome/browser/ui/autofill/data_model_wrapper.h   explicit AutofillShippingAddressWrapper(const AutofillProfile* profile);
profile            97 chrome/browser/ui/autofill/data_model_wrapper_unittest.cc   AutofillProfile profile = test::GetFullProfile();
profile           100 chrome/browser/ui/autofill/data_model_wrapper_unittest.cc       AutofillProfileWrapper(&profile).GetDisplayText(&horizontal, &vertical));
profile           179 chrome/browser/ui/autofill/data_model_wrapper_unittest.cc   AutofillProfile profile(test::GetVerifiedProfile());
profile           193 chrome/browser/ui/autofill/data_model_wrapper_unittest.cc   AutofillProfileWrapper profile_wrapper(&profile);
profile           216 chrome/browser/ui/autofill/data_model_wrapper_unittest.cc   profile.SetRawInfo(PHONE_HOME_WHOLE_NUMBER, international_unformatted);
profile           220 chrome/browser/ui/autofill/data_model_wrapper_unittest.cc   profile.SetRawInfo(PHONE_HOME_WHOLE_NUMBER, national_unformatted);
profile           224 chrome/browser/ui/autofill/data_model_wrapper_unittest.cc   profile.SetRawInfo(PHONE_HOME_WHOLE_NUMBER, national_formatted);
profile           228 chrome/browser/ui/autofill/data_model_wrapper_unittest.cc   profile.SetRawInfo(PHONE_HOME_WHOLE_NUMBER, user_formatted);
profile           168 chrome/browser/ui/autofill/generated_credit_card_bubble_controller.cc   Profile* profile = Profile::FromBrowserContext(
profile           170 chrome/browser/ui/autofill/generated_credit_card_bubble_controller.cc   int times_shown = profile->GetPrefs()->GetInteger(
profile            66 chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.cc void MockAutofillDialogViewDelegate::SetProfile(Profile* profile) {
profile            67 chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.cc   testing::DefaultValue<Profile*>::Set(profile);
profile            83 chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.h   MOCK_METHOD0(profile, Profile*());
profile            90 chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.h   void SetProfile(Profile* profile);
profile            85 chrome/browser/ui/autofill/new_credit_card_bubble_controller.h   Profile* profile() { return profile_; }
profile            59 chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc   Profile* profile =
profile            62 chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc       profile->GetOriginalProfile());
profile            67 chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc   Profile* profile =
profile            70 chrome/browser/ui/autofill/tab_autofill_manager_delegate.cc       profile, Profile::EXPLICIT_ACCESS);
profile           101 chrome/browser/ui/blocked_content/popup_blocker_browsertest.cc     ASSERT_EQ(2u, chrome::GetBrowserCount(browser()->profile(),
profile           128 chrome/browser/ui/blocked_content/popup_blocker_browsertest.cc     EXPECT_EQ(1u, chrome::GetBrowserCount(browser->profile(),
profile           254 chrome/browser/ui/blocked_content/popup_blocker_browsertest.cc   browser()->profile()->GetHostContentSettingsMap()
profile           268 chrome/browser/ui/blocked_content/popup_blocker_browsertest.cc   browser()->profile()->GetHostContentSettingsMap()
profile           286 chrome/browser/ui/blocked_content/popup_blocker_browsertest.cc   browser()->profile()->GetHostContentSettingsMap()->ClearSettingsForOneType(
profile           288 chrome/browser/ui/blocked_content/popup_blocker_browsertest.cc   browser()->profile()->GetHostContentSettingsMap()
profile           324 chrome/browser/ui/blocked_content/popup_blocker_browsertest.cc   ui_test_utils::HistoryEnumerator history(browser()->profile());
profile           331 chrome/browser/ui/blocked_content/popup_blocker_browsertest.cc       browser()->profile());
profile            87 chrome/browser/ui/blocked_content/popup_blocker_tab_helper.cc   Profile* profile =
profile            91 chrome/browser/ui/blocked_content/popup_blocker_tab_helper.cc       profile->GetHostContentSettingsMap()->GetContentSetting(
profile            58 chrome/browser/ui/bookmarks/bookmark_browsertest.cc   BookmarkModel* WaitForBookmarkModel(Profile* profile) {
profile            60 chrome/browser/ui/bookmarks/bookmark_browsertest.cc         BookmarkModelFactory::GetForProfile(profile);
profile            81 chrome/browser/ui/bookmarks/bookmark_browsertest.cc   BookmarkModel* bookmark_model = WaitForBookmarkModel(browser()->profile());
profile            96 chrome/browser/ui/bookmarks/bookmark_browsertest.cc   BookmarkModel* bookmark_model = WaitForBookmarkModel(browser()->profile());
profile           114 chrome/browser/ui/bookmarks/bookmark_browsertest.cc   BookmarkModel* bookmark_model1 = WaitForBookmarkModel(browser()->profile());
profile           121 chrome/browser/ui/bookmarks/bookmark_browsertest.cc   BookmarkModel* bookmark_model2 = WaitForBookmarkModel(browser2->profile());
profile            17 chrome/browser/ui/bookmarks/bookmark_bubble_sign_in_delegate.cc       profile_(browser->profile()),
profile            64 chrome/browser/ui/bookmarks/bookmark_bubble_sign_in_delegate_unittest.cc       extensions::ExtensionSystem::Get(profile()))->CreateExtensionService(
profile            87 chrome/browser/ui/bookmarks/bookmark_bubble_sign_in_delegate_unittest.cc   Browser::CreateParams params(browser()->profile()->GetOffTheRecordProfile(),
profile           125 chrome/browser/ui/bookmarks/bookmark_bubble_sign_in_delegate_unittest.cc   Browser::CreateParams params(browser()->profile(),
profile            37 chrome/browser/ui/bookmarks/bookmark_context_menu_controller.cc     Profile* profile,
profile            44 chrome/browser/ui/bookmarks/bookmark_context_menu_controller.cc       profile_(profile),
profile            48 chrome/browser/ui/bookmarks/bookmark_context_menu_controller.cc       model_(BookmarkModelFactory::GetForProfile(profile)) {
profile            56 chrome/browser/ui/bookmarks/bookmark_context_menu_controller.h       Profile* profile,
profile            18 chrome/browser/ui/bookmarks/bookmark_drag_drop.cc int DropBookmarks(Profile* profile,
profile            23 chrome/browser/ui/bookmarks/bookmark_drag_drop.cc   ScopedGroupBookmarkActions group_drops(profile);
profile            25 chrome/browser/ui/bookmarks/bookmark_drag_drop.cc   BookmarkModel* model = BookmarkModelFactory::GetForProfile(profile);
profile            26 chrome/browser/ui/bookmarks/bookmark_drag_drop.cc   if (data.IsFromProfile(profile)) {
profile            28 chrome/browser/ui/bookmarks/bookmark_drag_drop.cc         data.GetNodes(profile);
profile            20 chrome/browser/ui/bookmarks/bookmark_drag_drop.h void DragBookmarks(Profile* profile,
profile            27 chrome/browser/ui/bookmarks/bookmark_drag_drop.h int DropBookmarks(Profile* profile,
profile           102 chrome/browser/ui/bookmarks/bookmark_editor.h                    Profile* profile,
profile            66 chrome/browser/ui/bookmarks/bookmark_prompt_controller.cc   BookmarkPromptPrefs prefs(browser->profile()->GetPrefs());
profile           113 chrome/browser/ui/bookmarks/bookmark_prompt_controller.cc       browser->profile());
profile           301 chrome/browser/ui/bookmarks/bookmark_prompt_controller.cc       browser_->profile(),
profile           320 chrome/browser/ui/bookmarks/bookmark_prompt_controller.cc       !browser->profile()->IsOffTheRecord() &&
profile           359 chrome/browser/ui/bookmarks/bookmark_prompt_controller.cc   BookmarkPromptPrefs prefs(browser_->profile()->GetPrefs());
profile            47 chrome/browser/ui/bookmarks/bookmark_prompt_controller_unittest.cc     static_cast<TestingProfile*>(browser()->profile())->
profile            69 chrome/browser/ui/bookmarks/bookmark_prompt_controller_unittest.cc     ASSERT_TRUE(static_cast<TestingProfile*>(browser()->profile())->
profile            71 chrome/browser/ui/bookmarks/bookmark_prompt_controller_unittest.cc     static_cast<TestingProfile*>(browser()->profile())->
profile            80 chrome/browser/ui/bookmarks/bookmark_prompt_controller_unittest.cc     static_cast<TestingProfile*>(browser()->profile())->
profile            97 chrome/browser/ui/bookmarks/bookmark_prompt_controller_unittest.cc   BookmarkPromptPrefs prefs(browser()->profile()->GetPrefs());
profile           122 chrome/browser/ui/bookmarks/bookmark_prompt_controller_unittest.cc   BookmarkPromptPrefs prefs(browser()->profile()->GetPrefs());
profile            63 chrome/browser/ui/bookmarks/bookmark_tab_helper.cc   Profile* profile =
profile            67 chrome/browser/ui/bookmarks/bookmark_tab_helper.cc   if (profile->IsGuestSession())
profile            71 chrome/browser/ui/bookmarks/bookmark_tab_helper.cc   PrefService* prefs = profile->GetPrefs();
profile            85 chrome/browser/ui/bookmarks/bookmark_tab_helper.cc   Profile* profile =
profile            87 chrome/browser/ui/bookmarks/bookmark_tab_helper.cc   bookmark_model_= BookmarkModelFactory::GetForProfile(profile);
profile            60 chrome/browser/ui/bookmarks/bookmark_ui_utils_unittest.cc   TestingProfile profile;
profile            69 chrome/browser/ui/bookmarks/bookmark_ui_utils_unittest.cc   EXPECT_FALSE(chrome::HasBookmarkURLsAllowedInIncognitoMode(nodes, &profile));
profile            78 chrome/browser/ui/bookmarks/bookmark_ui_utils_unittest.cc   EXPECT_TRUE(chrome::HasBookmarkURLsAllowedInIncognitoMode(nodes, &profile));
profile            86 chrome/browser/ui/bookmarks/bookmark_ui_utils_unittest.cc   EXPECT_FALSE(chrome::HasBookmarkURLsAllowedInIncognitoMode(nodes, &profile));
profile            92 chrome/browser/ui/bookmarks/bookmark_ui_utils_unittest.cc   EXPECT_FALSE(chrome::HasBookmarkURLsAllowedInIncognitoMode(nodes, &profile));
profile            95 chrome/browser/ui/bookmarks/bookmark_ui_utils_unittest.cc   EXPECT_TRUE(chrome::HasBookmarkURLsAllowedInIncognitoMode(nodes, &profile));
profile           111 chrome/browser/ui/bookmarks/bookmark_ui_utils_unittest.cc   EXPECT_FALSE(chrome::HasBookmarkURLsAllowedInIncognitoMode(nodes, &profile));
profile            25 chrome/browser/ui/bookmarks/bookmark_unittest.cc       content::WebContents::CreateParams(browser()->profile()));
profile            48 chrome/browser/ui/bookmarks/bookmark_unittest.cc     TestingProfile* profile = BrowserWithTestWindowTest::CreateProfile();
profile            52 chrome/browser/ui/bookmarks/bookmark_unittest.cc         profile, &BookmarkInstantExtendedTest::CreateTemplateURLService);
profile            53 chrome/browser/ui/bookmarks/bookmark_unittest.cc     return profile;
profile            58 chrome/browser/ui/bookmarks/bookmark_unittest.cc       content::BrowserContext* profile) {
profile            59 chrome/browser/ui/bookmarks/bookmark_unittest.cc     return new TemplateURLService(static_cast<Profile*>(profile));
profile           155 chrome/browser/ui/bookmarks/bookmark_utils.cc BookmarkShortcutDisposition GetBookmarkShortcutDisposition(Profile* profile) {
profile           157 chrome/browser/ui/bookmarks/bookmark_utils.cc       extensions::CommandService::Get(profile);
profile           160 chrome/browser/ui/bookmarks/bookmark_utils.cc       extensions::ExtensionRegistry::Get(profile);
profile           251 chrome/browser/ui/bookmarks/bookmark_utils.cc   Profile* profile = browser->profile();
profile           252 chrome/browser/ui/bookmarks/bookmark_utils.cc   BookmarkModel* model = BookmarkModelFactory::GetForProfile(profile);
profile           261 chrome/browser/ui/bookmarks/bookmark_utils.cc   BookmarkEditor::Show(browser->window()->GetNativeWindow(), profile, details,
profile           319 chrome/browser/ui/bookmarks/bookmark_utils.cc bool IsAppsShortcutEnabled(Profile* profile,
profile           323 chrome/browser/ui/bookmarks/bookmark_utils.cc   if (profile->IsManaged())
profile           330 chrome/browser/ui/bookmarks/bookmark_utils.cc   return chrome::IsInstantExtendedAPIEnabled() && !profile->IsOffTheRecord();
profile           334 chrome/browser/ui/bookmarks/bookmark_utils.cc   Profile* profile,
profile           336 chrome/browser/ui/bookmarks/bookmark_utils.cc   return IsAppsShortcutEnabled(profile, host_desktop_type) &&
profile           337 chrome/browser/ui/bookmarks/bookmark_utils.cc       profile->GetPrefs()->GetBoolean(prefs::kShowAppsShortcutInBookmarkBar);
profile           340 chrome/browser/ui/bookmarks/bookmark_utils.cc bool ShouldRemoveBookmarkThisPageUI(Profile* profile) {
profile           341 chrome/browser/ui/bookmarks/bookmark_utils.cc   return GetBookmarkShortcutDisposition(profile) ==
profile           345 chrome/browser/ui/bookmarks/bookmark_utils.cc bool ShouldRemoveBookmarkOpenPagesUI(Profile* profile) {
profile           347 chrome/browser/ui/bookmarks/bookmark_utils.cc       extensions::ExtensionRegistry::Get(profile);
profile           101 chrome/browser/ui/bookmarks/bookmark_utils.h bool IsAppsShortcutEnabled(Profile* profile,
profile           106 chrome/browser/ui/bookmarks/bookmark_utils.h     Profile* profile,
profile           111 chrome/browser/ui/bookmarks/bookmark_utils.h bool ShouldRemoveBookmarkThisPageUI(Profile* profile);
profile           115 chrome/browser/ui/bookmarks/bookmark_utils.h bool ShouldRemoveBookmarkOpenPagesUI(Profile* profile);
profile           249 chrome/browser/ui/browser.cc Browser::CreateParams::CreateParams(Profile* profile,
profile           252 chrome/browser/ui/browser.cc       profile(profile),
profile           261 chrome/browser/ui/browser.cc                                     Profile* profile,
profile           264 chrome/browser/ui/browser.cc       profile(profile),
profile           277 chrome/browser/ui/browser.cc     Profile* profile,
profile           282 chrome/browser/ui/browser.cc   CreateParams params(type, profile, host_desktop_type);
profile           292 chrome/browser/ui/browser.cc     Profile* profile,
profile           294 chrome/browser/ui/browser.cc   CreateParams params(TYPE_POPUP, profile, host_desktop_type);
profile           330 chrome/browser/ui/browser.cc       profile_(params.profile),
profile           334 chrome/browser/ui/browser.cc                                          params.profile)),
profile           464 chrome/browser/ui/browser.cc       TabRestoreServiceFactory::GetForProfile(profile());
profile           653 chrome/browser/ui/browser.cc       SessionServiceFactory::GetForProfile(profile());
profile           658 chrome/browser/ui/browser.cc       TabRestoreServiceFactory::GetForProfile(profile());
profile           731 chrome/browser/ui/browser.cc     if (it->profile() == profile())
profile           747 chrome/browser/ui/browser.cc       DownloadServiceFactory::GetForBrowserContext(profile());
profile           750 chrome/browser/ui/browser.cc       profile()->IsOffTheRecord()) {
profile          1091 chrome/browser/ui/browser.cc       SessionServiceFactory::GetForProfileIfExisting(profile());
profile          1240 chrome/browser/ui/browser.cc       GlobalErrorServiceFactory::GetForProfile(profile());
profile          1611 chrome/browser/ui/browser.cc   Profile* profile =
profile          1613 chrome/browser/ui/browser.cc   if (profile->IsOffTheRecord())
profile          1620 chrome/browser/ui/browser.cc       ProtocolHandlerRegistryFactory::GetForProfile(profile);
profile          1752 chrome/browser/ui/browser.cc                                        Profile* profile) {
profile          1753 chrome/browser/ui/browser.cc   window()->ConfirmAddSearchProvider(template_url, profile);
profile          1872 chrome/browser/ui/browser.cc       Profile* profile = content::Source<Profile>(source).ptr();
profile          1873 chrome/browser/ui/browser.cc       if (profile_->IsSameProfile(profile) && window()->GetLocationBar())
profile          2078 chrome/browser/ui/browser.cc       SessionServiceFactory::GetForProfileIfExisting(profile());
profile           153 chrome/browser/ui/browser.h     CreateParams(Profile* profile, chrome::HostDesktopType host_desktop_type);
profile           155 chrome/browser/ui/browser.h                  Profile* profile,
profile           161 chrome/browser/ui/browser.h                                      Profile* profile,
profile           165 chrome/browser/ui/browser.h         Profile* profile,
profile           172 chrome/browser/ui/browser.h     Profile* profile;
profile           233 chrome/browser/ui/browser.h   Profile* profile() const { return profile_; }
profile           663 chrome/browser/ui/browser.h                                         Profile* profile) OVERRIDE;
profile           361 chrome/browser/ui/browser_browsertest.cc             browser()->profile())->extension_service()->extensions();
profile           821 chrome/browser/ui/browser_browsertest.cc   chrome::NewEmptyWindow(browser()->profile(), chrome::GetActiveDesktop());
profile          1117 chrome/browser/ui/browser_browsertest.cc   ASSERT_EQ(1u, chrome::GetBrowserCount(browser()->profile(),
profile          1128 chrome/browser/ui/browser_browsertest.cc   ASSERT_EQ(2u, chrome::GetBrowserCount(browser()->profile(),
profile          1218 chrome/browser/ui/browser_browsertest.cc       WebContents::CreateParams(browser()->profile()));
profile          1234 chrome/browser/ui/browser_browsertest.cc       browser()->profile())->extension_service();
profile          1260 chrome/browser/ui/browser_browsertest.cc   ASSERT_TRUE(launch.OpenApplicationWindow(browser()->profile(), NULL));
profile          1264 chrome/browser/ui/browser_browsertest.cc   ASSERT_EQ(2u, chrome::GetBrowserCount(browser()->profile(),
profile          1345 chrome/browser/ui/browser_browsertest.cc       WebContents::CreateParams(browser()->profile()));
profile          1364 chrome/browser/ui/browser_browsertest.cc   PinnedTabCodec::WritePinnedTabs(browser()->profile());
profile          1371 chrome/browser/ui/browser_browsertest.cc   launch.profile_ = browser()->profile();
profile          1376 chrome/browser/ui/browser_browsertest.cc   ASSERT_EQ(2u, chrome::GetBrowserCount(browser()->profile(),
profile          1439 chrome/browser/ui/browser_browsertest.cc       AppLaunchParams(browser()->profile(), extension_app,
profile          1452 chrome/browser/ui/browser_browsertest.cc   ASSERT_EQ(2u, chrome::GetBrowserCount(browser()->profile(),
profile          1478 chrome/browser/ui/browser_browsertest.cc     Browser::CreateParams params(types[i], browser()->profile(),
profile          1496 chrome/browser/ui/browser_browsertest.cc     Browser::CreateParams params(types[i], browser()->profile(),
profile          1550 chrome/browser/ui/browser_browsertest.cc   IncognitoModePrefs::SetAvailability(browser()->profile()->GetPrefs(),
profile          1564 chrome/browser/ui/browser_browsertest.cc           browser()->profile()->GetOffTheRecordProfile(),
profile          1585 chrome/browser/ui/browser_browsertest.cc   IncognitoModePrefs::SetAvailability(browser()->profile()->GetPrefs(),
profile          1598 chrome/browser/ui/browser_browsertest.cc       new Browser(Browser::CreateParams(browser()->profile(),
profile          1617 chrome/browser/ui/browser_browsertest.cc   extensions::ExtensionSystem::Get(browser()->profile())->extension_service()->
profile          1620 chrome/browser/ui/browser_browsertest.cc   IncognitoModePrefs::SetAvailability(browser()->profile()->GetPrefs(),
profile          1632 chrome/browser/ui/browser_browsertest.cc       Browser::CreateParams(Browser::TYPE_POPUP, browser()->profile(),
profile          1649 chrome/browser/ui/browser_browsertest.cc       Browser::CreateParams(Browser::TYPE_POPUP, browser()->profile(),
profile          1658 chrome/browser/ui/browser_browsertest.cc   IncognitoModePrefs::SetAvailability(popup_browser->profile()->GetPrefs(),
profile          1664 chrome/browser/ui/browser_browsertest.cc   IncognitoModePrefs::SetAvailability(popup_browser->profile()->GetPrefs(),
profile          1698 chrome/browser/ui/browser_browsertest.cc             browser()->profile())->AddZoomLevelChangedCallback(callback);
profile          1714 chrome/browser/ui/browser_browsertest.cc             browser()->profile())->AddZoomLevelChangedCallback(callback);
profile          1730 chrome/browser/ui/browser_browsertest.cc             browser()->profile())->AddZoomLevelChangedCallback(callback);
profile          1944 chrome/browser/ui/browser_browsertest.cc       Browser::CreateParams(Browser::TYPE_POPUP, browser()->profile()));
profile          1961 chrome/browser/ui/browser_browsertest.cc       L"Test", browser()->profile(), false));
profile          1979 chrome/browser/ui/browser_browsertest.cc       L"Test", browser()->profile(), false));
profile          2142 chrome/browser/ui/browser_browsertest.cc   Profile* profile = browser()->profile();
profile          2152 chrome/browser/ui/browser_browsertest.cc   chrome::NewEmptyWindow(profile, chrome::GetActiveDesktop());
profile          2198 chrome/browser/ui/browser_browsertest.cc   Profile* profile = ProfileManager::GetActiveUserProfile();
profile          2201 chrome/browser/ui/browser_browsertest.cc       SessionServiceFactory::GetForProfile(profile);
profile          2205 chrome/browser/ui/browser_browsertest.cc   CreateBrowserForApp("blah", profile);
profile          2296 chrome/browser/ui/browser_browsertest.cc     EXPECT_EQ(1u, chrome::GetBrowserCount(browser->profile(),
profile          2309 chrome/browser/ui/browser_browsertest.cc       EXPECT_EQ(1u, chrome::GetBrowserCount(browser->profile(),
profile          2323 chrome/browser/ui/browser_browsertest.cc       EXPECT_EQ(2u, chrome::GetBrowserCount(browser->profile(),
profile          2328 chrome/browser/ui/browser_browsertest.cc     EXPECT_EQ(1u, chrome::GetBrowserCount(browser->profile(),
profile          2489 chrome/browser/ui/browser_browsertest.cc   browser()->profile()->GetPrefs()->SetBoolean(prefs::kWebKitJavascriptEnabled,
profile           123 chrome/browser/ui/browser_close_browsertest.cc         BrowserContext::GetDownloadManager(browser->profile());
profile           177 chrome/browser/ui/browser_close_browsertest.cc   Browser* CreateBrowserOnProfile(Profile* profile,
profile           180 chrome/browser/ui/browser_close_browsertest.cc         new Browser(Browser::CreateParams(profile, host_desktop_type));
profile           208 chrome/browser/ui/browser_close_browsertest.cc     Profile* profile((*base_browser)->profile());
profile           212 chrome/browser/ui/browser_close_browsertest.cc       CreateBrowserOnProfile(profile, host_desktop_type);
profile           236 chrome/browser/ui/browser_close_browsertest.cc     first_profile_ = browser()->profile();
profile           275 chrome/browser/ui/browser_close_browsertest.cc     EXPECT_EQ(first_profile_, entry_browser->profile());
profile           276 chrome/browser/ui/browser_close_browsertest.cc     if (first_profile_ != entry_browser->profile())
profile           208 chrome/browser/ui/browser_command_controller.cc   profile_pref_registrar_.Init(profile()->GetPrefs());
profile           238 chrome/browser/ui/browser_command_controller.cc       profile()->GetOriginalProfile()->GetPrefs(),
profile           245 chrome/browser/ui/browser_command_controller.cc       TabRestoreServiceFactory::GetForProfile(profile());
profile           256 chrome/browser/ui/browser_command_controller.cc       TabRestoreServiceFactory::GetForProfileIfExisting(profile());
profile           489 chrome/browser/ui/browser_command_controller.cc       PrefService* prefs = browser_->profile()->GetPrefs();
profile           975 chrome/browser/ui/browser_command_controller.cc                                         !profile()->IsGuestSession());
profile           980 chrome/browser/ui/browser_command_controller.cc                                         !profile()->IsGuestSession());
profile           982 chrome/browser/ui/browser_command_controller.cc                                         !profile()->IsGuestSession() &&
profile           983 chrome/browser/ui/browser_command_controller.cc                                         !profile()->IsOffTheRecord());
profile          1055 chrome/browser/ui/browser_command_controller.cc     Profile* profile) {
profile          1057 chrome/browser/ui/browser_command_controller.cc       IncognitoModePrefs::GetAvailability(profile->GetPrefs());
profile          1069 chrome/browser/ui/browser_command_controller.cc       !profile->IsGuestSession();
profile          1073 chrome/browser/ui/browser_command_controller.cc   ExtensionService* extension_service = profile->GetExtensionService();
profile          1085 chrome/browser/ui/browser_command_controller.cc   UpdateSharedCommandsForIncognitoAvailability(&command_updater_, profile());
profile          1166 chrome/browser/ui/browser_command_controller.cc       !profile()->GetPrefs()->GetBoolean(prefs::kDevToolsDisabled);
profile          1191 chrome/browser/ui/browser_command_controller.cc       !profile()->GetPrefs()->IsManagedPreference(prefs::kShowBookmarkBar) &&
profile          1248 chrome/browser/ui/browser_command_controller.cc           profile()->GetPrefs()) != IncognitoModePrefs::FORCED;
profile          1270 chrome/browser/ui/browser_command_controller.cc       !profile()->GetPrefs()->GetBoolean(prefs::kFullscreenAllowed)) {
profile          1286 chrome/browser/ui/browser_command_controller.cc       profile()->IsGuestSession() || !profile()->IsOffTheRecord();
profile          1372 chrome/browser/ui/browser_command_controller.cc   return browser_->profile();
profile            77 chrome/browser/ui/browser_command_controller.h       Profile* profile);
profile           174 chrome/browser/ui/browser_command_controller.h   inline Profile* profile();
profile           473 chrome/browser/ui/browser_command_controller_unittest.cc   profile()->GetPrefs()->SetBoolean(prefs::kSigninAllowed, false);
profile           118 chrome/browser/ui/browser_commands.cc       BookmarkModelFactory::GetForProfile(browser->profile());
profile           120 chrome/browser/ui/browser_commands.cc       browser->profile()->GetPrefs()->GetBoolean(
profile           124 chrome/browser/ui/browser_commands.cc            !chrome::ShouldRemoveBookmarkThisPageUI(browser->profile()));
profile           128 chrome/browser/ui/browser_commands.cc     Profile* profile,
profile           142 chrome/browser/ui/browser_commands.cc       extensions::CommandService::Get(profile);
profile           144 chrome/browser/ui/browser_commands.cc       extensions::ExtensionSystem::Get(profile)->extension_service();
profile           172 chrome/browser/ui/browser_commands.cc       BookmarkModelFactory::GetForProfile(browser->profile());
profile           219 chrome/browser/ui/browser_commands.cc           browser->profile(), browser->host_desktop_type()));
profile           335 chrome/browser/ui/browser_commands.cc void NewEmptyWindow(Profile* profile, HostDesktopType desktop_type) {
profile           336 chrome/browser/ui/browser_commands.cc   bool incognito = profile->IsOffTheRecord();
profile           337 chrome/browser/ui/browser_commands.cc   PrefService* prefs = profile->GetPrefs();
profile           353 chrome/browser/ui/browser_commands.cc     OpenEmptyWindow(profile->GetOffTheRecordProfile(), desktop_type);
profile           358 chrome/browser/ui/browser_commands.cc             profile->GetOriginalProfile());
profile           361 chrome/browser/ui/browser_commands.cc       OpenEmptyWindow(profile->GetOriginalProfile(), desktop_type);
profile           366 chrome/browser/ui/browser_commands.cc Browser* OpenEmptyWindow(Profile* profile, HostDesktopType desktop_type) {
profile           368 chrome/browser/ui/browser_commands.cc       Browser::CreateParams(Browser::TYPE_TABBED, profile, desktop_type));
profile           374 chrome/browser/ui/browser_commands.cc void OpenWindowWithRestoredTabs(Profile* profile,
profile           376 chrome/browser/ui/browser_commands.cc   TabRestoreService* service = TabRestoreServiceFactory::GetForProfile(profile);
profile           381 chrome/browser/ui/browser_commands.cc void OpenURLOffTheRecord(Profile* profile,
profile           384 chrome/browser/ui/browser_commands.cc   ScopedTabbedBrowserDisplayer displayer(profile->GetOffTheRecordProfile(),
profile           453 chrome/browser/ui/browser_commands.cc   PrefService* pref_service = browser->profile()->GetPrefs();
profile           463 chrome/browser/ui/browser_commands.cc   GURL url = browser->profile()->GetHomePage();
profile           468 chrome/browser/ui/browser_commands.cc     const ExtensionService* service = browser->profile()->GetExtensionService();
profile           527 chrome/browser/ui/browser_commands.cc   DCHECK(browser->profile()->GetExtensionService());
profile           529 chrome/browser/ui/browser_commands.cc       browser->profile()->GetExtensionService()->GetInstalledApp(url);
profile           544 chrome/browser/ui/browser_commands.cc   NewEmptyWindow(browser->profile()->GetOriginalProfile(),
profile           549 chrome/browser/ui/browser_commands.cc   NewEmptyWindow(browser->profile()->GetOffTheRecordProfile(),
profile           572 chrome/browser/ui/browser_commands.cc     ScopedTabbedBrowserDisplayer displayer(browser->profile(),
profile           592 chrome/browser/ui/browser_commands.cc       TabRestoreServiceFactory::GetForProfile(browser->profile());
profile           601 chrome/browser/ui/browser_commands.cc       TabRestoreServiceFactory::GetForProfile(browser->profile());
profile           675 chrome/browser/ui/browser_commands.cc                                               browser->profile(),
profile           679 chrome/browser/ui/browser_commands.cc           Browser::CreateParams(browser->type(), browser->profile(),
profile           700 chrome/browser/ui/browser_commands.cc       SessionServiceFactory::GetForProfileIfExisting(browser->profile());
profile           717 chrome/browser/ui/browser_commands.cc   Browser* b = new Browser(Browser::CreateParams(browser->profile(),
profile           729 chrome/browser/ui/browser_commands.cc   DCHECK(!chrome::ShouldRemoveBookmarkThisPageUI(browser->profile()));
profile           734 chrome/browser/ui/browser_commands.cc   if (GetBookmarkOverrideCommand(browser->profile(),
profile           772 chrome/browser/ui/browser_commands.cc              !chrome::ShouldRemoveBookmarkOpenPagesUI(browser->profile()) &&
profile           843 chrome/browser/ui/browser_commands.cc   if (browser->profile()->GetPrefs()->GetBoolean(prefs::kPrintPreviewDisabled))
profile           858 chrome/browser/ui/browser_commands.cc   return browser->profile()->GetPrefs()->GetBoolean(prefs::kPrintingEnabled) &&
profile           883 chrome/browser/ui/browser_commands.cc   return browser->profile()->GetPrefs()->GetBoolean(prefs::kPrintingEnabled) &&
profile           906 chrome/browser/ui/browser_commands.cc   platform_util::OpenExternal(browser->profile(), GURL(mailto));
profile          1045 chrome/browser/ui/browser_commands.cc   ToggleBookmarkBarWhenVisible(browser->profile());
profile          1133 chrome/browser/ui/browser_commands.cc       BrowsingDataRemover::CreateForUnboundedRange(browser->profile());
profile          1197 chrome/browser/ui/browser_commands.cc         Browser::CreateParams(Browser::TYPE_TABBED, browser->profile(),
profile          1217 chrome/browser/ui/browser_commands.cc       SessionServiceFactory::GetForProfileIfExisting(browser->profile());
profile          1263 chrome/browser/ui/browser_commands.cc           Browser::TYPE_POPUP, app_name, gfx::Rect(), browser->profile(),
profile            44 chrome/browser/ui/browser_commands.h void NewEmptyWindow(Profile* profile, HostDesktopType desktop_type);
profile            48 chrome/browser/ui/browser_commands.h Browser* OpenEmptyWindow(Profile* profile, HostDesktopType desktop_type);
profile            51 chrome/browser/ui/browser_commands.h void OpenWindowWithRestoredTabs(Profile* profile,
profile            58 chrome/browser/ui/browser_commands.h void OpenURLOffTheRecord(Profile* profile, const GURL& url,
profile            86 chrome/browser/ui/browser_dialogs.h                                         Profile* profile,
profile            97 chrome/browser/ui/browser_dialogs.h     Profile* profile,
profile            37 chrome/browser/ui/browser_finder.cc                     Profile* profile,
profile            46 chrome/browser/ui/browser_finder.cc     if (browser->profile()->GetOriginalProfile() !=
profile            47 chrome/browser/ui/browser_finder.cc         profile->GetOriginalProfile())
profile            49 chrome/browser/ui/browser_finder.cc   } else if (browser->profile() != profile) {
profile            65 chrome/browser/ui/browser_finder.cc                              Profile* profile,
profile            69 chrome/browser/ui/browser_finder.cc     if (BrowserMatches(*i, profile, window_feature, match_types))
profile            75 chrome/browser/ui/browser_finder.cc Browser* FindBrowserWithTabbedOrAnyType(Profile* profile,
profile            89 chrome/browser/ui/browser_finder.cc                                          profile,
profile            95 chrome/browser/ui/browser_finder.cc                                                  profile,
profile           100 chrome/browser/ui/browser_finder.cc size_t GetBrowserCountImpl(Profile* profile,
profile           108 chrome/browser/ui/browser_finder.cc       if (BrowserMatches(*i, profile, Browser::FEATURE_NONE, match_types))
profile           119 chrome/browser/ui/browser_finder.cc Browser* FindTabbedBrowser(Profile* profile,
profile           122 chrome/browser/ui/browser_finder.cc   return FindBrowserWithTabbedOrAnyType(profile,
profile           128 chrome/browser/ui/browser_finder.cc Browser* FindAnyBrowser(Profile* profile,
profile           131 chrome/browser/ui/browser_finder.cc   return FindBrowserWithTabbedOrAnyType(profile,
profile           137 chrome/browser/ui/browser_finder.cc Browser* FindBrowserWithProfile(Profile* profile,
profile           139 chrome/browser/ui/browser_finder.cc   return FindBrowserWithTabbedOrAnyType(profile, desktop_type, false, false);
profile           170 chrome/browser/ui/browser_finder.cc Browser* FindLastActiveWithProfile(Profile* profile, HostDesktopType type) {
profile           175 chrome/browser/ui/browser_finder.cc                              profile, Browser::FEATURE_NONE, kMatchAny);
profile           194 chrome/browser/ui/browser_finder.cc size_t GetTotalBrowserCountForProfile(Profile* profile) {
profile           198 chrome/browser/ui/browser_finder.cc     count += GetBrowserCount(profile, t);
profile           203 chrome/browser/ui/browser_finder.cc size_t GetBrowserCount(Profile* profile, HostDesktopType type) {
profile           204 chrome/browser/ui/browser_finder.cc   return GetBrowserCountImpl(profile, type, kMatchAny);
profile           207 chrome/browser/ui/browser_finder.cc size_t GetTabbedBrowserCount(Profile* profile, HostDesktopType type) {
profile           208 chrome/browser/ui/browser_finder.cc   return GetBrowserCountImpl(profile, type, kMatchTabbed);
profile            32 chrome/browser/ui/browser_finder.h Browser* FindTabbedBrowser(Profile* profile,
profile            38 chrome/browser/ui/browser_finder.h Browser* FindAnyBrowser(Profile* profile,
profile            46 chrome/browser/ui/browser_finder.h Browser* FindBrowserWithProfile(Profile* profile, HostDesktopType type);
profile            68 chrome/browser/ui/browser_finder.h Browser* FindLastActiveWithProfile(Profile* profile, HostDesktopType type);
profile            85 chrome/browser/ui/browser_finder.h size_t GetTotalBrowserCountForProfile(Profile* profile);
profile            89 chrome/browser/ui/browser_finder.h size_t GetBrowserCount(Profile* profile, HostDesktopType type);
profile            93 chrome/browser/ui/browser_finder.h size_t GetTabbedBrowserCount(Profile* profile, HostDesktopType type);
profile           378 chrome/browser/ui/browser_focus_uitest.cc       new Browser(Browser::CreateParams(browser()->profile(),
profile            34 chrome/browser/ui/browser_instant_controller.cc InstantSearchPrerenderer* GetInstantSearchPrerenderer(Profile* profile) {
profile            35 chrome/browser/ui/browser_instant_controller.cc   DCHECK(profile);
profile            37 chrome/browser/ui/browser_instant_controller.cc       InstantServiceFactory::GetForProfile(profile);
profile            52 chrome/browser/ui/browser_instant_controller.cc       InstantServiceFactory::GetForProfile(profile());
profile            60 chrome/browser/ui/browser_instant_controller.cc       InstantServiceFactory::GetForProfile(profile());
profile            77 chrome/browser/ui/browser_instant_controller.cc       chrome::ExtractSearchTermsFromURL(profile(), url);
profile            82 chrome/browser/ui/browser_instant_controller.cc       GetInstantSearchPrerenderer(profile());
profile            96 chrome/browser/ui/browser_instant_controller.cc   if (!chrome::IsQueryExtractionAllowedForURL(profile(), url))
profile           103 chrome/browser/ui/browser_instant_controller.cc   return browser_->profile();
profile           118 chrome/browser/ui/browser_instant_controller.cc       GetInstantSearchPrerenderer(profile());
profile           160 chrome/browser/ui/browser_instant_controller.cc       InstantServiceFactory::GetForProfile(profile());
profile            35 chrome/browser/ui/browser_instant_controller.h   Profile* profile() const;
profile           114 chrome/browser/ui/browser_instant_controller_unittest.cc           chrome::ShouldAssignURLToInstantRenderer(observer->url(), profile()))
profile           153 chrome/browser/ui/browser_instant_controller_unittest.cc           chrome::ShouldAssignURLToInstantRenderer(observer->url(), profile()))
profile           165 chrome/browser/ui/browser_instant_controller_unittest.cc   Browser::CreateParams params(profile(), chrome::HOST_DESKTOP_TYPE_NATIVE);
profile            40 chrome/browser/ui/browser_iterator_unittest.cc   Browser::CreateParams native_params(profile(),
profile            42 chrome/browser/ui/browser_iterator_unittest.cc   Browser::CreateParams ash_params(profile(), chrome::HOST_DESKTOP_TYPE_ASH);
profile            72 chrome/browser/ui/browser_iterator_unittest.cc   Browser::CreateParams native_params(profile(),
profile            98 chrome/browser/ui/browser_iterator_unittest.cc   Browser::CreateParams ash_params(profile(), chrome::HOST_DESKTOP_TYPE_ASH);
profile           123 chrome/browser/ui/browser_list.cc void BrowserList::CloseAllBrowsersWithProfile(Profile* profile) {
profile           126 chrome/browser/ui/browser_list.cc     if (it->profile()->GetOriginalProfile() == profile->GetOriginalProfile())
profile           151 chrome/browser/ui/browser_list.cc     if (it->profile()->IsOffTheRecord())
profile           158 chrome/browser/ui/browser_list.cc bool BrowserList::IsOffTheRecordSessionActiveForProfile(Profile* profile) {
profile           166 chrome/browser/ui/browser_list.cc     if (it->profile()->IsSameProfile(profile) &&
profile           167 chrome/browser/ui/browser_list.cc         it->profile()->IsOffTheRecord()) {
profile            75 chrome/browser/ui/browser_list.h   static void CloseAllBrowsersWithProfile(Profile* profile);
profile            83 chrome/browser/ui/browser_list.h   static bool IsOffTheRecordSessionActiveForProfile(Profile* profile);
profile            14 chrome/browser/ui/browser_mac.cc void OpenAboutWindow(Profile* profile) {
profile            16 chrome/browser/ui/browser_mac.cc       new Browser(Browser::CreateParams(profile,
profile            22 chrome/browser/ui/browser_mac.cc void OpenHistoryWindow(Profile* profile) {
profile            24 chrome/browser/ui/browser_mac.cc       new Browser(Browser::CreateParams(profile,
profile            30 chrome/browser/ui/browser_mac.cc void OpenDownloadsWindow(Profile* profile) {
profile            32 chrome/browser/ui/browser_mac.cc       new Browser(Browser::CreateParams(profile,
profile            38 chrome/browser/ui/browser_mac.cc void OpenHelpWindow(Profile* profile, HelpSource source) {
profile            40 chrome/browser/ui/browser_mac.cc       new Browser(Browser::CreateParams(profile,
profile            46 chrome/browser/ui/browser_mac.cc void OpenOptionsWindow(Profile* profile) {
profile            48 chrome/browser/ui/browser_mac.cc       new Browser(Browser::CreateParams(profile,
profile            54 chrome/browser/ui/browser_mac.cc void OpenSyncSetupWindow(Profile* profile, signin::Source source) {
profile            56 chrome/browser/ui/browser_mac.cc       new Browser(Browser::CreateParams(profile,
profile            62 chrome/browser/ui/browser_mac.cc void OpenClearBrowsingDataDialogWindow(Profile* profile) {
profile            64 chrome/browser/ui/browser_mac.cc       new Browser(Browser::CreateParams(profile,
profile            70 chrome/browser/ui/browser_mac.cc void OpenImportSettingsDialogWindow(Profile* profile) {
profile            72 chrome/browser/ui/browser_mac.cc       new Browser(Browser::CreateParams(profile,
profile            78 chrome/browser/ui/browser_mac.cc void OpenBookmarkManagerWindow(Profile* profile) {
profile            80 chrome/browser/ui/browser_mac.cc       new Browser(Browser::CreateParams(profile,
profile            86 chrome/browser/ui/browser_mac.cc void OpenExtensionsWindow(Profile* profile) {
profile            88 chrome/browser/ui/browser_mac.cc       new Browser(Browser::CreateParams(profile,
profile            17 chrome/browser/ui/browser_mac.h void OpenAboutWindow(Profile* profile);
profile            18 chrome/browser/ui/browser_mac.h void OpenHistoryWindow(Profile* profile);
profile            19 chrome/browser/ui/browser_mac.h void OpenDownloadsWindow(Profile* profile);
profile            20 chrome/browser/ui/browser_mac.h void OpenHelpWindow(Profile* profile, HelpSource source);
profile            21 chrome/browser/ui/browser_mac.h void OpenOptionsWindow(Profile* profile);
profile            22 chrome/browser/ui/browser_mac.h void OpenSyncSetupWindow(Profile* profile, signin::Source source);
profile            23 chrome/browser/ui/browser_mac.h void OpenClearBrowsingDataDialogWindow(Profile* profile);
profile            24 chrome/browser/ui/browser_mac.h void OpenImportSettingsDialogWindow(Profile* profile);
profile            25 chrome/browser/ui/browser_mac.h void OpenBookmarkManagerWindow(Profile* profile);
profile            26 chrome/browser/ui/browser_mac.h void OpenExtensionsWindow(Profile* profile);
profile            77 chrome/browser/ui/browser_navigator.cc Browser* GetOrCreateBrowser(Profile* profile,
profile            79 chrome/browser/ui/browser_navigator.cc   Browser* browser = chrome::FindTabbedBrowser(profile, false,
profile            82 chrome/browser/ui/browser_navigator.cc       Browser::CreateParams(profile, host_desktop_type));
profile            99 chrome/browser/ui/browser_navigator.cc   Profile* profile = params->initiating_profile;
profile           101 chrome/browser/ui/browser_navigator.cc   if (profile->IsOffTheRecord() || params->disposition == OFF_THE_RECORD) {
profile           102 chrome/browser/ui/browser_navigator.cc     profile = profile->GetOriginalProfile();
profile           105 chrome/browser/ui/browser_navigator.cc     PrefService* prefs = profile->GetPrefs();
profile           112 chrome/browser/ui/browser_navigator.cc     params->browser = GetOrCreateBrowser(profile, params->host_desktop_type);
profile           132 chrome/browser/ui/browser_navigator.cc   Profile* profile = params->initiating_profile;
profile           140 chrome/browser/ui/browser_navigator.cc       return GetOrCreateBrowser(profile, params->host_desktop_type);
profile           149 chrome/browser/ui/browser_navigator.cc       return GetOrCreateBrowser(profile, params->host_desktop_type);
profile           169 chrome/browser/ui/browser_navigator.cc             Browser::TYPE_POPUP, profile, params->host_desktop_type);
profile           175 chrome/browser/ui/browser_navigator.cc           Browser::TYPE_POPUP, app_name, params->window_bounds, profile,
profile           180 chrome/browser/ui/browser_navigator.cc       return new Browser(Browser::CreateParams(profile,
profile           185 chrome/browser/ui/browser_navigator.cc       return GetOrCreateBrowser(profile->GetOffTheRecordProfile(),
profile           208 chrome/browser/ui/browser_navigator.cc   if (params->browser->profile()->IsOffTheRecord() &&
profile           335 chrome/browser/ui/browser_navigator.cc       params.browser->profile(),
profile           336 chrome/browser/ui/browser_navigator.cc       tab_util::GetSiteInstanceForNewTab(params.browser->profile(), url));
profile           369 chrome/browser/ui/browser_navigator.cc   Profile* profile =
profile           372 chrome/browser/ui/browser_navigator.cc       InstantSearchPrerenderer::GetForProfile(profile);
profile           377 chrome/browser/ui/browser_navigator.cc       prerender::PrerenderManagerFactory::GetForProfile(profile);
profile           483 chrome/browser/ui/browser_navigator.cc     params->initiating_profile = source_browser->profile();
profile           534 chrome/browser/ui/browser_navigator.cc   if (GetSourceProfile(params) != params->browser->profile()) {
profile           590 chrome/browser/ui/browser_navigator.cc       url = params->browser->profile()->GetHomePage();
profile            59 chrome/browser/ui/browser_navigator.h   NavigateParams(Profile* profile,
profile           112 chrome/browser/ui/browser_navigator_browsertest.cc                                                          Profile* profile) {
profile           114 chrome/browser/ui/browser_navigator_browsertest.cc       Browser::CreateParams(type, profile, chrome::GetActiveDesktop()));
profile           120 chrome/browser/ui/browser_navigator_browsertest.cc                                                         Profile* profile) {
profile           123 chrome/browser/ui/browser_navigator_browsertest.cc           Browser::TYPE_POPUP, "Test", gfx::Rect(), profile,
profile           130 chrome/browser/ui/browser_navigator_browsertest.cc   content::WebContents::CreateParams create_params(browser()->profile());
profile           180 chrome/browser/ui/browser_navigator_browsertest.cc   PrefService* prefs1 = browser->profile()->GetPrefs();
profile           183 chrome/browser/ui/browser_navigator_browsertest.cc   PrefService* prefs2 = browser->profile()->GetOriginalProfile()->GetPrefs();
profile           383 chrome/browser/ui/browser_navigator_browsertest.cc                                              browser()->profile());
profile           416 chrome/browser/ui/browser_navigator_browsertest.cc       browser()->profile()->GetOffTheRecordProfile());
profile           519 chrome/browser/ui/browser_navigator_browsertest.cc                                                   browser()->profile());
profile           544 chrome/browser/ui/browser_navigator_browsertest.cc                                                   browser()->profile());
profile           624 chrome/browser/ui/browser_navigator_browsertest.cc   EXPECT_EQ(browser()->profile()->GetOffTheRecordProfile(),
profile           625 chrome/browser/ui/browser_navigator_browsertest.cc             p.browser->profile());
profile           643 chrome/browser/ui/browser_navigator_browsertest.cc                                 browser()->profile()->GetOffTheRecordProfile());
profile          1295 chrome/browser/ui/browser_navigator_browsertest.cc   chrome::NavigateParams params(browser()->profile(), GetGoogleURL(),
profile          1303 chrome/browser/ui/browser_navigator_browsertest.cc       browser()->profile()->GetOffTheRecordProfile(),
profile            33 chrome/browser/ui/browser_navigator_browsertest.h   Browser* CreateEmptyBrowserForType(Browser::Type type, Profile* profile);
profile            34 chrome/browser/ui/browser_navigator_browsertest.h   Browser* CreateEmptyBrowserForApp(Browser::Type type, Profile* profile);
profile            52 chrome/browser/ui/browser_navigator_browsertest_chromeos.cc   virtual void AddUser(content::BrowserContext* profile) OVERRIDE;
profile            76 chrome/browser/ui/browser_navigator_browsertest_chromeos.cc           visiting_browser->profile())),
profile           139 chrome/browser/ui/browser_navigator_browsertest_chromeos.cc void TestMultiUserWindowManager::AddUser(content::BrowserContext* profile) {
profile           226 chrome/browser/ui/browser_navigator_browsertest_chromeos.cc         multi_user_util::GetUserIDFromProfile(browser()->profile());
profile            88 chrome/browser/ui/browser_tab_restore_service_delegate.cc     Profile* profile,
profile            93 chrome/browser/ui/browser_tab_restore_service_delegate.cc     browser = new Browser(Browser::CreateParams(profile, host_desktop_type));
profile            97 chrome/browser/ui/browser_tab_restore_service_delegate.cc             Browser::TYPE_POPUP, app_name, gfx::Rect(), profile,
profile            58 chrome/browser/ui/browser_tab_strip_model_delegate.cc   Browser::CreateParams params(browser_->profile(),
profile           121 chrome/browser/ui/browser_tab_strip_model_delegate.cc   if (!browser_->profile() || browser_->profile()->IsOffTheRecord())
profile           125 chrome/browser/ui/browser_tab_strip_model_delegate.cc       TabRestoreServiceFactory::GetForProfile(browser_->profile());
profile            34 chrome/browser/ui/browser_tabrestore.cc   return browser->profile()->GetLastSessionExitType() == Profile::EXIT_CRASHED ?
profile            56 chrome/browser/ui/browser_tabrestore.cc       browser->profile(),
profile            57 chrome/browser/ui/browser_tabrestore.cc       tab_util::GetSiteInstanceForNewTab(browser->profile(), restore_url));
profile            72 chrome/browser/ui/browser_tabrestore.cc           navigations, browser->profile());
profile           127 chrome/browser/ui/browser_tabrestore.cc       SessionServiceFactory::GetForProfileIfExisting(browser->profile());
profile           195 chrome/browser/ui/browser_ui_prefs.cc void RegisterAppPrefs(const std::string& app_name, Profile* profile) {
profile           203 chrome/browser/ui/browser_ui_prefs.cc   PrefService* prefs = profile->GetPrefs();
profile            25 chrome/browser/ui/browser_ui_prefs.h void RegisterAppPrefs(const std::string& app_name, Profile* profile);
profile            30 chrome/browser/ui/browser_unittest.cc         profile(), SiteInstance::Create(profile()));
profile            19 chrome/browser/ui/browser_win.cc void NewWindowMaybeMetro(Browser* source_browser, Profile* profile) {
profile            29 chrome/browser/ui/browser_win.cc     Browser* browser = chrome::FindTabbedBrowser(profile, false,
profile            33 chrome/browser/ui/browser_win.cc       chrome::OpenEmptyWindow(profile, host_desktop_type);
profile            45 chrome/browser/ui/browser_win.cc     NewEmptyWindow(profile, host_desktop_type);
profile            54 chrome/browser/ui/browser_win.cc   NewWindowMaybeMetro(browser, browser->profile()->GetOriginalProfile());
profile            58 chrome/browser/ui/browser_win.cc   NewWindowMaybeMetro(browser, browser->profile()->GetOffTheRecordProfile());
profile           211 chrome/browser/ui/browser_window.h                                         Profile* profile) = 0;
profile           293 chrome/browser/ui/browser_window.h   virtual void ShowWebsiteSettings(Profile* profile,
profile            75 chrome/browser/ui/browser_window_state.cc       SessionServiceFactory::GetForProfileIfExisting(browser->profile());
profile            75 chrome/browser/ui/chrome_pages.cc                   Profile* profile,
profile            83 chrome/browser/ui/chrome_pages.cc         profile->GetExtensionService()->GetInstalledExtension(
profile            85 chrome/browser/ui/chrome_pages.cc     OpenApplication(AppLaunchParams(profile, extension, 0, host_desktop_type));
profile           106 chrome/browser/ui/chrome_pages.cc         new ScopedTabbedBrowserDisplayer(profile, host_desktop_type));
profile           183 chrome/browser/ui/chrome_pages.cc       browser, browser->profile(), browser->host_desktop_type(), source);
profile           186 chrome/browser/ui/chrome_pages.cc void ShowHelpForProfile(Profile* profile,
profile           189 chrome/browser/ui/chrome_pages.cc   ShowHelpImpl(NULL, profile, host_desktop_type, source);
profile           237 chrome/browser/ui/chrome_pages.cc     SettingsWindowManager::GetInstance()->ShowForProfile(browser->profile(),
profile           244 chrome/browser/ui/chrome_pages.cc void ShowSettingsSubPageForProfile(Profile* profile,
profile           248 chrome/browser/ui/chrome_pages.cc     SettingsWindowManager::GetInstance()->ShowForProfile(profile, sub_page);
profile           252 chrome/browser/ui/chrome_pages.cc       chrome::FindTabbedBrowser(profile, false, HOST_DESKTOP_TYPE_NATIVE);
profile           255 chrome/browser/ui/chrome_pages.cc         Browser::CreateParams(profile, chrome::HOST_DESKTOP_TYPE_NATIVE));
profile           307 chrome/browser/ui/chrome_pages.cc   Profile* original_profile = browser->profile()->GetOriginalProfile();
profile           319 chrome/browser/ui/chrome_pages.cc     if (browser->profile()->IsOffTheRecord()) {
profile            51 chrome/browser/ui/chrome_pages.h void ShowHelpForProfile(Profile* profile,
profile            66 chrome/browser/ui/chrome_pages.h void ShowSettingsSubPageForProfile(Profile* profile,
profile            28 chrome/browser/ui/cocoa/bookmarks/bookmark_all_tabs_controller.h                    profile:(Profile*)profile
profile            24 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_bridge.h   BookmarkBarBridge(Profile* profile,
profile           152 chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_controller.h                    profile:(Profile*)profile;
profile            60 chrome/browser/ui/cocoa/bookmarks/bookmark_editor_base_controller.h                    profile:(Profile*)profile
profile           119 chrome/browser/ui/cocoa/bookmarks/bookmark_editor_base_controller.h - (Profile*)profile;
profile            25 chrome/browser/ui/cocoa/bookmarks/bookmark_editor_controller.h                    profile:(Profile*)profile
profile            29 chrome/browser/ui/cocoa/bookmarks/bookmark_folder_target.h                  profile:(Profile*)profile;
profile            39 chrome/browser/ui/cocoa/bookmarks/bookmark_menu_bridge.h   BookmarkMenuBridge(Profile* profile, NSMenu* menu);
profile            46 chrome/browser/ui/cocoa/bookmarks/bookmark_name_folder_controller.h                    profile:(Profile*)profile
profile            49 chrome/browser/ui/cocoa/bookmarks/bookmark_name_folder_controller.h                    profile:(Profile*)profile
profile            38 chrome/browser/ui/cocoa/browser/edit_search_engine_cocoa_controller.h - (id)initWithProfile:(Profile*)profile
profile           101 chrome/browser/ui/cocoa/browser_window_cocoa.h                                         Profile* profile) OVERRIDE;
profile           128 chrome/browser/ui/cocoa/browser_window_cocoa.h   virtual void ShowWebsiteSettings(Profile* profile,
profile           190 chrome/browser/ui/cocoa/browser_window_controller.h           currentProfile:(Profile*)profile;
profile           231 chrome/browser/ui/cocoa/browser_window_controller.h - (Profile*)profile;
profile            49 chrome/browser/ui/cocoa/cocoa_profile_test.h   TestingProfile* profile() { return profile_; }
profile            44 chrome/browser/ui/cocoa/dev_tools_controller.h                          withProfile:(Profile*)profile;
profile            22 chrome/browser/ui/cocoa/drag_util.h BOOL IsUnsupportedDropData(Profile* profile, id<NSDraggingInfo> info);
profile            18 chrome/browser/ui/cocoa/encoding_menu_controller_delegate_mac.h   static void BuildEncodingMenu(Profile *profile, NSMenu* encoding_menu);
profile            35 chrome/browser/ui/cocoa/extensions/extension_keybinding_registry_cocoa.h   ExtensionKeybindingRegistryCocoa(Profile* profile,
profile            24 chrome/browser/ui/cocoa/first_run_bubble_controller.h                                   profile:(Profile*)profile;
profile           127 chrome/browser/ui/cocoa/history_menu_bridge.h   explicit HistoryMenuBridge(Profile* profile);
profile           150 chrome/browser/ui/cocoa/history_menu_bridge.h   Profile* profile();
profile            20 chrome/browser/ui/cocoa/keystone_infobar_delegate.h   static void PromotionInfoBar(Profile* profile);
profile            28 chrome/browser/ui/cocoa/location_bar/content_setting_decoration.h                            Profile* profile);
profile            54 chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h                      Profile* profile,
profile            26 chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.h                  Profile* profile,
profile            38 chrome/browser/ui/cocoa/profile_signin_confirmation_dialog_cocoa.h       Profile* profile,
profile           101 chrome/browser/ui/cocoa/toolbar/toolbar_controller.h                profile:(Profile*)profile
profile           181 chrome/browser/ui/cocoa/toolbar/toolbar_controller.h                profile:(Profile*)profile
profile            44 chrome/browser/ui/cocoa/user_manager_mac.h   explicit UserManagerMac(Profile* profile);
profile           109 chrome/browser/ui/cocoa/website_settings_bubble_controller.h                    Profile* profile,
profile            89 chrome/browser/ui/content_settings/content_setting_bubble_model.cc     Profile* profile,
profile            91 chrome/browser/ui/content_settings/content_setting_bubble_model.cc     : ContentSettingBubbleModel(web_contents, profile, content_type),
profile           163 chrome/browser/ui/content_settings/content_setting_bubble_model.cc                                         Profile* profile,
profile           175 chrome/browser/ui/content_settings/content_setting_bubble_model.cc     Profile* profile,
profile           178 chrome/browser/ui/content_settings/content_setting_bubble_model.cc           delegate, web_contents, profile, content_type) {
profile           199 chrome/browser/ui/content_settings/content_setting_bubble_model.cc                                  Profile* profile,
profile           219 chrome/browser/ui/content_settings/content_setting_bubble_model.cc     Profile* profile,
profile           221 chrome/browser/ui/content_settings/content_setting_bubble_model.cc     : ContentSettingTitleLinkAndCustomModel(delegate, web_contents, profile,
profile           249 chrome/browser/ui/content_settings/content_setting_bubble_model.cc       profile()->GetPrefs()->GetString(prefs::kAcceptLanguages),
profile           335 chrome/browser/ui/content_settings/content_setting_bubble_model.cc         CookieSettings::Factory::GetForProfile(profile()).get();
profile           340 chrome/browser/ui/content_settings/content_setting_bubble_model.cc     HostContentSettingsMap* map = profile()->GetHostContentSettingsMap();
profile           376 chrome/browser/ui/content_settings/content_setting_bubble_model.cc   if (profile()) {
profile           377 chrome/browser/ui/content_settings/content_setting_bubble_model.cc     profile()->GetHostContentSettingsMap()->AddExceptionForURL(
profile           393 chrome/browser/ui/content_settings/content_setting_bubble_model.cc                                    Profile* profile,
profile           405 chrome/browser/ui/content_settings/content_setting_bubble_model.cc     Profile* profile,
profile           408 chrome/browser/ui/content_settings/content_setting_bubble_model.cc           delegate, web_contents, profile, content_type) {
profile           437 chrome/browser/ui/content_settings/content_setting_bubble_model.cc                                   Profile* profile,
profile           449 chrome/browser/ui/content_settings/content_setting_bubble_model.cc     Profile* profile,
profile           452 chrome/browser/ui/content_settings/content_setting_bubble_model.cc           delegate, web_contents, profile, content_type) {
profile           488 chrome/browser/ui/content_settings/content_setting_bubble_model.cc                                  Profile* profile,
profile           500 chrome/browser/ui/content_settings/content_setting_bubble_model.cc     Profile* profile,
profile           503 chrome/browser/ui/content_settings/content_setting_bubble_model.cc         delegate, web_contents, profile, content_type) {
profile           541 chrome/browser/ui/content_settings/content_setting_bubble_model.cc                                        Profile* profile);
profile           575 chrome/browser/ui/content_settings/content_setting_bubble_model.cc     Profile* profile)
profile           577 chrome/browser/ui/content_settings/content_setting_bubble_model.cc           delegate, web_contents, profile, CONTENT_SETTINGS_TYPE_MEDIASTREAM),
profile           580 chrome/browser/ui/content_settings/content_setting_bubble_model.cc   DCHECK(profile);
profile           664 chrome/browser/ui/content_settings/content_setting_bubble_model.cc       profile()->GetPrefs()->GetString(prefs::kAcceptLanguages),
profile           741 chrome/browser/ui/content_settings/content_setting_bubble_model.cc   if (profile()) {
profile           743 chrome/browser/ui/content_settings/content_setting_bubble_model.cc         profile()->GetHostContentSettingsMap();
profile           777 chrome/browser/ui/content_settings/content_setting_bubble_model.cc   PrefService* prefs = profile()->GetPrefs();
profile           795 chrome/browser/ui/content_settings/content_setting_bubble_model.cc   PrefService* prefs = profile()->GetPrefs();
profile           885 chrome/browser/ui/content_settings/content_setting_bubble_model.cc                                       Profile* profile,
profile           898 chrome/browser/ui/content_settings/content_setting_bubble_model.cc     Profile* profile,
profile           901 chrome/browser/ui/content_settings/content_setting_bubble_model.cc         delegate, web_contents, profile, content_type) {
profile           955 chrome/browser/ui/content_settings/content_setting_bubble_model.cc       profile()->GetHostContentSettingsMap();
profile           973 chrome/browser/ui/content_settings/content_setting_bubble_model.cc                                        Profile* profile,
profile           985 chrome/browser/ui/content_settings/content_setting_bubble_model.cc     Profile* profile,
profile           988 chrome/browser/ui/content_settings/content_setting_bubble_model.cc         delegate, web_contents, profile, content_type) {
profile          1004 chrome/browser/ui/content_settings/content_setting_bubble_model.cc     Profile* profile,
profile          1008 chrome/browser/ui/content_settings/content_setting_bubble_model.cc           delegate, web_contents, profile, content_type),
profile          1139 chrome/browser/ui/content_settings/content_setting_bubble_model.cc                                      Profile* profile,
profile          1152 chrome/browser/ui/content_settings/content_setting_bubble_model.cc     Profile* profile,
profile          1155 chrome/browser/ui/content_settings/content_setting_bubble_model.cc         delegate, web_contents, profile, content_type) {
profile          1207 chrome/browser/ui/content_settings/content_setting_bubble_model.cc       profile()->GetHostContentSettingsMap();
profile          1225 chrome/browser/ui/content_settings/content_setting_bubble_model.cc         Profile* profile,
profile          1228 chrome/browser/ui/content_settings/content_setting_bubble_model.cc     return new ContentSettingCookiesBubbleModel(delegate, web_contents, profile,
profile          1232 chrome/browser/ui/content_settings/content_setting_bubble_model.cc     return new ContentSettingPopupBubbleModel(delegate, web_contents, profile,
profile          1237 chrome/browser/ui/content_settings/content_setting_bubble_model.cc                                                    profile, content_type);
profile          1241 chrome/browser/ui/content_settings/content_setting_bubble_model.cc                                                     profile);
profile          1244 chrome/browser/ui/content_settings/content_setting_bubble_model.cc     return new ContentSettingPluginBubbleModel(delegate, web_contents, profile,
profile          1249 chrome/browser/ui/content_settings/content_setting_bubble_model.cc                                                     profile, content_type);
profile          1253 chrome/browser/ui/content_settings/content_setting_bubble_model.cc         ProtocolHandlerRegistryFactory::GetForProfile(profile);
profile          1254 chrome/browser/ui/content_settings/content_setting_bubble_model.cc     return new ContentSettingRPHBubbleModel(delegate, web_contents, profile,
profile          1259 chrome/browser/ui/content_settings/content_setting_bubble_model.cc                                                   profile, content_type);
profile          1261 chrome/browser/ui/content_settings/content_setting_bubble_model.cc   return new ContentSettingSingleRadioGroup(delegate, web_contents, profile,
profile          1267 chrome/browser/ui/content_settings/content_setting_bubble_model.cc     Profile* profile,
profile          1270 chrome/browser/ui/content_settings/content_setting_bubble_model.cc       profile_(profile),
profile            98 chrome/browser/ui/content_settings/content_setting_bubble_model.h       Profile* profile,
profile           126 chrome/browser/ui/content_settings/content_setting_bubble_model.h       Profile* profile,
profile           130 chrome/browser/ui/content_settings/content_setting_bubble_model.h   Profile* profile() const { return profile_; }
profile           185 chrome/browser/ui/content_settings/content_setting_bubble_model.h                                   Profile* profile,
profile           202 chrome/browser/ui/content_settings/content_setting_bubble_model.h                                Profile* profile,
profile            42 chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc             NULL, web_contents(), profile(),
profile            64 chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc          NULL, web_contents(), profile(),
profile            82 chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc           NULL, web_contents(), profile(), CONTENT_SETTINGS_TYPE_COOKIES));
profile            98 chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc           NULL, web_contents(), profile(), CONTENT_SETTINGS_TYPE_COOKIES));
profile           133 chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc          NULL, web_contents(), profile(),
profile           164 chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc       profile()->GetHostContentSettingsMap();
profile           193 chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc            NULL, web_contents(), profile(),
profile           219 chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc            NULL, web_contents(), profile(),
profile           261 chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc           NULL, web_contents(), profile(),
profile           290 chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc           NULL, web_contents(), profile(),
profile           331 chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc           NULL, web_contents(), profile(),
profile           360 chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc           NULL, web_contents(), profile(),
profile           403 chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc           NULL, web_contents(), profile(),
profile           430 chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc           NULL, web_contents(), profile(),
profile           455 chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc          NULL, web_contents(), profile(),
profile           473 chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc          NULL, web_contents(), profile(),
profile           490 chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc           NULL, web_contents(), profile(),
profile           519 chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc       profile()->GetHostContentSettingsMap();
profile           529 chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc   profile()->GetHostContentSettingsMap()->SetDefaultContentSetting(
profile           538 chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc   profile()->GetHostContentSettingsMap()->SetDefaultContentSetting(
profile           550 chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc           NULL, web_contents(), profile(),
profile           567 chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc           NULL, web_contents(), profile(), NULL,
profile           609 chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc   ProtocolHandlerRegistry registry(profile(), new FakeDelegate());
profile           622 chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc           NULL, web_contents(), profile(), &registry,
profile           133 chrome/browser/ui/content_settings/content_setting_image_model.cc   Profile* profile =
profile           142 chrome/browser/ui/content_settings/content_setting_image_model.cc         (profile->GetHostContentSettingsMap()->
profile            99 chrome/browser/ui/content_settings/content_setting_image_model_unittest.cc   profile()->GetHostContentSettingsMap()->SetDefaultContentSetting(
profile            73 chrome/browser/ui/extensions/application_launch.cc                        Profile* profile,
profile            78 chrome/browser/ui/extensions/application_launch.cc         profile_(profile),
profile           128 chrome/browser/ui/extensions/application_launch.cc   ExtensionRegistry* registry = ExtensionRegistry::Get(params.profile);
profile           163 chrome/browser/ui/extensions/application_launch.cc     Profile* profile,
profile           176 chrome/browser/ui/extensions/application_launch.cc       extensions::GetLaunchType(ExtensionPrefs::Get(profile), extension);
profile           187 chrome/browser/ui/extensions/application_launch.cc   Profile* const profile = params.profile;
profile           194 chrome/browser/ui/extensions/application_launch.cc       Browser::TYPE_POPUP, profile, params.desktop_type);
profile           209 chrome/browser/ui/extensions/application_launch.cc   browser_params.initial_show_state = DetermineWindowShowState(profile,
profile           219 chrome/browser/ui/extensions/application_launch.cc     browser = chrome::FindBrowserWithProfile(profile, params.desktop_type);
profile           241 chrome/browser/ui/extensions/application_launch.cc   Profile* const profile = launch_params.profile;
profile           244 chrome/browser/ui/extensions/application_launch.cc   Browser* browser = chrome::FindTabbedBrowser(profile,
profile           251 chrome/browser/ui/extensions/application_launch.cc                                                 profile,
profile           263 chrome/browser/ui/extensions/application_launch.cc       extensions::GetLaunchType(ExtensionPrefs::Get(profile), extension);
profile           331 chrome/browser/ui/extensions/application_launch.cc   Profile* profile = params.profile;
profile           334 chrome/browser/ui/extensions/application_launch.cc   ExtensionPrefs* prefs = ExtensionPrefs::Get(profile);
profile           343 chrome/browser/ui/extensions/application_launch.cc     PerAppSettingsServiceFactory::GetForBrowserContext(profile)->
profile           347 chrome/browser/ui/extensions/application_launch.cc         SigninManagerFactory::GetForProfile(profile);
profile           360 chrome/browser/ui/extensions/application_launch.cc         chrome::NavigateParams navigate_params(profile, gurl,
profile           370 chrome/browser/ui/extensions/application_launch.cc         profile, extension, params.command_line, params.current_directory);
profile           400 chrome/browser/ui/extensions/application_launch.cc AppLaunchParams::AppLaunchParams(Profile* profile,
profile           404 chrome/browser/ui/extensions/application_launch.cc     : profile(profile),
profile           413 chrome/browser/ui/extensions/application_launch.cc AppLaunchParams::AppLaunchParams(Profile* profile,
profile           416 chrome/browser/ui/extensions/application_launch.cc     : profile(profile),
profile           427 chrome/browser/ui/extensions/application_launch.cc       extensions::GetLaunchContainer(ExtensionPrefs::Get(profile), extension);
profile           430 chrome/browser/ui/extensions/application_launch.cc AppLaunchParams::AppLaunchParams(Profile* profile,
profile           434 chrome/browser/ui/extensions/application_launch.cc     : profile(profile),
profile           450 chrome/browser/ui/extensions/application_launch.cc         extensions::GetLaunchContainer(ExtensionPrefs::Get(profile), extension);
profile           466 chrome/browser/ui/extensions/application_launch.cc   Profile* profile = params.profile;
profile           469 chrome/browser/ui/extensions/application_launch.cc       extensions::ExtensionSystem::Get(profile)->extension_service();
profile           471 chrome/browser/ui/extensions/application_launch.cc       extensions::ExtensionRegistry::Get(profile)->GetExtensionById(
profile           474 chrome/browser/ui/extensions/application_launch.cc         service, profile, params.desktop_type, extension->id(),
profile           482 chrome/browser/ui/extensions/application_launch.cc WebContents* OpenAppShortcutWindow(Profile* profile,
profile           485 chrome/browser/ui/extensions/application_launch.cc       profile,
profile            32 chrome/browser/ui/extensions/application_launch.h   AppLaunchParams(Profile* profile,
profile            39 chrome/browser/ui/extensions/application_launch.h   AppLaunchParams(Profile* profile,
profile            47 chrome/browser/ui/extensions/application_launch.h   AppLaunchParams(Profile* profile,
profile            55 chrome/browser/ui/extensions/application_launch.h   Profile* profile;
profile            96 chrome/browser/ui/extensions/application_launch.h content::WebContents* OpenAppShortcutWindow(Profile* profile,
profile            20 chrome/browser/ui/extensions/extension_enable_flow.cc ExtensionEnableFlow::ExtensionEnableFlow(Profile* profile,
profile            23 chrome/browser/ui/extensions/extension_enable_flow.cc     : profile_(profile),
profile            36 chrome/browser/ui/extensions/extension_enable_flow.h   ExtensionEnableFlow(Profile* profile,
profile            57 chrome/browser/ui/extensions/extension_install_ui_default.cc Browser* FindOrCreateVisibleBrowser(Profile* profile) {
profile            60 chrome/browser/ui/extensions/extension_install_ui_default.cc   if (!IncognitoModePrefs::CanOpenBrowser(profile))
profile            63 chrome/browser/ui/extensions/extension_install_ui_default.cc       profile, chrome::GetActiveDesktop());
profile            71 chrome/browser/ui/extensions/extension_install_ui_default.cc                                   Profile* profile,
profile            73 chrome/browser/ui/extensions/extension_install_ui_default.cc   Browser* browser = FindOrCreateVisibleBrowser(profile);
profile           148 chrome/browser/ui/extensions/extension_install_ui_default.cc ExtensionInstallUI* ExtensionInstallUI::Create(Profile* profile) {
profile           149 chrome/browser/ui/extensions/extension_install_ui_default.cc   return new ExtensionInstallUIDefault(profile);
profile           153 chrome/browser/ui/extensions/extension_install_ui_default.cc void ExtensionInstallUI::OpenAppInstalledUI(Profile* profile,
profile           157 chrome/browser/ui/extensions/extension_install_ui_default.cc       ShowForProfile(profile);
profile           161 chrome/browser/ui/extensions/extension_install_ui_default.cc       content::Source<Profile>(profile),
profile           164 chrome/browser/ui/extensions/extension_install_ui_default.cc   Browser* browser = FindOrCreateVisibleBrowser(profile);
profile           191 chrome/browser/ui/extensions/extension_install_ui_default.cc     Profile* profile) {
profile           192 chrome/browser/ui/extensions/extension_install_ui_default.cc   Browser* browser = chrome::FindLastActiveWithProfile(profile,
profile           198 chrome/browser/ui/extensions/extension_install_ui_default.cc   return new ExtensionInstallPrompt(profile, NULL, NULL);
profile           204 chrome/browser/ui/extensions/extension_install_ui_default.cc ExtensionInstallUIDefault::ExtensionInstallUIDefault(Profile* profile)
profile           205 chrome/browser/ui/extensions/extension_install_ui_default.cc     : ExtensionInstallUI(profile),
profile           209 chrome/browser/ui/extensions/extension_install_ui_default.cc   if (profile) {
profile           212 chrome/browser/ui/extensions/extension_install_ui_default.cc         ThemeServiceFactory::GetThemeForProfile(profile);
profile           216 chrome/browser/ui/extensions/extension_install_ui_default.cc         ThemeServiceFactory::GetForProfile(profile)->UsingNativeTheme();
profile           227 chrome/browser/ui/extensions/extension_install_ui_default.cc   if (!profile()) {
profile           236 chrome/browser/ui/extensions/extension_install_ui_default.cc         extension, profile(), previous_theme_id_, previous_using_native_theme_);
profile           242 chrome/browser/ui/extensions/extension_install_ui_default.cc   Profile* current_profile = profile()->GetOriginalProfile();
profile           284 chrome/browser/ui/extensions/extension_install_ui_default.cc       chrome::FindLastActiveWithProfile(profile(), chrome::GetActiveDesktop());
profile            16 chrome/browser/ui/extensions/extension_install_ui_default.h   explicit ExtensionInstallUIDefault(Profile* profile);
profile            58 chrome/browser/ui/extensions/extension_installed_bubble.cc       content::Source<Profile>(browser->profile()));
profile            60 chrome/browser/ui/extensions/extension_installed_bubble.cc       content::Source<Profile>(browser->profile()));
profile            31 chrome/browser/ui/find_bar/find_backend_unittest.cc   Profile* profile = Profile::FromBrowserContext(contents->GetBrowserContext());
profile            32 chrome/browser/ui/find_bar/find_backend_unittest.cc   return FindBarStateFactory::GetLastPrepopulateText(profile);
profile            48 chrome/browser/ui/find_bar/find_backend_unittest.cc       WebContentsTester::CreateTestWebContents(profile(), NULL));
profile           257 chrome/browser/ui/find_bar/find_bar_controller.cc     Profile* profile =
profile           259 chrome/browser/ui/find_bar/find_bar_controller.cc     find_string = FindBarStateFactory::GetLastPrepopulateText(profile);
profile           189 chrome/browser/ui/find_bar/find_bar_host_browsertest.cc         browser()->profile(), Profile::IMPLICIT_ACCESS)->FlushForTest(
profile          1309 chrome/browser/ui/find_bar/find_bar_host_browsertest.cc   Profile* incognito_profile = browser()->profile()->GetOffTheRecordProfile();
profile          1380 chrome/browser/ui/find_bar/find_bar_host_browsertest.cc   Browser::CreateParams params(Browser::TYPE_POPUP, browser()->profile(),
profile          1569 chrome/browser/ui/find_bar/find_bar_host_browsertest.cc   browser()->profile()->GetPrefs()->SetBoolean(prefs::kPluginsAlwaysAuthorize,
profile            13 chrome/browser/ui/find_bar/find_bar_state_factory.cc FindBarState* FindBarStateFactory::GetForProfile(Profile* profile) {
profile            15 chrome/browser/ui/find_bar/find_bar_state_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            46 chrome/browser/ui/find_bar/find_bar_state_factory.cc     content::BrowserContext* profile) const {
profile            18 chrome/browser/ui/find_bar/find_bar_state_factory.h   static FindBarState* GetForProfile(Profile* profile);
profile            23 chrome/browser/ui/find_bar/find_bar_state_factory.h   static base::string16 GetLastPrepopulateText(Profile* profile);
profile            35 chrome/browser/ui/find_bar/find_bar_state_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile            46 chrome/browser/ui/find_bar/find_tab_helper.cc     Profile* profile =
profile            49 chrome/browser/ui/find_bar/find_tab_helper.cc         FindBarStateFactory::GetLastPrepopulateText(profile);
profile            83 chrome/browser/ui/find_bar/find_tab_helper.cc   Profile* profile =
profile            85 chrome/browser/ui/find_bar/find_tab_helper.cc   FindBarState* find_bar_state = FindBarStateFactory::GetForProfile(profile);
profile            46 chrome/browser/ui/fullscreen/fullscreen_controller.cc       profile_(browser->profile()),
profile           111 chrome/browser/ui/fullscreen/fullscreen_controller_interactive_browsertest.cc       browser()->profile()->GetHostContentSettingsMap();
profile           471 chrome/browser/ui/fullscreen/fullscreen_controller_state_unittest.cc       content::WebContents::CreateParams(profile()));
profile           758 chrome/browser/ui/fullscreen/fullscreen_controller_state_unittest.cc       browser()->profile(),
profile           133 chrome/browser/ui/fullscreen/fullscreen_exit_bubble.cc       bubble_type_, url_, browser_->profile()->GetExtensionService());
profile           281 chrome/browser/ui/gesture_prefs_observer_factory_aura.cc     content::BrowserContext* profile) const {
profile           282 chrome/browser/ui/gesture_prefs_observer_factory_aura.cc   return new GesturePrefsObserver(static_cast<Profile*>(profile)->GetPrefs());
profile            32 chrome/browser/ui/gesture_prefs_observer_factory_aura.h       content::BrowserContext* profile) const OVERRIDE;
profile            16 chrome/browser/ui/global_error/global_error_service.cc GlobalErrorService::GlobalErrorService(Profile* profile) : profile_(profile) {
profile            28 chrome/browser/ui/global_error/global_error_service.h   explicit GlobalErrorService(Profile* profile);
profile            72 chrome/browser/ui/global_error/global_error_service_browsertest.cc       GlobalErrorServiceFactory::GetForProfile(browser()->profile());
profile            80 chrome/browser/ui/global_error/global_error_service_browsertest.cc   CreateBrowser(browser()->profile());
profile            93 chrome/browser/ui/global_error/global_error_service_browsertest.cc       GlobalErrorServiceFactory::GetForProfile(browser()->profile());
profile           101 chrome/browser/ui/global_error/global_error_service_browsertest.cc   CreateBrowser(browser()->profile());
profile           125 chrome/browser/ui/global_error/global_error_service_browsertest.cc       GlobalErrorServiceFactory::GetForProfile(browser()->profile());
profile            13 chrome/browser/ui/global_error/global_error_service_factory.cc GlobalErrorService* GlobalErrorServiceFactory::GetForProfile(Profile* profile) {
profile            15 chrome/browser/ui/global_error/global_error_service_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            33 chrome/browser/ui/global_error/global_error_service_factory.cc     content::BrowserContext* profile) const {
profile            34 chrome/browser/ui/global_error/global_error_service_factory.cc   return new GlobalErrorService(static_cast<Profile*>(profile));
profile            21 chrome/browser/ui/global_error/global_error_service_factory.h   static GlobalErrorService* GetForProfile(Profile* profile);
profile            33 chrome/browser/ui/global_error/global_error_service_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile            11 chrome/browser/ui/gtk/accelerator_utils_gtk.cc bool IsChromeAccelerator(const ui::Accelerator& accelerator, Profile* profile) {
profile             8 chrome/browser/ui/gtk/apps/app_info_dialog_gtk.cc                        Profile* profile,
profile           656 chrome/browser/ui/gtk/apps/native_app_window_gtk.cc   Profile* profile =
profile           660 chrome/browser/ui/gtk/apps/native_app_window_gtk.cc     gtk_util::SetWindowIcon(window_, profile, app_icon.ToGdkPixbuf());
profile           662 chrome/browser/ui/gtk/apps/native_app_window_gtk.cc     gtk_util::SetWindowIcon(window_, profile);
profile            44 chrome/browser/ui/gtk/avatar_menu_bubble_gtk.cc       theme_service_(GtkThemeService::GetFrom(browser->profile())),
profile            49 chrome/browser/ui/gtk/back_forward_button_gtk.cc       GtkThemeService::GetFrom(browser_->profile()),
profile           125 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc void RecordAppLaunch(Profile* profile, const GURL& url) {
profile           126 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc   DCHECK(profile->GetExtensionService());
profile           128 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc       profile->GetExtensionService()->GetInstalledApp(url);
profile           151 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc       theme_service_(GtkThemeService::GetFrom(browser->profile())),
profile           171 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc       browser_->profile()->GetPrefs(),
profile           179 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc       browser_->profile()->GetPrefs(),
profile           230 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc   Profile* profile = browser_->profile();
profile           231 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc   instructions_gtk_.reset(new BookmarkBarInstructionsGtk(this, profile));
profile           304 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc   model_ = BookmarkModelFactory::GetForProfile(profile);
profile          1154 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc           window, this, browser_, browser_->profile(), page_navigator_, parent,
profile          1183 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc   RecordAppLaunch(browser_->profile(), node->url());
profile          1186 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc                   browser_->profile());
profile          1254 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc       node, selection_data, target_type, browser_->profile());
profile          1283 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc                     NEW_BACKGROUND_TAB, browser_->profile());
profile          1347 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc         dnd_success = chrome::DropBookmarks(browser_->profile(),
profile          1503 chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc           browser_->profile(), browser_->host_desktop_type());
profile            21 chrome/browser/ui/gtk/bookmarks/bookmark_bar_instructions_gtk.cc     Profile* profile)
profile            23 chrome/browser/ui/gtk/bookmarks/bookmark_bar_instructions_gtk.cc       profile_(profile),
profile            22 chrome/browser/ui/gtk/bookmarks/bookmark_bar_instructions_gtk.h                              Profile* profile);
profile            90 chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.cc                              Profile* profile,
profile            98 chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.cc                                            profile,
profile           132 chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.cc                                      Profile* profile,
profile           136 chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.cc       profile_(profile),
profile           137 chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.cc       model_(BookmarkModelFactory::GetForProfile(profile)),
profile           448 chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.cc   Profile* profile = profile_;
profile           455 chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.cc     BookmarkEditor::Show(toplevel, profile,
profile            41 chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.h                    Profile* profile,
profile            60 chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk.h                     Profile* profile,
profile            32 chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk_browsertest.cc         BookmarkModelFactory::GetForProfile(browser()->profile()),
profile            41 chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk_browsertest.cc                             browser()->profile(),
profile            53 chrome/browser/ui/gtk/bookmarks/bookmark_bubble_gtk_browsertest.cc       browser()->profile());
profile            22 chrome/browser/ui/gtk/bookmarks/bookmark_drag_drop_gtk.cc   BookmarkDrag(Profile* profile, const std::vector<const BookmarkNode*>& nodes);
profile            41 chrome/browser/ui/gtk/bookmarks/bookmark_drag_drop_gtk.cc BookmarkDrag::BookmarkDrag(Profile* profile,
profile            44 chrome/browser/ui/gtk/bookmarks/bookmark_drag_drop_gtk.cc       profile_(profile),
profile            51 chrome/browser/ui/gtk/bookmarks/bookmark_drag_drop_gtk.cc void DragBookmarks(Profile* profile,
profile            59 chrome/browser/ui/gtk/bookmarks/bookmark_drag_drop_gtk.cc   new BookmarkDrag(profile, nodes);
profile           247 chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk.cc                           Profile* profile,
profile           250 chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk.cc   DCHECK(profile);
profile           253 chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk.cc                             profile,
profile           262 chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk.cc     Profile* profile,
profile           266 chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk.cc     : profile_(profile),
profile           272 chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk.cc   DCHECK(profile);
profile            32 chrome/browser/ui/gtk/bookmarks/bookmark_editor_gtk.h                     Profile* profile,
profile            80 chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc       model_(BookmarkModelFactory::GetForProfile(browser->profile())),
profile           252 chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc                     browser_->profile());
profile           266 chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc             parent_window_, this, browser_, browser_->profile(),
profile           352 chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc       node, model_, GtkThemeService::GetFrom(browser_->profile()));
profile           377 chrome/browser/ui/gtk/bookmarks/bookmark_menu_controller_gtk.cc       node, selection_data, target_type, browser_->profile());
profile            40 chrome/browser/ui/gtk/bookmarks/bookmark_sub_menu_model_gtk.cc     Profile* profile)
profile            45 chrome/browser/ui/gtk/bookmarks/bookmark_sub_menu_model_gtk.cc       profile_(profile) {
profile           133 chrome/browser/ui/gtk/bookmarks/bookmark_sub_menu_model_gtk.cc     : BookmarkNodeMenuModel(delegate, NULL, NULL, browser, browser->profile()),
profile           177 chrome/browser/ui/gtk/bookmarks/bookmark_sub_menu_model_gtk.cc     set_model(BookmarkModelFactory::GetForProfile(browser_->profile()));
profile            32 chrome/browser/ui/gtk/bookmarks/bookmark_sub_menu_model_gtk.h                         Profile* profile);
profile           325 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc                               Profile* profile) {
profile           329 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc   WriteBookmarksToSelection(nodes, selection_data, target_type, profile);
profile           335 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc                                Profile* profile) {
profile           340 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc       data.WriteToPickle(profile, &pickle);
profile           405 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc     Profile* profile,
profile           428 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.cc           return drag_data.GetNodes(profile);
profile            75 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.h                               Profile* profile);
profile            81 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.h                                Profile* profile);
profile            89 chrome/browser/ui/gtk/bookmarks/bookmark_utils_gtk.h     Profile* profile,
profile           105 chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc         icon_factory_(toolbar->browser()->profile(), extension,
profile           149 chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc             toolbar->browser()->profile()->GetOriginalProfile()));
profile           153 chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc         toolbar->browser()->profile()->GetOriginalProfile()));
profile           157 chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc         toolbar->browser()->profile()->GetOriginalProfile()));
profile           388 chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc         extensions::CommandService::Get(toolbar_->browser()->profile());
profile           440 chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc     return ExtensionActionManager::Get(toolbar_->browser()->profile())->
profile           495 chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc       profile_(browser->profile()),
profile           496 chrome/browser/ui/gtk/browser_actions_toolbar_gtk.cc       theme_service_(GtkThemeService::GetFrom(browser->profile())),
profile           392 chrome/browser/ui/gtk/browser_titlebar.cc       browser_window_->browser()->profile());
profile           618 chrome/browser/ui/gtk/browser_titlebar.cc         Profile* profile = browser_window_->browser()->profile();
profile           621 chrome/browser/ui/gtk/browser_titlebar.cc           gtk_util::SetWindowIcon(window_, profile);
profile           623 chrome/browser/ui/gtk/browser_titlebar.cc           gtk_util::SetWindowIcon(window_, profile, icon.ToGdkPixbuf());
profile           817 chrome/browser/ui/gtk/browser_titlebar.cc   Profile* profile = browser_window_->browser()->profile();
profile           818 chrome/browser/ui/gtk/browser_titlebar.cc   if (profile->IsManaged()) {
profile           858 chrome/browser/ui/gtk/browser_titlebar.cc   size_t index = cache.GetIndexOfProfileWithPath(profile->GetPath());
profile          1000 chrome/browser/ui/gtk/browser_titlebar.cc     PrefService* prefs = browser_window_->browser()->profile()->GetPrefs();
profile          1009 chrome/browser/ui/gtk/browser_titlebar.cc       return controller.IsItemChecked(browser_window_->browser()->profile(),
profile          1022 chrome/browser/ui/gtk/browser_titlebar.cc     PrefService* prefs = browser_window_->browser()->profile()->GetPrefs();
profile          1094 chrome/browser/ui/gtk/browser_titlebar.cc   return browser_window_->browser()->profile()->IsOffTheRecord();
profile           116 chrome/browser/ui/gtk/browser_toolbar_gtk.cc                  content::Source<Profile>(browser_->profile()));
profile           131 chrome/browser/ui/gtk/browser_toolbar_gtk.cc   Profile* profile = browser_->profile();
profile           132 chrome/browser/ui/gtk/browser_toolbar_gtk.cc   theme_service_ = GtkThemeService::GetFrom(profile);
profile           143 chrome/browser/ui/gtk/browser_toolbar_gtk.cc   show_home_button_.Init(prefs::kShowHomeButton, profile->GetPrefs(),
profile           146 chrome/browser/ui/gtk/browser_toolbar_gtk.cc   home_page_.Init(prefs::kHomePage, profile->GetPrefs(), callback);
profile           148 chrome/browser/ui/gtk/browser_toolbar_gtk.cc                                   profile->GetPrefs(),
profile           245 chrome/browser/ui/gtk/browser_toolbar_gtk.cc       browser()->profile())->AddZoomLevelChangedCallback(
profile           685 chrome/browser/ui/gtk/browser_toolbar_gtk.cc         browser_->profile())->GetHighestSeverityGlobalErrorWithWrenchMenuItem();
profile           251 chrome/browser/ui/gtk/browser_window_gtk.cc       browser_->profile()->GetPrefs(),
profile           256 chrome/browser/ui/gtk/browser_window_gtk.cc   if (!browser_->profile()->IsOffTheRecord()) {
profile           527 chrome/browser/ui/gtk/browser_window_gtk.cc       browser()->profile());
profile           544 chrome/browser/ui/gtk/browser_window_gtk.cc       !browser()->profile()->IsOffTheRecord()) {
profile           559 chrome/browser/ui/gtk/browser_window_gtk.cc   bool incognito = browser()->profile()->IsOffTheRecord();
profile           995 chrome/browser/ui/gtk/browser_window_gtk.cc          browser_->profile()->GetPrefs()->GetBoolean(prefs::kShowBookmarkBar);
profile          1018 chrome/browser/ui/gtk/browser_window_gtk.cc                                                 Profile* profile) {
profile          1019 chrome/browser/ui/gtk/browser_window_gtk.cc   new EditSearchEngineDialog(window_, template_url, NULL, profile);
profile          1087 chrome/browser/ui/gtk/browser_window_gtk.cc     Profile* profile,
profile          1091 chrome/browser/ui/gtk/browser_window_gtk.cc   WebsiteSettingsPopupGtk::Show(GetNativeWindow(), profile, web_contents, url,
profile          1280 chrome/browser/ui/gtk/browser_window_gtk.cc   gtk_util::SetWindowIcon(window_, browser_->profile());
profile          1324 chrome/browser/ui/gtk/browser_window_gtk.cc       browser()->profile());
profile          1689 chrome/browser/ui/gtk/browser_window_gtk.cc       new InfoBarContainerGtk(this, browser_->profile()));
profile          1694 chrome/browser/ui/gtk/browser_window_gtk.cc   status_bubble_.reset(new StatusBubbleGtk(browser_->profile()));
profile          1751 chrome/browser/ui/gtk/browser_window_gtk.cc       browser_->profile(),
profile          1766 chrome/browser/ui/gtk/browser_window_gtk.cc   gtk_util::SetWindowIcon(window_, browser_->profile());
profile          1774 chrome/browser/ui/gtk/browser_window_gtk.cc   Profile* profile = browser()->profile();
profile          1775 chrome/browser/ui/gtk/browser_window_gtk.cc   GtkThemeService* theme_provider = GtkThemeService::GetFrom(profile);
profile          1780 chrome/browser/ui/gtk/browser_window_gtk.cc     frame_color_id = browser()->profile()->IsOffTheRecord()
profile          1784 chrome/browser/ui/gtk/browser_window_gtk.cc     frame_color_id = browser()->profile()->IsOffTheRecord()
profile          1891 chrome/browser/ui/gtk/browser_window_gtk.cc   if (!browser_->profile()->GetPrefs())
profile          1895 chrome/browser/ui/gtk/browser_window_gtk.cc   DictionaryPrefUpdate update(browser_->profile()->GetPrefs(),
profile          2222 chrome/browser/ui/gtk/browser_window_gtk.cc       browser()->profile());
profile           136 chrome/browser/ui/gtk/browser_window_gtk.h                                         Profile* profile) OVERRIDE;
profile           163 chrome/browser/ui/gtk/browser_window_gtk.h   virtual void ShowWebsiteSettings(Profile* profile,
profile            32 chrome/browser/ui/gtk/bubble/bubble_gtk_browsertest.cc     return browser()->profile();
profile           497 chrome/browser/ui/gtk/collected_cookies_gtk.cc       Profile* profile =
profile           500 chrome/browser/ui/gtk/collected_cookies_gtk.cc           CookieSettings::Factory::GetForProfile(profile).get(), setting);
profile            71 chrome/browser/ui/gtk/confirm_bubble_gtk.cc       browser_window->browser()->profile());
profile            63 chrome/browser/ui/gtk/content_setting_bubble_gtk.cc     Profile* profile)
profile            65 chrome/browser/ui/gtk/content_setting_bubble_gtk.cc       profile_(profile),
profile            37 chrome/browser/ui/gtk/content_setting_bubble_gtk.h        Profile* profile);
profile            60 chrome/browser/ui/gtk/create_application_shortcuts_dialog_gtk.cc     Profile* profile,
profile            63 chrome/browser/ui/gtk/create_application_shortcuts_dialog_gtk.cc   new CreateChromeApplicationShortcutsDialogGtk(parent_window, profile, app,
profile           320 chrome/browser/ui/gtk/create_application_shortcuts_dialog_gtk.cc         Profile* profile,
profile           325 chrome/browser/ui/gtk/create_application_shortcuts_dialog_gtk.cc       profile_path_(profile->GetPath()),
profile           333 chrome/browser/ui/gtk/create_application_shortcuts_dialog_gtk.cc       app, profile,
profile           118 chrome/browser/ui/gtk/create_application_shortcuts_dialog_gtk.h       Profile* profile,
profile           113 chrome/browser/ui/gtk/download/download_item_gtk.cc           GtkThemeService::GetFrom(parent_shelf->browser()->profile())),
profile            74 chrome/browser/ui/gtk/download/download_shelf_gtk.cc       theme_service_(GtkThemeService::GetFrom(browser->profile())),
profile            71 chrome/browser/ui/gtk/edit_search_engine_dialog.cc     Profile* profile)
profile            73 chrome/browser/ui/gtk/edit_search_engine_dialog.cc                                                  profile)) {
profile            74 chrome/browser/ui/gtk/edit_search_engine_dialog.cc   Init(parent_window, profile);
profile            79 chrome/browser/ui/gtk/edit_search_engine_dialog.cc void EditSearchEngineDialog::Init(GtkWindow* parent_window, Profile* profile) {
profile            26 chrome/browser/ui/gtk/edit_search_engine_dialog.h                          Profile* profile);
profile            31 chrome/browser/ui/gtk/edit_search_engine_dialog.h   void Init(GtkWindow* parent_window, Profile* profile);
profile            68 chrome/browser/ui/gtk/extensions/bundle_installed_bubble_gtk.cc       browser_->profile());
profile           107 chrome/browser/ui/gtk/extensions/extension_installed_bubble_gtk.cc         ExtensionActionManager::Get(bubble_.browser()->profile())->
profile           129 chrome/browser/ui/gtk/extensions/extension_installed_bubble_gtk.cc       bubble_.browser()->profile());
profile           190 chrome/browser/ui/gtk/extensions/extension_installed_bubble_gtk.cc         extensions::CommandService::Get(bubble_.browser()->profile());
profile           213 chrome/browser/ui/gtk/extensions/extension_installed_bubble_gtk.cc         extensions::CommandService::Get(bubble_.browser()->profile());
profile           331 chrome/browser/ui/gtk/extensions/extension_installed_bubble_gtk.cc         ExtensionActionManager::Get(bubble_.browser()->profile())->
profile            24 chrome/browser/ui/gtk/extensions/extension_keybinding_registry_gtk.cc     Profile* profile,
profile            28 chrome/browser/ui/gtk/extensions/extension_keybinding_registry_gtk.cc     : ExtensionKeybindingRegistry(profile, extension_filter, delegate),
profile            29 chrome/browser/ui/gtk/extensions/extension_keybinding_registry_gtk.cc       profile_(profile),
profile            39 chrome/browser/ui/gtk/extensions/extension_keybinding_registry_gtk.h   ExtensionKeybindingRegistryGtk(Profile* profile,
profile           185 chrome/browser/ui/gtk/extensions/extension_popup_gtk.cc                             GtkThemeService::GetFrom(browser_->profile()),
profile            28 chrome/browser/ui/gtk/extensions/extension_uninstall_dialog_gtk.cc   ExtensionUninstallDialogGtk(Profile* profile,
profile            42 chrome/browser/ui/gtk/extensions/extension_uninstall_dialog_gtk.cc     Profile* profile,
profile            45 chrome/browser/ui/gtk/extensions/extension_uninstall_dialog_gtk.cc     : ExtensionUninstallDialog(profile, browser, delegate),
profile           127 chrome/browser/ui/gtk/extensions/extension_uninstall_dialog_gtk.cc     Profile* profile, Browser* browser, Delegate* delegate) {
profile           128 chrome/browser/ui/gtk/extensions/extension_uninstall_dialog_gtk.cc   return new ExtensionUninstallDialogGtk(profile, browser, delegate);
profile           185 chrome/browser/ui/gtk/find_bar_gtk.cc       theme_service_(GtkThemeService::GetFrom(browser_->profile())),
profile           632 chrome/browser/ui/gtk/find_bar_gtk.cc         browser_->profile());
profile            46 chrome/browser/ui/gtk/first_run_bubble.cc   GtkThemeService* theme_service = GtkThemeService::GetFrom(browser->profile());
profile            51 chrome/browser/ui/gtk/first_run_bubble.cc                                 GetDefaultSearchEngineName(browser->profile()))
profile            39 chrome/browser/ui/gtk/first_run_dialog.cc bool ShowFirstRunDialog(Profile* profile) {
profile            40 chrome/browser/ui/gtk/first_run_dialog.cc   return FirstRunDialog::Show(profile);
profile            46 chrome/browser/ui/gtk/first_run_dialog.cc bool FirstRunDialog::Show(Profile* profile) {
profile            58 chrome/browser/ui/gtk/first_run_dialog.cc     new FirstRunDialog(profile);
profile            72 chrome/browser/ui/gtk/first_run_dialog.cc FirstRunDialog::FirstRunDialog(Profile* profile)
profile            73 chrome/browser/ui/gtk/first_run_dialog.cc     : profile_(profile),
profile            19 chrome/browser/ui/gtk/first_run_dialog.h   static bool Show(Profile* profile);
profile            22 chrome/browser/ui/gtk/first_run_dialog.h   explicit FirstRunDialog(Profile* profile);
profile            99 chrome/browser/ui/gtk/fullscreen_exit_bubble_gtk.cc   theme_service_ = GtkThemeService::GetFrom(browser_->profile());
profile            49 chrome/browser/ui/gtk/global_error_bubble.cc       GtkThemeService::GetFrom(browser_->profile());
profile            97 chrome/browser/ui/gtk/global_history_menu.cc       profile_(browser_->profile()),
profile           393 chrome/browser/ui/gtk/global_history_menu.cc       TabRestoreServiceFactory::GetForProfile(browser_->profile());
profile           197 chrome/browser/ui/gtk/global_menu_bar.cc   pref_change_registrar_.Init(browser_->profile()->GetPrefs());
profile           298 chrome/browser/ui/gtk/global_menu_bar.cc     PrefService* prefs = browser_->profile()->GetPrefs();
profile           257 chrome/browser/ui/gtk/gtk_theme_service.cc GtkThemeService* GtkThemeService::GetFrom(Profile* profile) {
profile           259 chrome/browser/ui/gtk/gtk_theme_service.cc       ThemeServiceFactory::GetForProfile(profile));
profile           296 chrome/browser/ui/gtk/gtk_theme_service.cc void GtkThemeService::Init(Profile* profile) {
profile           297 chrome/browser/ui/gtk/gtk_theme_service.cc   registrar_.Init(profile->GetPrefs());
profile           301 chrome/browser/ui/gtk/gtk_theme_service.cc   ThemeService::Init(profile);
profile           350 chrome/browser/ui/gtk/gtk_theme_service.cc   profile()->GetPrefs()->SetBoolean(prefs::kUsesSystemTheme, false);
profile           357 chrome/browser/ui/gtk/gtk_theme_service.cc   profile()->GetPrefs()->SetBoolean(prefs::kUsesSystemTheme, false);
profile           364 chrome/browser/ui/gtk/gtk_theme_service.cc   profile()->GetPrefs()->SetBoolean(prefs::kUsesSystemTheme, true);
profile           377 chrome/browser/ui/gtk/gtk_theme_service.cc   profile()->GetPrefs()->SetBoolean(prefs::kUsesSystemTheme, false);
profile           384 chrome/browser/ui/gtk/gtk_theme_service.cc   return profile()->GetPrefs()->GetBoolean(prefs::kUsesSystemTheme);
profile           687 chrome/browser/ui/gtk/gtk_theme_service.cc     gtk_util::SetWindowIcon(window, browser->profile());
profile           703 chrome/browser/ui/gtk/gtk_theme_service.cc   if (profile()->GetPrefs()->GetBoolean(prefs::kUsesSystemTheme)) {
profile           725 chrome/browser/ui/gtk/gtk_theme_service.cc   profile()->GetPrefs()->ClearPref(prefs::kCurrentThemeImages);
profile          1189 chrome/browser/ui/gtk/gtk_theme_service.cc   use_gtk_ = profile()->GetPrefs()->GetBoolean(prefs::kUsesSystemTheme);
profile            60 chrome/browser/ui/gtk/gtk_theme_service.h   static GtkThemeService* GetFrom(Profile* profile);
profile            73 chrome/browser/ui/gtk/gtk_theme_service.h   virtual void Init(Profile* profile) OVERRIDE;
profile           147 chrome/browser/ui/gtk/gtk_util.cc GdkPixbuf* GetAvatarIcon(Profile* profile) {
profile           148 chrome/browser/ui/gtk/gtk_util.cc   if (profile->IsOffTheRecord()) {
profile           160 chrome/browser/ui/gtk/gtk_util.cc   const size_t index = cache.GetIndexOfProfileWithPath(profile->GetPath());
profile           242 chrome/browser/ui/gtk/gtk_util.cc GList* GetIconListWithAvatars(GtkWindow* window, Profile* profile) {
profile           250 chrome/browser/ui/gtk/gtk_util.cc   const GdkPixbuf* avatar = GetAvatarIcon(profile);
profile           586 chrome/browser/ui/gtk/gtk_util.cc void SetWindowIcon(GtkWindow* window, Profile* profile) {
profile           587 chrome/browser/ui/gtk/gtk_util.cc   GList* icon_list = GetIconListWithAvatars(window, profile);
profile           593 chrome/browser/ui/gtk/gtk_util.cc void SetWindowIcon(GtkWindow* window, Profile* profile, GdkPixbuf* icon) {
profile           594 chrome/browser/ui/gtk/gtk_util.cc   const GdkPixbuf* avatar = GetAvatarIcon(profile);
profile           853 chrome/browser/ui/gtk/gtk_util.cc bool URLFromPrimarySelection(Profile* profile, GURL* url) {
profile           863 chrome/browser/ui/gtk/gtk_util.cc   AutocompleteClassifierFactory::GetForProfile(profile)->Classify(
profile           154 chrome/browser/ui/gtk/gtk_util.h void SetWindowIcon(GtkWindow* window, Profile* profile);
profile           161 chrome/browser/ui/gtk/gtk_util.h void SetWindowIcon(GtkWindow* window, Profile* profile, GdkPixbuf* icon);
profile           255 chrome/browser/ui/gtk/gtk_util.h bool URLFromPrimarySelection(Profile* profile, GURL* url);
profile            25 chrome/browser/ui/gtk/infobars/infobar_container_gtk.cc                                          Profile* profile)
profile            27 chrome/browser/ui/gtk/infobars/infobar_container_gtk.cc       profile_(profile),
profile            41 chrome/browser/ui/gtk/infobars/infobar_container_gtk.h                       Profile* profile);
profile           223 chrome/browser/ui/gtk/location_bar_view_gtk.cc       GtkThemeService::GetFrom(parent_->browser()->profile())->GetImageNamed(
profile           287 chrome/browser/ui/gtk/location_bar_view_gtk.cc   Profile* profile = parent_->browser()->profile();
profile           293 chrome/browser/ui/gtk/location_bar_view_gtk.cc           profile,
profile           295 chrome/browser/ui/gtk/location_bar_view_gtk.cc       profile);
profile           321 chrome/browser/ui/gtk/location_bar_view_gtk.cc       LocationBar(browser->profile()),
profile           364 chrome/browser/ui/gtk/location_bar_view_gtk.cc   theme_service_ = GtkThemeService::GetFrom(profile());
profile           376 chrome/browser/ui/gtk/location_bar_view_gtk.cc   omnibox_view_.reset(new OmniboxViewGtk(this, browser_, profile(),
profile           517 chrome/browser/ui/gtk/location_bar_view_gtk.cc                  content::Source<Profile>(profile()));
profile           519 chrome/browser/ui/gtk/location_bar_view_gtk.cc                                profile()->GetPrefs(),
profile           560 chrome/browser/ui/gtk/location_bar_view_gtk.cc     BookmarkBubbleGtk::Show(star_.get(), profile(), url, newly_bookmarked);
profile           563 chrome/browser/ui/gtk/location_bar_view_gtk.cc                                 profile(), url, newly_bookmarked);
profile           628 chrome/browser/ui/gtk/location_bar_view_gtk.cc   AccessibilityTextBoxInfo info(profile(),
profile           994 chrome/browser/ui/gtk/location_bar_view_gtk.cc   GtkThemeService* theme_service = GtkThemeService::GetFrom(profile());
profile          1082 chrome/browser/ui/gtk/location_bar_view_gtk.cc     if (!gtk_util::URLFromPrimarySelection(profile(), &url))
profile          1131 chrome/browser/ui/gtk/location_bar_view_gtk.cc       InstantServiceFactory::GetForProfile(profile());
profile          1283 chrome/browser/ui/gtk/location_bar_view_gtk.cc       TemplateURLServiceFactory::GetForProfile(profile());
profile          1309 chrome/browser/ui/gtk/location_bar_view_gtk.cc       gfx::Image image = extensions::OmniboxAPI::Get(profile())->
profile          1326 chrome/browser/ui/gtk/location_bar_view_gtk.cc       TemplateURLServiceFactory::GetForProfile(profile());
profile          1740 chrome/browser/ui/gtk/location_bar_view_gtk.cc       owner->profile()->GetExtensionService()->GetExtensionById(
profile          1745 chrome/browser/ui/gtk/location_bar_view_gtk.cc       owner->profile(), extension, page_action, this));
profile          1834 chrome/browser/ui/gtk/location_bar_view_gtk.cc       owner_->profile()->GetExtensionService()->extensions();
profile          1840 chrome/browser/ui/gtk/location_bar_view_gtk.cc       extensions::CommandService::Get(owner_->profile());
profile          1901 chrome/browser/ui/gtk/location_bar_view_gtk.cc       owner_->profile()->GetExtensionService();
profile           117 chrome/browser/ui/gtk/location_bar_view_gtk_browsertest.cc             browser()->profile())->AddZoomLevelChangedCallback(callback);
profile            12 chrome/browser/ui/gtk/notifications/balloon_collection_gtk.cc                                             Profile* profile) {
profile            13 chrome/browser/ui/gtk/notifications/balloon_collection_gtk.cc   Balloon* balloon = new Balloon(notification, profile, this);
profile           206 chrome/browser/ui/gtk/notifications/balloon_view_gtk.cc   theme_service_ = GtkThemeService::GetFrom(balloon->profile());
profile           177 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk.cc     theme_service_ = GtkThemeService::GetFrom(edit_model->profile());
profile           164 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc                                Profile* profile,
profile           168 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc     : OmniboxView(profile, controller, command_updater),
profile           184 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc       theme_service_(GtkThemeService::GetFrom(profile)),
profile            61 chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.h                  Profile* profile,
profile           173 chrome/browser/ui/gtk/one_click_signin_bubble_gtk.cc       browser_window_gtk->browser()->profile());
profile           281 chrome/browser/ui/gtk/one_click_signin_bubble_gtk.cc       browser_window_gtk->browser()->profile());
profile            17 chrome/browser/ui/gtk/overflow_button.cc OverflowButton::OverflowButton(Profile* profile) : profile_(profile) {
profile            18 chrome/browser/ui/gtk/overflow_button.cc   widget_.Own(GtkThemeService::GetFrom(profile)->BuildChromeButton());
profile            21 chrome/browser/ui/gtk/overflow_button.cc   GtkThemeService* theme_service = GtkThemeService::GetFrom(profile);
profile            20 chrome/browser/ui/gtk/overflow_button.h   explicit OverflowButton(Profile* profile);
profile           927 chrome/browser/ui/gtk/panels/panel_gtk.cc     gtk_util::SetWindowIcon(window_, panel_->profile(), app_icon.ToGdkPixbuf());
profile            52 chrome/browser/ui/gtk/reload_button_gtk.cc                      GtkThemeService::GetFrom(browser->profile()) : NULL),
profile           141 chrome/browser/ui/gtk/speech_recognition_bubble_gtk.cc   Profile* profile = Profile::FromBrowserContext(
profile           179 chrome/browser/ui/gtk/speech_recognition_bubble_gtk.cc   GtkThemeService* theme_provider = GtkThemeService::GetFrom(profile);
profile            45 chrome/browser/ui/gtk/status_bubble_gtk.cc StatusBubbleGtk::StatusBubbleGtk(Profile* profile)
profile            46 chrome/browser/ui/gtk/status_bubble_gtk.cc     : theme_service_(GtkThemeService::GetFrom(profile)),
profile            39 chrome/browser/ui/gtk/status_bubble_gtk.h   explicit StatusBubbleGtk(Profile* profile);
profile            44 chrome/browser/ui/gtk/tab_contents/web_drag_bookmark_handler_gtk.cc   Profile* profile =
profile            47 chrome/browser/ui/gtk/tab_contents/web_drag_bookmark_handler_gtk.cc       NULL, data, ui::CHROME_BOOKMARK_ITEM, profile, NULL, NULL));
profile            48 chrome/browser/ui/gtk/tab_contents/web_drag_bookmark_handler_gtk.cc   bookmark_drag_data_.SetOriginatingProfile(profile);
profile            62 chrome/browser/ui/gtk/tab_modal_confirm_dialog_gtk.cc         browser->profile());
profile           726 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc       theme_service_(GtkThemeService::GetFrom(model->profile())),
profile           885 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc   return model_->profile() == other->model()->profile();
profile          1778 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc     AutocompleteClassifierFactory::GetForProfile(model_->profile())->Classify(
profile          2195 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc       if (!gtk_util::URLFromPrimarySelection(model_->profile(), &url))
profile            59 chrome/browser/ui/gtk/validation_message_bubble_gtk.cc   Profile* profile = Profile::FromBrowserContext(
profile            67 chrome/browser/ui/gtk/validation_message_bubble_gtk.cc                             GtkThemeService::GetFrom(profile),
profile           132 chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.cc                                           Profile* profile);
profile           146 chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.cc     gfx::NativeWindow parent, Profile* profile) {
profile           158 chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.cc   GtkThemeService* theme_service = GtkThemeService::GetFrom(profile);
profile           194 chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.cc                                    Profile* profile,
profile           199 chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.cc     new InternalPageInfoPopupGtk(parent, profile);
profile           201 chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.cc     new WebsiteSettingsPopupGtk(parent, profile, web_contents, url, ssl);
profile           206 chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.cc     Profile* profile,
profile           212 chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.cc       theme_service_(GtkThemeService::GetFrom(profile)),
profile           213 chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.cc       profile_(profile),
profile           250 chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.cc       this, profile, TabSpecificContentSettings::FromWebContents(web_contents),
profile            46 chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.h                    Profile* profile,
profile            55 chrome/browser/ui/gtk/website_settings/website_settings_popup_gtk.h                           Profile* profile,
profile            21 chrome/browser/ui/media_utils.cc     Profile* profile,
profile            28 chrome/browser/ui/media_utils.cc         extensions::ExtensionSystem::Get(profile)->extension_service();
profile            18 chrome/browser/ui/media_utils.h     Profile* profile,
profile            77 chrome/browser/ui/network_profile_bubble.cc bool NetworkProfileBubble::ShouldCheckNetworkProfile(Profile* profile) {
profile            78 chrome/browser/ui/network_profile_bubble.cc   PrefService* prefs = profile->GetPrefs();
profile            52 chrome/browser/ui/network_profile_bubble.h   static bool ShouldCheckNetworkProfile(Profile* profile);
profile            39 chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.cc     Profile* profile,
profile            44 chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.cc       profile_(profile),
profile            28 chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.h   AlternateNavInfoBarDelegate(Profile* profile,
profile            17 chrome/browser/ui/omnibox/location_bar.cc LocationBar::LocationBar(Profile* profile) : profile_(profile) {
profile            32 chrome/browser/ui/omnibox/location_bar.h   explicit LocationBar(Profile* profile);
profile            86 chrome/browser/ui/omnibox/location_bar.h   Profile* profile() { return profile_; }
profile            63 chrome/browser/ui/omnibox/omnibox_controller.cc                                      Profile* profile)
profile            65 chrome/browser/ui/omnibox/omnibox_controller.cc       profile_(profile),
profile            67 chrome/browser/ui/omnibox/omnibox_controller.cc       autocomplete_controller_(new AutocompleteController(profile, this,
profile            40 chrome/browser/ui/omnibox/omnibox_controller.h                     Profile* profile);
profile            28 chrome/browser/ui/omnibox/omnibox_current_page_delegate_impl.cc     Profile* profile)
profile            30 chrome/browser/ui/omnibox/omnibox_current_page_delegate_impl.cc       profile_(profile) {}
profile            47 chrome/browser/ui/omnibox/omnibox_current_page_delegate_impl.cc   Profile* profile = Profile::FromBrowserContext(
profile            49 chrome/browser/ui/omnibox/omnibox_current_page_delegate_impl.cc   return TemplateURLServiceFactory::GetForProfile(profile)->
profile            17 chrome/browser/ui/omnibox/omnibox_current_page_delegate_impl.h                                           Profile* profile);
profile           197 chrome/browser/ui/omnibox/omnibox_edit_model.cc                                    Profile* profile)
profile           209 chrome/browser/ui/omnibox/omnibox_edit_model.cc       profile_(profile),
profile           212 chrome/browser/ui/omnibox/omnibox_edit_model.cc   omnibox_controller_.reset(new OmniboxController(this, profile));
profile           213 chrome/browser/ui/omnibox/omnibox_edit_model.cc   delegate_.reset(new OmniboxCurrentPageDelegateImpl(controller, profile));
profile          1419 chrome/browser/ui/omnibox/omnibox_edit_model.cc   if (url == profile()->GetPrefs()->GetString(prefs::kHomePage))
profile            78 chrome/browser/ui/omnibox/omnibox_edit_model.h                    Profile* profile);
profile           100 chrome/browser/ui/omnibox/omnibox_edit_model.h   Profile* profile() const { return profile_; }
profile           194 chrome/browser/ui/omnibox/omnibox_edit_unittest.cc   TestingProfile profile;
profile           199 chrome/browser/ui/omnibox/omnibox_edit_unittest.cc       &profile, &TemplateURLServiceFactory::BuildInstanceFor);
profile           201 chrome/browser/ui/omnibox/omnibox_edit_unittest.cc       &profile, &AutocompleteClassifierFactory::BuildInstanceFor);
profile           202 chrome/browser/ui/omnibox/omnibox_edit_unittest.cc   OmniboxEditModel model(&view, &controller, &profile);
profile           226 chrome/browser/ui/omnibox/omnibox_edit_unittest.cc   TestingProfile profile;
profile           231 chrome/browser/ui/omnibox/omnibox_edit_unittest.cc       &profile, &TemplateURLServiceFactory::BuildInstanceFor);
profile           233 chrome/browser/ui/omnibox/omnibox_edit_unittest.cc       &profile, &AutocompleteClassifierFactory::BuildInstanceFor);
profile           234 chrome/browser/ui/omnibox/omnibox_edit_unittest.cc   OmniboxEditModel model(&view, &controller, &profile);
profile            54 chrome/browser/ui/omnibox/omnibox_navigation_observer.cc     Profile* profile,
profile            61 chrome/browser/ui/omnibox/omnibox_navigation_observer.cc       shortcuts_backend_(ShortcutsBackendFactory::GetForProfile(profile)),
profile            54 chrome/browser/ui/omnibox/omnibox_navigation_observer.h   OmniboxNavigationObserver(Profile* profile,
profile           162 chrome/browser/ui/omnibox/omnibox_popup_model.cc   match.GetKeywordUIState(edit_model_->profile(), &keyword, &is_keyword_hint);
profile           244 chrome/browser/ui/omnibox/omnibox_popup_model.cc   Profile* profile = edit_model_->profile();
profile           245 chrome/browser/ui/omnibox/omnibox_popup_model.cc   const TemplateURL* template_url = match.GetTemplateURL(profile, false);
profile           248 chrome/browser/ui/omnibox/omnibox_popup_model.cc     return extensions::OmniboxAPI::Get(profile)->GetOmniboxPopupIcon(
profile           117 chrome/browser/ui/omnibox/omnibox_view.cc   OnMatchOpened(match, model_->profile(), controller_->GetWebContents());
profile           136 chrome/browser/ui/omnibox/omnibox_view.cc       TemplateURLServiceFactory::GetForProfile(model_->profile());
profile           214 chrome/browser/ui/omnibox/omnibox_view.cc                                 Profile* profile,
profile           217 chrome/browser/ui/omnibox/omnibox_view.cc OmniboxView::OmniboxView(Profile* profile,
profile           223 chrome/browser/ui/omnibox/omnibox_view.cc   if (profile)
profile           224 chrome/browser/ui/omnibox/omnibox_view.cc     model_.reset(new OmniboxEditModel(this, controller, profile));
profile           241 chrome/browser/ui/omnibox/omnibox_view.h                              Profile* profile,
profile           262 chrome/browser/ui/omnibox/omnibox_view.h   OmniboxView(Profile* profile,
profile           254 chrome/browser/ui/omnibox/omnibox_view_browsertest.cc     Profile* profile = browser()->profile();
profile           256 chrome/browser/ui/omnibox/omnibox_view_browsertest.cc         TemplateURLServiceFactory::GetForProfile(profile);
profile           274 chrome/browser/ui/omnibox/omnibox_view_browsertest.cc     TemplateURL* template_url = new TemplateURL(profile, data);
profile           279 chrome/browser/ui/omnibox/omnibox_view_browsertest.cc     model->Add(new TemplateURL(profile, data));
profile           283 chrome/browser/ui/omnibox/omnibox_view_browsertest.cc     Profile* profile = browser()->profile();
profile           285 chrome/browser/ui/omnibox/omnibox_view_browsertest.cc         profile, Profile::EXPLICIT_ACCESS);
profile           291 chrome/browser/ui/omnibox/omnibox_view_browsertest.cc                     content::Source<Profile>(profile));
profile           296 chrome/browser/ui/omnibox/omnibox_view_browsertest.cc         BookmarkModelFactory::GetForProfile(profile);
profile           313 chrome/browser/ui/omnibox/omnibox_view_browsertest.cc                     content::Source<Profile>(profile));
profile           436 chrome/browser/ui/omnibox/omnibox_view_browsertest.cc   Browser* popup = CreateBrowserForPopup(browser()->profile());
profile           454 chrome/browser/ui/omnibox/omnibox_view_browsertest.cc   popup = CreateBrowserForPopup(browser()->profile());
profile           602 chrome/browser/ui/omnibox/omnibox_view_browsertest.cc   Profile* profile = browser()->profile();
profile           604 chrome/browser/ui/omnibox/omnibox_view_browsertest.cc       TemplateURLServiceFactory::GetForProfile(profile);
profile           613 chrome/browser/ui/omnibox/omnibox_view_browsertest.cc   template_url_service->Add(new TemplateURL(profile, data));
profile          1026 chrome/browser/ui/omnibox/omnibox_view_browsertest.cc   Profile* profile = browser()->profile();
profile          1028 chrome/browser/ui/omnibox/omnibox_view_browsertest.cc       TemplateURLServiceFactory::GetForProfile(profile);
profile          1035 chrome/browser/ui/omnibox/omnibox_view_browsertest.cc   TemplateURL* template_url = new TemplateURL(profile, data);
profile          1059 chrome/browser/ui/omnibox/omnibox_view_browsertest.cc   template_url_service->Add(new TemplateURL(profile, data));
profile          1081 chrome/browser/ui/omnibox/omnibox_view_browsertest.cc       TemplateURLServiceFactory::GetForProfile(browser()->profile());
profile           374 chrome/browser/ui/panels/base_panel_browser_test.cc       params.profile ? params.profile : browser()->profile(),
profile           559 chrome/browser/ui/panels/base_panel_browser_test.cc       extensions::ExtensionPrefs::Get(browser()->profile());
profile           571 chrome/browser/ui/panels/base_panel_browser_test.cc   browser()->profile()->GetExtensionService()->
profile            72 chrome/browser/ui/panels/base_panel_browser_test.h     Profile* profile;
profile            50 chrome/browser/ui/panels/panel.cc   PanelExtensionWindowController(Panel* panel, Profile* profile);
profile            72 chrome/browser/ui/panels/panel.cc     Panel* panel, Profile* profile)
profile            73 chrome/browser/ui/panels/panel.cc     : extensions::WindowController(panel, profile),
profile           181 chrome/browser/ui/panels/panel.cc       extensions::ExtensionSystem::Get(profile())->extension_service();
profile           712 chrome/browser/ui/panels/panel.cc       extensions::TabsWindowsAPI::Get(profile());
profile           802 chrome/browser/ui/panels/panel.cc Panel::Panel(Profile* profile, const std::string& app_name,
profile           805 chrome/browser/ui/panels/panel.cc       profile_(profile),
profile           880 chrome/browser/ui/panels/panel.cc   extensions::ImageLoader* loader = extensions::ImageLoader::Get(profile());
profile            89 chrome/browser/ui/panels/panel.h   Profile* profile() const;
profile           316 chrome/browser/ui/panels/panel.h   Panel(Profile* profile, const std::string& app_name,
profile          1427 chrome/browser/ui/panels/panel_browsertest.cc       content::Source<Profile>(browser()->profile()),
profile          1622 chrome/browser/ui/panels/panel_browsertest.cc                               browser()->profile(),
profile          1633 chrome/browser/ui/panels/panel_browsertest.cc                               browser()->profile(),
profile          1656 chrome/browser/ui/panels/panel_browsertest.cc                               browser()->profile(),
profile          1667 chrome/browser/ui/panels/panel_browsertest.cc                               browser()->profile(),
profile            56 chrome/browser/ui/panels/panel_extension_browsertest.cc         browser()->profile(),
profile            38 chrome/browser/ui/panels/panel_host.cc PanelHost::PanelHost(Panel* panel, Profile* profile)
profile            40 chrome/browser/ui/panels/panel_host.cc       profile_(profile),
profile            41 chrome/browser/ui/panels/panel_host.cc       extension_function_dispatcher_(profile, this),
profile            40 chrome/browser/ui/panels/panel_host.h   PanelHost(Panel* panel, Profile* profile);
profile           227 chrome/browser/ui/panels/panel_manager.cc                                  Profile* profile,
profile           264 chrome/browser/ui/panels/panel_manager.cc   Panel* panel = new Panel(profile, app_name, min_size, max_size);
profile           332 chrome/browser/ui/panels/panel_manager.cc       if (panel->profile() != new_panel->profile() ||
profile           372 chrome/browser/ui/panels/panel_manager.cc       if (panel->profile() != new_panel->profile() ||
profile            70 chrome/browser/ui/panels/panel_manager.h                      Profile* profile,
profile          1050 chrome/browser/ui/panels/stacked_panel_browsertest.cc   Profile* profile1 = browser()->profile();
profile          1057 chrome/browser/ui/panels/stacked_panel_browsertest.cc   params1.profile = profile1;
profile          1062 chrome/browser/ui/panels/stacked_panel_browsertest.cc   params2.profile = profile1;
profile          1075 chrome/browser/ui/panels/stacked_panel_browsertest.cc   params3.profile = profile2.get();
profile          1080 chrome/browser/ui/panels/stacked_panel_browsertest.cc   params4.profile = profile2.get();
profile          1093 chrome/browser/ui/panels/stacked_panel_browsertest.cc   params5.profile = profile1;
profile          1104 chrome/browser/ui/panels/stacked_panel_browsertest.cc   params6.profile = profile2.get();
profile            82 chrome/browser/ui/passwords/manage_passwords_bubble_model.cc   Profile* profile =
profile            85 chrome/browser/ui/passwords/manage_passwords_bubble_model.cc       profile, Profile::EXPLICIT_ACCESS).get();
profile            21 chrome/browser/ui/passwords/password_manager_presenter_unittest.cc   explicit MockPasswordUIView(Profile* profile)
profile            22 chrome/browser/ui/passwords/password_manager_presenter_unittest.cc       : profile_(profile), password_manager_presenter_(this) {
profile            69 chrome/browser/ui/pdf/pdf_unsupported_feature.cc   explicit PDFEnableAdobeReaderPromptDelegate(Profile* profile);
profile            91 chrome/browser/ui/pdf/pdf_unsupported_feature.cc     Profile* profile)
profile            92 chrome/browser/ui/pdf/pdf_unsupported_feature.cc     : profile_(profile) {
profile           229 chrome/browser/ui/pdf/pdf_unsupported_feature.cc     Profile* profile =
profile           231 chrome/browser/ui/pdf/pdf_unsupported_feature.cc     renderer_preferences_util::UpdateFromSystemSettings(prefs, profile);
profile           349 chrome/browser/ui/pdf/pdf_unsupported_feature.cc   Profile* profile =
profile           352 chrome/browser/ui/pdf/pdf_unsupported_feature.cc       new PDFEnableAdobeReaderPromptDelegate(profile);
profile           383 chrome/browser/ui/pdf/pdf_unsupported_feature.cc     Profile* profile =
profile           385 chrome/browser/ui/pdf/pdf_unsupported_feature.cc     PluginPrefs* plugin_prefs = PluginPrefs::GetForProfile(profile);
profile            63 chrome/browser/ui/prefs/prefs_tab_helper_browsertest.cc   PrefService* prefs = browser()->profile()->GetPrefs();
profile            14 chrome/browser/ui/scoped_tabbed_browser_displayer.cc     Profile* profile,
profile            16 chrome/browser/ui/scoped_tabbed_browser_displayer.cc   browser_ = FindTabbedBrowser(profile, false, type);
profile            18 chrome/browser/ui/scoped_tabbed_browser_displayer.cc     browser_ = new Browser(Browser::CreateParams(profile, type));
profile            22 chrome/browser/ui/scoped_tabbed_browser_displayer.h   ScopedTabbedBrowserDisplayer(Profile* profile, HostDesktopType type);
profile           138 chrome/browser/ui/search/instant_controller.cc   return browser_->profile();
profile           184 chrome/browser/ui/search/instant_controller.cc       instant_tab_.reset(new InstantTab(this, browser_->profile()));
profile           205 chrome/browser/ui/search/instant_controller.cc   return InstantServiceFactory::GetForProfile(profile());
profile            86 chrome/browser/ui/search/instant_controller.h   virtual Profile* profile() const;
profile           199 chrome/browser/ui/search/instant_extended_interactive_uitest.cc         TemplateURLServiceFactory::GetForProfile(browser()->profile());
profile           211 chrome/browser/ui/search/instant_extended_interactive_uitest.cc         browser()->profile(), Profile::EXPLICIT_ACCESS);
profile           224 chrome/browser/ui/search/instant_extended_interactive_uitest.cc         browser()->profile(), Profile::EXPLICIT_ACCESS);
profile           328 chrome/browser/ui/search/instant_extended_interactive_uitest.cc     ThemeSource* theme = new ThemeSource(profile());
profile           329 chrome/browser/ui/search/instant_extended_interactive_uitest.cc     content::URLDataSource::Add(profile(), theme);
profile           336 chrome/browser/ui/search/instant_extended_interactive_uitest.cc             ExtensionBrowserTest::browser()->profile());
profile           346 chrome/browser/ui/search/instant_extended_interactive_uitest.cc             ExtensionBrowserTest::browser()->profile());
profile            44 chrome/browser/ui/search/instant_page.cc                          Profile* profile, bool is_incognito)
profile            45 chrome/browser/ui/search/instant_page.cc     : profile_(profile),
profile            78 chrome/browser/ui/search/instant_page.h               Profile* profile, bool is_incognito);
profile            86 chrome/browser/ui/search/instant_page.h   Profile* profile() const { return profile_; }
profile            28 chrome/browser/ui/search/instant_search_prerenderer.cc InstantSearchPrerenderer::InstantSearchPrerenderer(Profile* profile,
profile            30 chrome/browser/ui/search/instant_search_prerenderer.cc     : profile_(profile),
profile            41 chrome/browser/ui/search/instant_search_prerenderer.cc     Profile* profile) {
profile            42 chrome/browser/ui/search/instant_search_prerenderer.cc   DCHECK(profile);
profile            44 chrome/browser/ui/search/instant_search_prerenderer.cc       InstantServiceFactory::GetForProfile(profile);
profile            40 chrome/browser/ui/search/instant_search_prerenderer.h   InstantSearchPrerenderer(Profile* profile, const GURL& url);
profile            44 chrome/browser/ui/search/instant_search_prerenderer.h   static InstantSearchPrerenderer* GetForProfile(Profile* profile);
profile            52 chrome/browser/ui/search/instant_search_prerenderer_unittest.cc       Profile* profile,
profile            86 chrome/browser/ui/search/instant_search_prerenderer_unittest.cc       Profile* profile,
profile           101 chrome/browser/ui/search/instant_search_prerenderer_unittest.cc     Profile* profile,
profile           107 chrome/browser/ui/search/instant_search_prerenderer_unittest.cc     : PrerenderContents(prerender_manager, profile, url, referrer, origin,
profile           109 chrome/browser/ui/search/instant_search_prerenderer_unittest.cc       profile_(profile),
profile           149 chrome/browser/ui/search/instant_search_prerenderer_unittest.cc     Profile* profile,
profile           154 chrome/browser/ui/search/instant_search_prerenderer_unittest.cc   return new DummyPrerenderContents(prerender_manager, profile, url, referrer,
profile           180 chrome/browser/ui/search/instant_search_prerenderer_unittest.cc     PrerenderManagerFactory::GetForProfile(browser()->profile())->
profile           242 chrome/browser/ui/search/instant_search_prerenderer_unittest.cc                 chrome::ExtractSearchTermsFromURL(profile(), url)));
profile           250 chrome/browser/ui/search/instant_search_prerenderer_unittest.cc                 chrome::ExtractSearchTermsFromURL(profile(), url)));
profile           341 chrome/browser/ui/search/instant_search_prerenderer_unittest.cc   EXPECT_FALSE(chrome::ExtractSearchTermsFromURL(profile(),
profile            12 chrome/browser/ui/search/instant_tab.cc                        Profile* profile)
profile            13 chrome/browser/ui/search/instant_tab.cc     : InstantPage(delegate, "", profile, profile->IsOffTheRecord()) {
profile            18 chrome/browser/ui/search/instant_tab.h   InstantTab(InstantPage::Delegate* delegate, Profile* profile);
profile            52 chrome/browser/ui/search/instant_test_utils.cc       TemplateURLServiceFactory::GetForProfile(browser_->profile());
profile            68 chrome/browser/ui/search/instant_test_utils.cc   TemplateURL* template_url = new TemplateURL(browser_->profile(), data);
profile            75 chrome/browser/ui/search/instant_test_utils.cc       TemplateURLServiceFactory::GetForProfile(browser_->profile());
profile            83 chrome/browser/ui/search/instant_test_utils.cc   TemplateURL* template_url = new TemplateURL(browser_->profile(), data);
profile            17 chrome/browser/ui/search/search_ipc_router_policy_impl.cc   Profile* profile =
profile            19 chrome/browser/ui/search/search_ipc_router_policy_impl.cc   if (profile)
profile            20 chrome/browser/ui/search/search_ipc_router_policy_impl.cc     is_incognito_ = profile->IsOffTheRecord();
profile           100 chrome/browser/ui/search/search_ipc_router_unittest.cc         profile(),
profile           103 chrome/browser/ui/search/search_ipc_router_unittest.cc         TemplateURLServiceFactory::GetForProfile(profile());
profile           114 chrome/browser/ui/search/search_ipc_router_unittest.cc     TemplateURL* template_url = new TemplateURL(profile(), data);
profile           104 chrome/browser/ui/search/search_tab_helper.cc bool InInstantProcess(Profile* profile,
profile           106 chrome/browser/ui/search/search_tab_helper.cc   if (!profile || !contents)
profile           110 chrome/browser/ui/search/search_tab_helper.cc       InstantServiceFactory::GetForProfile(profile);
profile           271 chrome/browser/ui/search/search_tab_helper.cc   if (chrome::IsNTPURL(url, profile())) {
profile           325 chrome/browser/ui/search/search_tab_helper.cc       chrome::IsNTPURL(validated_url, profile())) {
profile           353 chrome/browser/ui/search/search_tab_helper.cc                                                profile())) {
profile           355 chrome/browser/ui/search/search_tab_helper.cc         InstantServiceFactory::GetForProfile(profile());
profile           427 chrome/browser/ui/search/search_tab_helper.cc   Profile* profile =
profile           429 chrome/browser/ui/search/search_tab_helper.cc   if (!profile)
profile           432 chrome/browser/ui/search/search_tab_helper.cc   Browser* browser = chrome::FindBrowserWithProfile(profile,
profile           438 chrome/browser/ui/search/search_tab_helper.cc   history::TopSites* top_sites = profile->GetTopSites();
profile           498 chrome/browser/ui/search/search_tab_helper.cc   Profile* profile =
profile           500 chrome/browser/ui/search/search_tab_helper.cc   if (!browser || !profile)
profile           514 chrome/browser/ui/search/search_tab_helper.cc   params.initiating_profile = profile;
profile           578 chrome/browser/ui/search/search_tab_helper.cc   SigninManagerBase* manager = SigninManagerFactory::GetForProfile(profile());
profile           612 chrome/browser/ui/search/search_tab_helper.cc   if (!InInstantProcess(profile(), web_contents_)) {
profile           204 chrome/browser/ui/search/search_tab_helper.h   Profile* profile() const;
profile            81 chrome/browser/ui/search/search_tab_helper_unittest.cc         SigninManagerFactory::GetForProfile(profile()));
profile           271 chrome/browser/ui/search/search_tab_helper_unittest.cc         profile(), &TemplateURLServiceFactory::BuildInstanceFor);
profile           273 chrome/browser/ui/search/search_tab_helper_unittest.cc         TemplateURLServiceFactory::GetForProfile(profile());
profile           285 chrome/browser/ui/search/search_tab_helper_unittest.cc     TemplateURL* template_url = new TemplateURL(profile(), data);
profile           303 chrome/browser/ui/search/search_tab_helper_unittest.cc   const GURL cacheableNTPURL = chrome::GetNewTabPageURL(profile());
profile           323 chrome/browser/ui/search/search_tab_helper_unittest.cc   const GURL cacheableNTPURL = chrome::GetNewTabPageURL(profile());
profile            22 chrome/browser/ui/search_engines/edit_search_engine_controller.cc     Profile* profile)
profile            25 chrome/browser/ui/search_engines/edit_search_engine_controller.cc       profile_(profile) {
profile            40 chrome/browser/ui/search_engines/edit_search_engine_controller.h       Profile* profile);
profile            68 chrome/browser/ui/search_engines/edit_search_engine_controller.h   const Profile* profile() const { return profile_; }
profile            19 chrome/browser/ui/search_engines/keyword_editor_controller.cc KeywordEditorController::KeywordEditorController(Profile* profile)
profile            20 chrome/browser/ui/search_engines/keyword_editor_controller.cc     : profile_(profile) {
profile            22 chrome/browser/ui/search_engines/keyword_editor_controller.cc       TemplateURLServiceFactory::GetForProfile(profile)));
profile            22 chrome/browser/ui/search_engines/keyword_editor_controller.h   explicit KeywordEditorController(Profile* profile);
profile           101 chrome/browser/ui/search_engines/search_engine_tab_helper.cc   Profile* profile =
profile           104 chrome/browser/ui/search_engines/search_engine_tab_helper.cc       !TemplateURLFetcherFactory::GetForProfile(profile) ||
profile           105 chrome/browser/ui/search_engines/search_engine_tab_helper.cc       profile->IsOffTheRecord())
profile           135 chrome/browser/ui/search_engines/search_engine_tab_helper.cc   TemplateURLFetcherFactory::GetForProfile(profile)->ScheduleDownload(
profile           145 chrome/browser/ui/search_engines/search_engine_tab_helper.cc   Profile* profile =
profile           147 chrome/browser/ui/search_engines/search_engine_tab_helper.cc   if (profile->IsOffTheRecord())
profile           165 chrome/browser/ui/search_engines/search_engine_tab_helper.cc       TemplateURLServiceFactory::GetForProfile(profile);
profile           204 chrome/browser/ui/search_engines/search_engine_tab_helper.cc   url_service->Add(new TemplateURL(profile, data));
profile            22 chrome/browser/ui/search_engines/search_engine_tab_helper_delegate.h                                         Profile* profile) = 0;
profile            33 chrome/browser/ui/search_engines/template_url_fetcher_ui_callbacks.cc     Profile* profile) {
profile            39 chrome/browser/ui/search_engines/template_url_fetcher_ui_callbacks.cc                                                 profile);
profile            30 chrome/browser/ui/search_engines/template_url_fetcher_ui_callbacks.h                                         Profile* profile) OVERRIDE;
profile            83 chrome/browser/ui/search_engines/template_url_table_model.cc         model_->template_url_service()->profile(), Profile::EXPLICIT_ACCESS);
profile           274 chrome/browser/ui/search_engines/template_url_table_model.cc   TemplateURL* turl = new TemplateURL(template_url_service_->profile(), data);
profile            24 chrome/browser/ui/settings_window_manager.cc void SettingsWindowManager::ShowForProfile(Profile* profile,
profile            29 chrome/browser/ui/settings_window_manager.cc   ProfileSessionMap::iterator iter = settings_session_map_.find(profile);
profile            33 chrome/browser/ui/settings_window_manager.cc       DCHECK(browser->profile() == profile);
profile            49 chrome/browser/ui/settings_window_manager.cc   NavigateParams params(profile, gurl, content::PAGE_TRANSITION_AUTO_BOOKMARK);
profile            55 chrome/browser/ui/settings_window_manager.cc   settings_session_map_[profile] = params.browser->session_id().id();
profile            27 chrome/browser/ui/settings_window_manager.h   void ShowForProfile(Profile* profile, const std::string& sub_page);
profile            86 chrome/browser/ui/singleton_tabs.cc       params->browser->profile(),
profile           108 chrome/browser/ui/singleton_tabs.cc       params->browser->profile(),
profile            41 chrome/browser/ui/startup/autolaunch_prompt_win.cc   static void Create(InfoBarService* infobar_service, Profile* profile);
profile            44 chrome/browser/ui/startup/autolaunch_prompt_win.cc   explicit AutolaunchInfoBarDelegate(Profile* profile);
profile            72 chrome/browser/ui/startup/autolaunch_prompt_win.cc                                        Profile* profile) {
profile            75 chrome/browser/ui/startup/autolaunch_prompt_win.cc           new AutolaunchInfoBarDelegate(profile))));
profile            79 chrome/browser/ui/startup/autolaunch_prompt_win.cc     Profile* profile)
profile            81 chrome/browser/ui/startup/autolaunch_prompt_win.cc       profile_(profile),
profile            84 chrome/browser/ui/startup/autolaunch_prompt_win.cc   PrefService* prefs = profile->GetPrefs();
profile           143 chrome/browser/ui/startup/autolaunch_prompt_win.cc   Profile* profile = browser->profile();
profile           144 chrome/browser/ui/startup/autolaunch_prompt_win.cc   if (profile->GetPath().BaseName() !=
profile           150 chrome/browser/ui/startup/autolaunch_prompt_win.cc       profile->GetPrefs()->GetInteger(prefs::kShownAutoLaunchInfobar);
profile           220 chrome/browser/ui/startup/default_browser_prompt.cc void ShowDefaultBrowserPrompt(Profile* profile, HostDesktopType desktop_type) {
profile           226 chrome/browser/ui/startup/default_browser_prompt.cc   if (!profile->GetPrefs()->GetBoolean(prefs::kCheckDefaultBrowser))
profile           262 chrome/browser/ui/startup/default_browser_prompt.cc bool ShowFirstRunDefaultBrowserPrompt(Profile* profile) {
profile            18 chrome/browser/ui/startup/default_browser_prompt.h void ShowDefaultBrowserPrompt(Profile* profile, HostDesktopType desktop_type);
profile            22 chrome/browser/ui/startup/default_browser_prompt.h bool ShowFirstRunDefaultBrowserPrompt(Profile* profile);
profile            29 chrome/browser/ui/startup/default_browser_prompt_win.cc   static void LaunchSoon(Profile* profile) {
profile            31 chrome/browser/ui/startup/default_browser_prompt_win.cc     new SetMetroBrowserFlowLauncher(profile);
profile            35 chrome/browser/ui/startup/default_browser_prompt_win.cc   explicit SetMetroBrowserFlowLauncher(Profile* profile)
profile            36 chrome/browser/ui/startup/default_browser_prompt_win.cc       : profile_(profile) {
profile            73 chrome/browser/ui/startup/default_browser_prompt_win.cc bool ShowFirstRunDefaultBrowserPrompt(Profile* profile) {
profile            84 chrome/browser/ui/startup/default_browser_prompt_win.cc     SetMetroBrowserFlowLauncher::LaunchSoon(profile);
profile            30 chrome/browser/ui/startup/session_crashed_infobar_delegate.cc   Profile* profile = browser->profile();
profile            33 chrome/browser/ui/startup/session_crashed_infobar_delegate.cc   if (profile->IsOffTheRecord() || !web_contents)
profile            38 chrome/browser/ui/startup/session_crashed_infobar_delegate.cc           new SessionCrashedInfoBarDelegate(profile))));
profile            41 chrome/browser/ui/startup/session_crashed_infobar_delegate.cc SessionCrashedInfoBarDelegate::SessionCrashedInfoBarDelegate(Profile* profile)
profile            44 chrome/browser/ui/startup/session_crashed_infobar_delegate.cc       profile_(profile) {
profile            87 chrome/browser/ui/startup/session_crashed_infobar_delegate.cc   SessionRestore::RestoreSession(browser->profile(), browser,
profile            21 chrome/browser/ui/startup/session_crashed_infobar_delegate.h   explicit SessionCrashedInfoBarDelegate(Profile* profile);
profile            67 chrome/browser/ui/startup/session_crashed_infobar_delegate_unittest.cc       browser()->profile(),
profile            70 chrome/browser/ui/startup/session_crashed_infobar_delegate_unittest.cc               browser()->profile())));
profile            73 chrome/browser/ui/startup/session_crashed_infobar_delegate_unittest.cc   Browser::CreateParams params(browser()->profile(),
profile           121 chrome/browser/ui/startup/startup_browser_creator.cc         Profile* profile = content::Source<Profile>(source).ptr();
profile           122 chrome/browser/ui/startup/startup_browser_creator.cc         launched_profiles_.erase(profile);
profile           123 chrome/browser/ui/startup/startup_browser_creator.cc         opened_profiles_.erase(profile);
profile           124 chrome/browser/ui/startup/startup_browser_creator.cc         if (profile == profile_to_activate_)
profile           134 chrome/browser/ui/startup/startup_browser_creator.cc         opened_profiles_.insert(browser->profile());
profile           143 chrome/browser/ui/startup/startup_browser_creator.cc   bool HasBeenLaunched(const Profile* profile) const {
profile           144 chrome/browser/ui/startup/startup_browser_creator.cc     return launched_profiles_.find(profile) != launched_profiles_.end();
profile           147 chrome/browser/ui/startup/startup_browser_creator.cc   void AddLaunched(Profile* profile) {
profile           148 chrome/browser/ui/startup/startup_browser_creator.cc     launched_profiles_.insert(profile);
profile           151 chrome/browser/ui/startup/startup_browser_creator.cc     if (chrome::FindBrowserWithProfile(profile,
profile           155 chrome/browser/ui/startup/startup_browser_creator.cc       opened_profiles_.insert(profile);
profile           166 chrome/browser/ui/startup/startup_browser_creator.cc   void set_profile_to_activate(Profile* profile) {
profile           167 chrome/browser/ui/startup/startup_browser_creator.cc     profile_to_activate_ = profile;
profile           273 chrome/browser/ui/startup/startup_browser_creator.cc     Profile* profile,
profile           281 chrome/browser/ui/startup/startup_browser_creator.cc   DCHECK(profile);
profile           286 chrome/browser/ui/startup/startup_browser_creator.cc                                                 profile->GetPrefs())) {
profile           287 chrome/browser/ui/startup/startup_browser_creator.cc     profile = profile->GetOffTheRecordProfile();
profile           302 chrome/browser/ui/startup/startup_browser_creator.cc         GetURLsFromCommandLine(command_line, cur_dir, profile);
profile           315 chrome/browser/ui/startup/startup_browser_creator.cc     const bool launched = lwp.Launch(profile, urls_to_launch,
profile           329 chrome/browser/ui/startup/startup_browser_creator.cc   profile_launch_observer.Get().AddLaunched(profile);
profile           333 chrome/browser/ui/startup/startup_browser_creator.cc       profile,
profile           356 chrome/browser/ui/startup/startup_browser_creator.cc     Profile* profile) {
profile           357 chrome/browser/ui/startup/startup_browser_creator.cc   DCHECK(profile);
profile           358 chrome/browser/ui/startup/startup_browser_creator.cc   PrefService* prefs = profile->GetPrefs();
profile           386 chrome/browser/ui/startup/startup_browser_creator.cc       !profile->IsNewProfile()) {
profile           409 chrome/browser/ui/startup/startup_browser_creator.cc     Profile* profile) {
profile           419 chrome/browser/ui/startup/startup_browser_creator.cc           profile, param.LossyDisplayName().substr(2)));
profile           458 chrome/browser/ui/startup/startup_browser_creator.cc     GURL url(chrome::GetURLToOpen(profile));
profile           694 chrome/browser/ui/startup/startup_browser_creator.cc     Profile* profile,
profile           697 chrome/browser/ui/startup/startup_browser_creator.cc     ProcessCmdLineImpl(command_line, cur_dir, false, profile, Profiles(), NULL,
profile           707 chrome/browser/ui/startup/startup_browser_creator.cc   Profile* profile = profile_manager->GetProfileByPath(profile_path);
profile           710 chrome/browser/ui/startup/startup_browser_creator.cc   if (!profile) {
profile           718 chrome/browser/ui/startup/startup_browser_creator.cc   ProcessCmdLineImpl(command_line, cur_dir, false, profile, Profiles(), NULL,
profile           727 chrome/browser/ui/startup/startup_browser_creator.cc bool HasPendingUncleanExit(Profile* profile) {
profile           728 chrome/browser/ui/startup/startup_browser_creator.cc   return profile->GetLastSessionExitType() == Profile::EXIT_CRASHED &&
profile           729 chrome/browser/ui/startup/startup_browser_creator.cc       !profile_launch_observer.Get().HasBeenLaunched(profile);
profile            74 chrome/browser/ui/startup/startup_browser_creator.h                      Profile* profile,
profile            87 chrome/browser/ui/startup/startup_browser_creator.h       Profile* profile);
profile           124 chrome/browser/ui/startup/startup_browser_creator.h       Profile* profile);
profile           138 chrome/browser/ui/startup/startup_browser_creator.h       Profile* profile,
profile           169 chrome/browser/ui/startup/startup_browser_creator.h bool HasPendingUncleanExit(Profile* profile);
profile            73 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc   EXPECT_EQ(2u, chrome::GetBrowserCount(browser->profile(),
profile           112 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc         browser()->profile())->extension_service();
profile           118 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc     ASSERT_EQ(1u, chrome::GetBrowserCount(browser()->profile(),
profile           125 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc         browser()->profile())->extension_service();
profile           129 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc   Browser* FindOneOtherBrowserForProfile(Profile* profile,
profile           132 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc       if (*it != not_this_browser && it->profile() == profile)
profile           168 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc       Browser::CreateParams(Browser::TYPE_POPUP, browser()->profile(),
profile           202 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc   SessionStartupPref::SetStartupPref(browser()->profile(), pref);
profile           212 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc   ASSERT_TRUE(launch.Launch(browser()->profile(), std::vector<GURL>(), false,
profile           250 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc   SessionStartupPref::SetStartupPref(browser()->profile(), pref);
profile           257 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc   ASSERT_TRUE(launch.Launch(browser()->profile(), std::vector<GURL>(), false,
profile           282 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc   ASSERT_TRUE(launch.Launch(browser()->profile(), std::vector<GURL>(), false,
profile           311 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc   ASSERT_TRUE(launch.Launch(browser()->profile(), std::vector<GURL>(), false,
profile           342 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc   ASSERT_TRUE(launch.Launch(browser()->profile(), std::vector<GURL>(), false,
profile           347 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc   ASSERT_EQ(2u, chrome::GetBrowserCount(browser()->profile(),
profile           406 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc   ASSERT_TRUE(launch.Launch(browser()->profile(), std::vector<GURL>(), false,
profile           441 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc   ASSERT_TRUE(launch.Launch(browser()->profile(), std::vector<GURL>(), false,
profile           466 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc   ASSERT_TRUE(launch.Launch(browser()->profile(), std::vector<GURL>(), false,
profile           476 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc   if (signin::ShouldShowPromoAtStartup(browser()->profile(), true)) {
profile           492 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc   ASSERT_TRUE(launch.Launch(browser()->profile(), std::vector<GURL>(), false,
profile           502 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc   if (signin::ShouldShowPromoAtStartup(browser()->profile(), true)) {
profile           526 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc   ASSERT_TRUE(launch.Launch(browser()->profile(), std::vector<GURL>(), false,
profile           534 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc   if (signin::ShouldShowPromoAtStartup(browser()->profile(), true)) {
profile           559 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc   ASSERT_TRUE(launch.Launch(browser()->profile(), std::vector<GURL>(), false,
profile           567 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc   if (signin::ShouldShowPromoAtStartup(browser()->profile(), true)) {
profile           592 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc   Profile* default_profile = browser()->profile();
profile           765 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc   Profile* default_profile = browser()->profile();
profile           990 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc   ASSERT_TRUE(launch.Launch(browser()->profile(), std::vector<GURL>(), false,
profile          1063 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc   browser()->profile()->GetPrefs()->SetBoolean(
profile          1070 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc   ASSERT_TRUE(launch.Launch(browser()->profile(), std::vector<GURL>(), true,
profile          1104 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc   browser()->profile()->GetPrefs()->SetBoolean(
profile          1111 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc   ASSERT_TRUE(launch.Launch(browser()->profile(), std::vector<GURL>(), true,
profile          1146 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc   browser()->profile()->GetPrefs()->SetBoolean(
profile          1153 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc   ASSERT_TRUE(launch.Launch(browser()->profile(), std::vector<GURL>(), true,
profile          1192 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc   browser()->profile()->GetPrefs()->SetBoolean(
profile          1199 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc   ASSERT_TRUE(launch.Launch(browser()->profile(), std::vector<GURL>(), true,
profile          1239 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc   browser()->profile()->GetPrefs()->SetBoolean(
profile          1246 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc   ASSERT_TRUE(launch.Launch(browser()->profile(), std::vector<GURL>(), true,
profile          1286 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc   browser()->profile()->GetPrefs()->SetBoolean(
profile          1293 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc   ASSERT_TRUE(launch.Launch(browser()->profile(), std::vector<GURL>(), true,
profile          1330 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc   browser()->profile()->GetPrefs()->SetBoolean(
profile          1337 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc   ASSERT_TRUE(launch.Launch(browser()->profile(), std::vector<GURL>(), true,
profile          1369 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc   browser()->profile()->GetPrefs()->SetBoolean(
profile          1393 chrome/browser/ui/startup/startup_browser_creator_browsertest.cc   ASSERT_TRUE(launch.Launch(browser()->profile(), std::vector<GURL>(), true,
profile           188 chrome/browser/ui/startup/startup_browser_creator_impl.cc     Profile* profile,
profile           193 chrome/browser/ui/startup/startup_browser_creator_impl.cc   ExtensionService* extensions_service = profile->GetExtensionService();
profile           201 chrome/browser/ui/startup/startup_browser_creator_impl.cc   if (profile->IsOffTheRecord() && extension->is_platform_app())
profile           207 chrome/browser/ui/startup/startup_browser_creator_impl.cc       extensions::ExtensionPrefs::Get(profile), extension);
profile           212 chrome/browser/ui/startup/startup_browser_creator_impl.cc            extensions::ExtensionPrefs::Get(profile), extension)) {
profile           227 chrome/browser/ui/startup/startup_browser_creator_impl.cc void RecordAppLaunches(Profile* profile,
profile           230 chrome/browser/ui/startup/startup_browser_creator_impl.cc   ExtensionService* extension_service = profile->GetExtensionService();
profile           252 chrome/browser/ui/startup/startup_browser_creator_impl.cc bool IsNewTabURL(Profile* profile, const GURL& url) {
profile           255 chrome/browser/ui/startup/startup_browser_creator_impl.cc          (url.is_empty() && profile->GetHomePage() == ntp_url);
profile           290 chrome/browser/ui/startup/startup_browser_creator_impl.cc const Extension* GetPlatformApp(Profile* profile,
profile           293 chrome/browser/ui/startup/startup_browser_creator_impl.cc       extensions::ExtensionRegistry::Get(profile)->GetExtensionById(
profile           335 chrome/browser/ui/startup/startup_browser_creator_impl.cc bool StartupBrowserCreatorImpl::Launch(Profile* profile,
profile           339 chrome/browser/ui/startup/startup_browser_creator_impl.cc   DCHECK(profile);
profile           340 chrome/browser/ui/startup/startup_browser_creator_impl.cc   profile_ = profile;
profile           345 chrome/browser/ui/startup/startup_browser_creator_impl.cc       profile->GetNetworkPredictor()) {
profile           346 chrome/browser/ui/startup/startup_browser_creator_impl.cc     profile->GetNetworkPredictor()->EnablePredictor(false);
profile           349 chrome/browser/ui/startup/startup_browser_creator_impl.cc   AppListService::InitAll(profile);
profile           352 chrome/browser/ui/startup/startup_browser_creator_impl.cc     const Extension* extension = GetPlatformApp(profile, app_id);
profile           357 chrome/browser/ui/startup/startup_browser_creator_impl.cc       AppLaunchParams params(profile, extension,
profile           371 chrome/browser/ui/startup/startup_browser_creator_impl.cc         ShowForProfile(profile);
profile           383 chrome/browser/ui/startup/startup_browser_creator_impl.cc   if (OpenApplicationWindow(profile, &app_contents)) {
profile           393 chrome/browser/ui/startup/startup_browser_creator_impl.cc     OpenApplicationTab(profile);
profile           399 chrome/browser/ui/startup/startup_browser_creator_impl.cc       KeystoneInfoBar::PromotionInfoBar(profile);
profile           427 chrome/browser/ui/startup/startup_browser_creator_impl.cc bool StartupBrowserCreatorImpl::OpenApplicationTab(Profile* profile) {
profile           438 chrome/browser/ui/startup/startup_browser_creator_impl.cc   if (!GetAppLaunchContainer(profile, app_id, &extension, &launch_container))
profile           448 chrome/browser/ui/startup/startup_browser_creator_impl.cc       profile, extension, extensions::LAUNCH_CONTAINER_TAB,
profile           454 chrome/browser/ui/startup/startup_browser_creator_impl.cc     Profile* profile,
profile           471 chrome/browser/ui/startup/startup_browser_creator_impl.cc     if (!GetAppLaunchContainer(profile, app_id, &extension, &launch_container))
profile           483 chrome/browser/ui/startup/startup_browser_creator_impl.cc     AppLaunchParams params(profile, extension, launch_container, NEW_WINDOW);
profile           510 chrome/browser/ui/startup/startup_browser_creator_impl.cc           profile->GetExtensionService()->GetInstalledApp(url);
profile           519 chrome/browser/ui/startup/startup_browser_creator_impl.cc       WebContents* app_tab = OpenAppShortcutWindow(profile, url);
profile           775 chrome/browser/ui/startup/startup_browser_creator_impl.cc     profile_ = browser->profile();
profile           853 chrome/browser/ui/startup/startup_browser_creator_impl.cc   if (HasPendingUncleanExit(browser->profile()))
profile           950 chrome/browser/ui/startup/startup_browser_creator_impl.cc     Profile* profile,
profile            56 chrome/browser/ui/startup/startup_browser_creator_impl.h   bool Launch(Profile* profile,
profile            91 chrome/browser/ui/startup/startup_browser_creator_impl.h   bool OpenApplicationWindow(Profile* profile,
profile            96 chrome/browser/ui/startup/startup_browser_creator_impl.h   bool OpenApplicationTab(Profile* profile);
profile           146 chrome/browser/ui/startup/startup_browser_creator_impl.h   void CheckPreferencesBackup(Profile* profile);
profile           151 chrome/browser/ui/startup/startup_browser_creator_impl.h       Profile* profile,
profile            18 chrome/browser/ui/startup/startup_browser_creator_win.cc GURL GetURLToOpen(Profile* profile) {
profile            26 chrome/browser/ui/startup/startup_browser_creator_win.cc       GetDefaultSearchURLForSearchTerms(profile, params) : GURL();
profile            33 chrome/browser/ui/startup/startup_browser_creator_win.cc     Profile* profile,
profile            47 chrome/browser/ui/startup/startup_browser_creator_win.cc       profile, chrome::HOST_DESKTOP_TYPE_NATIVE);
profile            16 chrome/browser/ui/startup/startup_browser_creator_win.h GURL GetURLToOpen(Profile* profile);
profile            14 chrome/browser/ui/sync/inline_login_dialog.cc void InlineLoginDialog::Show(Profile* profile) {
profile            15 chrome/browser/ui/sync/inline_login_dialog.cc   chrome::ShowWebDialog(NULL, profile, new InlineLoginDialog(profile));
profile            18 chrome/browser/ui/sync/inline_login_dialog.cc InlineLoginDialog::InlineLoginDialog(Profile* profile)
profile            19 chrome/browser/ui/sync/inline_login_dialog.cc     : profile_(profile) {
profile            22 chrome/browser/ui/sync/inline_login_dialog.h   static void Show(Profile* profile);
profile            25 chrome/browser/ui/sync/inline_login_dialog.h   explicit InlineLoginDialog(Profile* profile);
profile           224 chrome/browser/ui/sync/one_click_signin_helper.cc void AddEmailToOneClickRejectedList(Profile* profile,
profile           226 chrome/browser/ui/sync/one_click_signin_helper.cc   ListPrefUpdate updater(profile->GetPrefs(),
profile           499 chrome/browser/ui/sync/one_click_signin_helper.cc     : profile(NULL),
profile           507 chrome/browser/ui/sync/one_click_signin_helper.cc     Profile* profile,
profile           518 chrome/browser/ui/sync/one_click_signin_helper.cc     : profile(profile),
profile           604 chrome/browser/ui/sync/one_click_signin_helper.cc           args_.profile->GetRequestContext(),
profile           647 chrome/browser/ui/sync/one_click_signin_helper.cc       args_.browser, args_.profile, desktop_type_);
profile           658 chrome/browser/ui/sync/one_click_signin_helper.cc       new SigninOAuthHelper(args_.profile->GetRequestContext(),
profile           667 chrome/browser/ui/sync/one_click_signin_helper.cc   new OneClickSigninSyncStarter(args_.profile, args_.browser,
profile           798 chrome/browser/ui/sync/one_click_signin_helper.cc   Profile* profile =
profile           800 chrome/browser/ui/sync/one_click_signin_helper.cc   if (!profile)
profile           804 chrome/browser/ui/sync/one_click_signin_helper.cc       SigninManagerFactory::GetForProfile(profile);
profile           809 chrome/browser/ui/sync/one_click_signin_helper.cc       !profile->GetPrefs()->GetBoolean(prefs::kReverseAutologinEnabled))
profile           812 chrome/browser/ui/sync/one_click_signin_helper.cc   if (!ChromeSigninClient::ProfileAllowsSigninCookies(profile))
profile           869 chrome/browser/ui/sync/one_click_signin_helper.cc       const base::ListValue* rejected_emails = profile->GetPrefs()->GetList(
profile          1114 chrome/browser/ui/sync/one_click_signin_helper.cc   Profile* profile =
profile          1117 chrome/browser/ui/sync/one_click_signin_helper.cc       profile ? ChromeSigninClientFactory::GetForProfile(profile) : NULL;
profile          1168 chrome/browser/ui/sync/one_click_signin_helper.cc   Profile* profile =
profile          1171 chrome/browser/ui/sync/one_click_signin_helper.cc       profile->GetPrefs()->GetString(prefs::kGoogleServicesLastUsername);
profile          1188 chrome/browser/ui/sync/one_click_signin_helper.cc             StartSyncArgs(profile, browser, auto_accept,
profile          1261 chrome/browser/ui/sync/one_click_signin_helper.cc     Profile* profile =
profile          1266 chrome/browser/ui/sync/one_click_signin_helper.cc                    base::Unretained(profile->GetResourceContext())));
profile          1315 chrome/browser/ui/sync/one_click_signin_helper.cc     Profile* profile =
profile          1318 chrome/browser/ui/sync/one_click_signin_helper.cc         profile ? ChromeSigninClientFactory::GetForProfile(profile) : NULL;
profile          1339 chrome/browser/ui/sync/one_click_signin_helper.cc   Profile* profile =
profile          1419 chrome/browser/ui/sync/one_click_signin_helper.cc         signin::SetUserSkippedPromo(profile);
profile          1484 chrome/browser/ui/sync/one_click_signin_helper.cc       SigninManager::DisableOneClickSignIn(profile->GetPrefs());
profile          1489 chrome/browser/ui/sync/one_click_signin_helper.cc             StartSyncArgs(profile, browser, auto_accept_,
profile          1500 chrome/browser/ui/sync/one_click_signin_helper.cc       SigninManager::DisableOneClickSignIn(profile->GetPrefs());
profile          1505 chrome/browser/ui/sync/one_click_signin_helper.cc             StartSyncArgs(profile, browser, auto_accept_,
profile          1533 chrome/browser/ui/sync/one_click_signin_helper.cc           ProfileSyncServiceFactory::GetForProfile(profile);
profile          1535 chrome/browser/ui/sync/one_click_signin_helper.cc           ProfileOAuth2TokenServiceFactory::GetForProfile(profile)->
profile          1551 chrome/browser/ui/sync/one_click_signin_helper.cc               StartSyncArgs(profile, browser, auto_accept_,
profile          1574 chrome/browser/ui/sync/one_click_signin_helper.cc             ProfileSyncServiceFactory::GetForProfile(profile);
profile          1581 chrome/browser/ui/sync/one_click_signin_helper.cc       AddEmailToOneClickRejectedList(profile, email_);
profile          1595 chrome/browser/ui/sync/one_click_signin_helper.cc   Profile* profile =
profile          1598 chrome/browser/ui/sync/one_click_signin_helper.cc       ProfileSyncServiceFactory::GetForProfile(profile);
profile          1609 chrome/browser/ui/sync/one_click_signin_helper.cc   Profile* profile =
profile          1612 chrome/browser/ui/sync/one_click_signin_helper.cc       ProfileSyncServiceFactory::GetForProfile(profile);
profile            94 chrome/browser/ui/sync/one_click_signin_helper.h     StartSyncArgs(Profile* profile,
profile           107 chrome/browser/ui/sync/one_click_signin_helper.h     Profile* profile;
profile            72 chrome/browser/ui/sync/one_click_signin_helper_unittest.cc   explicit SigninManagerMock(Profile* profile) : FakeSigninManager(profile) {
profile            78 chrome/browser/ui/sync/one_click_signin_helper_unittest.cc static KeyedService* BuildSigninManagerMock(content::BrowserContext* profile) {
profile            79 chrome/browser/ui/sync/one_click_signin_helper_unittest.cc   return new SigninManagerMock(static_cast<Profile*>(profile));
profile           179 chrome/browser/ui/sync/one_click_signin_helper_unittest.cc    static KeyedService* Build(content::BrowserContext* profile) {
profile           180 chrome/browser/ui/sync/one_click_signin_helper_unittest.cc      return new OneClickTestProfileSyncService(static_cast<Profile*>(profile));
profile           197 chrome/browser/ui/sync/one_click_signin_helper_unittest.cc    explicit OneClickTestProfileSyncService(Profile* profile)
profile           200 chrome/browser/ui/sync/one_click_signin_helper_unittest.cc          profile,
profile           201 chrome/browser/ui/sync/one_click_signin_helper_unittest.cc          SigninManagerFactory::GetForProfile(profile),
profile           202 chrome/browser/ui/sync/one_click_signin_helper_unittest.cc          ProfileOAuth2TokenServiceFactory::GetForProfile(profile),
profile           276 chrome/browser/ui/sync/one_click_signin_helper_unittest.cc       ChromeSigninClientFactory::GetForProfile(profile());
profile           281 chrome/browser/ui/sync/one_click_signin_helper_unittest.cc       SigninManagerFactory::GetForProfile(profile()));
profile           289 chrome/browser/ui/sync/one_click_signin_helper_unittest.cc   PrefService* pref_service = profile()->GetPrefs();
profile           295 chrome/browser/ui/sync/one_click_signin_helper_unittest.cc   PrefService* pref_service = profile()->GetPrefs();
profile           303 chrome/browser/ui/sync/one_click_signin_helper_unittest.cc       CookieSettings::Factory::GetForProfile(profile()).get();
profile           318 chrome/browser/ui/sync/one_click_signin_helper_unittest.cc           profile(),
profile           347 chrome/browser/ui/sync/one_click_signin_helper_unittest.cc   scoped_ptr<TestingProfile> profile = builder.Build();
profile           351 chrome/browser/ui/sync/one_click_signin_helper_unittest.cc           ProfileOAuth2TokenServiceFactory::GetForProfile(profile.get()));
profile           353 chrome/browser/ui/sync/one_click_signin_helper_unittest.cc   return profile.release();
profile           386 chrome/browser/ui/sync/one_click_signin_helper_unittest.cc   PrefService* pref_service = profile()->GetPrefs();
profile           389 chrome/browser/ui/sync/one_click_signin_helper_unittest.cc       CookieSettings::Factory::GetForProfile(profile()).get();
profile           645 chrome/browser/ui/sync/one_click_signin_helper_unittest.cc   profile()->GetTestingPrefService()->SetManagedPref(
profile           653 chrome/browser/ui/sync/one_click_signin_helper_unittest.cc   profile()->GetTestingPrefService()->SetManagedPref(
profile           657 chrome/browser/ui/sync/one_click_signin_helper_unittest.cc   profile()->GetTestingPrefService()->SetManagedPref(
profile           822 chrome/browser/ui/sync/one_click_signin_helper_unittest.cc   PrefService* pref_service = profile()->GetPrefs();
profile           883 chrome/browser/ui/sync/one_click_signin_helper_unittest.cc   profile()->GetTestingPrefService()->SetManagedPref(
profile           890 chrome/browser/ui/sync/one_click_signin_helper_unittest.cc   profile()->GetTestingPrefService()->SetManagedPref(
profile           895 chrome/browser/ui/sync/one_click_signin_helper_unittest.cc   profile()->GetTestingPrefService()->SetManagedPref(
profile           939 chrome/browser/ui/sync/one_click_signin_helper_unittest.cc         profile()->GetCookieMonster();
profile          1011 chrome/browser/ui/sync/one_click_signin_helper_unittest.cc   args.profile = profile();
profile          1029 chrome/browser/ui/sync/one_click_signin_helper_unittest.cc   args.profile = profile();
profile          1041 chrome/browser/ui/sync/one_click_signin_helper_unittest.cc   args.profile = profile();
profile            47 chrome/browser/ui/sync/one_click_signin_sync_starter.cc     Profile* profile,
profile            62 chrome/browser/ui/sync/one_click_signin_sync_starter.cc   DCHECK(profile);
profile            65 chrome/browser/ui/sync/one_click_signin_sync_starter.cc   Initialize(profile, browser);
profile            85 chrome/browser/ui/sync/one_click_signin_sync_starter.cc void OneClickSigninSyncStarter::Initialize(Profile* profile, Browser* browser) {
profile            86 chrome/browser/ui/sync/one_click_signin_sync_starter.cc   DCHECK(profile);
profile            87 chrome/browser/ui/sync/one_click_signin_sync_starter.cc   profile_ = profile;
profile           422 chrome/browser/ui/sync/one_click_signin_sync_starter.cc     Profile* profile,
profile           428 chrome/browser/ui/sync/one_click_signin_sync_starter.cc     browser = chrome::FindLastActiveWithProfile(profile, desktop_type);
profile           430 chrome/browser/ui/sync/one_click_signin_sync_starter.cc       browser = new Browser(Browser::CreateParams(profile,
profile            83 chrome/browser/ui/sync/one_click_signin_sync_starter.h   OneClickSigninSyncStarter(Profile* profile,
profile           100 chrome/browser/ui/sync/one_click_signin_sync_starter.h                                 Profile* profile,
profile           116 chrome/browser/ui/sync/one_click_signin_sync_starter.h   void Initialize(Profile* profile, Browser* browser);
profile           160 chrome/browser/ui/sync/one_click_signin_sync_starter.h                                  Profile* profile,
profile            85 chrome/browser/ui/sync/one_click_signin_sync_starter_unittest.cc   static KeyedService* BuildSigninManager(content::BrowserContext* profile) {
profile            86 chrome/browser/ui/sync/one_click_signin_sync_starter_unittest.cc     return new FakeSigninManager(static_cast<Profile*>(profile));
profile            61 chrome/browser/ui/sync/profile_signin_confirmation_helper.cc bool HasBookmarks(Profile* profile) {
profile            62 chrome/browser/ui/sync/profile_signin_confirmation_helper.cc   BookmarkModel* bookmarks = BookmarkModelFactory::GetForProfile(profile);
profile            74 chrome/browser/ui/sync/profile_signin_confirmation_helper.cc       Profile* profile,
profile           109 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           190 chrome/browser/ui/sync/profile_signin_confirmation_helper.cc bool HasBeenShutdown(Profile* profile) {
profile           191 chrome/browser/ui/sync/profile_signin_confirmation_helper.cc   bool has_been_shutdown = !profile->IsNewProfile();
profile           197 chrome/browser/ui/sync/profile_signin_confirmation_helper.cc bool HasSyncedExtensions(Profile* profile) {
profile           199 chrome/browser/ui/sync/profile_signin_confirmation_helper.cc       extensions::ExtensionSystem::Get(profile);
profile           221 chrome/browser/ui/sync/profile_signin_confirmation_helper.cc     Profile* profile,
profile           223 chrome/browser/ui/sync/profile_signin_confirmation_helper.cc   if (HasBeenShutdown(profile) ||
profile           224 chrome/browser/ui/sync/profile_signin_confirmation_helper.cc       HasBookmarks(profile) ||
profile           225 chrome/browser/ui/sync/profile_signin_confirmation_helper.cc       HasSyncedExtensions(profile)) {
profile           231 chrome/browser/ui/sync/profile_signin_confirmation_helper.cc       new ProfileSigninConfirmationHelper(profile, return_result);
profile            24 chrome/browser/ui/sync/profile_signin_confirmation_helper.h bool HasBeenShutdown(Profile* profile);
profile            28 chrome/browser/ui/sync/profile_signin_confirmation_helper.h bool HasSyncedExtensions(Profile* profile);
profile            33 chrome/browser/ui/sync/profile_signin_confirmation_helper.h     Profile* profile,
profile            42 chrome/browser/ui/sync/profile_signin_confirmation_helper_browsertest.cc   EXPECT_FALSE(ui::HasBeenShutdown(browser()->profile()));
profile            53 chrome/browser/ui/sync/profile_signin_confirmation_helper_browsertest.cc   EXPECT_FALSE(ui::HasSyncedExtensions(browser()->profile()));
profile            10 chrome/browser/ui/sync/sync_promo_ui.cc bool SyncPromoUI::ShouldShowSyncPromo(Profile* profile) {
profile            12 chrome/browser/ui/sync/sync_promo_ui.cc   if (!signin::ShouldShowPromo(profile)) {
profile            17 chrome/browser/ui/sync/sync_promo_ui.cc   if (!profile->IsSyncAccessible())
profile            15 chrome/browser/ui/sync/sync_promo_ui.h   static bool ShouldShowSyncPromo(Profile* profile);
profile            78 chrome/browser/ui/sync/tab_contents_synced_tab_delegate.cc   return profile()->IsManaged();
profile            27 chrome/browser/ui/sync/tab_contents_synced_tab_delegate.h   virtual Profile* profile() const OVERRIDE;
profile           208 chrome/browser/ui/tab_contents/core_tab_helper.cc   Profile* profile =
profile           212 chrome/browser/ui/tab_contents/core_tab_helper.cc       TemplateURLServiceFactory::GetForProfile(profile);
profile            45 chrome/browser/ui/tab_contents/tab_contents_iterator_unittest.cc   Browser::CreateParams native_params(profile(),
profile            51 chrome/browser/ui/tab_contents/tab_contents_iterator_unittest.cc   Browser::CreateParams ash_params(profile(), chrome::HOST_DESKTOP_TYPE_ASH);
profile           102 chrome/browser/ui/tab_contents/tab_contents_iterator_unittest.cc   Browser::CreateParams native_params(profile(),
profile           108 chrome/browser/ui/tab_contents/tab_contents_iterator_unittest.cc   Browser::CreateParams ash_params(profile(), chrome::HOST_DESKTOP_TYPE_ASH);
profile           181 chrome/browser/ui/tab_helpers.cc   Profile* profile =
profile           183 chrome/browser/ui/tab_helpers.cc   if (profile->IsManaged()) {
profile           111 chrome/browser/ui/tabs/pinned_tab_codec.cc void PinnedTabCodec::WritePinnedTabs(Profile* profile) {
profile           112 chrome/browser/ui/tabs/pinned_tab_codec.cc   PrefService* prefs = profile->GetPrefs();
profile           120 chrome/browser/ui/tabs/pinned_tab_codec.cc         browser->profile() == profile && HasPinnedTabs(browser)) {
profile           128 chrome/browser/ui/tabs/pinned_tab_codec.cc void PinnedTabCodec::WritePinnedTabs(Profile* profile,
profile           130 chrome/browser/ui/tabs/pinned_tab_codec.cc   PrefService* prefs = profile->GetPrefs();
profile           142 chrome/browser/ui/tabs/pinned_tab_codec.cc StartupTabs PinnedTabCodec::ReadPinnedTabs(Profile* profile) {
profile           143 chrome/browser/ui/tabs/pinned_tab_codec.cc   PrefService* prefs = profile->GetPrefs();
profile            36 chrome/browser/ui/tabs/pinned_tab_codec.h   static void WritePinnedTabs(Profile* profile);
profile            39 chrome/browser/ui/tabs/pinned_tab_codec.h   static void WritePinnedTabs(Profile* profile, const StartupTabs& tabs);
profile            42 chrome/browser/ui/tabs/pinned_tab_codec.h   static StartupTabs ReadPinnedTabs(Profile* profile);
profile            25 chrome/browser/ui/tabs/pinned_tab_codec_unittest.cc   PinnedTabCodec::WritePinnedTabs(profile());
profile            28 chrome/browser/ui/tabs/pinned_tab_codec_unittest.cc       PinnedTabCodec::ReadPinnedTabs(profile()));
profile            44 chrome/browser/ui/tabs/pinned_tab_codec_unittest.cc   PinnedTabCodec::WritePinnedTabs(profile());
profile            46 chrome/browser/ui/tabs/pinned_tab_codec_unittest.cc   StartupTabs pinned_tabs = PinnedTabCodec::ReadPinnedTabs(profile());
profile            53 chrome/browser/ui/tabs/pinned_tab_codec_unittest.cc   PinnedTabCodec::WritePinnedTabs(profile());
profile            55 chrome/browser/ui/tabs/pinned_tab_codec_unittest.cc       PinnedTabCodec::ReadPinnedTabs(profile()));
profile            59 chrome/browser/ui/tabs/pinned_tab_codec_unittest.cc   PinnedTabCodec::WritePinnedTabs(profile(), pinned_tabs);
profile            61 chrome/browser/ui/tabs/pinned_tab_codec_unittest.cc       PinnedTabCodec::ReadPinnedTabs(profile()));
profile            21 chrome/browser/ui/tabs/pinned_tab_service.cc         it->profile() == browser->profile()) {
profile            30 chrome/browser/ui/tabs/pinned_tab_service.cc PinnedTabService::PinnedTabService(Profile* profile)
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            21 chrome/browser/ui/tabs/pinned_tab_service.h   explicit PinnedTabService(Profile* profile);
profile            13 chrome/browser/ui/tabs/pinned_tab_service_factory.cc     Profile* profile) {
profile            15 chrome/browser/ui/tabs/pinned_tab_service_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            32 chrome/browser/ui/tabs/pinned_tab_service_factory.cc     content::BrowserContext* profile) const {
profile            33 chrome/browser/ui/tabs/pinned_tab_service_factory.cc   return new PinnedTabService(static_cast<Profile*>(profile));
profile            21 chrome/browser/ui/tabs/pinned_tab_service_factory.h   static PinnedTabService* GetForProfile(Profile* profile);
profile            33 chrome/browser/ui/tabs/pinned_tab_service_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile            21 chrome/browser/ui/tabs/pinned_tab_service_unittest.cc KeyedService* BuildPinnedTabService(content::BrowserContext* profile) {
profile            22 chrome/browser/ui/tabs/pinned_tab_service_unittest.cc   return new PinnedTabService(static_cast<Profile*>(profile));
profile            25 chrome/browser/ui/tabs/pinned_tab_service_unittest.cc PinnedTabService* BuildForProfile(Profile* profile) {
profile            28 chrome/browser/ui/tabs/pinned_tab_service_unittest.cc           profile, BuildPinnedTabService));
profile            37 chrome/browser/ui/tabs/pinned_tab_service_unittest.cc     TestingProfile* profile = BrowserWithTestWindowTest::CreateProfile();
profile            38 chrome/browser/ui/tabs/pinned_tab_service_unittest.cc     pinned_tab_service_ = BuildForProfile(profile);
profile            39 chrome/browser/ui/tabs/pinned_tab_service_unittest.cc     return profile;
profile            55 chrome/browser/ui/tabs/pinned_tab_service_unittest.cc   Browser::CreateParams params(Browser::TYPE_POPUP, profile(),
profile            65 chrome/browser/ui/tabs/pinned_tab_service_unittest.cc       PinnedTabCodec::ReadPinnedTabs(profile()));
profile            74 chrome/browser/ui/tabs/pinned_tab_service_unittest.cc       PinnedTabCodec::ReadPinnedTabs(profile()));
profile           242 chrome/browser/ui/tabs/tab_strip_model.cc TabStripModel::TabStripModel(TabStripModelDelegate* delegate, Profile* profile)
profile           244 chrome/browser/ui/tabs/tab_strip_model.cc       profile_(profile),
profile           374 chrome/browser/ui/tabs/tab_strip_model.cc       WebContents::Create(WebContents::CreateParams(profile()));
profile           126 chrome/browser/ui/tabs/tab_strip_model.h   TabStripModel(TabStripModelDelegate* delegate, Profile* profile);
profile           141 chrome/browser/ui/tabs/tab_strip_model.h   Profile* profile() const { return profile_; }
profile           175 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     return WebContents::Create(WebContents::CreateParams(profile()));
profile           180 chrome/browser/ui/tabs/tab_strip_model_unittest.cc         profile(), web_contents->GetRenderViewHost()->GetSiteInstance());
profile           414 chrome/browser/ui/tabs/tab_strip_model_unittest.cc   TabStripModel tabstrip(&delegate, profile());
profile           646 chrome/browser/ui/tabs/tab_strip_model_unittest.cc   TabStripModel tabstrip(&delegate, profile());
profile           743 chrome/browser/ui/tabs/tab_strip_model_unittest.cc   TabStripModel tabstrip(&delegate, profile());
profile           771 chrome/browser/ui/tabs/tab_strip_model_unittest.cc   TabStripModel tabstrip(&delegate, profile());
profile           853 chrome/browser/ui/tabs/tab_strip_model_unittest.cc   TabStripModel tabstrip(&delegate, profile());
profile           929 chrome/browser/ui/tabs/tab_strip_model_unittest.cc   TabStripModel tabstrip(&delegate, profile());
profile           980 chrome/browser/ui/tabs/tab_strip_model_unittest.cc   TabStripModel tabstrip(&delegate, profile());
profile          1042 chrome/browser/ui/tabs/tab_strip_model_unittest.cc   TabStripModel tabstrip(&delegate, profile());
profile          1065 chrome/browser/ui/tabs/tab_strip_model_unittest.cc   TabStripModel tabstrip(&delegate, profile());
profile          1098 chrome/browser/ui/tabs/tab_strip_model_unittest.cc   TabStripModel tabstrip(&delegate, profile());
profile          1143 chrome/browser/ui/tabs/tab_strip_model_unittest.cc   TabStripModel tabstrip(&delegate, profile());
profile          1192 chrome/browser/ui/tabs/tab_strip_model_unittest.cc   TabStripModel tabstrip(&delegate, profile());
profile          1262 chrome/browser/ui/tabs/tab_strip_model_unittest.cc   TabStripModel tabstrip(&delegate, profile());
profile          1313 chrome/browser/ui/tabs/tab_strip_model_unittest.cc   TabStripModel tabstrip(&delegate, profile());
profile          1369 chrome/browser/ui/tabs/tab_strip_model_unittest.cc   TabStripModel tabstrip(&delegate, profile());
profile          1434 chrome/browser/ui/tabs/tab_strip_model_unittest.cc   TabStripModel tabstrip(&delegate, profile());
profile          1467 chrome/browser/ui/tabs/tab_strip_model_unittest.cc   TabStripModel strip(&delegate, profile());
profile          1518 chrome/browser/ui/tabs/tab_strip_model_unittest.cc   TabStripModel strip(&delegate, profile());
profile          1596 chrome/browser/ui/tabs/tab_strip_model_unittest.cc   TabStripModel strip(&delegate, profile());
profile          1646 chrome/browser/ui/tabs/tab_strip_model_unittest.cc   TabStripModel strip(&delegate, profile());
profile          1715 chrome/browser/ui/tabs/tab_strip_model_unittest.cc   TabStripModel tabstrip(&delegate, profile());
profile          1772 chrome/browser/ui/tabs/tab_strip_model_unittest.cc   TabStripModel tabstrip(&delegate, profile());
profile          1908 chrome/browser/ui/tabs/tab_strip_model_unittest.cc   TabStripModel tabstrip(&delegate, profile());
profile          2075 chrome/browser/ui/tabs/tab_strip_model_unittest.cc   TabStripModel strip(&delegate, profile());
profile          2126 chrome/browser/ui/tabs/tab_strip_model_unittest.cc   TabStripModel tabstrip(&delegate, profile());
profile          2184 chrome/browser/ui/tabs/tab_strip_model_unittest.cc   TabStripModel strip(&delegate, profile());
profile          2199 chrome/browser/ui/tabs/tab_strip_model_unittest.cc   TabStripModel* strip = new TabStripModel(&delegate, profile());
profile          2266 chrome/browser/ui/tabs/tab_strip_model_unittest.cc     TabStripModel strip(&delegate, profile());
profile          2281 chrome/browser/ui/tabs/tab_strip_model_unittest.cc   TabStripModel strip(&delegate, profile());
profile          2339 chrome/browser/ui/tabs/tab_strip_model_unittest.cc   TabStripModel strip(&delegate, profile());
profile          2357 chrome/browser/ui/tabs/tab_strip_model_unittest.cc   TabStripModel strip(&delegate, profile());
profile          2471 chrome/browser/ui/tabs/tab_strip_model_unittest.cc   TabStripModel strip(&delegate, profile());
profile          2499 chrome/browser/ui/tabs/tab_strip_model_unittest.cc   TabStripModel strip_src(&dummy_tab_strip_delegate, profile());
profile          2513 chrome/browser/ui/tabs/tab_strip_model_unittest.cc   TabStripModel strip_dst(&dummy_tab_strip_delegate, profile());
profile           105 chrome/browser/ui/toolbar/back_forward_menu_model.cc   Profile* profile =
profile           108 chrome/browser/ui/toolbar/back_forward_menu_model.cc       profile->GetPrefs()->GetString(prefs::kAcceptLanguages)));
profile           253 chrome/browser/ui/toolbar/back_forward_menu_model.cc       browser_->profile(), Profile::EXPLICIT_ACCESS);
profile           501 chrome/browser/ui/toolbar/back_forward_menu_model_unittest.cc   ASSERT_TRUE(profile()->CreateHistoryService(true, false));
profile           502 chrome/browser/ui/toolbar/back_forward_menu_model_unittest.cc   profile()->CreateFaviconService();
profile           503 chrome/browser/ui/toolbar/back_forward_menu_model_unittest.cc   Browser::CreateParams native_params(profile(), chrome::GetActiveDesktop());
profile           525 chrome/browser/ui/toolbar/back_forward_menu_model_unittest.cc       profile(), Profile::EXPLICIT_ACCESS)->AddPage(
profile           528 chrome/browser/ui/toolbar/back_forward_menu_model_unittest.cc       profile(), Profile::EXPLICIT_ACCESS)->SetFavicons(
profile           567 chrome/browser/ui/toolbar/back_forward_menu_model_unittest.cc   profile()->DestroyHistoryService();
profile           104 chrome/browser/ui/toolbar/encoding_menu_controller.cc void EncodingMenuController::GetEncodingMenuItems(Profile* profile,
profile           124 chrome/browser/ui/toolbar/encoding_menu_controller.cc       profile->GetPrefs()->GetString(prefs::kStaticEncodings),
profile           125 chrome/browser/ui/toolbar/encoding_menu_controller.cc       profile->GetPrefs()->GetString(prefs::kRecentlySelectedEncoding));
profile            43 chrome/browser/ui/toolbar/encoding_menu_controller.h   void GetEncodingMenuItems(Profile* profile,
profile            84 chrome/browser/ui/toolbar/origin_chip_info.cc     Profile* profile)
profile            86 chrome/browser/ui/toolbar/origin_chip_info.cc       profile_(profile) {}
profile           161 chrome/browser/ui/toolbar/origin_chip_info.cc                                                   Profile* profile) {
profile           183 chrome/browser/ui/toolbar/origin_chip_info.cc         extensions::ExtensionSystem::Get(profile)->extension_service();
profile           198 chrome/browser/ui/toolbar/origin_chip_info.cc     if (profile)
profile           199 chrome/browser/ui/toolbar/origin_chip_info.cc       languages = profile->GetPrefs()->GetString(prefs::kAcceptLanguages);
profile            25 chrome/browser/ui/toolbar/origin_chip_info.h   OriginChipInfo(extensions::IconImage::Observer* owner, Profile* profile);
profile            86 chrome/browser/ui/toolbar/origin_chip_info.h                                                Profile* profile);
profile            61 chrome/browser/ui/toolbar/origin_chip_info_unittest.cc     info_.reset(new OriginChipInfo(this, profile()));
profile           148 chrome/browser/ui/toolbar/origin_chip_info_unittest.cc           extensions::ExtensionSystem::Get(profile()));
profile           182 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model.cc       TabRestoreServiceFactory::GetForProfile(browser_->profile());
profile           217 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model.cc       TabRestoreServiceFactory::GetForProfile(browser_->profile());
profile           270 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model.cc       TabRestoreServiceFactory::GetForProfile(browser_->profile());
profile           378 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model.cc       TabRestoreServiceFactory::GetForProfile(browser_->profile());
profile           466 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model.cc                              browser_->profile())) {
profile           608 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model.cc       browser_->profile(), Profile::EXPLICIT_ACCESS);
profile           668 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model.cc         GetForProfile(browser_->profile());
profile           226 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model_unittest.cc       profile(), RecentTabsSubMenuModelTest::GetTabRestoreService);
profile           280 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model_unittest.cc       profile(), RecentTabsSubMenuModelTest::GetTabRestoreService);
profile           289 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model_unittest.cc   SessionService* session_service = new SessionService(profile());
profile           290 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model_unittest.cc   SessionServiceFactory::SetForTestProfile(profile(), session_service);
profile           303 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model_unittest.cc   profile()->set_last_session_exited_cleanly(false);
profile           306 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model_unittest.cc   SessionServiceFactory::GetForProfile(profile())->
profile           312 chrome/browser/ui/toolbar/recent_tabs_sub_menu_model_unittest.cc       profile(), RecentTabsSubMenuModelTest::GetTabRestoreService);
profile           111 chrome/browser/ui/toolbar/toolbar_model_impl.cc   Profile* profile = GetProfile();
profile           112 chrome/browser/ui/toolbar/toolbar_model_impl.cc   if (profile)
profile           113 chrome/browser/ui/toolbar/toolbar_model_impl.cc     languages = profile->GetPrefs()->GetString(prefs::kAcceptLanguages);
profile           200 chrome/browser/ui/toolbar/toolbar_model_unittest.cc       profile(), &TemplateURLServiceFactory::BuildInstanceFor);
profile           202 chrome/browser/ui/toolbar/toolbar_model_unittest.cc       profile(), &AutocompleteClassifierFactory::BuildInstanceFor);
profile           109 chrome/browser/ui/toolbar/wrench_menu_model.cc   encoding_menu_controller.GetEncodingMenuItems(browser_->profile(),
profile           139 chrome/browser/ui/toolbar/wrench_menu_model.cc   return controller.IsItemChecked(browser_->profile(),
profile           255 chrome/browser/ui/toolbar/wrench_menu_model.cc       browser->profile())->AddZoomLevelChangedCallback(
profile           314 chrome/browser/ui/toolbar/wrench_menu_model.cc           browser_->profile()->GetOriginalProfile());
profile           336 chrome/browser/ui/toolbar/wrench_menu_model.cc           browser_->profile()->GetOriginalProfile());
profile           354 chrome/browser/ui/toolbar/wrench_menu_model.cc       browser_->profile())->GetGlobalErrorByMenuItemCommandID(command_id);
profile           363 chrome/browser/ui/toolbar/wrench_menu_model.cc         browser_->profile()->GetOriginalProfile());
profile           385 chrome/browser/ui/toolbar/wrench_menu_model.cc     return browser_->profile()->GetPrefs()->GetBoolean(prefs::kShowBookmarkBar);
profile           397 chrome/browser/ui/toolbar/wrench_menu_model.cc       browser_->profile())->GetGlobalErrorByMenuItemCommandID(command_id);
profile           428 chrome/browser/ui/toolbar/wrench_menu_model.cc       return !chrome::ShouldRemoveBookmarkThisPageUI(browser_->profile());
profile           430 chrome/browser/ui/toolbar/wrench_menu_model.cc       return !chrome::ShouldRemoveBookmarkOpenPagesUI(browser_->profile());
profile           482 chrome/browser/ui/toolbar/wrench_menu_model.cc   if (browser_->profile()->IsManaged())
profile           487 chrome/browser/ui/toolbar/wrench_menu_model.cc       browser_->profile()->HasOffTheRecordProfile()) {
profile           492 chrome/browser/ui/toolbar/wrench_menu_model.cc   return !browser_->profile()->IsGuestSession();
profile           503 chrome/browser/ui/toolbar/wrench_menu_model.cc   return browser_->profile()->IsOffTheRecord() &&
profile           505 chrome/browser/ui/toolbar/wrench_menu_model.cc           browser_->profile()->GetOriginalProfile(),
profile           610 chrome/browser/ui/toolbar/wrench_menu_model.cc       browser_->profile()->GetOriginalProfile());
profile           691 chrome/browser/ui/toolbar/wrench_menu_model.cc           browser_->profile()->GetOriginalProfile());
profile           693 chrome/browser/ui/toolbar/wrench_menu_model.cc       GlobalErrorServiceFactory::GetForProfile(browser_->profile())->errors();
profile           168 chrome/browser/ui/toolbar/wrench_menu_model_unittest.cc       GlobalErrorServiceFactory::GetForProfile(browser()->profile());
profile           169 chrome/browser/ui/toolbar/wrench_menu_model_unittest.cc   ProfileOAuth2TokenServiceFactory::GetForProfile(browser()->profile());
profile            16 chrome/browser/ui/views/accelerator_utils_aura.cc bool IsChromeAccelerator(const ui::Accelerator& accelerator, Profile* profile) {
profile            15 chrome/browser/ui/views/accelerator_utils_views.cc bool IsChromeAccelerator(const ui::Accelerator& accelerator, Profile* profile) {
profile            17 chrome/browser/ui/views/accelerator_utils_views.cc       profile, chrome::HOST_DESKTOP_TYPE_NATIVE);
profile           111 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc   Profile* profile = content::Source<Profile>(source).ptr();
profile           112 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc   if (profile == most_recent_profile_)
profile           139 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc   Profile* profile = NULL;
profile           142 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc     profile = reinterpret_cast<Profile*>(
profile           145 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc   if (!profile)
profile           146 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc     profile = most_recent_profile_;
profile           147 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc   if (!profile) {
profile           149 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc       profile = g_browser_process->profile_manager()->GetLastUsedProfile();
profile           151 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc   if (!profile) {
profile           156 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc   most_recent_profile_ = profile;
profile           162 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc     SendMenuNotification(view, type, profile);
profile           172 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc     SendAlertControlNotification(view, type, profile);
profile           180 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc     SendWindowNotification(view, type, profile);
profile           185 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc     SendMenuNotification(view, type, profile);
profile           189 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc     SendButtonNotification(view, type, profile);
profile           192 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc     SendCheckboxNotification(view, type, profile);
profile           195 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc     SendComboboxNotification(view, type, profile);
profile           198 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc     SendLinkNotification(view, type, profile);
profile           202 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc     SendTextfieldNotification(view, type, profile);
profile           205 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc     SendMenuItemNotification(view, type, profile);
profile           210 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc     SendSliderNotification(view, type, profile);
profile           213 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc     SendTreeNotification(view, type, profile);
profile           216 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc     SendTreeItemNotification(view, type, profile);
profile           229 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc     Profile* profile) {
profile           231 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc       profile, GetViewName(view), GetViewContext(view));
profile           239 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc     Profile* profile) {
profile           240 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc   AccessibilityLinkInfo info(profile, GetViewName(view), GetViewContext(view));
profile           248 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc     Profile* profile) {
profile           249 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc   AccessibilityMenuInfo info(profile, GetViewName(view));
profile           257 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc     Profile* profile) {
profile           279 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc       profile, name, context, has_submenu, index, count);
profile           287 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc     Profile* profile) {
profile           288 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc   AccessibilityTreeInfo info(profile, GetViewName(view));
profile           296 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc     Profile* profile) {
profile           332 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc       profile, name, context, depth, index, siblings_count, children_count,
profile           341 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc     Profile* profile) {
profile           347 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc   AccessibilityTextBoxInfo info(profile, name, context, password);
profile           357 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc     Profile* profile) {
profile           364 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc       profile, name, context, value, state.index, state.count);
profile           372 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc     Profile* profile) {
profile           378 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc       profile,
profile           389 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc     Profile* profile) {
profile           403 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc   AccessibilityWindowInfo info(profile, window_text);
profile           411 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc     Profile* profile) {
profile           419 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc       profile,
profile           430 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc     Profile* profile) {
profile           436 chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc       profile,
profile            90 chrome/browser/ui/views/accessibility/accessibility_event_router_views.h       Profile* profile);
profile            94 chrome/browser/ui/views/accessibility/accessibility_event_router_views.h       Profile* profile);
profile            98 chrome/browser/ui/views/accessibility/accessibility_event_router_views.h       Profile* profile);
profile           102 chrome/browser/ui/views/accessibility/accessibility_event_router_views.h       Profile* profile);
profile           106 chrome/browser/ui/views/accessibility/accessibility_event_router_views.h       Profile* profile);
profile           110 chrome/browser/ui/views/accessibility/accessibility_event_router_views.h       Profile* profile);
profile           114 chrome/browser/ui/views/accessibility/accessibility_event_router_views.h       Profile* profile);
profile           118 chrome/browser/ui/views/accessibility/accessibility_event_router_views.h       Profile* profile);
profile           122 chrome/browser/ui/views/accessibility/accessibility_event_router_views.h       Profile* profile);
profile           126 chrome/browser/ui/views/accessibility/accessibility_event_router_views.h       Profile* profile);
profile           130 chrome/browser/ui/views/accessibility/accessibility_event_router_views.h       Profile* profile);
profile           134 chrome/browser/ui/views/accessibility/accessibility_event_router_views.h       Profile* profile);
profile           159 chrome/browser/ui/views/accessibility/invert_bubble_view.cc   PrefService* pref_service = browser->profile()->GetPrefs();
profile           106 chrome/browser/ui/views/app_list/linux/app_list_linux.cc void AppListLinux::SetProfile(Profile* profile) {
profile           107 chrome/browser/ui/views/app_list/linux/app_list_linux.cc   view_->SetProfileByPath(profile->GetPath());
profile            51 chrome/browser/ui/views/app_list/linux/app_list_linux.h   virtual void SetProfile(Profile* profile) OVERRIDE;
profile            34 chrome/browser/ui/views/app_list/linux/app_list_service_linux.cc       Profile* profile,
profile            40 chrome/browser/ui/views/app_list/linux/app_list_service_linux.cc         profile, service->GetControllerDelegate());
profile           122 chrome/browser/ui/views/app_list/linux/app_list_service_linux.cc   return shower_->profile();
profile            53 chrome/browser/ui/views/app_list/win/app_list_controller_delegate_win.cc       apps::AppWindowRegistry::Get(params->profile)
profile           298 chrome/browser/ui/views/app_list/win/app_list_service_win.cc       Profile* profile,
profile           304 chrome/browser/ui/views/app_list/win/app_list_service_win.cc         new AppListViewDelegate(profile,
profile           355 chrome/browser/ui/views/app_list/win/app_list_service_win.cc   return shower_->profile();
profile           470 chrome/browser/ui/views/app_list/win/app_list_service_win.cc void AppListServiceWin::CreateForProfile(Profile* profile) {
profile           471 chrome/browser/ui/views/app_list/win/app_list_service_win.cc   shower_->CreateViewForProfile(profile);
profile           131 chrome/browser/ui/views/app_list/win/app_list_win.cc void AppListWin::SetProfile(Profile* profile) {
profile           132 chrome/browser/ui/views/app_list/win/app_list_win.cc   view_->SetProfileByPath(profile->GetPath());
profile            46 chrome/browser/ui/views/app_list/win/app_list_win.h   virtual void SetProfile(Profile* profile) OVERRIDE;
profile            20 chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_views.cc                        Profile* profile,
profile            24 chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_views.cc       new AppInfoDialog(parent_window, profile, app, close_callback),
profile            29 chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_views.cc                              Profile* profile,
profile            33 chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_views.cc       profile_(profile),
profile            24 chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_views.h                 Profile* profile,
profile             8 chrome/browser/ui/views/apps/app_info_dialog/app_info_manage_tab.cc                                    Profile* profile,
profile            11 chrome/browser/ui/views/apps/app_info_dialog/app_info_manage_tab.cc     : AppInfoTab(parent_window, profile, app, close_callback) {
profile            22 chrome/browser/ui/views/apps/app_info_dialog/app_info_manage_tab.h                    Profile* profile,
profile            94 chrome/browser/ui/views/apps/app_info_dialog/app_info_permissions_tab.cc     Profile* profile,
profile            97 chrome/browser/ui/views/apps/app_info_dialog/app_info_permissions_tab.cc     : AppInfoTab(parent_window, profile, app, close_callback) {
profile            22 chrome/browser/ui/views/apps/app_info_dialog/app_info_permissions_tab.h                         Profile* profile,
profile           139 chrome/browser/ui/views/apps/app_info_dialog/app_info_summary_tab.cc                                      Profile* profile,
profile           142 chrome/browser/ui/views/apps/app_info_dialog/app_info_summary_tab.cc     : AppInfoTab(parent_window, profile, app, close_callback),
profile            46 chrome/browser/ui/views/apps/app_info_dialog/app_info_summary_tab.h                     Profile* profile,
profile             8 chrome/browser/ui/views/apps/app_info_dialog/app_info_tab.cc                        Profile* profile,
profile            12 chrome/browser/ui/views/apps/app_info_dialog/app_info_tab.cc       profile_(profile),
profile            26 chrome/browser/ui/views/apps/app_info_dialog/app_info_tab.h              Profile* profile,
profile           155 chrome/browser/ui/views/apps/chrome_native_app_window_views_win.cc   Profile* profile =
profile           159 chrome/browser/ui/views/apps/chrome_native_app_window_views_win.cc                                                 profile->GetPath());
profile           164 chrome/browser/ui/views/apps/chrome_native_app_window_views_win.cc       profile,
profile           285 chrome/browser/ui/views/ash/tab_scrubber_browsertest.cc   Browser* browser2 = CreateBrowser(browser()->profile());
profile          1852 chrome/browser/ui/views/autofill/autofill_dialog_views.cc   sign_in_web_view_ = new views::WebView(delegate_->profile());
profile            57 chrome/browser/ui/views/autofill/autofill_dialog_views_unittest.cc     view_delegate_.SetProfile(profile());
profile            34 chrome/browser/ui/views/autofill/new_credit_card_bubble_views.cc   Browser* browser = chrome::FindTabbedBrowser(controller->profile(), false,
profile           112 chrome/browser/ui/views/autofill/new_credit_card_bubble_views.cc   Browser* browser = chrome::FindBrowserWithProfile(controller_->profile(),
profile           421 chrome/browser/ui/views/avatar_menu_bubble_view.cc   ActionButtonView(views::ButtonListener* listener, Profile* profile);
profile           432 chrome/browser/ui/views/avatar_menu_bubble_view.cc                                    Profile* profile)
profile           437 chrome/browser/ui/views/avatar_menu_bubble_view.cc       SigninManagerFactory::GetForProfile(profile);
profile           661 chrome/browser/ui/views/avatar_menu_bubble_view.cc     profiles::LockProfile(browser_->profile());
profile           732 chrome/browser/ui/views/avatar_menu_bubble_view.cc     buttons_view_ = new ActionButtonView(this, browser_->profile());
profile            51 chrome/browser/ui/views/avatar_menu_button_browsertest.cc   Profile* profile =
profile            53 chrome/browser/ui/views/avatar_menu_button_browsertest.cc   profile_manager->RegisterTestingProfile(profile, true, false);
profile           187 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc                  Profile* profile)
profile           190 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc         profile_(profile) {
profile           313 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc void RecordAppLaunch(Profile* profile, GURL url) {
profile           314 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc   DCHECK(profile->GetExtensionService());
profile           316 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc       profile->GetExtensionService()->GetInstalledApp(url);
profile           602 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc     Profile* profile) {
profile           629 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc     std::string languages = profile->GetPrefs()->GetString(
profile           797 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc       !browser_->profile()->GetPrefs()->GetBoolean(
profile           910 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc   return chrome::DropBookmarks(browser_->profile(), data, parent_node, index);
profile          1115 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc           browser_->profile(), model_->bookmark_bar_node()->GetChild(i));
profile          1197 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc     RecordAppLaunch(browser_->profile(), node->url());
profile          1204 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc                     disposition_from_event_flags, browser_->profile());
profile          1244 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc       GetWidget(), browser_, browser_->profile(),
profile          1268 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc   profile_pref_registrar_.Init(browser_->profile()->GetPrefs());
profile          1275 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc           browser_->profile(), browser_->host_desktop_type()));
profile          1288 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc   model_ = BookmarkModelFactory::GetForProfile(browser_->profile());
profile          1359 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc         this, node->url(), node->GetTitle(), browser_->profile());
profile          1419 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc       GetInstance()->GetForProfile(browser_->profile()));
profile          1531 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc   Profile* profile = browser_->profile();
profile          1541 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc     int ops = data.GetFirstNode(profile) ? ui::DragDropTypes::DRAG_MOVE :
profile          1605 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc         profile, event, data, parent, parent->child_count());
profile          1607 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc         data.GetFirstNode(profile) == parent) {
profile          1612 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc     location->operation = chrome::GetBookmarkDropOperation(profile, event,
profile          1621 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc   drag_data.Write(browser_->profile(), data);
profile          1852 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc       browser_->profile(), browser_->host_desktop_type());
profile           157 chrome/browser/ui/views/bookmarks/bookmark_bar_view.h                                               Profile* profile);
profile            27 chrome/browser/ui/views/bookmarks/bookmark_bar_view_unittest.cc     TestingProfile* profile = BrowserWithTestWindowTest::CreateProfile();
profile            31 chrome/browser/ui/views/bookmarks/bookmark_bar_view_unittest.cc         profile, &BookmarkBarViewInstantExtendedTest::CreateTemplateURLService);
profile            32 chrome/browser/ui/views/bookmarks/bookmark_bar_view_unittest.cc     return profile;
profile            37 chrome/browser/ui/views/bookmarks/bookmark_bar_view_unittest.cc       content::BrowserContext* profile) {
profile            38 chrome/browser/ui/views/bookmarks/bookmark_bar_view_unittest.cc     return new TemplateURLService(static_cast<Profile*>(profile));
profile            48 chrome/browser/ui/views/bookmarks/bookmark_bar_view_unittest.cc   profile()->CreateBookmarkModel(true);
profile            49 chrome/browser/ui/views/bookmarks/bookmark_bar_view_unittest.cc   test::WaitForBookmarkModelToLoad(profile());
profile            52 chrome/browser/ui/views/bookmarks/bookmark_bar_view_unittest.cc   browser()->profile()->GetPrefs()->SetBoolean(
profile            58 chrome/browser/ui/views/bookmarks/bookmark_bar_view_unittest.cc   browser()->profile()->GetPrefs()->SetBoolean(
profile            67 chrome/browser/ui/views/bookmarks/bookmark_bar_view_unittest.cc   browser()->profile()->GetPrefs()->SetBoolean(
profile            56 chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc                                     Profile* profile,
profile            65 chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc                                             profile,
profile           257 chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc     Profile* profile,
profile           263 chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc       profile_(profile),
profile           344 chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc   Profile* profile = profile_;
profile           349 chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc     BookmarkEditor::Show(parent->GetNativeWindow(), profile,
profile            39 chrome/browser/ui/views/bookmarks/bookmark_bubble_view.h                          Profile* profile,
profile            72 chrome/browser/ui/views/bookmarks/bookmark_bubble_view.h                      Profile* profile,
profile            31 chrome/browser/ui/views/bookmarks/bookmark_bubble_view_unittest.cc     profile()->CreateBookmarkModel(true);
profile            32 chrome/browser/ui/views/bookmarks/bookmark_bubble_view_unittest.cc     test::WaitForBookmarkModelToLoad(profile());
profile            35 chrome/browser/ui/views/bookmarks/bookmark_bubble_view_unittest.cc         BookmarkModelFactory::GetForProfile(profile()),
profile            62 chrome/browser/ui/views/bookmarks/bookmark_bubble_view_unittest.cc                                          profile(),
profile            71 chrome/browser/ui/views/bookmarks/bookmark_bubble_view_unittest.cc         SigninManagerFactory::GetForProfile(profile()));
profile            38 chrome/browser/ui/views/bookmarks/bookmark_context_menu.cc     Profile* profile,
profile            45 chrome/browser/ui/views/bookmarks/bookmark_context_menu.cc           browser, profile, page_navigator, parent, selection)),
profile            40 chrome/browser/ui/views/bookmarks/bookmark_context_menu.h       Profile* profile,
profile            32 chrome/browser/ui/views/bookmarks/bookmark_context_menu_controller_win.cc   explicit NewBrowserPageNavigator(Profile* profile)
profile            33 chrome/browser/ui/views/bookmarks/bookmark_context_menu_controller_win.cc       : profile_(profile),
profile            45 chrome/browser/ui/views/bookmarks/bookmark_context_menu_controller_win.cc       Profile* profile = (params.disposition == OFF_THE_RECORD) ?
profile            47 chrome/browser/ui/views/bookmarks/bookmark_context_menu_controller_win.cc       browser_ = new Browser(Browser::CreateParams(profile,
profile            22 chrome/browser/ui/views/bookmarks/bookmark_drag_drop_views.cc void DragBookmarks(Profile* profile,
profile            31 chrome/browser/ui/views/bookmarks/bookmark_drag_drop_views.cc   drag_data.Write(profile, &data);
profile            78 chrome/browser/ui/views/bookmarks/bookmark_drag_drop_views.cc int GetBookmarkDropOperation(Profile* profile,
profile            83 chrome/browser/ui/views/bookmarks/bookmark_drag_drop_views.cc   if (data.IsFromProfile(profile) && data.size() > 1)
profile            87 chrome/browser/ui/views/bookmarks/bookmark_drag_drop_views.cc   if (!IsValidBookmarkDropLocation(profile, data, parent, index))
profile            90 chrome/browser/ui/views/bookmarks/bookmark_drag_drop_views.cc   if (data.GetFirstNode(profile))
profile            99 chrome/browser/ui/views/bookmarks/bookmark_drag_drop_views.cc bool IsValidBookmarkDropLocation(Profile* profile,
profile           111 chrome/browser/ui/views/bookmarks/bookmark_drag_drop_views.cc   if (data.IsFromProfile(profile)) {
profile           112 chrome/browser/ui/views/bookmarks/bookmark_drag_drop_views.cc     std::vector<const BookmarkNode*> nodes = data.GetNodes(profile);
profile            34 chrome/browser/ui/views/bookmarks/bookmark_drag_drop_views.h int GetBookmarkDropOperation(Profile* profile,
profile            45 chrome/browser/ui/views/bookmarks/bookmark_drag_drop_views.h bool IsValidBookmarkDropLocation(Profile* profile,
profile            53 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc                           Profile* profile,
profile            56 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc   DCHECK(profile);
profile            57 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc   BookmarkEditorView* editor = new BookmarkEditorView(profile,
profile            63 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc     Profile* profile,
profile            67 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc     : profile_(profile),
profile            77 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc   DCHECK(profile);
profile            73 chrome/browser/ui/views/bookmarks/bookmark_editor_view.h   BookmarkEditorView(Profile* profile,
profile            65 chrome/browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc   void CreateEditor(Profile* profile,
profile            69 chrome/browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc     editor_.reset(new BookmarkEditorView(profile, parent, details,
profile            47 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc       profile_(browser->profile()),
profile            27 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate_unittest.cc     profile()->CreateBookmarkModel(true);
profile            29 chrome/browser/ui/views/bookmarks/bookmark_menu_delegate_unittest.cc     model_ = BookmarkModelFactory::GetForProfile(profile());
profile            37 chrome/browser/ui/views/browser_dialogs.h                       Profile* profile);
profile            62 chrome/browser/ui/views/chrome_views_delegate.cc   Profile* profile = reinterpret_cast<Profile*>(
profile            64 chrome/browser/ui/views/chrome_views_delegate.cc   if (!profile) {
profile            68 chrome/browser/ui/views/chrome_views_delegate.cc   return profile->GetPrefs();
profile           423 chrome/browser/ui/views/collected_cookies_views.cc   Profile* profile =
profile           425 chrome/browser/ui/views/collected_cookies_views.cc   PrefService* prefs = profile->GetPrefs();
profile           553 chrome/browser/ui/views/collected_cookies_views.cc   Profile* profile =
profile           556 chrome/browser/ui/views/collected_cookies_views.cc       CookieSettings::Factory::GetForProfile(profile).get(), setting);
profile            86 chrome/browser/ui/views/conflicting_module_view_win.cc                     browser->profile()->GetPrefs());
profile           119 chrome/browser/ui/views/conflicting_module_view_win.cc       browser_->profile()->GetPrefs());
profile           291 chrome/browser/ui/views/constrained_window_views_browsertest.cc           content::WebContents::CreateParams(browser()->profile())),
profile           315 chrome/browser/ui/views/constrained_window_views_browsertest.cc   Browser* browser2 = CreateBrowser(browser()->profile());
profile           321 chrome/browser/ui/views/constrained_window_views_browsertest.cc       content::WebContents::CreateParams(browser()->profile()));
profile           403 chrome/browser/ui/views/constrained_window_views_browsertest.cc       browser()->profile(),
profile           427 chrome/browser/ui/views/constrained_window_views_browsertest.cc   EXPECT_TRUE(chrome::IsNTPURL(web_contents->GetURL(), browser()->profile()));
profile           449 chrome/browser/ui/views/constrained_window_views_browsertest.cc       browser()->profile(),
profile           241 chrome/browser/ui/views/create_application_shortcut_view.cc     Profile* profile,
profile           245 chrome/browser/ui/views/create_application_shortcut_view.cc       new CreateChromeApplicationShortcutView(profile, app, close_callback),
profile           251 chrome/browser/ui/views/create_application_shortcut_view.cc CreateApplicationShortcutView::CreateApplicationShortcutView(Profile* profile)
profile           252 chrome/browser/ui/views/create_application_shortcut_view.cc     : profile_(profile),
profile           518 chrome/browser/ui/views/create_application_shortcut_view.cc     Profile* profile,
profile           521 chrome/browser/ui/views/create_application_shortcut_view.cc         : CreateApplicationShortcutView(profile),
profile           536 chrome/browser/ui/views/create_application_shortcut_view.cc       app, profile,
profile            43 chrome/browser/ui/views/create_application_shortcut_view.h   explicit CreateApplicationShortcutView(Profile* profile);
profile           127 chrome/browser/ui/views/create_application_shortcut_view.h       Profile* profile,
profile            36 chrome/browser/ui/views/download/download_feedback_dialog_view.cc     Profile* profile,
profile            39 chrome/browser/ui/views/download/download_feedback_dialog_view.cc   DCHECK(!profile->GetPrefs()->HasPrefPath(
profile            46 chrome/browser/ui/views/download/download_feedback_dialog_view.cc       static_cast<DialogStatusData*>(profile->GetUserData(kDialogStatusKey));
profile            49 chrome/browser/ui/views/download/download_feedback_dialog_view.cc     profile->SetUserData(kDialogStatusKey, data);
profile            54 chrome/browser/ui/views/download/download_feedback_dialog_view.cc         new DownloadFeedbackDialogView(profile, callback);
profile            62 chrome/browser/ui/views/download/download_feedback_dialog_view.cc     Profile* profile,
profile            64 chrome/browser/ui/views/download/download_feedback_dialog_view.cc     : profile_(profile),
profile            30 chrome/browser/ui/views/download/download_feedback_dialog_view.h       Profile* profile,
profile            35 chrome/browser/ui/views/download/download_feedback_dialog_view.h       Profile* profile,
profile           557 chrome/browser/ui/views/download/download_item_view.cc       !shelf_->browser()->profile()->IsOffTheRecord()) {
profile           558 chrome/browser/ui/views/download/download_item_view.cc     if (!shelf_->browser()->profile()->GetPrefs()->HasPrefPath(
profile           563 chrome/browser/ui/views/download/download_item_view.cc           shelf_->browser()->profile(),
profile           569 chrome/browser/ui/views/download/download_item_view.cc           shelf_->browser()->profile()->GetPrefs()->GetBoolean(
profile            37 chrome/browser/ui/views/edit_search_engine_dialog.cc                       Profile* profile) {
profile            38 chrome/browser/ui/views/edit_search_engine_dialog.cc   EditSearchEngineDialog::Show(parent, template_url, delegate, profile);
profile            46 chrome/browser/ui/views/edit_search_engine_dialog.cc     Profile* profile)
profile            49 chrome/browser/ui/views/edit_search_engine_dialog.cc                                                  profile)) {
profile            60 chrome/browser/ui/views/edit_search_engine_dialog.cc                                   Profile* profile) {
profile            62 chrome/browser/ui/views/edit_search_engine_dialog.cc       new EditSearchEngineDialog(template_url, delegate, profile);
profile            32 chrome/browser/ui/views/edit_search_engine_dialog.h                          Profile* profile);
profile            39 chrome/browser/ui/views/edit_search_engine_dialog.h                    Profile* profile);
profile            50 chrome/browser/ui/views/extensions/bookmark_app_bubble_view.cc                                        Profile* profile,
profile            57 chrome/browser/ui/views/extensions/bookmark_app_bubble_view.cc       anchor_view, profile, web_app_info, extension_id);
profile            66 chrome/browser/ui/views/extensions/bookmark_app_bubble_view.cc     Profile* profile,
profile            70 chrome/browser/ui/views/extensions/bookmark_app_bubble_view.cc       profile_(profile),
profile            78 chrome/browser/ui/views/extensions/bookmark_app_bubble_view.cc       app_icon_loader_(new extensions::AppIconLoaderImpl(profile,
profile            43 chrome/browser/ui/views/extensions/bookmark_app_bubble_view.h                          Profile* profile,
profile            50 chrome/browser/ui/views/extensions/bookmark_app_bubble_view.h                         Profile* profile,
profile            25 chrome/browser/ui/views/extensions/browser_action_drag_data.cc bool BrowserActionDragData::IsFromProfile(Profile* profile) const {
profile            26 chrome/browser/ui/views/extensions/browser_action_drag_data.cc   return profile_ == profile;
profile            31 chrome/browser/ui/views/extensions/browser_action_drag_data.cc     Profile* profile, ui::OSExchangeData* data) const {
profile            34 chrome/browser/ui/views/extensions/browser_action_drag_data.cc   WriteToPickle(profile, &data_pickle);
profile            65 chrome/browser/ui/views/extensions/browser_action_drag_data.cc     Profile* profile, Pickle* pickle) const {
profile            66 chrome/browser/ui/views/extensions/browser_action_drag_data.cc   pickle->WriteBytes(&profile, sizeof(profile));
profile            29 chrome/browser/ui/views/extensions/browser_action_drag_data.h   bool IsFromProfile(Profile* profile) const;
profile            32 chrome/browser/ui/views/extensions/browser_action_drag_data.h   void Write(Profile* profile, ui::OSExchangeData* data) const;
profile            42 chrome/browser/ui/views/extensions/browser_action_drag_data.h   void WriteToPickle(Profile* profile, Pickle* pickle) const;
profile            25 chrome/browser/ui/views/extensions/browser_action_drag_data_unittest.cc   TestingProfile profile;
profile            26 chrome/browser/ui/views/extensions/browser_action_drag_data_unittest.cc   profile.SetID(L"id");
profile            37 chrome/browser/ui/views/extensions/browser_action_drag_data_unittest.cc   TestingProfile profile;
profile            38 chrome/browser/ui/views/extensions/browser_action_drag_data_unittest.cc   Profile* profile_ptr = &profile;
profile            39 chrome/browser/ui/views/extensions/browser_action_drag_data_unittest.cc   profile.SetID(L"id");
profile            43 chrome/browser/ui/views/extensions/browser_action_drag_data_unittest.cc   pickle.WriteBytes(&profile_ptr, sizeof(&profile));
profile            53 chrome/browser/ui/views/extensions/browser_action_drag_data_unittest.cc   ASSERT_TRUE(drag_data.IsFromProfile(profile.GetOriginalProfile()));
profile            89 chrome/browser/ui/views/extensions/browser_action_overflow_menu_controller.cc         extensions::ExtensionActionManager::Get(owner_->profile())->
profile           193 chrome/browser/ui/views/extensions/browser_action_overflow_menu_controller.cc   return drop_data.IsFromProfile(owner_->profile());
profile           251 chrome/browser/ui/views/extensions/browser_action_overflow_menu_controller.cc   drag_data.Write(owner_->profile(), data);
profile            51 chrome/browser/ui/views/extensions/extension_dialog.cc     Profile* profile,
profile            60 chrome/browser/ui/views/extensions/extension_dialog.cc       extensions::ExtensionViewHostFactory::CreateDialogHost(url, profile);
profile            42 chrome/browser/ui/views/extensions/extension_dialog.h                                Profile* profile,
profile           128 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc         SyncPromoUI::ShouldShowSyncPromo(browser->profile()))
profile           275 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc         extensions::CommandService::Get(browser_->profile());
profile           536 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc       extensions::ExtensionActionManager::Get(bubble_.browser()->profile());
profile           609 chrome/browser/ui/views/extensions/extension_installed_bubble_view.cc         extensions::ExtensionActionManager::Get(bubble_.browser()->profile())->
profile            21 chrome/browser/ui/views/extensions/extension_keybinding_registry_views.cc     Profile* profile,
profile            25 chrome/browser/ui/views/extensions/extension_keybinding_registry_views.cc     : ExtensionKeybindingRegistry(profile, extension_filter, delegate),
profile            26 chrome/browser/ui/views/extensions/extension_keybinding_registry_views.cc       profile_(profile),
profile            34 chrome/browser/ui/views/extensions/extension_keybinding_registry_views.h   ExtensionKeybindingRegistryViews(Profile* profile,
profile           270 chrome/browser/ui/views/extensions/extension_message_bubble_view.cc     Profile* profile,
profile           272 chrome/browser/ui/views/extensions/extension_message_bubble_view.cc     : profile_(profile),
profile           413 chrome/browser/ui/views/extensions/extension_message_bubble_view.cc void ExtensionMessageBubbleFactory::RecordProfileCheck(Profile* profile) {
profile           414 chrome/browser/ui/views/extensions/extension_message_bubble_view.cc   g_profiles_evaluated.Get().insert(profile);
profile           417 chrome/browser/ui/views/extensions/extension_message_bubble_view.cc bool ExtensionMessageBubbleFactory::IsInitialProfileCheck(Profile* profile) {
profile           418 chrome/browser/ui/views/extensions/extension_message_bubble_view.cc   return g_profiles_evaluated.Get().count(profile) == 0;
profile            40 chrome/browser/ui/views/extensions/extension_message_bubble_view.h   ExtensionMessageBubbleFactory(Profile* profile, ToolbarView* toolbar_view);
profile            74 chrome/browser/ui/views/extensions/extension_message_bubble_view.h   void RecordProfileCheck(Profile* profile);
profile            76 chrome/browser/ui/views/extensions/extension_message_bubble_view.h   bool IsInitialProfileCheck(Profile* profile);
profile            48 chrome/browser/ui/views/extensions/extension_uninstall_dialog_view.cc   ExtensionUninstallDialogViews(Profile* profile,
profile           112 chrome/browser/ui/views/extensions/extension_uninstall_dialog_view.cc     Profile* profile,
profile           115 chrome/browser/ui/views/extensions/extension_uninstall_dialog_view.cc     : ExtensionUninstallDialog(profile, browser, delegate),
profile           245 chrome/browser/ui/views/extensions/extension_uninstall_dialog_view.cc     Profile* profile,
profile           248 chrome/browser/ui/views/extensions/extension_uninstall_dialog_view.cc   return new ExtensionUninstallDialogViews(profile, browser, delegate);
profile           464 chrome/browser/ui/views/find_bar_view.cc     Profile* profile =
profile           466 chrome/browser/ui/views/find_bar_view.cc     FindBarState* find_bar_state = FindBarStateFactory::GetForProfile(profile);
profile            46 chrome/browser/ui/views/first_run_bubble.cc           browser_ ? GetDefaultSearchEngineName(browser_->profile())
profile            39 chrome/browser/ui/views/first_run_dialog.cc bool ShowFirstRunDialog(Profile* profile) {
profile            40 chrome/browser/ui/views/first_run_dialog.cc   return FirstRunDialog::Show(profile);
profile            46 chrome/browser/ui/views/first_run_dialog.cc bool FirstRunDialog::Show(Profile* profile) {
profile            57 chrome/browser/ui/views/first_run_dialog.cc     FirstRunDialog* dialog = new FirstRunDialog(profile);
profile            77 chrome/browser/ui/views/first_run_dialog.cc FirstRunDialog::FirstRunDialog(Profile* profile)
profile            78 chrome/browser/ui/views/first_run_dialog.cc     : profile_(profile),
profile            23 chrome/browser/ui/views/first_run_dialog.h   static bool Show(Profile* profile);
profile            26 chrome/browser/ui/views/first_run_dialog.h   explicit FirstRunDialog(Profile* profile);
profile            92 chrome/browser/ui/views/frame/browser_desktop_window_tree_host_win.cc                                    browser_view->browser()->profile())));
profile            63 chrome/browser/ui/views/frame/browser_frame.cc                           browser_view_->browser()->profile())) {
profile            90 chrome/browser/ui/views/frame/browser_frame.cc       browser_view_->browser()->profile()->GetPrefs(),
profile            61 chrome/browser/ui/views/frame/browser_non_client_frame_view.cc       Profile* profile = browser_view_->browser()->profile();
profile            62 chrome/browser/ui/views/frame/browser_non_client_frame_view.cc       if (profile->IsManaged() && !avatar_label_) {
profile           102 chrome/browser/ui/views/frame/browser_non_client_frame_view.cc     AvatarMenu::GetImageForMenuButton(browser_view_->browser()->profile(),
profile           109 chrome/browser/ui/views/frame/browser_non_client_frame_view.cc     Profile* profile = browser_view_->browser()->profile();
profile           110 chrome/browser/ui/views/frame/browser_non_client_frame_view.cc     size_t index = cache.GetIndexOfProfileWithPath(profile->GetPath());
profile           115 chrome/browser/ui/views/frame/browser_non_client_frame_view.cc     AvatarMenu::GetImageForMenuButton(browser_view_->browser()->profile(),
profile           153 chrome/browser/ui/views/frame/browser_non_client_frame_view.cc           browser_view_->browser()->profile());
profile           198 chrome/browser/ui/views/frame/browser_root_view.cc       browser_view_->browser()->profile())->Classify(
profile           376 chrome/browser/ui/views/frame/browser_view.cc       ThemeServiceFactory::GetForProfile(browser_->profile());
profile           560 chrome/browser/ui/views/frame/browser_view.cc   return browser_->profile()->IsOffTheRecord();
profile           564 chrome/browser/ui/views/frame/browser_view.cc   return browser_->profile()->IsGuestSession();
profile           613 chrome/browser/ui/views/frame/browser_view.cc   if (cache.GetIndexOfProfileWithPath(browser_->profile()->GetPath()) ==
profile          1181 chrome/browser/ui/views/frame/browser_view.cc                                            Profile* profile) {
profile          1183 chrome/browser/ui/views/frame/browser_view.cc                            profile);
profile          1197 chrome/browser/ui/views/frame/browser_view.cc                                  browser_->profile(),
profile          1206 chrome/browser/ui/views/frame/browser_view.cc                                     browser_->profile(),
profile          1307 chrome/browser/ui/views/frame/browser_view.cc void BrowserView::ShowWebsiteSettings(Profile* profile,
profile          1312 chrome/browser/ui/views/frame/browser_view.cc       GetLocationBarView()->GetLocationIconView(), profile,
profile          1947 chrome/browser/ui/views/frame/browser_view.cc                                        browser_->profile());
profile          1961 chrome/browser/ui/views/frame/browser_view.cc   contents_web_view_ = new ContentsWebView(browser_->profile());
profile          1967 chrome/browser/ui/views/frame/browser_view.cc   devtools_web_view_ = new views::WebView(browser_->profile());
profile          2066 chrome/browser/ui/views/frame/browser_view.cc   jumplist_->AddObserver(browser_->profile());
profile           328 chrome/browser/ui/views/frame/browser_view.h                                         Profile* profile) OVERRIDE;
profile           358 chrome/browser/ui/views/frame/browser_view.h   virtual void ShowWebsiteSettings(Profile* profile,
profile            48 chrome/browser/ui/views/frame/browser_view_browsertest.cc       new Browser(Browser::CreateParams(browser()->profile(),
profile            62 chrome/browser/ui/views/frame/browser_view_browsertest.cc       new Browser(Browser::CreateParams(browser()->profile(),
profile            60 chrome/browser/ui/views/frame/browser_view_focus_uitest.cc       new Browser(Browser::CreateParams(browser()->profile(),
profile           414 chrome/browser/ui/views/frame/browser_view_layout.cc     if (browser()->profile()->HasOffTheRecordProfile() &&
profile           416 chrome/browser/ui/views/frame/browser_view_layout.cc             browser()->profile()->GetOriginalProfile(),
profile            36 chrome/browser/ui/views/frame/browser_window_property_manager_browsertest_win.cc void UnblockOnProfileCreation(Profile* profile,
profile            73 chrome/browser/ui/views/frame/browser_window_property_manager_browsertest_win.cc   EXPECT_EQ(browser->profile()->GetPath().BaseName().value(),
profile            82 chrome/browser/ui/views/frame/browser_window_property_manager_browsertest_win.cc                 browser->profile()->GetPath()).value(),
profile           142 chrome/browser/ui/views/frame/browser_window_property_manager_browsertest_win.cc       browser(), base::UTF8ToUTF16(browser()->profile()->GetProfileName()));
profile            25 chrome/browser/ui/views/frame/browser_window_property_manager_win.cc   profile_pref_registrar_.Init(view_->browser()->profile()->GetPrefs());
profile            41 chrome/browser/ui/views/frame/browser_window_property_manager_win.cc   Profile* profile = browser->profile();
profile            48 chrome/browser/ui/views/frame/browser_window_property_manager_win.cc           profile->GetPath()) :
profile            49 chrome/browser/ui/views/frame/browser_window_property_manager_win.cc       ShellIntegration::GetChromiumModelIdForProfile(profile->GetPath());
profile            61 chrome/browser/ui/views/frame/browser_window_property_manager_win.cc       profile->GetPrefs()->HasPrefPath(prefs::kProfileIconVersion)) {
profile            62 chrome/browser/ui/views/frame/browser_window_property_manager_win.cc     const base::FilePath& profile_path = profile->GetPath();
profile           317 chrome/browser/ui/views/frame/global_menu_bar_x11.cc       profile_(browser_->profile()),
profile           407 chrome/browser/ui/views/frame/global_menu_bar_x11.cc   pref_change_registrar_.Init(browser_->profile()->GetPrefs());
profile           580 chrome/browser/ui/views/frame/global_menu_bar_x11.cc     PrefService* prefs = browser_->profile()->GetPrefs();
profile           164 chrome/browser/ui/views/frame/opaque_browser_frame_view.cc       this, layout_, browser_view->browser()->profile()));
profile            19 chrome/browser/ui/views/frame/opaque_browser_frame_view_linux.cc     Profile* profile)
profile            22 chrome/browser/ui/views/frame/opaque_browser_frame_view_linux.cc       theme_service_(ThemeServiceFactory::GetForProfile(profile)) {
profile            66 chrome/browser/ui/views/frame/opaque_browser_frame_view_linux.cc       Profile* profile) {
profile            67 chrome/browser/ui/views/frame/opaque_browser_frame_view_linux.cc   return new OpaqueBrowserFrameViewLinux(view, layout, profile);
profile            24 chrome/browser/ui/views/frame/opaque_browser_frame_view_linux.h       Profile* profile);
profile            20 chrome/browser/ui/views/frame/opaque_browser_frame_view_platform_specific.cc     Profile* profile) {
profile            29 chrome/browser/ui/views/frame/opaque_browser_frame_view_platform_specific.h       Profile* profile);
profile           131 chrome/browser/ui/views/frame/system_menu_model_builder.cc   if (browser()->profile()->IsOffTheRecord())
profile           146 chrome/browser/ui/views/frame/system_menu_model_builder.cc       multi_user_util::GetUserIDFromProfile(browser()->profile());
profile            31 chrome/browser/ui/views/frame/system_menu_model_delegate.cc       PrefService* prefs = browser_->profile()->GetPrefs();
profile            59 chrome/browser/ui/views/frame/system_menu_model_delegate.cc         TabRestoreServiceFactory::GetForProfile(browser_->profile());
profile            28 chrome/browser/ui/views/frame/test_with_browser_view.cc KeyedService* CreateTemplateURLService(content::BrowserContext* profile) {
profile            29 chrome/browser/ui/views/frame/test_with_browser_view.cc   return new TemplateURLService(static_cast<Profile*>(profile));
profile            32 chrome/browser/ui/views/frame/test_with_browser_view.cc KeyedService* CreateAutocompleteClassifier(content::BrowserContext* profile) {
profile            33 chrome/browser/ui/views/frame/test_with_browser_view.cc   return new AutocompleteClassifier(static_cast<Profile*>(profile));
profile            88 chrome/browser/ui/views/frame/test_with_browser_view.cc   TestingProfile* profile = BrowserWithTestWindowTest::CreateProfile();
profile            92 chrome/browser/ui/views/frame/test_with_browser_view.cc       profile, &CreateTemplateURLService);
profile            96 chrome/browser/ui/views/frame/test_with_browser_view.cc       profile, &CreateAutocompleteClassifier);
profile            97 chrome/browser/ui/views/frame/test_with_browser_view.cc   return profile;
profile           269 chrome/browser/ui/views/hung_renderer_view.cc     Profile* profile =
profile           272 chrome/browser/ui/views/hung_renderer_view.cc         ShellIntegration::GetChromiumModelIdForProfile(profile->GetPath()),
profile           248 chrome/browser/ui/views/location_bar/content_setting_image_view.cc                 web_contents, parent_->profile(),
profile            25 chrome/browser/ui/views/location_bar/keyword_hint_view.cc KeywordHintView::KeywordHintView(Profile* profile,
profile            29 chrome/browser/ui/views/location_bar/keyword_hint_view.cc     : profile_(profile),
profile            35 chrome/browser/ui/views/location_bar/keyword_hint_view.h   KeywordHintView(Profile* profile,
profile           197 chrome/browser/ui/views/location_bar/location_bar_view.cc                                  Profile* profile,
profile           201 chrome/browser/ui/views/location_bar/location_bar_view.cc     : LocationBar(profile),
profile           229 chrome/browser/ui/views/location_bar/location_bar_view.cc       prefs::kEditBookmarksEnabled, profile->GetPrefs(),
profile           301 chrome/browser/ui/views/location_bar/location_bar_view.cc       this, profile(), command_updater(),
profile           328 chrome/browser/ui/views/location_bar/location_bar_view.cc   origin_chip_view_ = new OriginChipView(this, profile(), font_list);
profile           335 chrome/browser/ui/views/location_bar/location_bar_view.cc       bubble_font_list, text_color, background_color, profile());
profile           347 chrome/browser/ui/views/location_bar/location_bar_view.cc       profile(), font_list,
profile           441 chrome/browser/ui/views/location_bar/location_bar_view.cc   content::Source<Profile> profile_source = content::Source<Profile>(profile());
profile           663 chrome/browser/ui/views/location_bar/location_bar_view.cc     BookmarkPromptView::ShowPrompt(star_view_, profile()->GetPrefs());
profile           748 chrome/browser/ui/views/location_bar/location_bar_view.cc         OriginChip::LabelFromURLForProfile(url, profile());
profile           802 chrome/browser/ui/views/location_bar/location_bar_view.cc           TemplateURLServiceFactory::GetForProfile(profile())->
profile           806 chrome/browser/ui/views/location_bar/location_bar_view.cc         gfx::Image image = extensions::OmniboxAPI::Get(profile())->
profile          1261 chrome/browser/ui/views/location_bar/location_bar_view.cc   InstantServiceFactory::GetForProfile(profile())->OnOmniboxStartMarginChanged(
profile          1323 chrome/browser/ui/views/location_bar/location_bar_view.cc       TemplateURLServiceFactory::GetForProfile(profile());
profile          1566 chrome/browser/ui/views/location_bar/location_bar_view.cc             extensions::ExtensionSystem::Get(profile())->extension_service()));
profile           145 chrome/browser/ui/views/location_bar/location_bar_view.h                   Profile* profile,
profile            52 chrome/browser/ui/views/location_bar/origin_chip_view.cc                           Profile* profile,
profile            69 chrome/browser/ui/views/location_bar/origin_chip_view.cc     Profile* profile,
profile            73 chrome/browser/ui/views/location_bar/origin_chip_view.cc           profile,
profile           133 chrome/browser/ui/views/location_bar/origin_chip_view.cc                                Profile* profile,
profile           137 chrome/browser/ui/views/location_bar/origin_chip_view.cc       profile_(profile),
profile            38 chrome/browser/ui/views/location_bar/origin_chip_view.h                  Profile* profile,
profile            45 chrome/browser/ui/views/location_bar/page_action_image_view.cc   const Extension* extension = owner_->profile()->GetExtensionService()->
profile            51 chrome/browser/ui/views/location_bar/page_action_image_view.cc           owner_->profile(), extension, page_action, this));
profile            57 chrome/browser/ui/views/location_bar/page_action_image_view.cc       extensions::CommandService::Get(browser_->profile());
profile           153 chrome/browser/ui/views/location_bar/page_action_image_view.cc   const Extension* extension = owner_->profile()->GetExtensionService()->
profile            28 chrome/browser/ui/views/location_bar/selected_keyword_view.cc                                          Profile* profile)
profile            32 chrome/browser/ui/views/location_bar/selected_keyword_view.cc       profile_(profile) {
profile            26 chrome/browser/ui/views/location_bar/selected_keyword_view.h                       Profile* profile);
profile            93 chrome/browser/ui/views/location_bar/star_view_browsertest.cc   browser()->profile()->GetPrefs()->SetBoolean(prefs::kPluginsAlwaysAuthorize,
profile            77 chrome/browser/ui/views/message_center/web_notification_tray_browsertest.cc      notification, browser()->profile());
profile            92 chrome/browser/ui/views/message_center/web_notification_tray_browsertest.cc      notification, browser()->profile());
profile            39 chrome/browser/ui/views/network_profile_bubble_view.cc       new NetworkProfileBubbleView(anchor, browser, browser->profile());
profile            45 chrome/browser/ui/views/network_profile_bubble_view.cc   PrefService* prefs = browser->profile()->GetPrefs();
profile            59 chrome/browser/ui/views/network_profile_bubble_view.cc     Profile* profile)
profile            62 chrome/browser/ui/views/network_profile_bubble_view.cc       profile_(profile) {
profile            26 chrome/browser/ui/views/network_profile_bubble_view.h                            Profile* profile);
profile           155 chrome/browser/ui/views/new_avatar_button.cc       profiles::GetAvatarNameForProfile(browser_->profile())));
profile            71 chrome/browser/ui/views/new_avatar_menu_button_browsertest.cc   Profile* profile =
profile            73 chrome/browser/ui/views/new_avatar_menu_button_browsertest.cc   profile_manager->RegisterTestingProfile(profile, true, false);
profile            15 chrome/browser/ui/views/notifications/balloon_collection_views.cc                                             Profile* profile) {
profile            16 chrome/browser/ui/views/notifications/balloon_collection_views.cc   Balloon* balloon = new Balloon(notification, profile, this);
profile           133 chrome/browser/ui/views/omnibox/omnibox_view_views.cc                                    Profile* profile,
profile           138 chrome/browser/ui/views/omnibox/omnibox_view_views.cc     : OmniboxView(profile, controller, command_updater),
profile           745 chrome/browser/ui/views/omnibox/omnibox_view_views.cc                                      Profile* profile,
profile           748 chrome/browser/ui/views/omnibox/omnibox_view_views.cc       profile, web_contents, match);
profile            51 chrome/browser/ui/views/omnibox/omnibox_view_views.h                    Profile* profile,
profile           124 chrome/browser/ui/views/omnibox/omnibox_view_views.h                              Profile* profile,
profile           508 chrome/browser/ui/views/panels/panel_stack_view.cc           base::UTF8ToWide(panel->app_name()), panel->profile()->GetPath()),
profile           307 chrome/browser/ui/views/panels/panel_view.cc           base::UTF8ToWide(panel->app_name()), panel->profile()->GetPath()),
profile           399 chrome/browser/ui/views/profile_chooser_view.cc       ProfileOAuth2TokenServiceFactory::GetForProfile(browser_->profile());
profile           406 chrome/browser/ui/views/profile_chooser_view.cc       ProfileOAuth2TokenServiceFactory::GetForProfile(browser_->profile());
profile           568 chrome/browser/ui/views/profile_chooser_view.cc     profiles::LockProfile(browser_->profile());
profile           576 chrome/browser/ui/views/profile_chooser_view.cc     browser_->profile()->GetPrefs()->SetInteger(
profile           586 chrome/browser/ui/views/profile_chooser_view.cc         SigninManagerFactory::GetForProfile(browser_->profile())->
profile           619 chrome/browser/ui/views/profile_chooser_view.cc       browser_->profile());
profile           635 chrome/browser/ui/views/profile_chooser_view.cc         browser_->profile(),
profile           661 chrome/browser/ui/views/profile_chooser_view.cc     Profile* profile = g_browser_process->profile_manager()->GetProfile(
profile           663 chrome/browser/ui/views/profile_chooser_view.cc     DCHECK(profile);
profile           665 chrome/browser/ui/views/profile_chooser_view.cc     if (profile->IsManaged())
profile           668 chrome/browser/ui/views/profile_chooser_view.cc     profiles::UpdateProfileName(profile, new_profile_name);
profile           680 chrome/browser/ui/views/profile_chooser_view.cc   Profile* profile = browser_->profile();
profile           681 chrome/browser/ui/views/profile_chooser_view.cc   const int show_count = profile->GetPrefs()->GetInteger(
profile           690 chrome/browser/ui/views/profile_chooser_view.cc     profile->GetPrefs()->SetInteger(
profile           709 chrome/browser/ui/views/profile_chooser_view.cc   base::string16 name = profiles::GetAvatarNameForProfile(profile);
profile           794 chrome/browser/ui/views/profile_chooser_view.cc       this, profiles::GetAvatarNameForProfile(browser_->profile()), !is_guest);
profile           843 chrome/browser/ui/views/profile_chooser_view.cc       this, profiles::GetAvatarNameForProfile(browser_->profile()), true);
profile           936 chrome/browser/ui/views/profile_chooser_view.cc           profiles::GetAvatarNameForProfile(browser_->profile())),
profile           965 chrome/browser/ui/views/profile_chooser_view.cc   Profile* profile = browser_->profile();
profile           967 chrome/browser/ui/views/profile_chooser_view.cc       SigninManagerFactory::GetForProfile(profile)->GetAuthenticatedUsername();
profile           970 chrome/browser/ui/views/profile_chooser_view.cc       profiles::GetSecondaryAccountsForProfile(profile, primary_account);
profile          1045 chrome/browser/ui/views/profile_chooser_view.cc   Profile* profile = browser_->profile();
profile          1046 chrome/browser/ui/views/profile_chooser_view.cc   views::WebView* web_view = new views::WebView(profile);
profile          1079 chrome/browser/ui/views/profile_chooser_view.cc       browser_->profile())->GetAuthenticatedUsername();
profile           156 chrome/browser/ui/views/profile_reset_bubble_view.cc       global_error, anchor_view, browser, browser->profile());
profile           177 chrome/browser/ui/views/profile_reset_bubble_view.cc     Profile* profile)
profile           180 chrome/browser/ui/views/profile_reset_bubble_view.cc       profile_(profile),
profile            61 chrome/browser/ui/views/profile_reset_bubble_view.h       Profile* profile);
profile           102 chrome/browser/ui/views/select_file_dialog_extension.cc     Profile** profile) {
profile           105 chrome/browser/ui/views/select_file_dialog_extension.cc   *profile = NULL;
profile           147 chrome/browser/ui/views/select_file_dialog_extension.cc   *profile = Profile::FromBrowserContext((*web_contents)->GetBrowserContext());
profile           120 chrome/browser/ui/views/select_file_dialog_extension_browsertest.cc         browser()->profile())->RegisterDownloadsDirectoryForTesting(path));
profile           121 chrome/browser/ui/views/select_file_dialog_extension_browsertest.cc     browser()->profile()->GetPrefs()->SetFilePath(
profile            21 chrome/browser/ui/views/settings_api_bubble_helper_views.cc                            Profile* profile,
profile            25 chrome/browser/ui/views/settings_api_bubble_helper_views.cc       new extensions::SettingsApiBubbleController(profile, type));
profile            50 chrome/browser/ui/views/settings_api_bubble_helper_views.cc   const Extension* extension = OverridesHomepage(browser->profile(), NULL);
profile            57 chrome/browser/ui/views/settings_api_bubble_helper_views.cc                           browser->profile(),
profile            64 chrome/browser/ui/views/settings_api_bubble_helper_views.cc     Profile* profile,
profile            74 chrome/browser/ui/views/settings_api_bubble_helper_views.cc         OverridesSearchEngine(profile, NULL);
profile            81 chrome/browser/ui/views/settings_api_bubble_helper_views.cc                             profile,
profile            27 chrome/browser/ui/views/settings_api_bubble_helper_views.h     Profile* profile,
profile            63 chrome/browser/ui/views/ssl_client_certificate_selector_browsertest.cc     url_request_context_getter_ = browser()->profile()->GetRequestContext();
profile           232 chrome/browser/ui/views/ssl_client_certificate_selector_browsertest.cc     url_request_context_getter_1_ = browser_1_->profile()->GetRequestContext();
profile            43 chrome/browser/ui/views/sync/profile_signin_confirmation_dialog_views.cc     Profile* profile,
profile            47 chrome/browser/ui/views/sync/profile_signin_confirmation_dialog_views.cc                                                    profile,
profile            55 chrome/browser/ui/views/sync/profile_signin_confirmation_dialog_views.cc     Profile* profile,
profile            59 chrome/browser/ui/views/sync/profile_signin_confirmation_dialog_views.cc     profile_(profile),
profile            71 chrome/browser/ui/views/sync/profile_signin_confirmation_dialog_views.cc     Profile* profile,
profile            76 chrome/browser/ui/views/sync/profile_signin_confirmation_dialog_views.cc           browser, profile, username, delegate);
profile            78 chrome/browser/ui/views/sync/profile_signin_confirmation_dialog_views.cc       profile,
profile            35 chrome/browser/ui/views/sync/profile_signin_confirmation_dialog_views.h                          Profile* profile,
profile            42 chrome/browser/ui/views/sync/profile_signin_confirmation_dialog_views.h       Profile* profile,
profile           374 chrome/browser/ui/views/tabs/browser_tab_strip_controller.cc       static_cast<BrowserTabStripController*>(other->controller())->profile();
profile           375 chrome/browser/ui/views/tabs/browser_tab_strip_controller.cc   return other_profile == profile();
profile           387 chrome/browser/ui/views/tabs/browser_tab_strip_controller.cc   AutocompleteClassifierFactory::GetForProfile(profile())->Classify(
profile           394 chrome/browser/ui/views/tabs/browser_tab_strip_controller.cc   return browser_->profile()->IsOffTheRecord();
profile           598 chrome/browser/ui/views/tabs/browser_tab_strip_controller.cc           model_->profile()->GetResourceContext(),
profile           118 chrome/browser/ui/views/tabs/browser_tab_strip_controller.h   Profile* profile() const { return model_->profile(); }
profile          1854 chrome/browser/ui/views/tabs/tab_drag_controller.cc   Profile* profile =
profile          1857 chrome/browser/ui/views/tabs/tab_drag_controller.cc                                       profile,
profile           176 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc   Browser* browser2 = CreateBrowser(browser()->profile());
profile          1598 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc   Browser* browser2 = CreateBrowser(browser()->profile());
profile          1656 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc   Browser* browser2 = CreateBrowser(browser()->profile());
profile          1736 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc   Browser::CreateParams params(browser()->profile(),
profile          1801 chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc   Browser* browser2 = CreateBrowser(browser()->profile());
profile           495 chrome/browser/ui/views/task_manager_view.cc             browser->profile()->GetPath()),
profile            39 chrome/browser/ui/views/toolbar/browser_action_test_util_views.cc   return extensions::ExtensionActionManager::Get(browser_->profile())->
profile           100 chrome/browser/ui/views/toolbar/browser_action_view.cc           extensions::ExtensionActionManager::Get(browser->profile())->
profile           103 chrome/browser/ui/views/toolbar/browser_action_view.cc       icon_factory_(browser->profile(), extension, browser_action_, this),
profile           116 chrome/browser/ui/views/toolbar/browser_action_view.cc       content::Source<Profile>(browser_->profile()->GetOriginalProfile());
profile           130 chrome/browser/ui/views/toolbar/browser_action_view.cc           ThemeServiceFactory::GetForProfile(browser->profile())));
profile           223 chrome/browser/ui/views/toolbar/browser_action_view.cc         ThemeServiceFactory::GetForProfile(browser_->profile());
profile           394 chrome/browser/ui/views/toolbar/browser_action_view.cc       extensions::CommandService::Get(browser_->profile());
profile           413 chrome/browser/ui/views/toolbar/browser_action_view.cc       extensions::CommandService::Get(browser_->profile());
profile            69 chrome/browser/ui/views/toolbar/browser_actions_container.cc     : profile_(browser->profile()),
profile            86 chrome/browser/ui/views/toolbar/browser_actions_container.cc   model_ = extensions::ExtensionToolbarModel::Get(browser->profile());
profile            91 chrome/browser/ui/views/toolbar/browser_actions_container.cc       browser->profile(),
profile           144 chrome/browser/ui/views/toolbar/browser_actions_container.h   Profile* profile() const { return profile_; }
profile           189 chrome/browser/ui/views/toolbar/browser_actions_container_browsertest.cc       extensions::ExtensionPrefs::Get(browser()->profile()), idA, false);
profile           229 chrome/browser/ui/views/toolbar/browser_actions_container_browsertest.cc       extensions::ExtensionToolbarModel::Get(profile());
profile           117 chrome/browser/ui/views/toolbar/home_button.cc   PrefService* prefs = user_prefs::UserPrefs::Get(browser_->profile());
profile           171 chrome/browser/ui/views/toolbar/home_button.cc     PrefService* prefs = browser_->profile()->GetPrefs();
profile            54 chrome/browser/ui/views/toolbar/toolbar_origin_chip_view.cc                                  Profile* profile,
profile            71 chrome/browser/ui/views/toolbar/toolbar_origin_chip_view.cc     Profile* profile,
profile            75 chrome/browser/ui/views/toolbar/toolbar_origin_chip_view.cc           profile,
profile           211 chrome/browser/ui/views/toolbar/toolbar_origin_chip_view.cc                                          toolbar_view_->browser()->profile());
profile           242 chrome/browser/ui/views/toolbar/toolbar_origin_chip_view.cc             toolbar_view_->browser()->profile())->extension_service();
profile           247 chrome/browser/ui/views/toolbar/toolbar_origin_chip_view.cc                                            toolbar_view_->browser()->profile(),
profile           308 chrome/browser/ui/views/toolbar/toolbar_origin_chip_view.cc                                          toolbar_view_->browser()->profile());
profile           151 chrome/browser/ui/views/toolbar/toolbar_view.cc           new extensions::ExtensionMessageBubbleFactory(browser->profile(),
profile           186 chrome/browser/ui/views/toolbar/toolbar_view.cc                  content::Source<Profile>(browser_->profile()));
profile           220 chrome/browser/ui/views/toolbar/toolbar_view.cc       browser_, browser_->profile(),
profile           275 chrome/browser/ui/views/toolbar/toolbar_view.cc     SigninGlobalErrorFactory::GetForProfile(browser_->profile());
profile           277 chrome/browser/ui/views/toolbar/toolbar_view.cc     SyncGlobalErrorFactory::GetForProfile(browser_->profile());
profile           294 chrome/browser/ui/views/toolbar/toolbar_view.cc                          browser_->profile()->GetPrefs(),
profile           365 chrome/browser/ui/views/toolbar/toolbar_view.cc       extensions::ExtensionActionManager::Get(browser_->profile());
profile           877 chrome/browser/ui/views/toolbar/toolbar_view.cc       GlobalErrorServiceFactory::GetForProfile(browser_->profile());
profile           110 chrome/browser/ui/views/toolbar/toolbar_view_browsertest.cc       BookmarkModelFactory::GetForProfile(browser()->profile());
profile           117 chrome/browser/ui/views/toolbar/toolbar_view_browsertest.cc   Browser* second_browser = CreateBrowser(browser()->profile());
profile           603 chrome/browser/ui/views/toolbar/wrench_menu.cc         menu->browser_->profile())->AddZoomLevelChangedCallback(
profile           920 chrome/browser/ui/views/toolbar/wrench_menu.cc                  content::Source<Profile>(browser_->profile()));
profile           926 chrome/browser/ui/views/toolbar/wrench_menu.cc         browser_->profile());
profile           962 chrome/browser/ui/views/toolbar/wrench_menu.cc         browser_->profile());
profile          1338 chrome/browser/ui/views/toolbar/wrench_menu.cc       BookmarkModelFactory::GetForProfile(browser_->profile());
profile            73 chrome/browser/ui/views/translate/translate_bubble_view.cc   Profile* profile =
profile            75 chrome/browser/ui/views/translate/translate_bubble_view.cc   Profile* original_profile = profile->GetOriginalProfile();
profile            65 chrome/browser/ui/views/user_manager_view.cc UserManagerView::UserManagerView(Profile* profile)
profile            66 chrome/browser/ui/views/user_manager_view.cc     : web_view_(new views::WebView(profile)) {
profile            35 chrome/browser/ui/views/user_manager_view.h   explicit UserManagerView(Profile* profile);
profile           107 chrome/browser/ui/views/web_dialog_view_browsertest.cc       new TestWebDialogView(browser()->profile(), delegate);
profile           275 chrome/browser/ui/views/website_settings/website_settings_popup_view.cc                                          Profile* profile,
profile           284 chrome/browser/ui/views/website_settings/website_settings_popup_view.cc     new WebsiteSettingsPopupView(anchor_view, profile, web_contents, url, ssl,
profile           296 chrome/browser/ui/views/website_settings/website_settings_popup_view.cc     Profile* profile,
profile           365 chrome/browser/ui/views/website_settings/website_settings_popup_view.cc       this, profile,
profile            50 chrome/browser/ui/views/website_settings/website_settings_popup_view.h                         Profile* profile,
profile            60 chrome/browser/ui/views/website_settings/website_settings_popup_view.h                            Profile* profile,
profile           129 chrome/browser/ui/website_settings/website_settings.cc     Profile* profile,
profile           145 chrome/browser/ui/website_settings/website_settings.cc       content_settings_(profile->GetHostContentSettingsMap()) {
profile           146 chrome/browser/ui/website_settings/website_settings.cc   Init(profile, url, ssl);
profile           149 chrome/browser/ui/website_settings/website_settings.cc       profile, Profile::EXPLICIT_ACCESS);
profile           295 chrome/browser/ui/website_settings/website_settings.cc void WebsiteSettings::Init(Profile* profile,
profile           330 chrome/browser/ui/website_settings/website_settings.cc         policy::PolicyCertServiceFactory::GetForProfile(profile);
profile            74 chrome/browser/ui/website_settings/website_settings.h                   Profile* profile,
profile           122 chrome/browser/ui/website_settings/website_settings.h   void Init(Profile* profile,
profile           140 chrome/browser/ui/website_settings/website_settings_unittest.cc           mock_ui(), profile(), tab_specific_content_settings(),
profile           162 chrome/browser/ui/website_settings/website_settings_unittest.cc       profile()->GetHostContentSettingsMap();
profile           114 chrome/browser/ui/webui/about_ui.cc std::string GetAboutMemoryRedirectResponse(Profile* profile) {
profile           519 chrome/browser/ui/webui/about_ui.cc   static void Start(Profile* profile,
profile           522 chrome/browser/ui/webui/about_ui.cc         new AboutDnsHandler(profile, callback));
profile           529 chrome/browser/ui/webui/about_ui.cc   AboutDnsHandler(Profile* profile,
profile           531 chrome/browser/ui/webui/about_ui.cc       : profile_(profile),
profile           986 chrome/browser/ui/webui/about_ui.cc                                      Profile* profile)
profile           988 chrome/browser/ui/webui/about_ui.cc       profile_(profile) {}
profile          1014 chrome/browser/ui/webui/about_ui.cc     AboutDnsHandler::Start(profile(), callback);
profile          1021 chrome/browser/ui/webui/about_ui.cc     response = GetAboutMemoryRedirectResponse(profile());
profile          1085 chrome/browser/ui/webui/about_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile          1089 chrome/browser/ui/webui/about_ui.cc   ThemeSource* theme = new ThemeSource(profile);
profile          1090 chrome/browser/ui/webui/about_ui.cc   content::URLDataSource::Add(profile, theme);
profile          1093 chrome/browser/ui/webui/about_ui.cc   content::URLDataSource::Add(profile, new AboutUIHTMLSource(name, profile));
profile            22 chrome/browser/ui/webui/about_ui.h   AboutUIHTMLSource(const std::string& source_name, Profile* profile);
profile            40 chrome/browser/ui/webui/about_ui.h   Profile* profile() { return profile_; }
profile            84 chrome/browser/ui/webui/app_launcher_page_ui.cc AppLauncherPageUI::HTMLSource::HTMLSource(Profile* profile)
profile            85 chrome/browser/ui/webui/app_launcher_page_ui.cc     : profile_(profile) {
profile            30 chrome/browser/ui/webui/app_launcher_page_ui.h     explicit HTMLSource(Profile* profile);
profile           143 chrome/browser/ui/webui/app_list/start_page_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           144 chrome/browser/ui/webui/app_list/start_page_handler.cc   StartPageService* service = StartPageService::Get(profile);
profile           155 chrome/browser/ui/webui/app_list/start_page_handler.cc       HotwordService::DoesHotwordSupportLanguage(profile)) {
profile           157 chrome/browser/ui/webui/app_list/start_page_handler.cc     pref_change_registrar_.Init(profile->GetPrefs());
profile           163 chrome/browser/ui/webui/app_list/start_page_handler.cc                    content::Source<Profile>(profile));
profile           165 chrome/browser/ui/webui/app_list/start_page_handler.cc                    content::Source<Profile>(profile));
profile           180 chrome/browser/ui/webui/app_list/start_page_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           182 chrome/browser/ui/webui/app_list/start_page_handler.cc       extensions::ExtensionSystem::Get(profile)->extension_service();
profile           193 chrome/browser/ui/webui/app_list/start_page_handler.cc   controller->ActivateApp(profile,
profile            46 chrome/browser/ui/webui/app_list/start_page_ui.cc     Profile* profile,
profile            50 chrome/browser/ui/webui/app_list/start_page_ui.cc       extensions::ExtensionSystem::Get(profile)->extension_service();
profile           162 chrome/browser/ui/webui/bidi_checker_web_ui_test.cc       browser->profile(), Profile::IMPLICIT_ACCESS);
profile           255 chrome/browser/ui/webui/bidi_checker_web_ui_test.cc static void SetupSettingsAutofillPageTest(Profile* profile,
profile           268 chrome/browser/ui/webui/bidi_checker_web_ui_test.cc   autofill::test::DisableSystemServices(profile->GetPrefs());
profile           284 chrome/browser/ui/webui/bidi_checker_web_ui_test.cc       autofill::PersonalDataManagerFactory::GetForProfile(profile);
profile           292 chrome/browser/ui/webui/bidi_checker_web_ui_test.cc   SetupSettingsAutofillPageTest(browser()->profile(),
profile           317 chrome/browser/ui/webui/bidi_checker_web_ui_test.cc   SetupSettingsAutofillPageTest(browser()->profile(),
profile            58 chrome/browser/ui/webui/bookmarks_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile            59 chrome/browser/ui/webui/bookmarks_ui.cc   content::URLDataSource::Add(profile, html_source);
profile            71 chrome/browser/ui/webui/certificate_viewer_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile            73 chrome/browser/ui/webui/certificate_viewer_ui.cc       profile,
profile            83 chrome/browser/ui/webui/certificate_viewer_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile            85 chrome/browser/ui/webui/certificate_viewer_ui.cc       profile,
profile            38 chrome/browser/ui/webui/chrome_web_contents_handler.cc   Profile* profile = Profile::FromBrowserContext(context);
profile            47 chrome/browser/ui/webui/chrome_web_contents_handler.cc   Browser* browser = chrome::FindTabbedBrowser(profile, false, desktop_type);
profile            51 chrome/browser/ui/webui/chrome_web_contents_handler.cc         Browser::CreateParams(Browser::TYPE_TABBED, profile, desktop_type));
profile            88 chrome/browser/ui/webui/chrome_web_contents_handler.cc   Profile* profile = Profile::FromBrowserContext(context);
profile            97 chrome/browser/ui/webui/chrome_web_contents_handler.cc   Browser* browser = chrome::FindTabbedBrowser(profile, false, desktop_type);
profile           101 chrome/browser/ui/webui/chrome_web_contents_handler.cc         Browser::CreateParams(Browser::TYPE_TABBED, profile, desktop_type));
profile           214 chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc bool NeedsExtensionWebUI(Profile* profile, const GURL& url) {
profile           215 chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc   if (!profile)
profile           219 chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc       extensions::ExtensionRegistry::Get(profile)->enabled_extensions().
profile           231 chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc                                              Profile* profile,
profile           234 chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc   if (NeedsExtensionWebUI(profile, url))
profile           340 chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc       profile && extensions::ExtensionSystem::Get(profile)->
profile           509 chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc       !profile->GetPrefs()->GetBoolean(prefs::kPrintPreviewDisabled))
profile           534 chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc   Profile* profile = Profile::FromBrowserContext(browser_context);
profile           535 chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc   WebUIFactoryFunction function = GetWebUIFactoryFunction(NULL, profile, url);
profile           556 chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile           557 chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc   WebUIFactoryFunction function = GetWebUIFactoryFunction(web_ui, profile, url);
profile           565 chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc     Profile* profile,
profile           573 chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc   ExtensionWebUI::HandleChromeURLOverride(&url, profile);
profile           580 chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc     ExtensionWebUI::GetFaviconForURL(profile, url, callback);
profile            36 chrome/browser/ui/webui/chrome_web_ui_controller_factory.h       Profile* profile,
profile            42 chrome/browser/ui/webui/chromeos/bluetooth_pairing_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile            43 chrome/browser/ui/webui/chromeos/bluetooth_pairing_ui.cc   content::WebUIDataSource::Add(profile, source);
profile           119 chrome/browser/ui/webui/chromeos/certificate_manager_dialog_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile           120 chrome/browser/ui/webui/chromeos/certificate_manager_dialog_ui.cc   content::URLDataSource::Add(profile, source);
profile            29 chrome/browser/ui/webui/chromeos/charger_replacement_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile            30 chrome/browser/ui/webui/chromeos/charger_replacement_ui.cc   content::WebUIDataSource::Add(profile, source);
profile           263 chrome/browser/ui/webui/chromeos/choose_mobile_network_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile           265 chrome/browser/ui/webui/chromeos/choose_mobile_network_ui.cc       profile, CreateChooseMobileNetworkUIHTMLSource());
profile            32 chrome/browser/ui/webui/chromeos/cryptohome_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile            33 chrome/browser/ui/webui/chromeos/cryptohome_ui.cc   content::WebUIDataSource::Add(profile, CreateCryptohomeUIHTMLSource());
profile           398 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           400 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc       drive::DriveIntegrationServiceFactory::FindForProfile(profile);
profile           409 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           410 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc   return drive::util::GetDriveServiceByProfile(profile);
profile           466 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           467 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc   PrefService* pref_service = profile->GetPrefs();
profile           614 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           616 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc       drive::DriveNotificationManagerFactory::FindForBrowserContext(profile);
profile           664 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           665 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc   const base::FilePath root_path = drive::util::GetCacheRootPath(profile);
profile           766 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc   Profile* const profile = Profile::FromWebUI(web_ui());
profile           772 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc       file_manager::util::GetDownloadsFolderForProfile(profile).AsUTF8Unsafe());
profile           775 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc       drive::util::GetDriveMountPointPath(profile).AsUTF8Unsafe());
profile           785 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc                    profile->GetPrefs()->GetFilePath(key).AsUTF8Unsafe());
profile           901 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile           902 chrome/browser/ui/webui/chromeos/drive_internals_ui.cc   content::WebUIDataSource::Add(profile, source);
profile           329 chrome/browser/ui/webui/chromeos/imageburner/imageburner_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile           331 chrome/browser/ui/webui/chromeos/imageburner/imageburner_ui.cc       profile, chromeos::imageburner::CreateImageburnerUIHTMLSource());
profile           281 chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc   explicit KeyboardOverlayHandler(Profile* profile);
profile           309 chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc KeyboardOverlayHandler::KeyboardOverlayHandler(Profile* profile)
profile           310 chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc     : profile_(profile) {
profile           378 chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile           379 chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc   KeyboardOverlayHandler* handler = new KeyboardOverlayHandler(profile);
profile           383 chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc   content::WebUIDataSource::Add(profile, CreateKeyboardOverlayUIHTMLSource());
profile           146 chrome/browser/ui/webui/chromeos/login/enrollment_screen_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           149 chrome/browser/ui/webui/chromeos/login/enrollment_screen_handler.cc           profile->GetRequestContext(),
profile           169 chrome/browser/ui/webui/chromeos/login/enrollment_screen_handler.cc   Profile* profile = Profile::FromBrowserContext(
profile           172 chrome/browser/ui/webui/chromeos/login/enrollment_screen_handler.cc       BrowsingDataRemover::CreateForUnboundedRange(profile);
profile           169 chrome/browser/ui/webui/chromeos/login/error_screen_handler.cc   Profile* profile = ProfileManager::GetActiveUserProfile();
profile           171 chrome/browser/ui/webui/chromeos/login/error_screen_handler.cc       extensions::ExtensionSystem::Get(profile)->extension_service();
profile           180 chrome/browser/ui/webui/chromeos/login/error_screen_handler.cc   OpenApplication(AppLaunchParams(profile, extension,
profile           183 chrome/browser/ui/webui/chromeos/login/error_screen_handler.cc   InitAppSession(profile, extension_id);
profile            33 chrome/browser/ui/webui/chromeos/login/inline_login_handler_chromeos.cc     Profile* profile = Profile::FromWebUI(web_ui_);
profile            35 chrome/browser/ui/webui/chromeos/login/inline_login_handler_chromeos.cc         ProfileOAuth2TokenServiceFactory::GetForProfile(profile);
profile            37 chrome/browser/ui/webui/chromeos/login/inline_login_handler_chromeos.cc         SigninManagerFactory::GetForProfile(profile);
profile            57 chrome/browser/ui/webui/chromeos/login/inline_login_handler_chromeos.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile            61 chrome/browser/ui/webui/chromeos/login/inline_login_handler_chromeos.cc       oauth2_delegate_.get(), profile->GetRequestContext()));
profile           268 chrome/browser/ui/webui/chromeos/login/oobe_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile           270 chrome/browser/ui/webui/chromeos/login/oobe_ui.cc   ThemeSource* theme = new ThemeSource(profile);
profile           271 chrome/browser/ui/webui/chromeos/login/oobe_ui.cc   content::URLDataSource::Add(profile, theme);
profile           275 chrome/browser/ui/webui/chromeos/login/oobe_ui.cc       new AboutUIHTMLSource(chrome::kChromeUITermsHost, profile);
profile           276 chrome/browser/ui/webui/chromeos/login/oobe_ui.cc   content::URLDataSource::Add(profile, about_source);
profile           279 chrome/browser/ui/webui/chromeos/login/oobe_ui.cc   content::WebUIDataSource::Add(profile,
profile           286 chrome/browser/ui/webui/chromeos/login/oobe_ui.cc   content::URLDataSource::Add(profile, user_image_source);
profile           632 chrome/browser/ui/webui/chromeos/mobile_setup_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile           633 chrome/browser/ui/webui/chromeos/mobile_setup_ui.cc   content::URLDataSource::Add(profile, html_source);
profile           158 chrome/browser/ui/webui/chromeos/network_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile           159 chrome/browser/ui/webui/chromeos/network_ui.cc   content::WebUIDataSource::Add(profile, html);
profile           745 chrome/browser/ui/webui/chromeos/nfc_debug_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile           746 chrome/browser/ui/webui/chromeos/nfc_debug_ui.cc   content::WebUIDataSource::Add(profile, html_source);
profile           228 chrome/browser/ui/webui/chromeos/power_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile           229 chrome/browser/ui/webui/chromeos/power_ui.cc   content::WebUIDataSource::Add(profile, html);
profile           109 chrome/browser/ui/webui/chromeos/proxy_settings_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile           110 chrome/browser/ui/webui/chromeos/proxy_settings_ui.cc   content::URLDataSource::Add(profile, source);
profile           108 chrome/browser/ui/webui/chromeos/salsa_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile           109 chrome/browser/ui/webui/chromeos/salsa_ui.cc   content::WebUIDataSource::Add(profile, html_source);
profile           117 chrome/browser/ui/webui/chromeos/salsa_ui.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           118 chrome/browser/ui/webui/chromeos/salsa_ui.cc   PrefService* prefs = profile->GetPrefs();
profile           149 chrome/browser/ui/webui/chromeos/salsa_ui.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           150 chrome/browser/ui/webui/chromeos/salsa_ui.cc   PrefService* prefs = profile->GetPrefs();
profile           175 chrome/browser/ui/webui/chromeos/salsa_ui.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           176 chrome/browser/ui/webui/chromeos/salsa_ui.cc   PrefService* prefs = profile->GetPrefs();
profile           834 chrome/browser/ui/webui/chromeos/sim_unlock_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile           835 chrome/browser/ui/webui/chromeos/sim_unlock_ui.cc   content::URLDataSource::Add(profile, html_source);
profile            77 chrome/browser/ui/webui/chromeos/slow_trace_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile            78 chrome/browser/ui/webui/chromeos/slow_trace_ui.cc   content::URLDataSource::Add(profile, html_source);
profile            62 chrome/browser/ui/webui/chromeos/slow_ui.cc   explicit SlowHandler(Profile* profile);
profile            84 chrome/browser/ui/webui/chromeos/slow_ui.cc SlowHandler::SlowHandler(Profile* profile) : profile_(profile) {
profile           129 chrome/browser/ui/webui/chromeos/slow_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile           131 chrome/browser/ui/webui/chromeos/slow_ui.cc   SlowHandler* handler = new SlowHandler(profile);
profile           135 chrome/browser/ui/webui/chromeos/slow_ui.cc   content::WebUIDataSource::Add(profile, CreateSlowUIHTMLSource());
profile            19 chrome/browser/ui/webui/chromeos/ui_account_tweaks.cc     Profile* profile) {
profile            30 chrome/browser/ui/webui/chromeos/ui_account_tweaks.cc       ProfileHelper::IsOwnerProfile(profile));
profile            41 chrome/browser/ui/webui/chromeos/ui_account_tweaks.cc     Profile* profile) {
profile            44 chrome/browser/ui/webui/chromeos/ui_account_tweaks.cc   AddAccountUITweaksLocalizedValues(&dict, profile);
profile            25 chrome/browser/ui/webui/chromeos/ui_account_tweaks.h     base::DictionaryValue* localized_strings, Profile* profile);
profile            34 chrome/browser/ui/webui/chromeos/ui_account_tweaks.h                                        Profile* profile);
profile            35 chrome/browser/ui/webui/components_ui.cc content::WebUIDataSource* CreateComponentsUIHTMLSource(Profile* profile) {
profile            51 chrome/browser/ui/webui/components_ui.cc   chromeos::AddAccountUITweaksLocalizedValues(source, profile);
profile           158 chrome/browser/ui/webui/components_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile           159 chrome/browser/ui/webui/components_ui.cc   content::WebUIDataSource::Add(profile, CreateComponentsUIHTMLSource(profile));
profile           168 chrome/browser/ui/webui/conflicts_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile           169 chrome/browser/ui/webui/conflicts_ui.cc   content::WebUIDataSource::Add(profile, CreateConflictsUIHTMLSource());
profile            67 chrome/browser/ui/webui/constrained_web_dialog_ui_browsertest.cc       CreateConstrainedWebDialog(browser()->profile(),
profile            87 chrome/browser/ui/webui/constrained_web_dialog_ui_browsertest.cc       CreateConstrainedWebDialog(browser()->profile(),
profile           198 chrome/browser/ui/webui/crashes_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile           199 chrome/browser/ui/webui/crashes_ui.cc   content::WebUIDataSource::Add(profile, CreateCrashesUIHTMLSource());
profile           214 chrome/browser/ui/webui/devtools_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile           216 chrome/browser/ui/webui/devtools_ui.cc       profile,
profile           217 chrome/browser/ui/webui/devtools_ui.cc       new DevToolsDataSource(profile->GetRequestContext()));
profile           250 chrome/browser/ui/webui/downloads_dom_handler.cc   Profile* profile = Profile::FromBrowserContext(dlm->GetBrowserContext());
profile           251 chrome/browser/ui/webui/downloads_dom_handler.cc   content::URLDataSource::Add(profile, new FileIconSource());
profile           253 chrome/browser/ui/webui/downloads_dom_handler.cc   if (profile->IsOffTheRecord()) {
profile           255 chrome/browser/ui/webui/downloads_dom_handler.cc         BrowserContext::GetDownloadManager(profile->GetOriginalProfile()),
profile           126 chrome/browser/ui/webui/downloads_dom_handler_browsertest.cc     browser()->profile()->GetPrefs()->SetFilePath(
profile           133 chrome/browser/ui/webui/downloads_dom_handler_browsertest.cc     return content::BrowserContext::GetDownloadManager(browser()->profile());
profile           185 chrome/browser/ui/webui/downloads_dom_handler_browsertest.cc   browser()->profile()->GetPrefs()->SetBoolean(
profile           192 chrome/browser/ui/webui/downloads_dom_handler_browsertest.cc   browser()->profile()->GetPrefs()->SetBoolean(
profile           206 chrome/browser/ui/webui/downloads_dom_handler_browsertest.cc   browser()->profile()->GetPrefs()->SetBoolean(
profile           216 chrome/browser/ui/webui/downloads_dom_handler_browsertest.cc   browser()->profile()->GetPrefs()->SetBoolean(
profile           237 chrome/browser/ui/webui/downloads_dom_handler_browsertest.cc   browser()->profile()->GetPrefs()->SetBoolean(
profile            38 chrome/browser/ui/webui/downloads_ui.cc content::WebUIDataSource* CreateDownloadsUIHTMLSource(Profile* profile) {
profile            82 chrome/browser/ui/webui/downloads_ui.cc   PrefService* prefs = profile->GetPrefs();
profile            85 chrome/browser/ui/webui/downloads_ui.cc   source->AddBoolean("show_delete_history", !profile->IsManaged());
profile           105 chrome/browser/ui/webui/downloads_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile           106 chrome/browser/ui/webui/downloads_ui.cc   DownloadManager* dlm = BrowserContext::GetDownloadManager(profile);
profile           112 chrome/browser/ui/webui/downloads_ui.cc   content::WebUIDataSource* source = CreateDownloadsUIHTMLSource(profile);
profile           113 chrome/browser/ui/webui/downloads_ui.cc   content::WebUIDataSource::Add(profile, source);
profile           115 chrome/browser/ui/webui/downloads_ui.cc   ThemeSource* theme = new ThemeSource(profile);
profile           116 chrome/browser/ui/webui/downloads_ui.cc   content::URLDataSource::Add(profile, theme);
profile            22 chrome/browser/ui/webui/downloads_ui_browsertest.cc   browser()->profile()->GetPrefs()->
profile            24 chrome/browser/ui/webui/extensions/command_handler.cc CommandHandler::CommandHandler(Profile* profile) : profile_(profile) {
profile           100 chrome/browser/ui/webui/extensions/command_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           101 chrome/browser/ui/webui/extensions/command_handler.cc   CommandService* command_service = CommandService::Get(profile);
profile           119 chrome/browser/ui/webui/extensions/command_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           120 chrome/browser/ui/webui/extensions/command_handler.cc   CommandService* command_service = CommandService::Get(profile);
profile           140 chrome/browser/ui/webui/extensions/command_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           141 chrome/browser/ui/webui/extensions/command_handler.cc   CommandService* command_service = CommandService::Get(profile);
profile           143 chrome/browser/ui/webui/extensions/command_handler.cc   const ExtensionSet* extensions = extensions::ExtensionSystem::Get(profile)->
profile            36 chrome/browser/ui/webui/extensions/command_handler.h   explicit CommandHandler(Profile* profile);
profile            21 chrome/browser/ui/webui/extensions/extension_error_handler.cc ExtensionErrorHandler::ExtensionErrorHandler(Profile* profile)
profile            22 chrome/browser/ui/webui/extensions/extension_error_handler.cc     : profile_(profile),
profile            33 chrome/browser/ui/webui/extensions/extension_error_handler.h   explicit ExtensionErrorHandler(Profile* profile);
profile            69 chrome/browser/ui/webui/extensions/extension_error_ui_util.cc                              Profile* profile,
profile            84 chrome/browser/ui/webui/extensions/extension_error_ui_util.cc       ExtensionSystem::Get(profile)->extension_service();
profile            26 chrome/browser/ui/webui/extensions/extension_error_ui_util.h                              Profile* profile,
profile            64 chrome/browser/ui/webui/extensions/extension_icon_source.cc ExtensionIconSource::ExtensionIconSource(Profile* profile) : profile_(profile) {
profile            55 chrome/browser/ui/webui/extensions/extension_icon_source.h   explicit ExtensionIconSource(Profile* profile);
profile            45 chrome/browser/ui/webui/extensions/extension_info_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile            46 chrome/browser/ui/webui/extensions/extension_info_ui.cc   content::WebUIDataSource::Add(profile, source_);
profile            60 chrome/browser/ui/webui/extensions/extension_info_ui.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile            62 chrome/browser/ui/webui/extensions/extension_info_ui.cc       ExtensionSystem::Get(profile)->extension_service();
profile            81 chrome/browser/ui/webui/extensions/extension_info_ui.cc       ExtensionPrefs::Get(profile)->GetInstallTime(extension_id);
profile            38 chrome/browser/ui/webui/extensions/extension_settings_browsertest.cc     profile_ = browser() ? browser()->profile() :
profile            76 chrome/browser/ui/webui/extensions/extension_settings_browsertest.cc   Profile* profile = this->GetProfile();
profile            77 chrome/browser/ui/webui/extensions/extension_settings_browsertest.cc   ExtensionService* service = profile->GetExtensionService();
profile           204 chrome/browser/ui/webui/extensions/extension_settings_handler.cc   ExtensionPrefs* prefs = ExtensionPrefs::Get(extension_service_->profile());
profile           231 chrome/browser/ui/webui/extensions/extension_settings_handler.cc       ExtensionRegistry::Get(extension_service_->profile());
profile           236 chrome/browser/ui/webui/extensions/extension_settings_handler.cc       util::IsIncognitoEnabled(extension->id(), extension_service_->profile()));
profile           241 chrome/browser/ui/webui/extensions/extension_settings_handler.cc       util::AllowFileAccess(extension->id(), extension_service_->profile()));
profile           316 chrome/browser/ui/webui/extensions/extension_settings_handler.cc       ExtensionActionManager::Get(extension_service_->profile());
profile           341 chrome/browser/ui/webui/extensions/extension_settings_handler.cc       ErrorConsole::Get(extension_service_->profile());
profile           511 chrome/browser/ui/webui/extensions/extension_settings_handler.cc         extension_service_->profile())->management_policy();
profile           575 chrome/browser/ui/webui/extensions/extension_settings_handler.cc     Profile* profile = Profile::FromWebUI(web_ui());
profile           578 chrome/browser/ui/webui/extensions/extension_settings_handler.cc                    content::Source<Profile>(profile));
profile           590 chrome/browser/ui/webui/extensions/extension_settings_handler.cc     Profile* profile = Profile::FromWebUI(web_ui());
profile           593 chrome/browser/ui/webui/extensions/extension_settings_handler.cc                       content::Source<Profile>(profile));
profile           621 chrome/browser/ui/webui/extensions/extension_settings_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           640 chrome/browser/ui/webui/extensions/extension_settings_handler.cc       if (!profile->IsSameProfile(source_profile))
profile           731 chrome/browser/ui/webui/extensions/extension_settings_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           732 chrome/browser/ui/webui/extensions/extension_settings_handler.cc   apps::SavedFilesService::Get(profile)->ClearQueue(
profile           734 chrome/browser/ui/webui/extensions/extension_settings_handler.cc   if (apps::AppRestoreService::Get(profile)->
profile           736 chrome/browser/ui/webui/extensions/extension_settings_handler.cc     apps::AppLoadService::Get(profile)->RestartApplication(
profile           766 chrome/browser/ui/webui/extensions/extension_settings_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           772 chrome/browser/ui/webui/extensions/extension_settings_handler.cc       ExtensionSystem::Get(profile)->warning_service();
profile           774 chrome/browser/ui/webui/extensions/extension_settings_handler.cc   ExtensionRegistry* registry = ExtensionRegistry::Get(profile);
profile           808 chrome/browser/ui/webui/extensions/extension_settings_handler.cc   bool is_managed = profile->IsManaged();
profile           811 chrome/browser/ui/webui/extensions/extension_settings_handler.cc       profile->GetPrefs()->GetBoolean(prefs::kExtensionsUIDeveloperMode);
profile           816 chrome/browser/ui/webui/extensions/extension_settings_handler.cc       ExtensionPrefs::Get(profile)->ExtensionsBlacklistedByDefault();
profile           835 chrome/browser/ui/webui/extensions/extension_settings_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           836 chrome/browser/ui/webui/extensions/extension_settings_handler.cc   if (profile->IsManaged())
profile           840 chrome/browser/ui/webui/extensions/extension_settings_handler.cc       !profile->GetPrefs()->GetBoolean(prefs::kExtensionsUIDeveloperMode);
profile           841 chrome/browser/ui/webui/extensions/extension_settings_handler.cc   profile->GetPrefs()->SetBoolean(prefs::kExtensionsUIDeveloperMode,
profile           866 chrome/browser/ui/webui/extensions/extension_settings_handler.cc     Profile* profile = Profile::FromWebUI(web_ui());
profile           868 chrome/browser/ui/webui/extensions/extension_settings_handler.cc       profile = profile->GetOffTheRecordProfile();
profile           869 chrome/browser/ui/webui/extensions/extension_settings_handler.cc     devtools_util::InspectBackgroundPage(extension, profile);
profile           890 chrome/browser/ui/webui/extensions/extension_settings_handler.cc   OpenApplication(AppLaunchParams(extension_service_->profile(), extension,
profile           925 chrome/browser/ui/webui/extensions/extension_settings_handler.cc     ExtensionPrefs* prefs = ExtensionPrefs::Get(extension_service_->profile());
profile           975 chrome/browser/ui/webui/extensions/extension_settings_handler.cc                               extension_service_->profile(),
profile           998 chrome/browser/ui/webui/extensions/extension_settings_handler.cc       extension_id, extension_service_->profile(), allow_str == "true");
profile          1069 chrome/browser/ui/webui/extensions/extension_settings_handler.cc       ExtensionPrefs::Get(extension_service_->profile()),
profile          1134 chrome/browser/ui/webui/extensions/extension_settings_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile          1138 chrome/browser/ui/webui/extensions/extension_settings_handler.cc                  content::Source<Profile>(profile));
profile          1140 chrome/browser/ui/webui/extensions/extension_settings_handler.cc                  content::Source<Profile>(profile));
profile          1142 chrome/browser/ui/webui/extensions/extension_settings_handler.cc                  content::Source<Profile>(profile));
profile          1144 chrome/browser/ui/webui/extensions/extension_settings_handler.cc                  content::Source<Profile>(profile));
profile          1156 chrome/browser/ui/webui/extensions/extension_settings_handler.cc       content::Source<ExtensionPrefs>(ExtensionPrefs::Get(profile)));
profile          1168 chrome/browser/ui/webui/extensions/extension_settings_handler.cc       ExtensionSystem::Get(profile)->warning_service());
profile          1170 chrome/browser/ui/webui/extensions/extension_settings_handler.cc   error_console_observer_.Add(ErrorConsole::Get(profile));
profile          1176 chrome/browser/ui/webui/extensions/extension_settings_handler.cc   pref_registrar_.Init(profile->GetPrefs());
profile          1187 chrome/browser/ui/webui/extensions/extension_settings_handler.cc       ExtensionSystem::Get(extension_service_->profile())->process_manager();
profile          1195 chrome/browser/ui/webui/extensions/extension_settings_handler.cc       extension, extension_service_->profile(), &result);
profile          1211 chrome/browser/ui/webui/extensions/extension_settings_handler.cc   if (extension_service_->profile()->HasOffTheRecordProfile() &&
profile          1214 chrome/browser/ui/webui/extensions/extension_settings_handler.cc                                extension_service_->profile())) {
profile          1216 chrome/browser/ui/webui/extensions/extension_settings_handler.cc         ExtensionSystem::Get(extension_service_->profile()->
profile          1269 chrome/browser/ui/webui/extensions/extension_settings_handler.cc     Profile* profile,
profile          1271 chrome/browser/ui/webui/extensions/extension_settings_handler.cc   apps::AppWindowRegistry* registry = apps::AppWindowRegistry::Get(profile);
profile          1304 chrome/browser/ui/webui/extensions/extension_settings_handler.cc         ExtensionUninstallDialog::Create(extension_service_->profile(),
profile           225 chrome/browser/ui/webui/extensions/extension_settings_handler.h                                             Profile* profile,
profile            47 chrome/browser/ui/webui/extensions/extensions_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile            58 chrome/browser/ui/webui/extensions/extensions_ui.cc   CommandHandler* commands_handler = new CommandHandler(profile);
profile            63 chrome/browser/ui/webui/extensions/extensions_ui.cc       new ExtensionErrorHandler(profile);
profile            81 chrome/browser/ui/webui/extensions/extensions_ui.cc   content::WebUIDataSource::Add(profile, source);
profile           101 chrome/browser/ui/webui/extensions/install_extension_handler.cc   Profile* profile = Profile::FromBrowserContext(
profile           106 chrome/browser/ui/webui/extensions/install_extension_handler.cc       ExtensionSystem::Get(profile)->extension_service(),
profile           135 chrome/browser/ui/webui/extensions/install_extension_handler.cc   Profile* profile = Profile::FromBrowserContext(
profile           138 chrome/browser/ui/webui/extensions/install_extension_handler.cc       ExtensionSystem::Get(profile)->
profile            46 chrome/browser/ui/webui/favicon_source.cc FaviconSource::FaviconSource(Profile* profile, IconType type)
profile            47 chrome/browser/ui/webui/favicon_source.cc     : profile_(profile->GetOriginalProfile()),
profile            69 chrome/browser/ui/webui/favicon_source.h   FaviconSource(Profile* profile, IconType type);
profile           251 chrome/browser/ui/webui/flags_ui.cc                           Profile* profile,
profile           264 chrome/browser/ui/webui/flags_ui.cc                           profile->GetPrefs(),
profile           269 chrome/browser/ui/webui/flags_ui.cc         new about_flags::PrefServiceFlagsStorage(profile->GetPrefs()),
profile           286 chrome/browser/ui/webui/flags_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile           294 chrome/browser/ui/webui/flags_ui.cc                  weak_factory_.GetWeakPtr(), profile, handler));
profile           302 chrome/browser/ui/webui/flags_ui.cc   content::WebUIDataSource::Add(profile, CreateFlagsUIHTMLSource());
profile           395 chrome/browser/ui/webui/flash_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile           396 chrome/browser/ui/webui/flash_ui.cc   content::WebUIDataSource::Add(profile, CreateFlashUIHTMLSource());
profile            39 chrome/browser/ui/webui/gcm_internals_ui.cc   void ReturnResults(Profile* profile, gcm::GCMProfileService* profile_service,
profile            61 chrome/browser/ui/webui/gcm_internals_ui.cc     Profile* profile,
profile            71 chrome/browser/ui/webui/gcm_internals_ui.cc           gcm::GCMProfileService::GetGCMEnabledState(profile)));
profile            96 chrome/browser/ui/webui/gcm_internals_ui.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile            98 chrome/browser/ui/webui/gcm_internals_ui.cc     gcm::GCMProfileServiceFactory::GetForProfile(profile);
profile           101 chrome/browser/ui/webui/gcm_internals_ui.cc     ReturnResults(profile, NULL, NULL);
profile           111 chrome/browser/ui/webui/gcm_internals_ui.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           112 chrome/browser/ui/webui/gcm_internals_ui.cc   DCHECK(profile);
profile           114 chrome/browser/ui/webui/gcm_internals_ui.cc       gcm::GCMProfileServiceFactory::GetForProfile(profile);
profile           116 chrome/browser/ui/webui/gcm_internals_ui.cc   ReturnResults(profile, profile_service, &stats);
profile           142 chrome/browser/ui/webui/gcm_internals_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile           143 chrome/browser/ui/webui/gcm_internals_ui.cc   content::WebUIDataSource::Add(profile, html_source);
profile            47 chrome/browser/ui/webui/gesture_config_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile            48 chrome/browser/ui/webui/gesture_config_ui.cc   content::WebUIDataSource::Add(profile, html_source);
profile            36 chrome/browser/ui/webui/help/help_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile            41 chrome/browser/ui/webui/help/help_ui.cc   content::WebUIDataSource::Add(profile, source);
profile           110 chrome/browser/ui/webui/history_ui.cc content::WebUIDataSource* CreateHistoryUIHTMLSource(Profile* profile) {
profile           111 chrome/browser/ui/webui/history_ui.cc   PrefService* prefs = profile->GetPrefs();
profile           173 chrome/browser/ui/webui/history_ui.cc                      WebHistoryServiceFactory::GetForProfile(profile) != NULL);
profile           188 chrome/browser/ui/webui/history_ui.cc   source->AddBoolean("isManagedProfile", profile->IsManaged());
profile           189 chrome/browser/ui/webui/history_ui.cc   source->AddBoolean("showDeleteVisitUI", !profile->IsManaged());
profile           401 chrome/browser/ui/webui/history_ui.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           403 chrome/browser/ui/webui/history_ui.cc       profile, new FaviconSource(profile, FaviconSource::ANY));
profile           407 chrome/browser/ui/webui/history_ui.cc       content::Source<Profile>(profile->GetOriginalProfile()));
profile           448 chrome/browser/ui/webui/history_ui.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           458 chrome/browser/ui/webui/history_ui.cc       profile, Profile::EXPLICIT_ACCESS);
profile           466 chrome/browser/ui/webui/history_ui.cc       WebHistoryServiceFactory::GetForProfile(profile);
profile           534 chrome/browser/ui/webui/history_ui.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           539 chrome/browser/ui/webui/history_ui.cc       !profile->GetPrefs()->GetBoolean(prefs::kAllowDeletingBrowserHistory)) {
profile           545 chrome/browser/ui/webui/history_ui.cc       HistoryServiceFactory::GetForProfile(profile, Profile::EXPLICIT_ACCESS);
profile           547 chrome/browser/ui/webui/history_ui.cc       WebHistoryServiceFactory::GetForProfile(profile);
profile           634 chrome/browser/ui/webui/history_ui.cc       extensions::ActivityLog::GetInstance(profile);
profile           660 chrome/browser/ui/webui/history_ui.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           661 chrome/browser/ui/webui/history_ui.cc   BookmarkModel* model = BookmarkModelFactory::GetForProfile(profile);
profile           713 chrome/browser/ui/webui/history_ui.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           714 chrome/browser/ui/webui/history_ui.cc   BookmarkModel* bookmark_model = BookmarkModelFactory::GetForProfile(profile);
profile           717 chrome/browser/ui/webui/history_ui.cc   if (profile->IsManaged())
profile           718 chrome/browser/ui/webui/history_ui.cc     managed_user_service = ManagedUserServiceFactory::GetForProfile(profile);
profile           721 chrome/browser/ui/webui/history_ui.cc       ProfileSyncServiceFactory::GetInstance()->GetForProfile(profile);
profile           981 chrome/browser/ui/webui/history_ui.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           982 chrome/browser/ui/webui/history_ui.cc   return profile->GetPrefs()->GetString(prefs::kAcceptLanguages);
profile          1004 chrome/browser/ui/webui/history_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile          1005 chrome/browser/ui/webui/history_ui.cc   content::WebUIDataSource::Add(profile, CreateHistoryUIHTMLSource(profile));
profile           111 chrome/browser/ui/webui/identity_internals_ui.cc                                 Profile* profile,
profile           257 chrome/browser/ui/webui/identity_internals_ui.cc     Profile* profile,
profile           260 chrome/browser/ui/webui/identity_internals_ui.cc                profile->GetRequestContext()),
profile            58 chrome/browser/ui/webui/identity_internals_ui_browsertest.cc       ->Get(browser()->profile())
profile           158 chrome/browser/ui/webui/inspect_ui.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           159 chrome/browser/ui/webui/inspect_ui.cc   if (!profile)
profile           164 chrome/browser/ui/webui/inspect_ui.cc     profile->GetPrefs()->SetBoolean(pref_name, enabled);
profile           169 chrome/browser/ui/webui/inspect_ui.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           170 chrome/browser/ui/webui/inspect_ui.cc   if (!profile)
profile           175 chrome/browser/ui/webui/inspect_ui.cc     profile->GetPrefs()->Set(prefs::kDevToolsPortForwardingConfig, *dict_src);
profile           183 chrome/browser/ui/webui/inspect_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile           184 chrome/browser/ui/webui/inspect_ui.cc   content::WebUIDataSource::Add(profile, CreateInspectUIHTMLSource());
profile           187 chrome/browser/ui/webui/inspect_ui.cc   ThemeSource* theme = new ThemeSource(profile);
profile           188 chrome/browser/ui/webui/inspect_ui.cc   content::URLDataSource::Add(profile, theme);
profile           258 chrome/browser/ui/webui/inspect_ui.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           268 chrome/browser/ui/webui/inspect_ui.cc       DevToolsRemoteTargetsUIHandler::CreateForAdb(callback, profile));
profile           274 chrome/browser/ui/webui/inspect_ui.cc   pref_change_registrar_.Init(profile->GetPrefs());
profile           325 chrome/browser/ui/webui/inspect_ui.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           326 chrome/browser/ui/webui/inspect_ui.cc   PrefService* prefs = profile->GetPrefs();
profile           358 chrome/browser/ui/webui/inspect_ui.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           359 chrome/browser/ui/webui/inspect_ui.cc   return profile->GetPrefs()->FindPreference(name)->GetValue();
profile            72 chrome/browser/ui/webui/inspect_ui_browsertest.cc       DevToolsAdbBridge::Factory::GetForProfile(browser()->profile());
profile           168 chrome/browser/ui/webui/instant_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile           169 chrome/browser/ui/webui/instant_ui.cc   content::WebUIDataSource::Add(profile, CreateInstantHTMLSource());
profile            27 chrome/browser/ui/webui/invalidations_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile            28 chrome/browser/ui/webui/invalidations_ui.cc   if (profile) {
profile            29 chrome/browser/ui/webui/invalidations_ui.cc     content::WebUIDataSource::Add(profile, CreateInvalidationsHTMLSource());
profile           111 chrome/browser/ui/webui/local_discovery/local_discovery_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile           112 chrome/browser/ui/webui/local_discovery/local_discovery_ui.cc   content::WebUIDataSource::Add(profile, CreateLocalDiscoveryHTMLSource());
profile           361 chrome/browser/ui/webui/local_discovery/local_discovery_ui_browsertest.cc         SigninManagerFactory::GetForProfile(browser()->profile());
profile           366 chrome/browser/ui/webui/local_discovery/local_discovery_ui_browsertest.cc     browser()->profile()->GetPrefs()->
profile           423 chrome/browser/ui/webui/local_discovery/local_discovery_ui_browsertest.cc         ProfileOAuth2TokenServiceFactory::GetForProfile(browser()->profile());
profile            75 chrome/browser/ui/webui/local_discovery/local_discovery_ui_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile            77 chrome/browser/ui/webui/local_discovery/local_discovery_ui_handler.cc       SigninManagerFactory::GetInstance()->GetForProfile(profile);
profile           128 chrome/browser/ui/webui/local_discovery/local_discovery_ui_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           138 chrome/browser/ui/webui/local_discovery/local_discovery_ui_handler.cc             service_discovery_client_.get(), profile->GetRequestContext());
profile           141 chrome/browser/ui/webui/local_discovery/local_discovery_ui_handler.cc         SigninManagerFactory::GetInstance()->GetForProfile(profile);
profile           185 chrome/browser/ui/webui/local_discovery/local_discovery_ui_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           187 chrome/browser/ui/webui/local_discovery/local_discovery_ui_handler.cc       ProfileOAuth2TokenServiceFactory::GetForProfile(profile);
profile           190 chrome/browser/ui/webui/local_discovery/local_discovery_ui_handler.cc       SigninManagerFactory::GetInstance()->GetForProfile(profile);
profile           193 chrome/browser/ui/webui/local_discovery/local_discovery_ui_handler.cc       profile->GetRequestContext(),
profile           266 chrome/browser/ui/webui/local_discovery/local_discovery_ui_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           269 chrome/browser/ui/webui/local_discovery/local_discovery_ui_handler.cc       ProfileOAuth2TokenServiceFactory::GetForProfile(profile);
profile           277 chrome/browser/ui/webui/local_discovery/local_discovery_ui_handler.cc       SigninManagerFactory::GetInstance()->GetForProfile(profile);
profile           284 chrome/browser/ui/webui/local_discovery/local_discovery_ui_handler.cc       profile->GetRequestContext(),
profile           461 chrome/browser/ui/webui/local_discovery/local_discovery_ui_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           463 chrome/browser/ui/webui/local_discovery/local_discovery_ui_handler.cc       SigninManagerFactory::GetForProfileIfExists(profile);
profile           509 chrome/browser/ui/webui/local_discovery/local_discovery_ui_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           517 chrome/browser/ui/webui/local_discovery/local_discovery_ui_handler.cc         prefs::kCloudPrintEmail, profile->GetPrefs(), cloud_print_callback);
profile           522 chrome/browser/ui/webui/local_discovery/local_discovery_ui_handler.cc         prefs::kCloudPrintProxyEnabled, profile->GetPrefs(),
profile           544 chrome/browser/ui/webui/local_discovery/local_discovery_ui_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           546 chrome/browser/ui/webui/local_discovery/local_discovery_ui_handler.cc       CloudPrintURL(profile).GetCloudPrintServiceEnableURL(
profile           547 chrome/browser/ui/webui/local_discovery/local_discovery_ui_handler.cc           CloudPrintProxyServiceFactory::GetForProfile(profile)->proxy_id()),
profile           561 chrome/browser/ui/webui/local_discovery/local_discovery_ui_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           563 chrome/browser/ui/webui/local_discovery/local_discovery_ui_handler.cc   if (!CloudPrintProxyServiceFactory::GetForProfile(profile)) {
profile           575 chrome/browser/ui/webui/local_discovery/local_discovery_ui_handler.cc   if (profile->GetPrefs()->HasPrefPath(prefs::kCloudPrintEmail) &&
profile           577 chrome/browser/ui/webui/local_discovery/local_discovery_ui_handler.cc     email = profile->GetPrefs()->GetString(prefs::kCloudPrintEmail);
profile            85 chrome/browser/ui/webui/media/webrtc_logs_ui.cc   explicit WebRtcLogsDOMHandler(Profile* profile);
profile           117 chrome/browser/ui/webui/media/webrtc_logs_ui.cc WebRtcLogsDOMHandler::WebRtcLogsDOMHandler(Profile* profile)
profile           119 chrome/browser/ui/webui/media/webrtc_logs_ui.cc           WebRtcLogList::GetWebRtcLogDirectoryForProfile(profile->GetPath())),
profile           122 chrome/browser/ui/webui/media/webrtc_logs_ui.cc   upload_list_ = WebRtcLogList::CreateWebRtcLogList(this, profile);
profile           200 chrome/browser/ui/webui/media/webrtc_logs_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile           201 chrome/browser/ui/webui/media/webrtc_logs_ui.cc   web_ui->AddMessageHandler(new WebRtcLogsDOMHandler(profile));
profile           204 chrome/browser/ui/webui/media/webrtc_logs_ui.cc   content::WebUIDataSource::Add(profile, CreateWebRtcLogsUIHTMLSource());
profile            33 chrome/browser/ui/webui/memory_internals/memory_internals_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile            34 chrome/browser/ui/webui/memory_internals/memory_internals_ui.cc   content::WebUIDataSource::Add(profile, CreateMemoryInternalsHTMLSource());
profile           395 chrome/browser/ui/webui/nacl_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile           396 chrome/browser/ui/webui/nacl_ui.cc   content::WebUIDataSource::Add(profile, CreateNaClUIHTMLSource());
profile           250 chrome/browser/ui/webui/net_export_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile           251 chrome/browser/ui/webui/net_export_ui.cc   content::WebUIDataSource::Add(profile, CreateNetExportHTMLSource());
profile           625 chrome/browser/ui/webui/net_internals/net_internals_ui.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           628 chrome/browser/ui/webui/net_internals/net_internals_ui.cc                             profile->GetRequestContext());
profile           629 chrome/browser/ui/webui/net_internals/net_internals_ui.cc   proxy_->AddRequestContextGetter(profile->GetMediaRequestContext());
profile           630 chrome/browser/ui/webui/net_internals/net_internals_ui.cc   proxy_->AddRequestContextGetter(profile->GetRequestContextForExtensions());
profile           637 chrome/browser/ui/webui/net_internals/net_internals_ui.cc       prerender::PrerenderManagerFactory::GetForProfile(profile);
profile           840 chrome/browser/ui/webui/net_internals/net_internals_ui.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           842 chrome/browser/ui/webui/net_internals/net_internals_ui.cc       extensions::ExtensionSystem::Get(profile);
profile           847 chrome/browser/ui/webui/net_internals/net_internals_ui.cc           extensions::ExtensionRegistry::Get(profile)
profile          1856 chrome/browser/ui/webui/net_internals/net_internals_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile          1857 chrome/browser/ui/webui/net_internals/net_internals_ui.cc   content::WebUIDataSource::Add(profile, CreateNetInternalsHTMLSource());
profile           245 chrome/browser/ui/webui/net_internals/net_internals_ui_browsertest.cc                  make_scoped_refptr(browser()->profile()->GetRequestContext()),
profile           313 chrome/browser/ui/webui/net_internals/net_internals_ui_browsertest.cc                  make_scoped_refptr(browser()->profile()->GetRequestContext()),
profile           336 chrome/browser/ui/webui/net_internals/net_internals_ui_browsertest.cc                  make_scoped_refptr(browser()->profile()->GetRequestContext()),
profile           397 chrome/browser/ui/webui/net_internals/net_internals_ui_browsertest.cc   Profile* profile = browser()->profile();
profile           399 chrome/browser/ui/webui/net_internals/net_internals_ui_browsertest.cc       prerender::PrerenderManagerFactory::GetForProfile(profile);
profile           104 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc   Profile* profile = Profile::FromBrowserContext(
profile           108 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc       profile, new FaviconSource(profile, FaviconSource::ANY));
profile           110 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc   bookmark_model_ = BookmarkModelFactory::GetForProfile(profile);
profile           127 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc   managed_bookmarks_shim_.reset(new ManagedBookmarksShim(profile->GetPrefs()));
profile           216 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc   Profile* profile = Profile::FromBrowserContext(
profile           218 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc   if (!profile)
profile           221 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc   BookmarkModel* model = BookmarkModelFactory::GetForProfile(profile);
profile           441 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc   Profile* profile = Profile::FromBrowserContext(
profile           443 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc   if (!profile)
profile           451 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc       profile, Profile::EXPLICIT_ACCESS);
profile            38 chrome/browser/ui/webui/ntp/android/ntp_resource_cache_android.cc NTPResourceCache::NTPResourceCache(Profile* profile) : profile_(profile) {}
profile            43 chrome/browser/ui/webui/ntp/android/ntp_resource_cache_android.cc     Profile* profile, content::RenderProcessHost* render_host) {
profile            49 chrome/browser/ui/webui/ntp/android/ntp_resource_cache_android.cc   } else if (profile->IsOffTheRecord()) {
profile           150 chrome/browser/ui/webui/ntp/android/promo_handler.cc   Profile* profile = Profile::FromBrowserContext(
profile           152 chrome/browser/ui/webui/ntp/android/promo_handler.cc   if (!profile)
profile           170 chrome/browser/ui/webui/ntp/android/promo_handler.cc       ProfileSyncServiceFactory::GetInstance()->GetForProfile(profile);
profile           274 chrome/browser/ui/webui/ntp/android/promo_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           275 chrome/browser/ui/webui/ntp/android/promo_handler.cc   if (!profile)
profile           284 chrome/browser/ui/webui/ntp/android/promo_handler.cc       ProfileSyncServiceFactory::GetInstance()->GetForProfile(profile);
profile           294 chrome/browser/ui/webui/ntp/android/promo_handler.cc   PrefService* prefs = profile->GetPrefs();
profile           299 chrome/browser/ui/webui/ntp/android/promo_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           300 chrome/browser/ui/webui/ntp/android/promo_handler.cc   if (!profile)
profile           304 chrome/browser/ui/webui/ntp/android/promo_handler.cc   PrefService* prefs = profile->GetPrefs();
profile           310 chrome/browser/ui/webui/ntp/android/promo_handler.cc       ProfileSyncServiceFactory::GetInstance()->GetForProfile(profile);
profile           141 chrome/browser/ui/webui/ntp/app_launcher_handler.cc       service->profile())->management_policy()->UserMayModifySettings(
profile           165 chrome/browser/ui/webui/ntp/app_launcher_handler.cc   ExtensionPrefs* prefs = ExtensionPrefs::Get(service->profile());
profile           278 chrome/browser/ui/webui/ntp/app_launcher_handler.cc             ExtensionPrefs::Get(extension_service_->profile());
profile           352 chrome/browser/ui/webui/ntp/app_launcher_handler.cc               crx_installer->profile())) {
profile           435 chrome/browser/ui/webui/ntp/app_launcher_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           440 chrome/browser/ui/webui/ntp/app_launcher_handler.cc     ExtensionRegistry* registry = ExtensionRegistry::Get(profile);
profile           471 chrome/browser/ui/webui/ntp/app_launcher_handler.cc         ExtensionPrefs::Get(profile)->pref_service());
profile           477 chrome/browser/ui/webui/ntp/app_launcher_handler.cc         content::Source<Profile>(profile));
profile           479 chrome/browser/ui/webui/ntp/app_launcher_handler.cc         content::Source<Profile>(profile));
profile           481 chrome/browser/ui/webui/ntp/app_launcher_handler.cc         content::Source<Profile>(profile));
profile           485 chrome/browser/ui/webui/ntp/app_launcher_handler.cc                        ExtensionPrefs::Get(profile)->app_sorting()));
profile           489 chrome/browser/ui/webui/ntp/app_launcher_handler.cc         content::Source<Profile>(profile));
profile           519 chrome/browser/ui/webui/ntp/app_launcher_handler.cc   Profile* profile = extension_service_->profile();
profile           534 chrome/browser/ui/webui/ntp/app_launcher_handler.cc     AppLaunchParams params(profile, extension,
profile           550 chrome/browser/ui/webui/ntp/app_launcher_handler.cc     AppLaunchParams params(profile, extension,
profile           592 chrome/browser/ui/webui/ntp/app_launcher_handler.cc   if (!extensions::ExtensionSystem::Get(extension_service_->profile())->
profile           624 chrome/browser/ui/webui/ntp/app_launcher_handler.cc       browser->window()->GetNativeWindow(), browser->profile(), extension,
profile           660 chrome/browser/ui/webui/ntp/app_launcher_handler.cc       ExtensionPrefs::Get(extension_service_->profile())->app_sorting();
profile           699 chrome/browser/ui/webui/ntp/app_launcher_handler.cc       ExtensionPrefs::Get(extension_service_->profile())->app_sorting();
profile           703 chrome/browser/ui/webui/ntp/app_launcher_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           705 chrome/browser/ui/webui/ntp/app_launcher_handler.cc       FaviconServiceFactory::GetForProfile(profile, Profile::EXPLICIT_ACCESS);
profile           856 chrome/browser/ui/webui/ntp/app_launcher_handler.cc         ExtensionUninstallDialog::Create(extension_service_->profile(),
profile            14 chrome/browser/ui/webui/ntp/app_resource_cache_factory.cc NTPResourceCache* AppResourceCacheFactory::GetForProfile(Profile* profile) {
profile            16 chrome/browser/ui/webui/ntp/app_resource_cache_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            36 chrome/browser/ui/webui/ntp/app_resource_cache_factory.cc     content::BrowserContext* profile) const {
profile            37 chrome/browser/ui/webui/ntp/app_resource_cache_factory.cc   return new NTPResourceCache(static_cast<Profile*>(profile));
profile            19 chrome/browser/ui/webui/ntp/app_resource_cache_factory.h   static NTPResourceCache* GetForProfile(Profile* profile);
profile            31 chrome/browser/ui/webui/ntp/app_resource_cache_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile            95 chrome/browser/ui/webui/ntp/core_app_launcher_handler.cc     Profile* profile,
profile           101 chrome/browser/ui/webui/ntp/core_app_launcher_handler.cc   DCHECK(profile->GetExtensionService());
profile           102 chrome/browser/ui/webui/ntp/core_app_launcher_handler.cc   if (!profile->GetExtensionService()->IsInstalledApp(url))
profile            56 chrome/browser/ui/webui/ntp/core_app_launcher_handler.h   void RecordAppLaunchByUrl(Profile* profile,
profile           153 chrome/browser/ui/webui/ntp/favicon_webui_handler.cc   app_icon_color_manager_->LoadIcon(extension_service->profile(), extension);
profile           152 chrome/browser/ui/webui/ntp/foreign_session_handler.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile           154 chrome/browser/ui/webui/ntp/foreign_session_handler.cc       ProfileSyncServiceFactory::GetInstance()->GetForProfile(profile);
profile           180 chrome/browser/ui/webui/ntp/foreign_session_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           182 chrome/browser/ui/webui/ntp/foreign_session_handler.cc       ProfileSyncServiceFactory::GetInstance()->GetForProfile(profile);
profile           186 chrome/browser/ui/webui/ntp/foreign_session_handler.cc                  content::Source<Profile>(profile));
profile           188 chrome/browser/ui/webui/ntp/foreign_session_handler.cc                  content::Source<Profile>(profile));
profile           214 chrome/browser/ui/webui/ntp/foreign_session_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           216 chrome/browser/ui/webui/ntp/foreign_session_handler.cc       ProfileSyncServiceFactory::GetInstance()->GetForProfile(profile);
profile            79 chrome/browser/ui/webui/ntp/most_visited_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile            81 chrome/browser/ui/webui/ntp/most_visited_handler.cc   content::URLDataSource::Add(profile, new ThumbnailSource(profile, false));
profile            82 chrome/browser/ui/webui/ntp/most_visited_handler.cc   content::URLDataSource::Add(profile, new ThumbnailSource(profile, true));
profile            85 chrome/browser/ui/webui/ntp/most_visited_handler.cc   content::URLDataSource::Add(profile, new ThumbnailListSource(profile));
profile            89 chrome/browser/ui/webui/ntp/most_visited_handler.cc   content::URLDataSource::Add(profile,
profile            90 chrome/browser/ui/webui/ntp/most_visited_handler.cc                               new FaviconSource(profile, FaviconSource::ANY));
profile            94 chrome/browser/ui/webui/ntp/most_visited_handler.cc       profile, new FaviconSource(profile, FaviconSource::FAVICON));
profile            96 chrome/browser/ui/webui/ntp/most_visited_handler.cc   history::TopSites* ts = profile->GetTopSites();
profile           147 chrome/browser/ui/webui/ntp/most_visited_handler.cc     Profile* profile = Profile::FromWebUI(web_ui());
profile           149 chrome/browser/ui/webui/ntp/most_visited_handler.cc         profile->GetPrefs()->GetDictionary(prefs::kNtpMostVisitedURLsBlacklist);
profile           151 chrome/browser/ui/webui/ntp/most_visited_handler.cc     history::TopSites* ts = profile->GetTopSites();
profile           185 chrome/browser/ui/webui/ntp/new_tab_page_handler.cc void NewTabPageHandler::GetLocalizedValues(Profile* profile,
profile           191 chrome/browser/ui/webui/ntp/new_tab_page_handler.cc   PrefService* prefs = profile->GetPrefs();
profile            31 chrome/browser/ui/webui/ntp/new_tab_page_handler.h   static void GetLocalizedValues(Profile* profile,
profile            45 chrome/browser/ui/webui/ntp/new_tab_page_sync_handler_browsertest.cc   browser()->profile()->GetPrefs()->SetBoolean(prefs::kSigninAllowed, false);
profile           345 chrome/browser/ui/webui/ntp/new_tab_ui.cc NewTabUI::NewTabHTMLSource::NewTabHTMLSource(Profile* profile)
profile           346 chrome/browser/ui/webui/ntp/new_tab_ui.cc     : profile_(profile) {
profile            87 chrome/browser/ui/webui/ntp/new_tab_ui.h     explicit NewTabHTMLSource(Profile* profile);
profile           129 chrome/browser/ui/webui/ntp/ntp_login_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           130 chrome/browser/ui/webui/ntp/ntp_login_handler.cc   std::string username = profile->GetPrefs()->GetString(
profile           140 chrome/browser/ui/webui/ntp/ntp_login_handler.cc     if (signin::ShouldShowPromo(profile)) {
profile           200 chrome/browser/ui/webui/ntp/ntp_login_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           201 chrome/browser/ui/webui/ntp/ntp_login_handler.cc   std::string username = profile->GetPrefs()->GetString(
profile           209 chrome/browser/ui/webui/ntp/ntp_login_handler.cc     size_t profile_index = cache.GetIndexOfProfileWithPath(profile->GetPath());
profile           236 chrome/browser/ui/webui/ntp/ntp_login_handler.cc         profile->GetOriginalProfile());
profile           237 chrome/browser/ui/webui/ntp/ntp_login_handler.cc     if (!profile->IsManaged() && signin->IsSigninAllowed()) {
profile           261 chrome/browser/ui/webui/ntp/ntp_login_handler.cc bool NTPLoginHandler::ShouldShow(Profile* profile) {
profile           267 chrome/browser/ui/webui/ntp/ntp_login_handler.cc   SigninManager* signin = SigninManagerFactory::GetForProfile(profile);
profile           268 chrome/browser/ui/webui/ntp/ntp_login_handler.cc   return !profile->IsOffTheRecord() && signin && signin->IsSigninAllowed();
profile           273 chrome/browser/ui/webui/ntp/ntp_login_handler.cc void NTPLoginHandler::GetLocalizedValues(Profile* profile,
profile           275 chrome/browser/ui/webui/ntp/ntp_login_handler.cc   PrefService* prefs = profile->GetPrefs();
profile            34 chrome/browser/ui/webui/ntp/ntp_login_handler.h   static bool ShouldShow(Profile* profile);
profile            37 chrome/browser/ui/webui/ntp/ntp_login_handler.h   static void GetLocalizedValues(Profile* profile,
profile           161 chrome/browser/ui/webui/ntp/ntp_resource_cache.cc NTPResourceCache::NTPResourceCache(Profile* profile)
profile           162 chrome/browser/ui/webui/ntp/ntp_resource_cache.cc     : profile_(profile), is_swipe_tracking_from_scroll_events_enabled_(false),
profile           169 chrome/browser/ui/webui/ntp/ntp_resource_cache.cc                      ThemeServiceFactory::GetForProfile(profile)));
profile           216 chrome/browser/ui/webui/ntp/ntp_resource_cache.cc     Profile* profile, content::RenderProcessHost* render_host) {
profile           217 chrome/browser/ui/webui/ntp/ntp_resource_cache.cc   if (profile->IsGuestSession()) {
profile           224 chrome/browser/ui/webui/ntp/ntp_resource_cache.cc   } else if (profile->IsOffTheRecord()) {
profile            38 chrome/browser/ui/webui/ntp/ntp_resource_cache.h   explicit NTPResourceCache(Profile* profile);
profile            63 chrome/browser/ui/webui/ntp/ntp_resource_cache.h       Profile* profile, content::RenderProcessHost* render_host);
profile            14 chrome/browser/ui/webui/ntp/ntp_resource_cache_factory.cc NTPResourceCache* NTPResourceCacheFactory::GetForProfile(Profile* profile) {
profile            16 chrome/browser/ui/webui/ntp/ntp_resource_cache_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            36 chrome/browser/ui/webui/ntp/ntp_resource_cache_factory.cc     content::BrowserContext* profile) const {
profile            37 chrome/browser/ui/webui/ntp/ntp_resource_cache_factory.cc   return new NTPResourceCache(static_cast<Profile*>(profile));
profile            19 chrome/browser/ui/webui/ntp/ntp_resource_cache_factory.h   static NTPResourceCache* GetForProfile(Profile* profile);
profile            31 chrome/browser/ui/webui/ntp/ntp_resource_cache_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile            26 chrome/browser/ui/webui/ntp/suggestions_combiner.cc     Profile* profile)
profile            32 chrome/browser/ui/webui/ntp/suggestions_combiner.cc       profile_(profile) {
profile            51 chrome/browser/ui/webui/ntp/suggestions_combiner.cc void SuggestionsCombiner::FetchItems(Profile* profile) {
profile            54 chrome/browser/ui/webui/ntp/suggestions_combiner.cc     sources_[i]->FetchItems(profile);
profile           139 chrome/browser/ui/webui/ntp/suggestions_combiner.cc     if (browser->profile()->IsOffTheRecord() ||
profile           140 chrome/browser/ui/webui/ntp/suggestions_combiner.cc         !browser->profile()->IsSameProfile(profile_))
profile            41 chrome/browser/ui/webui/ntp/suggestions_combiner.h                                Profile* profile);
profile            52 chrome/browser/ui/webui/ntp/suggestions_combiner.h   void FetchItems(Profile* profile);
profile           174 chrome/browser/ui/webui/ntp/suggestions_combiner_unittest.cc   virtual void FetchItems(Profile* profile) OVERRIDE {
profile            64 chrome/browser/ui/webui/ntp/suggestions_page_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile            66 chrome/browser/ui/webui/ntp/suggestions_page_handler.cc   content::URLDataSource::Add(profile, new ThumbnailSource(profile, false));
profile            68 chrome/browser/ui/webui/ntp/suggestions_page_handler.cc       profile, new FaviconSource(profile, FaviconSource::FAVICON));
profile            72 chrome/browser/ui/webui/ntp/suggestions_page_handler.cc   history::TopSites* top_sites = profile->GetTopSites();
profile            86 chrome/browser/ui/webui/ntp/suggestions_page_handler.cc   SuggestionsCombiner* combiner = new SuggestionsCombiner(this, profile);
profile            92 chrome/browser/ui/webui/ntp/suggestions_page_handler.cc   suggestions_combiner_->FetchItems(profile);
profile            50 chrome/browser/ui/webui/ntp/suggestions_source.h   virtual void FetchItems(Profile* profile) = 0;
profile            60 chrome/browser/ui/webui/ntp/suggestions_source_top_sites.cc void SuggestionsSourceTopSites::FetchItems(Profile* profile) {
profile            66 chrome/browser/ui/webui/ntp/suggestions_source_top_sites.cc       profile, Profile::EXPLICIT_ACCESS);
profile            36 chrome/browser/ui/webui/ntp/suggestions_source_top_sites.h   virtual void FetchItems(Profile* profile) OVERRIDE;
profile            79 chrome/browser/ui/webui/ntp/thumbnail_list_source.cc ThumbnailListSource::ThumbnailListSource(Profile* profile)
profile            80 chrome/browser/ui/webui/ntp/thumbnail_list_source.cc     : thumbnail_service_(ThumbnailServiceFactory::GetForProfile(profile)),
profile            81 chrome/browser/ui/webui/ntp/thumbnail_list_source.cc       profile_(profile),
profile            32 chrome/browser/ui/webui/ntp/thumbnail_list_source.h   explicit ThumbnailListSource(Profile* profile);
profile            23 chrome/browser/ui/webui/ntp/thumbnail_source.cc ThumbnailSource::ThumbnailSource(Profile* profile, bool capture_thumbnails)
profile            24 chrome/browser/ui/webui/ntp/thumbnail_source.cc     : thumbnail_service_(ThumbnailServiceFactory::GetForProfile(profile)),
profile            25 chrome/browser/ui/webui/ntp/thumbnail_source.cc       profile_(profile),
profile            28 chrome/browser/ui/webui/ntp/thumbnail_source.h   ThumbnailSource(Profile* profile, bool capture_thumbnails);
profile            24 chrome/browser/ui/webui/omnibox/omnibox_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile            25 chrome/browser/ui/webui/omnibox/omnibox_ui.cc   content::WebUIDataSource::Add(profile, html_source);
profile            28 chrome/browser/ui/webui/omnibox/omnibox_ui.cc   web_ui->AddMessageHandler(new OmniboxUIHandler(profile));
profile            28 chrome/browser/ui/webui/omnibox/omnibox_ui_handler.cc OmniboxUIHandler::OmniboxUIHandler(Profile* profile): profile_(profile) {
profile            32 chrome/browser/ui/webui/omnibox/omnibox_ui_handler.h   explicit OmniboxUIHandler(Profile* profile);
profile            80 chrome/browser/ui/webui/options/autofill_options_handler.cc void GetValueList(const AutofillProfile& profile,
profile            86 chrome/browser/ui/webui/options/autofill_options_handler.cc   profile.GetRawMultiInfo(type, &values);
profile           100 chrome/browser/ui/webui/options/autofill_options_handler.cc                   AutofillProfile* profile) {
profile           107 chrome/browser/ui/webui/options/autofill_options_handler.cc   profile->SetRawMultiInfo(type, values);
profile           111 chrome/browser/ui/webui/options/autofill_options_handler.cc void GetNameList(const AutofillProfile& profile,
profile           118 chrome/browser/ui/webui/options/autofill_options_handler.cc   profile.GetRawMultiInfo(autofill::NAME_FIRST, &first_names);
profile           119 chrome/browser/ui/webui/options/autofill_options_handler.cc   profile.GetRawMultiInfo(autofill::NAME_MIDDLE, &middle_names);
profile           120 chrome/browser/ui/webui/options/autofill_options_handler.cc   profile.GetRawMultiInfo(autofill::NAME_LAST, &last_names);
profile           140 chrome/browser/ui/webui/options/autofill_options_handler.cc void SetNameList(const base::ListValue* names, AutofillProfile* profile) {
profile           167 chrome/browser/ui/webui/options/autofill_options_handler.cc   profile->SetRawMultiInfo(autofill::NAME_FIRST, first_names);
profile           168 chrome/browser/ui/webui/options/autofill_options_handler.cc   profile->SetRawMultiInfo(autofill::NAME_MIDDLE, middle_names);
profile           169 chrome/browser/ui/webui/options/autofill_options_handler.cc   profile->SetRawMultiInfo(autofill::NAME_LAST, last_names);
profile           441 chrome/browser/ui/webui/options/autofill_options_handler.cc   AutofillProfile* profile = personal_data_->GetProfileByGUID(guid);
profile           442 chrome/browser/ui/webui/options/autofill_options_handler.cc   if (!profile) {
profile           452 chrome/browser/ui/webui/options/autofill_options_handler.cc   address.SetString("guid", profile->guid());
profile           454 chrome/browser/ui/webui/options/autofill_options_handler.cc   GetNameList(*profile, &list);
profile           456 chrome/browser/ui/webui/options/autofill_options_handler.cc   address.SetString("companyName", profile->GetRawInfo(autofill::COMPANY_NAME));
profile           458 chrome/browser/ui/webui/options/autofill_options_handler.cc                     profile->GetRawInfo(autofill::ADDRESS_HOME_LINE1));
profile           460 chrome/browser/ui/webui/options/autofill_options_handler.cc                     profile->GetRawInfo(autofill::ADDRESS_HOME_LINE2));
profile           461 chrome/browser/ui/webui/options/autofill_options_handler.cc   address.SetString("city", profile->GetRawInfo(autofill::ADDRESS_HOME_CITY));
profile           462 chrome/browser/ui/webui/options/autofill_options_handler.cc   address.SetString("state", profile->GetRawInfo(autofill::ADDRESS_HOME_STATE));
profile           464 chrome/browser/ui/webui/options/autofill_options_handler.cc                     profile->GetRawInfo(autofill::ADDRESS_HOME_ZIP));
profile           466 chrome/browser/ui/webui/options/autofill_options_handler.cc                     profile->GetRawInfo(autofill::ADDRESS_HOME_COUNTRY));
profile           467 chrome/browser/ui/webui/options/autofill_options_handler.cc   GetValueList(*profile, autofill::PHONE_HOME_WHOLE_NUMBER, &list);
profile           469 chrome/browser/ui/webui/options/autofill_options_handler.cc   GetValueList(*profile, autofill::EMAIL_ADDRESS, &list);
profile           523 chrome/browser/ui/webui/options/autofill_options_handler.cc   AutofillProfile profile(guid, kSettingsOrigin);
profile           529 chrome/browser/ui/webui/options/autofill_options_handler.cc     SetNameList(list_value, &profile);
profile           532 chrome/browser/ui/webui/options/autofill_options_handler.cc     profile.SetRawInfo(autofill::COMPANY_NAME, value);
profile           535 chrome/browser/ui/webui/options/autofill_options_handler.cc     profile.SetRawInfo(autofill::ADDRESS_HOME_LINE1, value);
profile           538 chrome/browser/ui/webui/options/autofill_options_handler.cc     profile.SetRawInfo(autofill::ADDRESS_HOME_LINE2, value);
profile           541 chrome/browser/ui/webui/options/autofill_options_handler.cc     profile.SetRawInfo(autofill::ADDRESS_HOME_CITY, value);
profile           544 chrome/browser/ui/webui/options/autofill_options_handler.cc     profile.SetRawInfo(autofill::ADDRESS_HOME_STATE, value);
profile           547 chrome/browser/ui/webui/options/autofill_options_handler.cc     profile.SetRawInfo(autofill::ADDRESS_HOME_ZIP, value);
profile           550 chrome/browser/ui/webui/options/autofill_options_handler.cc     profile.SetRawInfo(autofill::ADDRESS_HOME_COUNTRY,
profile           554 chrome/browser/ui/webui/options/autofill_options_handler.cc     SetValueList(list_value, autofill::PHONE_HOME_WHOLE_NUMBER, &profile);
profile           557 chrome/browser/ui/webui/options/autofill_options_handler.cc     SetValueList(list_value, autofill::EMAIL_ADDRESS, &profile);
profile           559 chrome/browser/ui/webui/options/autofill_options_handler.cc   if (!base::IsValidGUID(profile.guid())) {
profile           560 chrome/browser/ui/webui/options/autofill_options_handler.cc     profile.set_guid(base::GenerateGUID());
profile           561 chrome/browser/ui/webui/options/autofill_options_handler.cc     personal_data_->AddProfile(profile);
profile           563 chrome/browser/ui/webui/options/autofill_options_handler.cc     personal_data_->UpdateProfile(profile);
profile            18 chrome/browser/ui/webui/options/automatic_settings_reset_handler.cc void OnDismissedAutomaticSettingsResetBanner(Profile* profile,
profile            20 chrome/browser/ui/webui/options/automatic_settings_reset_handler.cc   chrome_prefs::ClearResetTime(profile);
profile           471 chrome/browser/ui/webui/options/browser_options_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           472 chrome/browser/ui/webui/options/browser_options_handler.cc   std::string username = profile->GetProfileName();
profile           475 chrome/browser/ui/webui/options/browser_options_handler.cc         chromeos::UserManager::Get()->GetUserByProfile(profile);
profile           715 chrome/browser/ui/webui/options/browser_options_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           716 chrome/browser/ui/webui/options/browser_options_handler.cc   PrefService* prefs = profile->GetPrefs();
profile           719 chrome/browser/ui/webui/options/browser_options_handler.cc       ProfileSyncServiceFactory::GetInstance()->GetForProfile(profile));
profile           726 chrome/browser/ui/webui/options/browser_options_handler.cc       SigninManagerFactory::GetInstance()->GetForProfile(profile));
profile           732 chrome/browser/ui/webui/options/browser_options_handler.cc       profile, new FaviconSource(profile, FaviconSource::FAVICON));
profile           748 chrome/browser/ui/webui/options/browser_options_handler.cc                      ThemeServiceFactory::GetForProfile(profile)));
profile           750 chrome/browser/ui/webui/options/browser_options_handler.cc                  content::Source<Profile>(profile));
profile           759 chrome/browser/ui/webui/options/browser_options_handler.cc                    profile->GetPath()));
profile           796 chrome/browser/ui/webui/options/browser_options_handler.cc         policy::ProfilePolicyConnectorFactory::GetForProfile(profile)->
profile           845 chrome/browser/ui/webui/options/browser_options_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           847 chrome/browser/ui/webui/options/browser_options_handler.cc       policy::ProfilePolicyConnectorFactory::GetForProfile(profile)->
profile           908 chrome/browser/ui/webui/options/browser_options_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           909 chrome/browser/ui/webui/options/browser_options_handler.cc   return !profile->IsGuestSession();
profile           920 chrome/browser/ui/webui/options/browser_options_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           921 chrome/browser/ui/webui/options/browser_options_handler.cc   if (profile->IsGuestSession())
profile          1127 chrome/browser/ui/webui/options/browser_options_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile          1132 chrome/browser/ui/webui/options/browser_options_handler.cc                      profile->GetPath().BaseName().value(), base::FilePath()) :
profile          1134 chrome/browser/ui/webui/options/browser_options_handler.cc                       profile->GetPath().BaseName().value()));
profile          1194 chrome/browser/ui/webui/options/browser_options_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile          1195 chrome/browser/ui/webui/options/browser_options_handler.cc   ThemeService* theme_service = ThemeServiceFactory::GetForProfile(profile);
profile          1199 chrome/browser/ui/webui/options/browser_options_handler.cc   bool profile_is_managed = profile->IsManaged();
profile          1215 chrome/browser/ui/webui/options/browser_options_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile          1217 chrome/browser/ui/webui/options/browser_options_handler.cc   ThemeServiceFactory::GetForProfile(profile)->UseDefaultTheme();
profile          1223 chrome/browser/ui/webui/options/browser_options_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile          1224 chrome/browser/ui/webui/options/browser_options_handler.cc   ThemeServiceFactory::GetForProfile(profile)->SetNativeTheme();
profile          1253 chrome/browser/ui/webui/options/browser_options_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile          1254 chrome/browser/ui/webui/options/browser_options_handler.cc   if (profile->IsManaged()) {
profile          1259 chrome/browser/ui/webui/options/browser_options_handler.cc   if (profile->IsGuestSession()) {
profile          1271 chrome/browser/ui/webui/options/browser_options_handler.cc       SigninManagerFactory::GetForProfile(profile)->IsSignoutProhibited();
profile          1275 chrome/browser/ui/webui/options/browser_options_handler.cc       ProfileSyncServiceFactory::GetInstance()->GetForProfile(profile);
profile          1276 chrome/browser/ui/webui/options/browser_options_handler.cc   SigninManagerBase* signin = SigninManagerFactory::GetForProfile(profile);
profile          1468 chrome/browser/ui/webui/options/browser_options_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile          1471 chrome/browser/ui/webui/options/browser_options_handler.cc     if (HotwordServiceFactory::IsServiceAvailable(profile))
profile           107 chrome/browser/ui/webui/options/certificate_manager_browsertest.cc         browser()->profile(),
profile           128 chrome/browser/ui/webui/options/certificate_manager_browsertest.cc         browser()->profile())->SetCertificateImporterForTest(
profile            65 chrome/browser/ui/webui/options/chromeos/accounts_options_browsertest.cc     Profile* profile = UserManager::Get()->GetProfileByUser(user);
profile            66 chrome/browser/ui/webui/options/chromeos/accounts_options_browsertest.cc     profile->GetPrefs()->SetString(prefs::kGoogleServicesUsername,
profile            70 chrome/browser/ui/webui/options/chromeos/accounts_options_browsertest.cc     Browser* browser = CreateBrowser(profile);
profile           466 chrome/browser/ui/webui/options/chromeos/change_picture_options_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           467 chrome/browser/ui/webui/options/chromeos/change_picture_options_handler.cc   User* user = UserManager::Get()->GetUserByProfile(profile);
profile           112 chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           113 chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc   if (!ProfileHelper::IsSigninProfile(profile)) {
profile           114 chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc     profile_prefs = profile->GetPrefs();
profile           255 chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           256 chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc   AddAccountUITweaksLocalizedValues(localized_strings, profile);
profile           262 chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc   User* user = user_manager->GetUserByProfile(profile);
profile           393 chrome/browser/ui/webui/options/chromeos/cros_language_options_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           397 chrome/browser/ui/webui/options/chromeos/cros_language_options_handler.cc   User* user = user_manager->GetUserByProfile(profile);
profile           399 chrome/browser/ui/webui/options/chromeos/cros_language_options_handler.cc     profile->ChangeAppLocale(language_code,
profile            63 chrome/browser/ui/webui/options/chromeos/display_options_handler.cc base::string16 GetColorProfileName(ui::ColorCalibrationProfile profile) {
profile            64 chrome/browser/ui/webui/options/chromeos/display_options_handler.cc   switch (profile) {
profile            65 chrome/browser/ui/webui/options/chromeos/shared_options_browsertest.cc     Profile* profile = UserManager::Get()->GetProfileByUser(user);
profile            66 chrome/browser/ui/webui/options/chromeos/shared_options_browsertest.cc     profile->GetPrefs()->SetString(prefs::kGoogleServicesUsername,
profile            70 chrome/browser/ui/webui/options/chromeos/shared_options_browsertest.cc     Browser* browser = CreateBrowser(profile);
profile            61 chrome/browser/ui/webui/options/clear_browser_data_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile            63 chrome/browser/ui/webui/options/clear_browser_data_handler.cc       profile->GetPrefs()->GetInt64(prefs::kLastClearBrowsingDataTime));
profile           155 chrome/browser/ui/webui/options/clear_browser_data_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           156 chrome/browser/ui/webui/options/clear_browser_data_handler.cc   PrefService* prefs = profile->GetPrefs();
profile           195 chrome/browser/ui/webui/options/clear_browser_data_handler.cc   remover_ = BrowsingDataRemover::CreateForPeriod(profile,
profile            77 chrome/browser/ui/webui/options/content_settings_handler.cc typedef bool (*AppFilter)(const extensions::Extension& app, Profile* profile);
profile           234 chrome/browser/ui/webui/options/content_settings_handler.cc     Profile* profile, AppFilter app_filter, base::ListValue* exceptions) {
profile           235 chrome/browser/ui/webui/options/content_settings_handler.cc   const ExtensionService* extension_service = profile->GetExtensionService();
profile           242 chrome/browser/ui/webui/options/content_settings_handler.cc     if (!app_filter(*extension->get(), profile))
profile           483 chrome/browser/ui/webui/options/content_settings_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           486 chrome/browser/ui/webui/options/content_settings_handler.cc       content::Source<Profile>(profile));
profile           488 chrome/browser/ui/webui/options/content_settings_handler.cc   PrefService* prefs = profile->GetPrefs();
profile           509 chrome/browser/ui/webui/options/content_settings_handler.cc       content::HostZoomMap::GetForBrowserContext(profile);
profile           515 chrome/browser/ui/webui/options/content_settings_handler.cc   flash_settings_manager_.reset(new PepperFlashSettingsManager(this, profile));
profile           677 chrome/browser/ui/webui/options/content_settings_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           681 chrome/browser/ui/webui/options/content_settings_handler.cc         DesktopNotificationServiceFactory::GetForProfile(profile)->
profile           685 chrome/browser/ui/webui/options/content_settings_handler.cc         profile->GetHostContentSettingsMap()->
profile           782 chrome/browser/ui/webui/options/content_settings_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           783 chrome/browser/ui/webui/options/content_settings_handler.cc   HostContentSettingsMap* map = profile->GetHostContentSettingsMap();
profile           807 chrome/browser/ui/webui/options/content_settings_handler.cc       profile,
profile           850 chrome/browser/ui/webui/options/content_settings_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           852 chrome/browser/ui/webui/options/content_settings_handler.cc       DesktopNotificationServiceFactory::GetForProfile(profile);
profile           858 chrome/browser/ui/webui/options/content_settings_handler.cc   AddExceptionsGrantedByHostedApps(profile,
profile          1161 chrome/browser/ui/webui/options/content_settings_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile          1172 chrome/browser/ui/webui/options/content_settings_handler.cc   DesktopNotificationServiceFactory::GetForProfile(profile)->
profile          1275 chrome/browser/ui/webui/options/content_settings_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile          1280 chrome/browser/ui/webui/options/content_settings_handler.cc   PrefService* prefs = profile->GetPrefs();
profile          1313 chrome/browser/ui/webui/options/content_settings_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile          1319 chrome/browser/ui/webui/options/content_settings_handler.cc     profile = profile->GetOriginalProfile();
profile          1323 chrome/browser/ui/webui/options/content_settings_handler.cc     DesktopNotificationServiceFactory::GetForProfile(profile)->
profile          1326 chrome/browser/ui/webui/options/content_settings_handler.cc     HostContentSettingsMap* map = profile->GetHostContentSettingsMap();
profile          1483 chrome/browser/ui/webui/options/content_settings_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile          1484 chrome/browser/ui/webui/options/content_settings_handler.cc   if (profile->HasOffTheRecordProfile())
profile          1485 chrome/browser/ui/webui/options/content_settings_handler.cc     return profile->GetOffTheRecordProfile()->GetHostContentSettingsMap();
profile           184 chrome/browser/ui/webui/options/cookies_view_handler.cc     Profile* profile = Profile::FromWebUI(web_ui());
profile           186 chrome/browser/ui/webui/options/cookies_view_handler.cc         content::BrowserContext::GetDefaultStoragePartition(profile);
profile           192 chrome/browser/ui/webui/options/cookies_view_handler.cc         new BrowsingDataCookieHelper(profile->GetRequestContext()),
profile           193 chrome/browser/ui/webui/options/cookies_view_handler.cc         new BrowsingDataDatabaseHelper(profile),
profile           194 chrome/browser/ui/webui/options/cookies_view_handler.cc         new BrowsingDataLocalStorageHelper(profile),
profile           196 chrome/browser/ui/webui/options/cookies_view_handler.cc         new BrowsingDataAppCacheHelper(profile),
profile           199 chrome/browser/ui/webui/options/cookies_view_handler.cc         BrowsingDataQuotaHelper::Create(profile),
profile           200 chrome/browser/ui/webui/options/cookies_view_handler.cc         BrowsingDataServerBoundCertHelper::Create(profile),
profile           201 chrome/browser/ui/webui/options/cookies_view_handler.cc         BrowsingDataFlashLSOHelper::Create(profile));
profile           204 chrome/browser/ui/webui/options/cookies_view_handler.cc                              profile->GetExtensionSpecialStoragePolicy(),
profile            67 chrome/browser/ui/webui/options/core_options_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile            70 chrome/browser/ui/webui/options/core_options_handler.cc       profile,
profile            73 chrome/browser/ui/webui/options/core_options_handler.cc                  profile->GetPrefs()));
profile           367 chrome/browser/ui/webui/options/core_options_handler.cc     Profile* profile = Profile::FromWebUI(web_ui());
profile           369 chrome/browser/ui/webui/options/core_options_handler.cc         ExtensionPrefValueMapFactory::GetForBrowserContext(profile);
profile           375 chrome/browser/ui/webui/options/core_options_handler.cc         extensions::ExtensionRegistry::Get(profile)->GetExtensionById(
profile           133 chrome/browser/ui/webui/options/create_profile_handler.cc     Profile* profile,
profile           140 chrome/browser/ui/webui/options/create_profile_handler.cc       ShowProfileCreationError(profile,
profile           150 chrome/browser/ui/webui/options/create_profile_handler.cc                                    managed_user_id, profile);
profile           170 chrome/browser/ui/webui/options/create_profile_handler.cc     Profile* profile) {
profile           174 chrome/browser/ui/webui/options/create_profile_handler.cc       CreateShortcutAndShowSuccess(create_shortcut, desktop_type, profile);
profile           180 chrome/browser/ui/webui/options/create_profile_handler.cc                           managed_user_id, profile);
profile           216 chrome/browser/ui/webui/options/create_profile_handler.cc     Profile* profile,
profile           221 chrome/browser/ui/webui/options/create_profile_handler.cc     CreateShortcutAndShowSuccess(create_shortcut, desktop_type, profile);
profile           234 chrome/browser/ui/webui/options/create_profile_handler.cc   ShowProfileCreationError(profile, error_msg);
profile           240 chrome/browser/ui/webui/options/create_profile_handler.cc     Profile* profile) {
profile           246 chrome/browser/ui/webui/options/create_profile_handler.cc       shortcut_manager->CreateProfileShortcut(profile->GetPath());
profile           249 chrome/browser/ui/webui/options/create_profile_handler.cc   DCHECK_EQ(profile_path_being_created_.value(), profile->GetPath().value());
profile           254 chrome/browser/ui/webui/options/create_profile_handler.cc                  profile->GetPrefs()->GetString(prefs::kProfileName));
profile           255 chrome/browser/ui/webui/options/create_profile_handler.cc   dict.Set("filePath", base::CreateFilePathValue(profile->GetPath()));
profile           272 chrome/browser/ui/webui/options/create_profile_handler.cc                                     profile,
profile           279 chrome/browser/ui/webui/options/create_profile_handler.cc     Profile* profile,
profile           287 chrome/browser/ui/webui/options/create_profile_handler.cc   helper::DeleteProfileAtPath(profile->GetPath(), web_ui());
profile           420 chrome/browser/ui/webui/options/create_profile_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           422 chrome/browser/ui/webui/options/create_profile_handler.cc       ManagedUserSyncServiceFactory::GetForProfile(profile)->GetManagedUsers();
profile            84 chrome/browser/ui/webui/options/create_profile_handler.h                         Profile* profile,
profile            90 chrome/browser/ui/webui/options/create_profile_handler.h                                     Profile* profile);
profile           102 chrome/browser/ui/webui/options/create_profile_handler.h                                Profile* profile,
profile           109 chrome/browser/ui/webui/options/create_profile_handler.h                                     Profile* profile);
profile           112 chrome/browser/ui/webui/options/create_profile_handler.h   void ShowProfileCreationError(Profile* profile, const base::string16& error);
profile           288 chrome/browser/ui/webui/options/font_settings_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           290 chrome/browser/ui/webui/options/font_settings_handler.cc       extensions::ExtensionSystem::Get(profile)->extension_service();
profile            35 chrome/browser/ui/webui/options/home_page_overlay_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile            36 chrome/browser/ui/webui/options/home_page_overlay_handler.cc   autocomplete_controller_.reset(new AutocompleteController(profile, this,
profile           107 chrome/browser/ui/webui/options/import_data_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           108 chrome/browser/ui/webui/options/import_data_handler.cc   importer_host_->StartImportSettings(source_profile, profile,
profile           110 chrome/browser/ui/webui/options/import_data_handler.cc                                       new ProfileWriter(profile));
profile           127 chrome/browser/ui/webui/options/language_options_handler_common.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           128 chrome/browser/ui/webui/options/language_options_handler_common.cc   PrefService* prefs = profile->GetPrefs();
profile           268 chrome/browser/ui/webui/options/language_options_handler_common.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           270 chrome/browser/ui/webui/options/language_options_handler_common.cc       TranslateTabHelper::CreateTranslatePrefs(profile->GetPrefs());
profile           147 chrome/browser/ui/webui/options/manage_profile_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           148 chrome/browser/ui/webui/options/manage_profile_handler.cc   pref_change_registrar_.Init(profile->GetPrefs());
profile           154 chrome/browser/ui/webui/options/manage_profile_handler.cc       ProfileSyncServiceFactory::GetForProfile(profile);
profile           250 chrome/browser/ui/webui/options/manage_profile_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           251 chrome/browser/ui/webui/options/manage_profile_handler.cc   size_t profile_index = cache.GetIndexOfProfileWithPath(profile->GetPath());
profile           301 chrome/browser/ui/webui/options/manage_profile_handler.cc   Profile* profile =
profile           303 chrome/browser/ui/webui/options/manage_profile_handler.cc   if (!profile)
profile           325 chrome/browser/ui/webui/options/manage_profile_handler.cc     PrefService* pref_service = profile->GetPrefs();
profile           333 chrome/browser/ui/webui/options/manage_profile_handler.cc   if (profile->IsManaged())
profile           340 chrome/browser/ui/webui/options/manage_profile_handler.cc   profiles::UpdateProfileName(profile, new_profile_name);
profile           427 chrome/browser/ui/webui/options/manage_profile_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           429 chrome/browser/ui/webui/options/manage_profile_handler.cc       SigninManagerFactory::GetForProfile(profile);
profile           433 chrome/browser/ui/webui/options/manage_profile_handler.cc      ProfileSyncServiceFactory::GetForProfile(profile);
profile            73 chrome/browser/ui/webui/options/managed_user_create_confirm_handler.cc   Profile* profile = g_browser_process->profile_manager()->
profile            75 chrome/browser/ui/webui/options/managed_user_create_confirm_handler.cc   DCHECK(profile);
profile            84 chrome/browser/ui/webui/options/managed_user_create_confirm_handler.cc       profile,
profile            54 chrome/browser/ui/webui/options/managed_user_import_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile            55 chrome/browser/ui/webui/options/managed_user_import_handler.cc   if (!profile->IsManaged()) {
profile            57 chrome/browser/ui/webui/options/managed_user_import_handler.cc         ManagedUserSyncServiceFactory::GetForProfile(profile);
profile            87 chrome/browser/ui/webui/options/managed_user_import_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile            88 chrome/browser/ui/webui/options/managed_user_import_handler.cc   if (!profile->IsManaged()) {
profile            90 chrome/browser/ui/webui/options/managed_user_import_handler.cc         ManagedUserSyncServiceFactory::GetForProfile(profile);
profile            93 chrome/browser/ui/webui/options/managed_user_import_handler.cc       observer_.Add(ProfileOAuth2TokenServiceFactory::GetForProfile(profile)->
profile            97 chrome/browser/ui/webui/options/managed_user_import_handler.cc               profile);
profile           103 chrome/browser/ui/webui/options/managed_user_import_handler.cc                  profile));
profile           104 chrome/browser/ui/webui/options/managed_user_import_handler.cc       DCHECK(!ProfileOAuth2TokenServiceFactory::GetForProfile(profile));
profile           157 chrome/browser/ui/webui/options/managed_user_import_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           159 chrome/browser/ui/webui/options/managed_user_import_handler.cc       ManagedUserSharedSettingsServiceFactory::GetForBrowserContext(profile);
profile           212 chrome/browser/ui/webui/options/managed_user_import_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           214 chrome/browser/ui/webui/options/managed_user_import_handler.cc       SigninManagerFactory::GetForProfile(profile);
profile           219 chrome/browser/ui/webui/options/managed_user_import_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           221 chrome/browser/ui/webui/options/managed_user_import_handler.cc       ProfileOAuth2TokenServiceFactory::GetForProfile(profile);
profile            76 chrome/browser/ui/webui/options/media_devices_selection_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile            77 chrome/browser/ui/webui/options/media_devices_selection_handler.cc   PrefService* prefs = profile->GetPrefs();
profile            89 chrome/browser/ui/webui/options/media_devices_selection_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile            90 chrome/browser/ui/webui/options/media_devices_selection_handler.cc   PrefService* prefs = profile->GetPrefs();
profile            54 chrome/browser/ui/webui/options/options_browsertest.cc   browser()->profile()->GetPrefs()->ClearPref(path);
profile            65 chrome/browser/ui/webui/options/options_browsertest.cc   browser()->profile()->GetPrefs()->Set(pref_name.c_str(), *pref_value);
profile            39 chrome/browser/ui/webui/options/options_handlers_helper.cc                              Profile* profile,
profile            45 chrome/browser/ui/webui/options/options_handlers_helper.cc     profile,
profile            23 chrome/browser/ui/webui/options/options_handlers_helper.h                              Profile* profile,
profile           335 chrome/browser/ui/webui/options/options_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile           336 chrome/browser/ui/webui/options/options_ui.cc   content::URLDataSource::Add(profile, html_source);
profile           339 chrome/browser/ui/webui/options/options_ui.cc   ThemeSource* theme = new ThemeSource(profile);
profile           340 chrome/browser/ui/webui/options/options_ui.cc   content::URLDataSource::Add(profile, theme);
profile           346 chrome/browser/ui/webui/options/options_ui.cc   content::URLDataSource::Add(profile, user_image_source);
profile           410 chrome/browser/ui/webui/options/options_ui.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           411 chrome/browser/ui/webui/options/options_ui.cc   DCHECK(!profile->IsOffTheRecord() || profile->IsGuestSession());
profile            85 chrome/browser/ui/webui/options/options_ui_browsertest.cc                                       Profile* profile,
profile           152 chrome/browser/ui/webui/options/options_ui_browsertest.cc       SigninManagerFactory::GetForProfile(browser()->profile());
profile           180 chrome/browser/ui/webui/options/options_ui_browsertest.cc   EXPECT_TRUE(browser()->profile()->GetProfileName() != user);
profile           102 chrome/browser/ui/webui/options/preferences_browsertest.cc   pref_service_ = browser()->profile()->GetPrefs();
profile            38 chrome/browser/ui/webui/options/reset_profile_settings_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile            39 chrome/browser/ui/webui/options/reset_profile_settings_handler.cc   resetter_.reset(new ProfileResetter(profile));
profile            41 chrome/browser/ui/webui/options/reset_profile_settings_handler.cc       AutomaticProfileResetterFactory::GetForBrowserContext(profile);
profile           120 chrome/browser/ui/webui/options/reset_profile_settings_handler.cc     Profile* profile = Profile::FromWebUI(web_ui());
profile           121 chrome/browser/ui/webui/options/reset_profile_settings_handler.cc     ResettableSettingsSnapshot current_snapshot(profile);
profile           129 chrome/browser/ui/webui/options/reset_profile_settings_handler.cc       SendSettingsFeedback(report, profile, is_reset_prompt_active ?
profile            76 chrome/browser/ui/webui/options/startup_pages_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile            78 chrome/browser/ui/webui/options/startup_pages_handler.cc       SessionStartupPref::GetStartupPref(profile->GetPrefs());
profile            83 chrome/browser/ui/webui/options/startup_pages_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile            86 chrome/browser/ui/webui/options/startup_pages_handler.cc       new CustomHomePagesTableModel(profile));
profile            89 chrome/browser/ui/webui/options/startup_pages_handler.cc   pref_change_registrar_.Init(profile->GetPrefs());
profile            95 chrome/browser/ui/webui/options/startup_pages_handler.cc   autocomplete_controller_.reset(new AutocompleteController(profile, this,
profile            81 chrome/browser/ui/webui/performance_monitor/performance_monitor_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile            82 chrome/browser/ui/webui/performance_monitor/performance_monitor_ui.cc   content::WebUIDataSource::Add(profile, html_source);
profile            65 chrome/browser/ui/webui/plugins_ui.cc content::WebUIDataSource* CreatePluginsUIHTMLSource(Profile* profile) {
profile           104 chrome/browser/ui/webui/plugins_ui.cc   chromeos::AddAccountUITweaksLocalizedValues(source, profile);
profile           193 chrome/browser/ui/webui/plugins_ui.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           195 chrome/browser/ui/webui/plugins_ui.cc   PrefService* prefs = profile->GetPrefs();
profile           200 chrome/browser/ui/webui/plugins_ui.cc                  content::Source<Profile>(profile));
profile           224 chrome/browser/ui/webui/plugins_ui.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           241 chrome/browser/ui/webui/plugins_ui.cc   PluginPrefs* plugin_prefs = PluginPrefs::GetForProfile(profile).get();
profile           302 chrome/browser/ui/webui/plugins_ui.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           303 chrome/browser/ui/webui/plugins_ui.cc   profile->GetHostContentSettingsMap()->SetContentSetting(
profile           312 chrome/browser/ui/webui/plugins_ui.cc   DictionaryPrefUpdate update(profile->GetPrefs(),
profile           335 chrome/browser/ui/webui/plugins_ui.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           336 chrome/browser/ui/webui/plugins_ui.cc   PluginPrefs* plugin_prefs = PluginPrefs::GetForProfile(profile).get();
profile           462 chrome/browser/ui/webui/plugins_ui.cc           profile->GetPrefs()->GetDictionary(
profile           487 chrome/browser/ui/webui/plugins_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile           488 chrome/browser/ui/webui/plugins_ui.cc   content::WebUIDataSource::Add(profile, CreatePluginsUIHTMLSource(profile));
profile           613 chrome/browser/ui/webui/policy_ui.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           616 chrome/browser/ui/webui/policy_ui.cc           profile->GetOriginalProfile());
profile           634 chrome/browser/ui/webui/policy_ui.cc       extensions::ExtensionSystem::Get(profile);
profile            16 chrome/browser/ui/webui/predictors/predictors_handler.cc PredictorsHandler::PredictorsHandler(Profile* profile) {
profile            18 chrome/browser/ui/webui/predictors/predictors_handler.cc       predictors::AutocompleteActionPredictorFactory::GetForProfile(profile);
profile            24 chrome/browser/ui/webui/predictors/predictors_handler.h   explicit PredictorsHandler(Profile* profile);
profile            28 chrome/browser/ui/webui/predictors/predictors_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile            29 chrome/browser/ui/webui/predictors/predictors_ui.cc   web_ui->AddMessageHandler(new PredictorsHandler(profile));
profile            30 chrome/browser/ui/webui/predictors/predictors_ui.cc   content::WebUIDataSource::Add(profile, CreatePredictorsUIHTMLSource());
profile           415 chrome/browser/ui/webui/print_preview/print_preview_handler.cc       Profile* profile = Profile::FromWebUI(handler_->web_ui());
profile           416 chrome/browser/ui/webui/print_preview/print_preview_handler.cc       if (profile) {
profile           418 chrome/browser/ui/webui/print_preview/print_preview_handler.cc             ProfileOAuth2TokenServiceFactory::GetForProfile(profile);
profile           420 chrome/browser/ui/webui/print_preview/print_preview_handler.cc             SigninManagerFactory::GetInstance()->GetForProfile(profile);
profile           582 chrome/browser/ui/webui/print_preview/print_preview_handler.cc     Profile* profile = Profile::FromWebUI(web_ui());
profile           587 chrome/browser/ui/webui/print_preview/print_preview_handler.cc         profile->GetRequestContext(),
profile           906 chrome/browser/ui/webui/print_preview/print_preview_handler.cc   Profile* profile = Profile::FromBrowserContext(
profile           909 chrome/browser/ui/webui/print_preview/print_preview_handler.cc       profile, chrome::GetActiveDesktop());
profile           958 chrome/browser/ui/webui/print_preview/print_preview_handler.cc   Profile* profile = Profile::FromBrowserContext(
profile           962 chrome/browser/ui/webui/print_preview/print_preview_handler.cc           CloudPrintURL(profile).GetCloudPrintServiceManageURL(),
profile          1177 chrome/browser/ui/webui/print_preview/print_preview_handler.cc   Profile* profile = Profile::FromBrowserContext(
profile          1179 chrome/browser/ui/webui/print_preview/print_preview_handler.cc   PrefService* prefs = profile->GetPrefs();
profile          1181 chrome/browser/ui/webui/print_preview/print_preview_handler.cc     GURL gcp_url(CloudPrintURL(profile).GetCloudPrintServiceURL());
profile          1462 chrome/browser/ui/webui/print_preview/print_preview_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile          1464 chrome/browser/ui/webui/print_preview/print_preview_handler.cc       SigninManagerFactory::GetForProfileIfExists(profile);
profile           367 chrome/browser/ui/webui/print_preview/print_preview_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile           368 chrome/browser/ui/webui/print_preview/print_preview_ui.cc   content::WebUIDataSource::Add(profile, CreatePrintPreviewUISource());
profile           371 chrome/browser/ui/webui/print_preview/print_preview_ui.cc   content::URLDataSource::Add(profile, new ThemeSource(profile));
profile           131 chrome/browser/ui/webui/print_preview/print_preview_ui_browsertest.cc   browser()->profile()->GetPrefs()->SetBoolean(prefs::kPluginsAlwaysAuthorize,
profile            44 chrome/browser/ui/webui/print_preview/sticky_settings.h   void SaveInPrefs(PrefService* profile);
profile            45 chrome/browser/ui/webui/print_preview/sticky_settings.h   void RestoreFromPrefs(PrefService* profile);
profile           158 chrome/browser/ui/webui/profiler_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile           160 chrome/browser/ui/webui/profiler_ui.cc   content::URLDataSource::Add(profile, new ProfilerWebUIDataSource);
profile           162 chrome/browser/ui/webui/profiler_ui.cc   content::WebUIDataSource::Add(profile, CreateProfilerHTMLSource());
profile            41 chrome/browser/ui/webui/quota_internals/quota_internals_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile            42 chrome/browser/ui/webui/quota_internals/quota_internals_ui.cc   content::WebUIDataSource::Add(profile, CreateQuotaInternalsHTMLSource());
profile           219 chrome/browser/ui/webui/set_as_default_browser_ui.cc   SetAsDefaultBrowserDialogImpl(Profile* profile, Browser* browser);
profile           263 chrome/browser/ui/webui/set_as_default_browser_ui.cc SetAsDefaultBrowserDialogImpl::SetAsDefaultBrowserDialogImpl(Profile* profile,
profile           265 chrome/browser/ui/webui/set_as_default_browser_ui.cc     : profile_(profile),
profile           415 chrome/browser/ui/webui/set_as_default_browser_ui.cc void SetAsDefaultBrowserUI::Show(Profile* profile, Browser* browser) {
profile           418 chrome/browser/ui/webui/set_as_default_browser_ui.cc       new SetAsDefaultBrowserDialogImpl(profile, browser);
profile            21 chrome/browser/ui/webui/set_as_default_browser_ui.h   static void Show(Profile* profile, Browser* browser);
profile            46 chrome/browser/ui/webui/signin/inline_login_handler_impl.cc       Profile* profile,
profile            76 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            43 chrome/browser/ui/webui/signin/inline_login_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile            44 chrome/browser/ui/webui/signin/inline_login_ui.cc   content::WebUIDataSource::Add(profile, CreateWebUIDataSource());
profile            22 chrome/browser/ui/webui/signin/login_ui_service.cc LoginUIService::LoginUIService(Profile* profile)
profile            23 chrome/browser/ui/webui/signin/login_ui_service.cc     : ui_(NULL), profile_(profile) {
profile            48 chrome/browser/ui/webui/signin/login_ui_service.h   explicit LoginUIService(Profile* profile);
profile            23 chrome/browser/ui/webui/signin/login_ui_service_factory.cc LoginUIService* LoginUIServiceFactory::GetForProfile(Profile* profile) {
profile            25 chrome/browser/ui/webui/signin/login_ui_service_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            34 chrome/browser/ui/webui/signin/login_ui_service_factory.cc     content::BrowserContext* profile) const {
profile            35 chrome/browser/ui/webui/signin/login_ui_service_factory.cc   return new LoginUIService(static_cast<Profile*>(profile));
profile            22 chrome/browser/ui/webui/signin/login_ui_service_factory.h   static LoginUIService* GetForProfile(Profile* profile);
profile            35 chrome/browser/ui/webui/signin/login_ui_service_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile           101 chrome/browser/ui/webui/signin/profile_signin_confirmation_dialog.cc     Profile* profile,
profile           105 chrome/browser/ui/webui/signin/profile_signin_confirmation_dialog.cc                                               profile,
profile           116 chrome/browser/ui/webui/signin/profile_signin_confirmation_dialog.cc     Profile* profile,
profile           120 chrome/browser/ui/webui/signin/profile_signin_confirmation_dialog.cc     profile_(profile),
profile           133 chrome/browser/ui/webui/signin/profile_signin_confirmation_dialog.cc   Profile* profile,
profile           138 chrome/browser/ui/webui/signin/profile_signin_confirmation_dialog.cc                                           profile,
profile           142 chrome/browser/ui/webui/signin/profile_signin_confirmation_dialog.cc       profile,
profile            34 chrome/browser/ui/webui/signin/profile_signin_confirmation_dialog.h       Profile* profile,
profile            44 chrome/browser/ui/webui/signin/profile_signin_confirmation_dialog.h       Profile* profile,
profile            56 chrome/browser/ui/webui/signin/profile_signin_confirmation_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile            57 chrome/browser/ui/webui/signin/profile_signin_confirmation_ui.cc   content::WebUIDataSource::Add(profile, html_source);
profile            73 chrome/browser/ui/webui/signin/user_manager_screen_handler.cc     Profile* profile,
profile            78 chrome/browser/ui/webui/signin/user_manager_screen_handler.cc     profile,
profile            32 chrome/browser/ui/webui/signin/user_manager_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile            34 chrome/browser/ui/webui/signin/user_manager_ui.cc   content::WebUIDataSource::Add(profile, CreateUIDataSource(localized_strings));
profile            38 chrome/browser/ui/webui/signin/user_manager_ui.cc   ThemeSource* theme = new ThemeSource(profile);
profile            39 chrome/browser/ui/webui/signin/user_manager_ui.cc   content::URLDataSource::Add(profile, theme);
profile            34 chrome/browser/ui/webui/signin_internals_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile            35 chrome/browser/ui/webui/signin_internals_ui.cc   content::WebUIDataSource::Add(profile, CreateSignInInternalsHTMLSource());
profile            36 chrome/browser/ui/webui/signin_internals_ui.cc   if (profile) {
profile            38 chrome/browser/ui/webui/signin_internals_ui.cc         AboutSigninInternalsFactory::GetForProfile(profile);
profile            45 chrome/browser/ui/webui/signin_internals_ui.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile            46 chrome/browser/ui/webui/signin_internals_ui.cc   if (profile) {
profile            48 chrome/browser/ui/webui/signin_internals_ui.cc         AboutSigninInternalsFactory::GetForProfile(profile);
profile            60 chrome/browser/ui/webui/signin_internals_ui.cc     Profile* profile = Profile::FromWebUI(web_ui());
profile            61 chrome/browser/ui/webui/signin_internals_ui.cc     if (!profile)
profile            65 chrome/browser/ui/webui/signin_internals_ui.cc         AboutSigninInternalsFactory::GetForProfile(profile);
profile            28 chrome/browser/ui/webui/suggestions_internals/suggestions_internals_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile            29 chrome/browser/ui/webui/suggestions_internals/suggestions_internals_ui.cc   content::WebUIDataSource::Add(profile, html_source);
profile            31 chrome/browser/ui/webui/suggestions_internals/suggestions_internals_ui.cc       profile, new FaviconSource(profile, FaviconSource::FAVICON));
profile            34 chrome/browser/ui/webui/suggestions_internals/suggestions_internals_ui.cc   web_ui->AddMessageHandler(new SuggestionsInternalsUIHandler(profile));
profile            19 chrome/browser/ui/webui/suggestions_internals/suggestions_internals_ui_handler.cc SuggestionsInternalsUIHandler::SuggestionsInternalsUIHandler(Profile* profile)
profile            20 chrome/browser/ui/webui/suggestions_internals/suggestions_internals_ui_handler.cc     : profile_(profile) {}
profile            22 chrome/browser/ui/webui/suggestions_internals/suggestions_internals_ui_handler.h   explicit SuggestionsInternalsUIHandler(Profile* profile);
profile            17 chrome/browser/ui/webui/sync_file_system_internals/dump_database_handler.cc DumpDatabaseHandler::DumpDatabaseHandler(Profile* profile)
profile            18 chrome/browser/ui/webui/sync_file_system_internals/dump_database_handler.cc     : profile_(profile) {}
profile            17 chrome/browser/ui/webui/sync_file_system_internals/dump_database_handler.h   explicit DumpDatabaseHandler(Profile* profile);
profile            27 chrome/browser/ui/webui/sync_file_system_internals/extension_statuses_handler.cc ExtensionStatusesHandler::ExtensionStatusesHandler(Profile* profile)
profile            28 chrome/browser/ui/webui/sync_file_system_internals/extension_statuses_handler.cc     : profile_(profile) {}
profile            41 chrome/browser/ui/webui/sync_file_system_internals/extension_statuses_handler.cc     Profile* profile,
profile            43 chrome/browser/ui/webui/sync_file_system_internals/extension_statuses_handler.cc   DCHECK(profile);
profile            46 chrome/browser/ui/webui/sync_file_system_internals/extension_statuses_handler.cc       SyncFileSystemServiceFactory::GetForProfile(profile);
profile            48 chrome/browser/ui/webui/sync_file_system_internals/extension_statuses_handler.cc       extensions::ExtensionSystem::Get(profile)->extension_service();
profile            21 chrome/browser/ui/webui/sync_file_system_internals/extension_statuses_handler.h   explicit ExtensionStatusesHandler(Profile* profile);
profile            26 chrome/browser/ui/webui/sync_file_system_internals/extension_statuses_handler.h   static void GetExtensionStatusesAsDictionary(Profile* profile,
profile            28 chrome/browser/ui/webui/sync_file_system_internals/file_metadata_handler.cc FileMetadataHandler::FileMetadataHandler(Profile* profile)
profile            29 chrome/browser/ui/webui/sync_file_system_internals/file_metadata_handler.cc     : profile_(profile),
profile            25 chrome/browser/ui/webui/sync_file_system_internals/file_metadata_handler.h   explicit FileMetadataHandler(Profile* profile);
profile            29 chrome/browser/ui/webui/sync_file_system_internals/sync_file_system_internals_handler.cc SyncFileSystemInternalsHandler::SyncFileSystemInternalsHandler(Profile* profile)
profile            30 chrome/browser/ui/webui/sync_file_system_internals/sync_file_system_internals_handler.cc     : profile_(profile) {
profile            32 chrome/browser/ui/webui/sync_file_system_internals/sync_file_system_internals_handler.cc       SyncFileSystemServiceFactory::GetForProfile(profile);
profile            24 chrome/browser/ui/webui/sync_file_system_internals/sync_file_system_internals_handler.h   explicit SyncFileSystemInternalsHandler(Profile* profile);
profile            47 chrome/browser/ui/webui/sync_file_system_internals/sync_file_system_internals_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile            49 chrome/browser/ui/webui/sync_file_system_internals/sync_file_system_internals_ui.cc       new syncfs_internals::SyncFileSystemInternalsHandler(profile));
profile            51 chrome/browser/ui/webui/sync_file_system_internals/sync_file_system_internals_ui.cc       new syncfs_internals::ExtensionStatusesHandler(profile));
profile            53 chrome/browser/ui/webui/sync_file_system_internals/sync_file_system_internals_ui.cc       new syncfs_internals::FileMetadataHandler(profile));
profile            55 chrome/browser/ui/webui/sync_file_system_internals/sync_file_system_internals_ui.cc       new syncfs_internals::DumpDatabaseHandler(profile));
profile            56 chrome/browser/ui/webui/sync_file_system_internals/sync_file_system_internals_ui.cc   content::WebUIDataSource::Add(profile,
profile           167 chrome/browser/ui/webui/sync_internals_message_handler.cc   Profile* profile = Profile::FromWebUI(web_ui());
profile           169 chrome/browser/ui/webui/sync_internals_message_handler.cc   return factory->GetForProfile(profile->GetOriginalProfile());
profile            43 chrome/browser/ui/webui/sync_internals_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile            44 chrome/browser/ui/webui/sync_internals_ui.cc   content::WebUIDataSource::Add(profile, CreateSyncInternalsHTMLSource());
profile           508 chrome/browser/ui/webui/sync_setup_handler.cc       browser->profile())->GetAuthenticatedUsername();
profile           515 chrome/browser/ui/webui/sync_setup_handler.cc         ProfileOAuth2TokenServiceFactory::GetForProfile(browser->profile())->
profile           518 chrome/browser/ui/webui/sync_setup_handler.cc     url = signin::GetReauthURL(browser->profile(),
profile           606 chrome/browser/ui/webui/sync_setup_handler.cc   Profile* profile = GetProfile();
profile           607 chrome/browser/ui/webui/sync_setup_handler.cc   return profile->IsSyncAccessible() ?
profile           250 chrome/browser/ui/webui/sync_setup_handler_unittest.cc   TestingSyncSetupHandler(content::WebUI* web_ui, Profile* profile)
profile           252 chrome/browser/ui/webui/sync_setup_handler_unittest.cc         profile_(profile) {
profile           193 chrome/browser/ui/webui/system_info_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile           194 chrome/browser/ui/webui/system_info_ui.cc   content::URLDataSource::Add(profile, html_source);
profile            49 chrome/browser/ui/webui/theme_handler.cc   Profile* profile = GetProfile();
profile            50 chrome/browser/ui/webui/theme_handler.cc   ThemeSource* theme = new ThemeSource(profile);
profile            51 chrome/browser/ui/webui/theme_handler.cc   content::URLDataSource::Add(profile, theme);
profile            44 chrome/browser/ui/webui/theme_source.cc ThemeSource::ThemeSource(Profile* profile)
profile            45 chrome/browser/ui/webui/theme_source.cc     : profile_(profile->GetOriginalProfile()) {
profile            49 chrome/browser/ui/webui/theme_source.cc       NTPResourceCacheFactory::GetForProfile(profile)->GetNewTabCSS(win_type);
profile            23 chrome/browser/ui/webui/theme_source.h   explicit ThemeSource(Profile* profile);
profile           125 chrome/browser/ui/webui/translate_internals/translate_internals_handler.cc   Profile* profile =
profile           127 chrome/browser/ui/webui/translate_internals/translate_internals_handler.cc   PrefService* prefs = profile->GetOriginalProfile()->GetPrefs();
profile           178 chrome/browser/ui/webui/translate_internals/translate_internals_handler.cc   Profile* profile =
profile           180 chrome/browser/ui/webui/translate_internals/translate_internals_handler.cc   PrefService* prefs = profile->GetOriginalProfile()->GetPrefs();
profile            84 chrome/browser/ui/webui/translate_internals/translate_internals_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile            85 chrome/browser/ui/webui/translate_internals/translate_internals_ui.cc   content::WebUIDataSource::Add(profile, CreateTranslateInternalsHTMLSource());
profile            71 chrome/browser/ui/webui/uber/uber_ui.cc bool HasExtensionType(Profile* profile, const char* extensionType) {
profile            73 chrome/browser/ui/webui/uber/uber_ui.cc       profile->GetExtensionService()->extensions();
profile            89 chrome/browser/ui/webui/uber/uber_ui.cc content::WebUIDataSource* CreateUberFrameHTMLSource(Profile* profile) {
profile           118 chrome/browser/ui/webui/uber/uber_ui.cc   bool overridesHistory = HasExtensionType(profile,
profile           131 chrome/browser/ui/webui/uber/uber_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile           132 chrome/browser/ui/webui/uber/uber_ui.cc   content::WebUIDataSource::Add(profile, CreateUberHTMLSource());
profile           201 chrome/browser/ui/webui/uber/uber_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile           202 chrome/browser/ui/webui/uber/uber_ui.cc   content::WebUIDataSource::Add(profile, CreateUberFrameHTMLSource(profile));
profile           206 chrome/browser/ui/webui/uber/uber_ui.cc       content::Source<Profile>(profile));
profile           208 chrome/browser/ui/webui/uber/uber_ui.cc       content::Source<Profile>(profile));
profile           225 chrome/browser/ui/webui/uber/uber_ui.cc       Profile* profile = Profile::FromWebUI(web_ui());
profile           227 chrome/browser/ui/webui/uber/uber_ui.cc           HasExtensionType(profile, chrome::kChromeUIHistoryHost);
profile            24 chrome/browser/ui/webui/user_actions/user_actions_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile            25 chrome/browser/ui/webui/user_actions/user_actions_ui.cc   content::WebUIDataSource::Add(profile, html_source);
profile            41 chrome/browser/ui/webui/version_ui.cc content::WebUIDataSource* CreateVersionUIDataSource(Profile* profile) {
profile           139 chrome/browser/ui/webui/version_ui.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile           149 chrome/browser/ui/webui/version_ui.cc   ThemeSource* theme = new ThemeSource(profile);
profile           150 chrome/browser/ui/webui/version_ui.cc   content::URLDataSource::Add(profile, theme);
profile           153 chrome/browser/ui/webui/version_ui.cc   content::WebUIDataSource::Add(profile, CreateVersionUIDataSource(profile));
profile            52 chrome/browser/ui/webui/web_dialog_web_contents_delegate_unittest.cc     test_web_contents_delegate_.reset(new TestWebContentsDelegate(profile()));
profile            91 chrome/browser/ui/webui/web_dialog_web_contents_delegate_unittest.cc       WebContentsTester::CreateTestWebContents(profile(), NULL);
profile           100 chrome/browser/ui/webui/web_dialog_web_contents_delegate_unittest.cc   EXPECT_EQ(profile(), test_web_contents_delegate_->browser_context());
profile            75 chrome/browser/ui/webui/welcome_ui_android.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile            76 chrome/browser/ui/webui/welcome_ui_android.cc   content::WebUIDataSource::Add(profile, html_source);
profile            51 chrome/browser/ui/window_sizer/window_sizer.cc     if (!browser_ || !browser_->profile()->GetPrefs())
profile            56 chrome/browser/ui/window_sizer/window_sizer.cc         browser_->profile()->GetPrefs()->GetDictionary(window_name.c_str());
profile           458 chrome/browser/ui/window_sizer/window_sizer_ash_unittest.cc   scoped_ptr<TestingProfile> profile(new TestingProfile());
profile           461 chrome/browser/ui/window_sizer/window_sizer_ash_unittest.cc   Browser::CreateParams native_params(profile.get(),
profile           471 chrome/browser/ui/window_sizer/window_sizer_ash_unittest.cc       Browser::CreateParams(profile.get(), chrome::HOST_DESKTOP_TYPE_ASH)));
profile           477 chrome/browser/ui/window_sizer/window_sizer_ash_unittest.cc       Browser::CreateParams(Browser::TYPE_POPUP, profile.get(),
profile           484 chrome/browser/ui/window_sizer/window_sizer_ash_unittest.cc       Browser::CreateParams(Browser::TYPE_POPUP, profile.get(),
profile           530 chrome/browser/ui/window_sizer/window_sizer_ash_unittest.cc   scoped_ptr<TestingProfile> profile(new TestingProfile());
profile           531 chrome/browser/ui/window_sizer/window_sizer_ash_unittest.cc   Browser::CreateParams native_params(profile.get(),
profile           616 chrome/browser/ui/window_sizer/window_sizer_ash_unittest.cc   scoped_ptr<TestingProfile> profile(new TestingProfile());
profile           622 chrome/browser/ui/window_sizer/window_sizer_ash_unittest.cc       Browser::CreateParams(profile.get(), chrome::HOST_DESKTOP_TYPE_ASH)));
profile           630 chrome/browser/ui/window_sizer/window_sizer_ash_unittest.cc       Browser::CreateParams(profile.get(), chrome::HOST_DESKTOP_TYPE_ASH)));
profile           637 chrome/browser/ui/window_sizer/window_sizer_ash_unittest.cc       Browser::CreateParams(profile.get(),
profile           700 chrome/browser/ui/window_sizer/window_sizer_ash_unittest.cc   scoped_ptr<TestingProfile> profile(new TestingProfile());
profile           706 chrome/browser/ui/window_sizer/window_sizer_ash_unittest.cc       Browser::CreateParams(Browser::TYPE_TABBED, profile.get(),
profile           713 chrome/browser/ui/window_sizer/window_sizer_ash_unittest.cc       Browser::CreateParams(Browser::TYPE_POPUP, profile.get(),
profile           751 chrome/browser/ui/window_sizer/window_sizer_ash_unittest.cc       Browser::CreateParams(Browser::TYPE_TABBED, profile.get(),
profile           794 chrome/browser/ui/window_sizer/window_sizer_ash_unittest.cc   scoped_ptr<TestingProfile> profile(new TestingProfile());
profile           799 chrome/browser/ui/window_sizer/window_sizer_ash_unittest.cc       Browser::CreateParams(Browser::TYPE_TABBED, profile.get(),
profile           807 chrome/browser/ui/window_sizer/window_sizer_ash_unittest.cc       Browser::CreateParams(Browser::TYPE_POPUP, profile.get(),
profile            29 chrome/browser/ui/zoom/zoom_controller.cc   Profile* profile =
profile            31 chrome/browser/ui/zoom/zoom_controller.cc   default_zoom_level_.Init(prefs::kDefaultZoomLevel, profile->GetPrefs(),
profile            52 chrome/browser/ui/zoom/zoom_controller_unittest.cc   profile()->GetPrefs()->SetDouble(prefs::kDefaultZoomLevel, 110.0f);
profile            28 chrome/browser/undo/bookmark_undo_service.cc   explicit BookmarkUndoOperation(Profile* profile);
profile            38 chrome/browser/undo/bookmark_undo_service.cc BookmarkUndoOperation::BookmarkUndoOperation(Profile* profile)
profile            39 chrome/browser/undo/bookmark_undo_service.cc     : profile_(profile) {
profile            56 chrome/browser/undo/bookmark_undo_service.cc   BookmarkAddOperation(Profile* profile, const BookmarkNode* parent, int index);
profile            74 chrome/browser/undo/bookmark_undo_service.cc BookmarkAddOperation::BookmarkAddOperation(Profile* profile,
profile            77 chrome/browser/undo/bookmark_undo_service.cc   : BookmarkUndoOperation(profile),
profile           111 chrome/browser/undo/bookmark_undo_service.cc   BookmarkRemoveOperation(Profile* profile,
profile           137 chrome/browser/undo/bookmark_undo_service.cc BookmarkRemoveOperation::BookmarkRemoveOperation(Profile* profile,
profile           141 chrome/browser/undo/bookmark_undo_service.cc   : BookmarkUndoOperation(profile),
profile           189 chrome/browser/undo/bookmark_undo_service.cc   BookmarkEditOperation(Profile* profile,
profile           208 chrome/browser/undo/bookmark_undo_service.cc BookmarkEditOperation::BookmarkEditOperation(Profile* profile,
profile           210 chrome/browser/undo/bookmark_undo_service.cc     : BookmarkUndoOperation(profile),
profile           244 chrome/browser/undo/bookmark_undo_service.cc   BookmarkMoveOperation(Profile* profile,
profile           268 chrome/browser/undo/bookmark_undo_service.cc BookmarkMoveOperation::BookmarkMoveOperation(Profile* profile,
profile           273 chrome/browser/undo/bookmark_undo_service.cc     : BookmarkUndoOperation(profile),
profile           322 chrome/browser/undo/bookmark_undo_service.cc   BookmarkReorderOperation(Profile* profile,
profile           341 chrome/browser/undo/bookmark_undo_service.cc BookmarkReorderOperation::BookmarkReorderOperation(Profile* profile,
profile           343 chrome/browser/undo/bookmark_undo_service.cc     : BookmarkUndoOperation(profile),
profile           387 chrome/browser/undo/bookmark_undo_service.cc BookmarkUndoService::BookmarkUndoService(Profile* profile) : profile_(profile) {
profile            29 chrome/browser/undo/bookmark_undo_service.h   explicit BookmarkUndoService(Profile* profile);
profile            14 chrome/browser/undo/bookmark_undo_service_factory.cc     Profile* profile) {
profile            16 chrome/browser/undo/bookmark_undo_service_factory.cc       GetInstance()->GetServiceForBrowserContext(profile, true));
profile            36 chrome/browser/undo/bookmark_undo_service_factory.cc   Profile* profile = static_cast<Profile*>(context);
profile            37 chrome/browser/undo/bookmark_undo_service_factory.cc   return new BookmarkUndoService(profile);
profile            16 chrome/browser/undo/bookmark_undo_service_factory.h   static BookmarkUndoService* GetForProfile(Profile* profile);
profile            14 chrome/browser/undo/bookmark_undo_utils.cc UndoManager* GetUndoManager(Profile* profile) {
profile            15 chrome/browser/undo/bookmark_undo_utils.cc   BookmarkUndoService* undo_service = profile ?
profile            16 chrome/browser/undo/bookmark_undo_utils.cc       BookmarkUndoServiceFactory::GetForProfile(profile) : NULL;
profile            24 chrome/browser/undo/bookmark_undo_utils.cc ScopedSuspendBookmarkUndo::ScopedSuspendBookmarkUndo(Profile* profile)
profile            25 chrome/browser/undo/bookmark_undo_utils.cc     : profile_(profile) {
profile            18 chrome/browser/undo/bookmark_undo_utils.h   explicit ScopedSuspendBookmarkUndo(Profile* profile);
profile           158 chrome/browser/web_applications/web_app.cc   Profile* profile =
profile           160 chrome/browser/web_applications/web_app.cc   info->profile_path = profile->GetPath();
profile           168 chrome/browser/web_applications/web_app.cc     const extensions::Extension* app, Profile* profile) {
profile           176 chrome/browser/web_applications/web_app.cc   shortcut_info.profile_path = profile->GetPath();
profile           178 chrome/browser/web_applications/web_app.cc       profile->GetPrefs()->GetString(prefs::kProfileName);
profile           184 chrome/browser/web_applications/web_app.cc     Profile* profile,
profile           187 chrome/browser/web_applications/web_app.cc       ShortcutInfoForExtensionAndProfile(extension, profile);
profile           228 chrome/browser/web_applications/web_app.cc   extensions::ImageLoader::Get(profile)->LoadImageFamilyAsync(
profile            57 chrome/browser/web_applications/web_app.h     Profile* profile);
profile            63 chrome/browser/web_applications/web_app.h     Profile* profile,
profile            70 chrome/browser/webdata/web_data_service_factory.cc WebDataServiceWrapper::WebDataServiceWrapper(Profile* profile) {
profile            71 chrome/browser/webdata/web_data_service_factory.cc   base::FilePath profile_path = profile->GetPath();
profile           174 chrome/browser/webdata/web_data_service_factory.cc     Profile* profile,
profile           179 chrome/browser/webdata/web_data_service_factory.cc   DCHECK(access_type != Profile::IMPLICIT_ACCESS || !profile->IsOffTheRecord());
profile           181 chrome/browser/webdata/web_data_service_factory.cc           GetInstance()->GetServiceForBrowserContext(profile, true));
profile           186 chrome/browser/webdata/web_data_service_factory.cc     Profile* profile,
profile           191 chrome/browser/webdata/web_data_service_factory.cc   DCHECK(access_type != Profile::IMPLICIT_ACCESS || !profile->IsOffTheRecord());
profile           193 chrome/browser/webdata/web_data_service_factory.cc           GetInstance()->GetServiceForBrowserContext(profile, false));
profile           199 chrome/browser/webdata/web_data_service_factory.cc     Profile* profile,
profile           202 chrome/browser/webdata/web_data_service_factory.cc       WebDataServiceFactory::GetForProfile(profile, access_type);
profile           212 chrome/browser/webdata/web_data_service_factory.cc     Profile* profile,
profile           215 chrome/browser/webdata/web_data_service_factory.cc       WebDataServiceFactory::GetForProfile(profile, access_type);
profile           232 chrome/browser/webdata/web_data_service_factory.cc     content::BrowserContext* profile) const {
profile           233 chrome/browser/webdata/web_data_service_factory.cc   return new WebDataServiceWrapper(static_cast<Profile*>(profile));
profile            26 chrome/browser/webdata/web_data_service_factory.h   explicit WebDataServiceWrapper(Profile* profile);
profile            58 chrome/browser/webdata/web_data_service_factory.h       Profile* profile,
profile            62 chrome/browser/webdata/web_data_service_factory.h       Profile* profile,
profile            67 chrome/browser/webdata/web_data_service_factory.h       GetAutofillWebDataForProfile(Profile* profile,
profile            71 chrome/browser/webdata/web_data_service_factory.h   static scoped_refptr<TokenWebData> GetTokenWebDataForProfile(Profile* profile,
profile            86 chrome/browser/webdata/web_data_service_factory.h       content::BrowserContext* profile) const OVERRIDE;
profile            98 chrome/renderer/media/cast_rtp_stream.cc     if (vea_profiles[i].profile >= media::VP8PROFILE_MIN &&
profile            99 chrome/renderer/media/cast_rtp_stream.cc         vea_profiles[i].profile <= media::VP8PROFILE_MAX) {
profile           111 chrome/renderer/media/cast_rtp_stream.cc     if (vea_profiles[i].profile >= media::H264PROFILE_MIN &&
profile           112 chrome/renderer/media/cast_rtp_stream.cc         vea_profiles[i].profile <= media::H264PROFILE_MAX) {
profile            86 chrome/test/base/browser_with_test_window_test.cc   browser_.reset(CreateBrowser(profile(), browser_type_, hosted_app_,
profile           214 chrome/test/base/browser_with_test_window_test.cc void BrowserWithTestWindowTest::DestroyProfile(TestingProfile* profile) {
profile           215 chrome/test/base/browser_with_test_window_test.cc   delete profile;
profile           223 chrome/test/base/browser_with_test_window_test.cc     Profile* profile,
profile           228 chrome/test/base/browser_with_test_window_test.cc   Browser::CreateParams params(profile, host_desktop_type);
profile           107 chrome/test/base/browser_with_test_window_test.h   TestingProfile* profile() const { return profile_; }
profile           146 chrome/test/base/browser_with_test_window_test.h   virtual void DestroyProfile(TestingProfile* profile);
profile           154 chrome/test/base/browser_with_test_window_test.h   virtual Browser* CreateBrowser(Profile* profile,
profile            40 chrome/test/base/chrome_render_view_host_test_harness.cc   Profile* profile = static_cast<Profile*>(context);
profile            43 chrome/test/base/chrome_render_view_host_test_harness.cc       ChromeSigninClientFactory::GetInstance()->GetForProfile(profile));
profile            47 chrome/test/base/chrome_render_view_host_test_harness.cc   FakeSigninManager* manager = new FakeSigninManager(profile);
profile            25 chrome/test/base/chrome_render_view_host_test_harness.h   TestingProfile* profile();
profile           299 chrome/test/base/in_process_browser_test.cc Browser* InProcessBrowserTest::CreateBrowser(Profile* profile) {
profile           301 chrome/test/base/in_process_browser_test.cc       Browser::CreateParams(profile, chrome::GetActiveDesktop()));
profile           309 chrome/test/base/in_process_browser_test.cc       Browser::CreateParams(browser()->profile()->GetOffTheRecordProfile(),
profile           315 chrome/test/base/in_process_browser_test.cc Browser* InProcessBrowserTest::CreateBrowserForPopup(Profile* profile) {
profile           317 chrome/test/base/in_process_browser_test.cc       new Browser(Browser::CreateParams(Browser::TYPE_POPUP, profile,
profile           325 chrome/test/base/in_process_browser_test.cc     Profile* profile) {
profile           328 chrome/test/base/in_process_browser_test.cc           Browser::TYPE_POPUP, app_name, gfx::Rect(), profile,
profile           136 chrome/test/base/in_process_browser_test.h   Browser* CreateBrowser(Profile* profile);
profile           143 chrome/test/base/in_process_browser_test.h   Browser* CreateBrowserForPopup(Profile* profile);
profile           147 chrome/test/base/in_process_browser_test.h   Browser* CreateBrowserForApp(const std::string& app_name, Profile* profile);
profile           101 chrome/test/base/test_browser_window.h                                         Profile* profile) OVERRIDE {}
profile           128 chrome/test/base/test_browser_window.h   virtual void ShowWebsiteSettings(Profile* profile,
profile            37 chrome/test/base/test_chrome_web_ui_controller_factory.cc   Profile* profile = Profile::FromBrowserContext(browser_context);
profile            38 chrome/test/base/test_chrome_web_ui_controller_factory.cc   WebUIProvider* provider = GetWebUIProvider(profile, url);
profile            40 chrome/test/base/test_chrome_web_ui_controller_factory.cc       ChromeWebUIControllerFactory::GetWebUIType(profile, url);
profile            45 chrome/test/base/test_chrome_web_ui_controller_factory.cc   Profile* profile = Profile::FromWebUI(web_ui);
profile            46 chrome/test/base/test_chrome_web_ui_controller_factory.cc   WebUIProvider* provider = GetWebUIProvider(profile, url);
profile            53 chrome/test/base/test_chrome_web_ui_controller_factory.cc         Profile* profile, const GURL& url) const {
profile            52 chrome/test/base/test_chrome_web_ui_controller_factory.h   WebUIProvider* GetWebUIProvider(Profile* profile, const GURL& url) const;
profile           158 chrome/test/base/testing_profile.cc     content::BrowserContext* profile) {
profile           159 chrome/test/base/testing_profile.cc   return new DesktopNotificationService(static_cast<Profile*>(profile), NULL);
profile           416 chrome/test/base/testing_profile.cc static KeyedService* BuildFaviconService(content::BrowserContext* profile) {
profile           417 chrome/test/base/testing_profile.cc   return new FaviconService(static_cast<Profile*>(profile));
profile           426 chrome/test/base/testing_profile.cc static KeyedService* BuildHistoryService(content::BrowserContext* profile) {
profile           427 chrome/test/base/testing_profile.cc   return new HistoryService(static_cast<Profile*>(profile));
profile           495 chrome/test/base/testing_profile.cc   Profile* profile = static_cast<Profile*>(context);
profile           496 chrome/test/base/testing_profile.cc   BookmarkModel* bookmark_model = new BookmarkModel(profile);
profile           497 chrome/test/base/testing_profile.cc   bookmark_model->Load(profile->GetIOTaskRunner());
profile           520 chrome/test/base/testing_profile.cc static KeyedService* BuildWebDataService(content::BrowserContext* profile) {
profile           521 chrome/test/base/testing_profile.cc   return new WebDataServiceWrapper(static_cast<Profile*>(profile));
profile           590 chrome/test/base/testing_profile.cc void TestingProfile::SetOffTheRecordProfile(scoped_ptr<Profile> profile) {
profile           592 chrome/test/base/testing_profile.cc   incognito_profile_ = profile.Pass();
profile           595 chrome/test/base/testing_profile.cc void TestingProfile::SetOriginalProfile(Profile* profile) {
profile           597 chrome/test/base/testing_profile.cc   original_profile_ = profile;
profile           248 chrome/test/base/testing_profile.h   virtual void SetOffTheRecordProfile(scoped_ptr<Profile> profile);
profile           249 chrome/test/base/testing_profile.h   virtual void SetOriginalProfile(Profile* profile);
profile            75 chrome/test/base/testing_profile_manager.cc   TestingProfile* profile = builder.Build().release();
profile            76 chrome/test/base/testing_profile_manager.cc   profile->set_profile_name(profile_name);
profile            77 chrome/test/base/testing_profile_manager.cc   profile_manager_->AddProfile(profile);  // Takes ownership.
profile            88 chrome/test/base/testing_profile_manager.cc   testing_profiles_.insert(std::make_pair(profile_name, profile));
profile            90 chrome/test/base/testing_profile_manager.cc   return profile;
profile           115 chrome/test/base/testing_profile_manager.cc   TestingProfile* profile = builder.Build().release();
profile           116 chrome/test/base/testing_profile_manager.cc   profile->set_profile_name(kGuestProfileName);
profile           118 chrome/test/base/testing_profile_manager.cc   otr_profile->SetOriginalProfile(profile);
profile           119 chrome/test/base/testing_profile_manager.cc   profile->SetOffTheRecordProfile(otr_profile.PassAs<Profile>());
profile           120 chrome/test/base/testing_profile_manager.cc   profile_manager_->AddProfile(profile);  // Takes ownership.
profile           121 chrome/test/base/testing_profile_manager.cc   profile_manager_->SetGuestProfilePrefs(profile);
profile           123 chrome/test/base/testing_profile_manager.cc   testing_profiles_.insert(std::make_pair(kGuestProfileName, profile));
profile           125 chrome/test/base/testing_profile_manager.cc   return profile;
profile           134 chrome/test/base/testing_profile_manager.cc   TestingProfile* profile = it->second;
profile           137 chrome/test/base/testing_profile_manager.cc   cache.DeleteProfileFromCache(profile->GetPath());
profile           139 chrome/test/base/testing_profile_manager.cc   profile_manager_->profiles_info_.erase(profile->GetPath());
profile           156 chrome/test/base/ui_test_utils.cc Browser* OpenURLOffTheRecord(Profile* profile, const GURL& url) {
profile           158 chrome/test/base/ui_test_utils.cc   chrome::OpenURLOffTheRecord(profile, url, active_desktop);
profile           160 chrome/test/base/ui_test_utils.cc       profile->GetOffTheRecordProfile(), false, active_desktop);
profile           388 chrome/test/base/ui_test_utils.cc   browser->profile()->GetPrefs()->SetFilePath(
profile           392 chrome/test/base/ui_test_utils.cc       content::BrowserContext::GetDownloadManager(browser->profile());
profile           574 chrome/test/base/ui_test_utils.cc HistoryEnumerator::HistoryEnumerator(Profile* profile) {
profile           579 chrome/test/base/ui_test_utils.cc       profile, Profile::EXPLICIT_ACCESS);
profile            84 chrome/test/base/ui_test_utils.h Browser* OpenURLOffTheRecord(Profile* profile, const GURL& url);
profile           296 chrome/test/base/ui_test_utils.h   explicit HistoryEnumerator(Profile* profile);
profile           389 chrome/test/base/web_ui_browsertest.cc     Profile* profile = Profile::FromWebUI(web_ui);
profile           390 chrome/test/base/web_ui_browsertest.cc     content::URLDataSource::Add(profile, new MockWebUIDataSource());
profile            28 chrome/test/data/webui/history_ui_browsertest.cc   history_ = HistoryServiceFactory::GetForProfile(browser()->profile(),
profile            47 chrome/test/data/webui/history_ui_browsertest.cc   browser()->profile()->GetPrefs()->
profile            52 chrome/test/data/webui/history_ui_browsertest.cc   browser()->profile()->GetPrefs()->
profile            17 chrome/test/data/webui/ntp4_browsertest.cc   browser()->profile()->GetPrefs()->SetString(prefs::kGoogleServicesUsername,
profile           155 chrome/test/ppapi/ppapi_browsertest.cc       browser()->profile()->GetHostContentSettingsMap();
profile           175 chrome/test/ppapi/ppapi_browsertest.cc       browser()->profile()->GetHostContentSettingsMap();
profile           183 chrome/test/ppapi/ppapi_browsertest.cc   browser()->profile()->GetHostContentSettingsMap()->SetDefaultContentSetting(
profile           195 chrome/test/ppapi/ppapi_browsertest.cc   browser()->profile()->GetHostContentSettingsMap()->SetDefaultContentSetting(
profile            25 chrome/test/ppapi/ppapi_interactive_browsertest.cc       browser()->profile()->GetHostContentSettingsMap();
profile            37 chrome/test/ppapi/ppapi_interactive_browsertest.cc       browser()->profile()->GetHostContentSettingsMap();
profile           155 chrome/test/ppapi/ppapi_test.cc   browser()->profile()->GetHostContentSettingsMap()->SetDefaultContentSetting(
profile           178 chrome/test/remoting/remote_desktop_browsertest.cc       browser()->profile(),
profile            57 chromeos/attestation/attestation_flow.cc     AttestationCertificateProfile profile) {
profile            58 chromeos/attestation/attestation_flow.cc   switch (profile) {
profile            69 chromeos/attestation/attestation_flow.cc std::string GetKeyNameForProfile(AttestationCertificateProfile profile,
profile            71 chromeos/attestation/attestation_flow.cc   switch (profile) {
profile            61 chromeos/cryptohome/mock_async_method_caller.h            chromeos::attestation::AttestationCertificateProfile profile,
profile            63 chromeos/dbus/fake_shill_profile_client.cc   ProfileProperties* profile = GetProfile(profile_path, error_callback);
profile            64 chromeos/dbus/fake_shill_profile_client.cc   if (!profile)
profile            67 chromeos/dbus/fake_shill_profile_client.cc   scoped_ptr<base::DictionaryValue> properties(profile->properties.DeepCopy());
profile            70 chromeos/dbus/fake_shill_profile_client.cc   for (base::DictionaryValue::Iterator it(profile->entries); !it.IsAtEnd();
profile            85 chromeos/dbus/fake_shill_profile_client.cc   ProfileProperties* profile = GetProfile(profile_path, error_callback);
profile            86 chromeos/dbus/fake_shill_profile_client.cc   if (!profile)
profile            90 chromeos/dbus/fake_shill_profile_client.cc   profile->entries.GetDictionaryWithoutPathExpansion(entry_path, &entry);
profile           105 chromeos/dbus/fake_shill_profile_client.cc   ProfileProperties* profile = GetProfile(profile_path, error_callback);
profile           106 chromeos/dbus/fake_shill_profile_client.cc   if (!profile)
profile           109 chromeos/dbus/fake_shill_profile_client.cc   if (!profile->entries.RemoveWithoutPathExpansion(entry_path, NULL)) {
profile           132 chromeos/dbus/fake_shill_profile_client.cc   ProfileProperties* profile = new ProfileProperties;
profile           133 chromeos/dbus/fake_shill_profile_client.cc   profile->properties.SetStringWithoutPathExpansion(shill::kUserHashProperty,
profile           135 chromeos/dbus/fake_shill_profile_client.cc   profiles_[profile_path] = profile;
profile           143 chromeos/dbus/fake_shill_profile_client.cc   ProfileProperties* profile = GetProfile(dbus::ObjectPath(profile_path),
profile           145 chromeos/dbus/fake_shill_profile_client.cc   DCHECK(profile);
profile           146 chromeos/dbus/fake_shill_profile_client.cc   profile->entries.SetWithoutPathExpansion(entry_path,
profile           154 chromeos/dbus/fake_shill_profile_client.cc   ProfileProperties* profile = GetProfile(dbus::ObjectPath(profile_path),
profile           156 chromeos/dbus/fake_shill_profile_client.cc   if (!profile) {
profile           182 chromeos/dbus/fake_shill_profile_client.cc   profile->entries.SetWithoutPathExpansion(service_path,
profile           147 chromeos/network/managed_network_configuration_handler_impl.cc   const NetworkProfile* profile =
profile           149 chromeos/network/managed_network_configuration_handler_impl.cc   if (!profile)
profile           158 chromeos/network/managed_network_configuration_handler_impl.cc   if (ui_data && profile) {
profile           159 chromeos/network/managed_network_configuration_handler_impl.cc     if (profile->type() == NetworkProfile::TYPE_SHARED)
profile           161 chromeos/network/managed_network_configuration_handler_impl.cc     else if (profile->type() == NetworkProfile::TYPE_USER)
profile           165 chromeos/network/managed_network_configuration_handler_impl.cc   } else if (profile) {
profile           183 chromeos/network/managed_network_configuration_handler_impl.cc   if (!guid.empty() && profile) {
profile           184 chromeos/network/managed_network_configuration_handler_impl.cc     const Policies* policies = GetPoliciesForProfile(*profile);
profile           192 chromeos/network/managed_network_configuration_handler_impl.cc     if (profile->type() == NetworkProfile::TYPE_SHARED)
profile           194 chromeos/network/managed_network_configuration_handler_impl.cc     else if (profile->type() == NetworkProfile::TYPE_USER)
profile           246 chromeos/network/managed_network_configuration_handler_impl.cc   const NetworkProfile *profile =
profile           248 chromeos/network/managed_network_configuration_handler_impl.cc   if (!profile) {
profile           254 chromeos/network/managed_network_configuration_handler_impl.cc           << profile->ToDebugString();
profile           256 chromeos/network/managed_network_configuration_handler_impl.cc   const Policies* policies = GetPoliciesForProfile(*profile);
profile           289 chromeos/network/managed_network_configuration_handler_impl.cc           *profile, guid, policy, validated_user_settings.get()));
profile           312 chromeos/network/managed_network_configuration_handler_impl.cc   const NetworkProfile* profile =
profile           314 chromeos/network/managed_network_configuration_handler_impl.cc   if (!profile) {
profile           328 chromeos/network/managed_network_configuration_handler_impl.cc           *profile, guid, NULL /*no policy*/, &properties));
profile           394 chromeos/network/managed_network_configuration_handler_impl.cc   const NetworkProfile* profile =
profile           396 chromeos/network/managed_network_configuration_handler_impl.cc   if (!profile) {
profile           404 chromeos/network/managed_network_configuration_handler_impl.cc                            *profile,
profile           412 chromeos/network/managed_network_configuration_handler_impl.cc     const NetworkProfile& profile) {
profile           413 chromeos/network/managed_network_configuration_handler_impl.cc   VLOG(1) << "Adding profile " << profile.ToDebugString() << "'.";
profile           415 chromeos/network/managed_network_configuration_handler_impl.cc   const Policies* policies = GetPoliciesForProfile(profile);
profile           431 chromeos/network/managed_network_configuration_handler_impl.cc                            profile,
profile           439 chromeos/network/managed_network_configuration_handler_impl.cc     const NetworkProfile& profile) {
profile           459 chromeos/network/managed_network_configuration_handler_impl.cc   std::string profile;
profile           461 chromeos/network/managed_network_configuration_handler_impl.cc                                                     &profile);
profile           462 chromeos/network/managed_network_configuration_handler_impl.cc   if (profile.empty()) {
profile           469 chromeos/network/managed_network_configuration_handler_impl.cc                                                  profile);
profile           539 chromeos/network/managed_network_configuration_handler_impl.cc   const NetworkProfile* profile =
profile           541 chromeos/network/managed_network_configuration_handler_impl.cc   if (!profile) {
profile           546 chromeos/network/managed_network_configuration_handler_impl.cc   const Policies* policies = GetPoliciesForProfile(*profile);
profile           564 chromeos/network/managed_network_configuration_handler_impl.cc     const NetworkProfile& profile) const {
profile           565 chromeos/network/managed_network_configuration_handler_impl.cc   DCHECK(profile.type() != NetworkProfile::TYPE_SHARED ||
profile           566 chromeos/network/managed_network_configuration_handler_impl.cc          profile.userhash.empty());
profile           567 chromeos/network/managed_network_configuration_handler_impl.cc   return GetPoliciesForUser(profile.userhash);
profile            90 chromeos/network/managed_network_configuration_handler_impl.h   virtual void OnProfileAdded(const NetworkProfile& profile) OVERRIDE;
profile            91 chromeos/network/managed_network_configuration_handler_impl.h   virtual void OnProfileRemoved(const NetworkProfile& profile) OVERRIDE;
profile           124 chromeos/network/managed_network_configuration_handler_impl.h   const Policies* GetPoliciesForProfile(const NetworkProfile& profile) const;
profile            73 chromeos/network/managed_network_configuration_handler_unittest.cc     base::DictionaryValue* profile = new base::DictionaryValue;
profile            74 chromeos/network/managed_network_configuration_handler_unittest.cc     profile_entries_.SetWithoutPathExpansion(profile_path, profile);
profile           141 chromeos/network/managed_network_configuration_handler_unittest.cc   void AddProfileForTest(const NetworkProfile& profile) {
profile           142 chromeos/network/managed_network_configuration_handler_unittest.cc     AddProfile(profile);
profile           285 chromeos/network/network_configuration_handler.cc   std::string profile;
profile           287 chromeos/network/network_configuration_handler.cc                                            &profile);
profile           288 chromeos/network/network_configuration_handler.cc   DCHECK(!profile.empty());
profile           290 chromeos/network/network_configuration_handler.cc       dbus::ObjectPath(profile),
profile           350 chromeos/network/network_configuration_handler_unittest.cc   std::string profile = "profile path";
profile           356 chromeos/network/network_configuration_handler_unittest.cc                                 base::Value::CreateStringValue(profile));
profile           359 chromeos/network/network_configuration_handler_unittest.cc               ConfigureServiceForProfile(dbus::ObjectPath(profile), _, _, _))
profile            95 chromeos/network/network_connection_handler.cc   const NetworkProfile* profile  =
profile            97 chromeos/network/network_connection_handler.cc   return profile ? profile->path
profile            48 chromeos/network/network_profile_handler.cc   bool operator()(const NetworkProfile& profile) {
profile            49 chromeos/network/network_profile_handler.cc     return profile.path == path_;
profile           151 chromeos/network/network_profile_handler.cc void NetworkProfileHandler::AddProfile(const NetworkProfile& profile) {
profile           152 chromeos/network/network_profile_handler.cc   VLOG(2) << "Adding profile " << profile.ToDebugString() << ".";
profile           153 chromeos/network/network_profile_handler.cc   profiles_.push_back(profile);
profile           164 chromeos/network/network_profile_handler.cc   NetworkProfile profile = *found;
profile           167 chromeos/network/network_profile_handler.cc                     OnProfileRemoved(profile));
profile            71 chromeos/network/network_profile_handler.h   void AddProfile(const NetworkProfile& profile);
profile            18 chromeos/network/network_profile_observer.h   virtual void OnProfileAdded(const NetworkProfile& profile) = 0;
profile            19 chromeos/network/network_profile_observer.h   virtual void OnProfileRemoved(const NetworkProfile& profile) = 0;
profile            49 chromeos/network/policy_applicator.cc     const NetworkProfile& profile,
profile            53 chromeos/network/policy_applicator.cc     : handler_(handler), profile_(profile) {
profile            53 chromeos/network/policy_applicator.h                    const NetworkProfile& profile,
profile           131 chromeos/network/policy_util.cc     const NetworkProfile& profile,
profile           138 chromeos/network/policy_util.cc     if (profile.type() == NetworkProfile::TYPE_SHARED) {
profile           145 chromeos/network/policy_util.cc     } else if (profile.type() == NetworkProfile::TYPE_USER) {
profile           179 chromeos/network/policy_util.cc                                                   profile.path);
profile            31 chromeos/network/policy_util.h     const NetworkProfile& profile,
profile            61 components/autofill/content/browser/wallet/instrument.cc                        const AutofillProfile& profile)
profile            67 components/autofill/content/browser/wallet/instrument.cc       address_(new Address(profile)) {
profile            43 components/autofill/content/browser/wallet/instrument.h              const AutofillProfile& profile);
profile           114 components/autofill/content/browser/wallet/wallet_address.cc Address::Address(const AutofillProfile& profile)
profile           116 components/autofill/content/browser/wallet/wallet_address.cc           base::UTF16ToASCII(profile.GetRawInfo(ADDRESS_HOME_COUNTRY))),
profile           117 components/autofill/content/browser/wallet/wallet_address.cc       recipient_name_(profile.GetRawInfo(NAME_FULL)),
profile           118 components/autofill/content/browser/wallet/wallet_address.cc       locality_name_(profile.GetRawInfo(ADDRESS_HOME_CITY)),
profile           120 components/autofill/content/browser/wallet/wallet_address.cc           profile.GetRawInfo(ADDRESS_HOME_DEPENDENT_LOCALITY)),
profile           121 components/autofill/content/browser/wallet/wallet_address.cc       administrative_area_name_(profile.GetRawInfo(ADDRESS_HOME_STATE)),
profile           122 components/autofill/content/browser/wallet/wallet_address.cc       postal_code_number_(profile.GetRawInfo(ADDRESS_HOME_ZIP)),
profile           123 components/autofill/content/browser/wallet/wallet_address.cc       sorting_code_(profile.GetRawInfo(ADDRESS_HOME_SORTING_CODE)),
profile           124 components/autofill/content/browser/wallet/wallet_address.cc       phone_number_(profile.GetRawInfo(PHONE_HOME_WHOLE_NUMBER)),
profile           127 components/autofill/content/browser/wallet/wallet_address.cc       profile.GetRawInfo(ADDRESS_HOME_STREET_ADDRESS), '\n', &street_address_);
profile            44 components/autofill/content/browser/wallet/wallet_address.h   explicit Address(const AutofillProfile& profile);
profile            46 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc   AutofillProfile* profile = GetAndLoadProfile();
profile            48 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc   EXPECT_EQ(profile->GetRawInfo(NAME_FIRST), first_name);
profile            49 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc   EXPECT_EQ(profile->GetRawInfo(NAME_MIDDLE), middle_name);
profile            50 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc   EXPECT_EQ(profile->GetRawInfo(NAME_LAST), last_name);
profile            54 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc   AutofillProfile* profile = GetAndLoadProfile();
profile            56 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc   EXPECT_EQ(profile->GetRawInfo(NAME_FIRST), base::string16());
profile            57 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc   EXPECT_EQ(profile->GetRawInfo(NAME_MIDDLE), base::string16());
profile            58 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc   EXPECT_EQ(profile->GetRawInfo(NAME_LAST), base::string16());
profile            67 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc   AutofillProfile* profile = GetAndLoadProfile();
profile            69 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc   profile->GetRawMultiInfo(EMAIL_ADDRESS, &loaded_email_addresses);
profile            77 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc   AutofillProfile* profile = GetAndLoadProfile();
profile            78 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc   profile->GetRawMultiInfo(EMAIL_ADDRESS, &loaded_email_addresses);
profile            88 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc   AutofillProfile* profile = GetAndLoadProfile();
profile            89 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc   profile->GetRawMultiInfo(PHONE_HOME_WHOLE_NUMBER, &loaded_phone_numbers);
profile            98 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc   AutofillProfile* profile = GetAndLoadProfile();
profile            99 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc   profile->GetRawMultiInfo(PHONE_HOME_WHOLE_NUMBER, &loaded_phone_numbers);
profile           124 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc   AutofillProfile* profile = GetAndLoadProfile();
profile           125 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc   EXPECT_EQ(profile->GetRawInfo(ADDRESS_HOME_LINE1), street);
profile           126 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc   EXPECT_EQ(profile->GetRawInfo(ADDRESS_HOME_CITY), city);
profile           127 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc   EXPECT_EQ(profile->GetRawInfo(ADDRESS_HOME_ZIP), postal_code);
profile           128 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc   EXPECT_EQ(profile->GetRawInfo(ADDRESS_HOME_STATE), region);
profile           129 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc   EXPECT_EQ(profile->GetRawInfo(ADDRESS_HOME_COUNTRY), country);
profile           138 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc   AutofillProfile* profile = GetAndLoadProfile();
profile           139 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc   EXPECT_EQ(profile->GetRawInfo(ADDRESS_HOME_LINE2), expectedLine2);
profile           144 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc   AutofillProfile* profile = GetAndLoadProfile();
profile           145 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc   EXPECT_EQ(profile->GetRawInfo(ADDRESS_HOME_LINE2), post_office_box);
profile           150 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc   AutofillProfile* profile = GetAndLoadProfile();
profile           151 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc   EXPECT_EQ(profile->GetRawInfo(ADDRESS_HOME_LINE2), neighborhood);
profile           155 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc   AutofillProfile* profile = GetAndLoadProfile();
profile           156 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc   EXPECT_EQ(profile->GetRawInfo(ADDRESS_HOME_LINE1), base::string16());
profile           157 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc   EXPECT_EQ(profile->GetRawInfo(ADDRESS_HOME_LINE2), base::string16());
profile           158 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc   EXPECT_EQ(profile->GetRawInfo(ADDRESS_HOME_CITY), base::string16());
profile           159 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc   EXPECT_EQ(profile->GetRawInfo(ADDRESS_HOME_ZIP), base::string16());
profile           160 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc   EXPECT_EQ(profile->GetRawInfo(ADDRESS_HOME_STATE), base::string16());
profile           161 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc   EXPECT_EQ(profile->GetRawInfo(ADDRESS_HOME_COUNTRY), base::string16());
profile            65 components/autofill/core/browser/android/auxiliary_profiles_android.cc   scoped_ptr<AutofillProfile> profile(
profile            67 components/autofill/core/browser/android/auxiliary_profiles_android.cc   LoadName(profile.get());
profile            68 components/autofill/core/browser/android/auxiliary_profiles_android.cc   LoadEmailAddress(profile.get());
profile            69 components/autofill/core/browser/android/auxiliary_profiles_android.cc   LoadPhoneNumbers(profile.get());
profile            78 components/autofill/core/browser/android/auxiliary_profiles_android.cc   return profile.Pass();
profile            81 components/autofill/core/browser/android/auxiliary_profiles_android.cc void AuxiliaryProfilesAndroid::LoadAddress(AutofillProfile* profile) {
profile            92 components/autofill/core/browser/android/auxiliary_profiles_android.cc   profile->SetRawInfo(ADDRESS_HOME_LINE1, street);
profile            93 components/autofill/core/browser/android/auxiliary_profiles_android.cc   profile->SetRawInfo(ADDRESS_HOME_LINE2, street2);
profile            94 components/autofill/core/browser/android/auxiliary_profiles_android.cc   profile->SetRawInfo(ADDRESS_HOME_CITY, city);
profile            95 components/autofill/core/browser/android/auxiliary_profiles_android.cc   profile->SetRawInfo(ADDRESS_HOME_STATE, region);
profile            96 components/autofill/core/browser/android/auxiliary_profiles_android.cc   profile->SetRawInfo(ADDRESS_HOME_ZIP, postal_code);
profile            97 components/autofill/core/browser/android/auxiliary_profiles_android.cc   profile->SetInfo(AutofillType(ADDRESS_HOME_COUNTRY), country, app_locale_);
profile           100 components/autofill/core/browser/android/auxiliary_profiles_android.cc void AuxiliaryProfilesAndroid::LoadName(AutofillProfile* profile) {
profile           105 components/autofill/core/browser/android/auxiliary_profiles_android.cc   profile->SetRawInfo(NAME_FIRST, first_name);
profile           106 components/autofill/core/browser/android/auxiliary_profiles_android.cc   profile->SetRawInfo(NAME_MIDDLE, middle_name);
profile           107 components/autofill/core/browser/android/auxiliary_profiles_android.cc   profile->SetRawInfo(NAME_LAST, last_name);
profile           110 components/autofill/core/browser/android/auxiliary_profiles_android.cc void AuxiliaryProfilesAndroid::LoadEmailAddress(AutofillProfile* profile) {
profile           113 components/autofill/core/browser/android/auxiliary_profiles_android.cc   profile->SetRawMultiInfo(EMAIL_ADDRESS, emails);
profile           116 components/autofill/core/browser/android/auxiliary_profiles_android.cc void AuxiliaryProfilesAndroid::LoadPhoneNumbers(AutofillProfile* profile) {
profile           119 components/autofill/core/browser/android/auxiliary_profiles_android.cc   profile->SetRawMultiInfo(PHONE_HOME_WHOLE_NUMBER, phone_numbers);
profile            38 components/autofill/core/browser/android/auxiliary_profiles_android.h   void LoadAddress(AutofillProfile* profile);
profile            40 components/autofill/core/browser/android/auxiliary_profiles_android.h   void LoadName(AutofillProfile* profile);
profile            42 components/autofill/core/browser/android/auxiliary_profiles_android.h   void LoadEmailAddress(AutofillProfile* profile);
profile            44 components/autofill/core/browser/android/auxiliary_profiles_android.h   void LoadPhoneNumbers(AutofillProfile* profile);
profile           182 components/autofill/core/browser/autofill_ie_toolbar_import_win.cc                          AutofillProfile* profile) {
profile           185 components/autofill/core/browser/autofill_ie_toolbar_import_win.cc       ImportSingleFormGroup(key, reg_to_field, app_locale, profile, &phone);
profile           189 components/autofill/core/browser/autofill_ie_toolbar_import_win.cc   if (phone.ParseNumber(*profile, app_locale, &constructed_number)) {
profile           191 components/autofill/core/browser/autofill_ie_toolbar_import_win.cc     profile->SetRawInfo(PHONE_HOME_WHOLE_NUMBER, constructed_number);
profile           266 components/autofill/core/browser/autofill_ie_toolbar_import_win.cc     AutofillProfile profile;
profile           267 components/autofill/core/browser/autofill_ie_toolbar_import_win.cc     profile.set_origin(kIEToolbarImportOrigin);
profile           268 components/autofill/core/browser/autofill_ie_toolbar_import_win.cc     if (ImportSingleProfile(app_locale, key, reg_to_field, &profile)) {
profile           270 components/autofill/core/browser/autofill_ie_toolbar_import_win.cc       profiles->push_back(profile);
profile            87 components/autofill/core/browser/autofill_manager_unittest.cc   void AddProfile(AutofillProfile* profile) {
profile            88 components/autofill/core/browser/autofill_manager_unittest.cc     web_profiles_.push_back(profile);
profile           103 components/autofill/core/browser/autofill_manager_unittest.cc     AutofillProfile* profile = GetProfileWithGUID(guid.c_str());
profile           104 components/autofill/core/browser/autofill_manager_unittest.cc     if (profile) {
profile           106 components/autofill/core/browser/autofill_manager_unittest.cc           std::remove(web_profiles_.begin(), web_profiles_.end(), profile),
profile           139 components/autofill/core/browser/autofill_manager_unittest.cc     AutofillProfile* profile = new AutofillProfile;
profile           140 components/autofill/core/browser/autofill_manager_unittest.cc     test::SetProfileInfo(profile, "Elvis", "Aaron",
profile           145 components/autofill/core/browser/autofill_manager_unittest.cc     profile->set_guid("00000000-0000-0000-0000-000000000001");
profile           146 components/autofill/core/browser/autofill_manager_unittest.cc     profiles->push_back(profile);
profile           147 components/autofill/core/browser/autofill_manager_unittest.cc     profile = new AutofillProfile;
profile           148 components/autofill/core/browser/autofill_manager_unittest.cc     test::SetProfileInfo(profile, "Charles", "Hardin",
profile           152 components/autofill/core/browser/autofill_manager_unittest.cc     profile->set_guid("00000000-0000-0000-0000-000000000002");
profile           153 components/autofill/core/browser/autofill_manager_unittest.cc     profiles->push_back(profile);
profile           154 components/autofill/core/browser/autofill_manager_unittest.cc     profile = new AutofillProfile;
profile           156 components/autofill/core/browser/autofill_manager_unittest.cc         profile, "", "", "", "", "", "", "", "", "", "", "", "");
profile           157 components/autofill/core/browser/autofill_manager_unittest.cc     profile->set_guid("00000000-0000-0000-0000-000000000003");
profile           158 components/autofill/core/browser/autofill_manager_unittest.cc     profiles->push_back(profile);
profile           465 components/autofill/core/browser/autofill_manager_unittest.cc   void AddProfile(AutofillProfile* profile) {
profile           466 components/autofill/core/browser/autofill_manager_unittest.cc     personal_data_->AddProfile(profile);
profile          1362 components/autofill/core/browser/autofill_manager_unittest.cc   AutofillProfile* profile = new AutofillProfile;
profile          1364 components/autofill/core/browser/autofill_manager_unittest.cc       profile, "Elvis", "", "", "", "", "", "", "", "", "", "", "");
profile          1365 components/autofill/core/browser/autofill_manager_unittest.cc   profile->set_guid("00000000-0000-0000-0000-000000000101");
profile          1366 components/autofill/core/browser/autofill_manager_unittest.cc   autofill_manager_->AddProfile(profile);
profile          1397 components/autofill/core/browser/autofill_manager_unittest.cc   AutofillProfile* profile = new AutofillProfile;
profile          1398 components/autofill/core/browser/autofill_manager_unittest.cc   test::SetProfileInfo(profile, "Elvis", "", "Presley", "me@x.com", "",
profile          1400 components/autofill/core/browser/autofill_manager_unittest.cc   profile->set_guid("00000000-0000-0000-0000-000000000101");
profile          1404 components/autofill/core/browser/autofill_manager_unittest.cc   profile->SetRawMultiInfo(NAME_FULL, multi_values);
profile          1406 components/autofill/core/browser/autofill_manager_unittest.cc   autofill_manager_->AddProfile(profile);
profile          1467 components/autofill/core/browser/autofill_manager_unittest.cc   AutofillProfile* profile = new AutofillProfile;
profile          1468 components/autofill/core/browser/autofill_manager_unittest.cc   profile->set_guid("00000000-0000-0000-0000-000000000102");
profile          1473 components/autofill/core/browser/autofill_manager_unittest.cc   profile->SetRawMultiInfo(NAME_FULL, multi_values);
profile          1474 components/autofill/core/browser/autofill_manager_unittest.cc   autofill_manager_->AddProfile(profile);
profile          1509 components/autofill/core/browser/autofill_manager_unittest.cc   AutofillProfile* profile = new AutofillProfile;
profile          1510 components/autofill/core/browser/autofill_manager_unittest.cc   profile->set_guid("00000000-0000-0000-0000-000000000103");
profile          1513 components/autofill/core/browser/autofill_manager_unittest.cc   profile->SetRawMultiInfo(NAME_FULL, multi_values);
profile          1515 components/autofill/core/browser/autofill_manager_unittest.cc   profile->SetRawMultiInfo(PHONE_HOME_WHOLE_NUMBER, multi_values);
profile          1516 components/autofill/core/browser/autofill_manager_unittest.cc   autofill_manager_->AddProfile(profile);
profile          2057 components/autofill/core/browser/autofill_manager_unittest.cc   AutofillProfile* profile = autofill_manager_->GetProfileWithGUID(
profile          2059 components/autofill/core/browser/autofill_manager_unittest.cc   const base::string16 elvis_name = profile->GetRawInfo(NAME_FULL);
profile          2064 components/autofill/core/browser/autofill_manager_unittest.cc   profile->SetRawMultiInfo(NAME_FULL, name_variants);
profile          2066 components/autofill/core/browser/autofill_manager_unittest.cc   GUIDPair guid(profile->guid(), 1);
profile          2081 components/autofill/core/browser/autofill_manager_unittest.cc   GUIDPair guid2(profile->guid(), 2);
profile          2800 components/autofill/core/browser/autofill_manager_unittest.cc   AutofillProfile* profile = new AutofillProfile;
profile          2802 components/autofill/core/browser/autofill_manager_unittest.cc   profile->set_guid(guid.c_str());
profile          2803 components/autofill/core/browser/autofill_manager_unittest.cc   autofill_manager_->AddProfile(profile);
profile          2832 components/autofill/core/browser/autofill_manager_unittest.cc   AutofillProfile* profile = new AutofillProfile;
profile          2834 components/autofill/core/browser/autofill_manager_unittest.cc   profile->set_guid(guid.c_str());
profile          2835 components/autofill/core/browser/autofill_manager_unittest.cc   autofill_manager_->AddProfile(profile);
profile            91 components/autofill/core/browser/autofill_merge_unittest.cc       const AutofillProfile& profile) OVERRIDE;
profile           112 components/autofill/core/browser/autofill_merge_unittest.cc     const AutofillProfile& profile) {
profile           115 components/autofill/core/browser/autofill_merge_unittest.cc       MergeProfile(profile, profiles_.get(), "en-US", &profiles);
profile           116 components/autofill/core/browser/autofill_merge_unittest.cc   if (merged_guid == profile.guid())
profile           117 components/autofill/core/browser/autofill_merge_unittest.cc     profiles_.push_back(new AutofillProfile(profile));
profile           120 components/autofill/core/browser/autofill_metrics_unittest.cc     AutofillProfile* profile = new AutofillProfile;
profile           121 components/autofill/core/browser/autofill_metrics_unittest.cc     test::SetProfileInfo(profile, "Elvis", "Aaron",
profile           126 components/autofill/core/browser/autofill_metrics_unittest.cc     profile->set_guid("00000000-0000-0000-0000-000000000001");
profile           127 components/autofill/core/browser/autofill_metrics_unittest.cc     profiles->push_back(profile);
profile           128 components/autofill/core/browser/autofill_metrics_unittest.cc     profile = new AutofillProfile;
profile           129 components/autofill/core/browser/autofill_metrics_unittest.cc     test::SetProfileInfo(profile, "Charles", "Hardin",
profile           133 components/autofill/core/browser/autofill_metrics_unittest.cc     profile->set_guid("00000000-0000-0000-0000-000000000002");
profile           134 components/autofill/core/browser/autofill_metrics_unittest.cc     profiles->push_back(profile);
profile           241 components/autofill/core/browser/autofill_profile.cc AutofillProfile::AutofillProfile(const AutofillProfile& profile)
profile           243 components/autofill/core/browser/autofill_profile.cc   operator=(profile);
profile           249 components/autofill/core/browser/autofill_profile.cc AutofillProfile& AutofillProfile::operator=(const AutofillProfile& profile) {
profile           250 components/autofill/core/browser/autofill_profile.cc   if (this == &profile)
profile           253 components/autofill/core/browser/autofill_profile.cc   set_guid(profile.guid());
profile           254 components/autofill/core/browser/autofill_profile.cc   set_origin(profile.origin());
profile           256 components/autofill/core/browser/autofill_profile.cc   name_ = profile.name_;
profile           257 components/autofill/core/browser/autofill_profile.cc   email_ = profile.email_;
profile           258 components/autofill/core/browser/autofill_profile.cc   company_ = profile.company_;
profile           259 components/autofill/core/browser/autofill_profile.cc   phone_number_ = profile.phone_number_;
profile           264 components/autofill/core/browser/autofill_profile.cc   address_ = profile.address_;
profile           405 components/autofill/core/browser/autofill_profile.cc int AutofillProfile::Compare(const AutofillProfile& profile) const {
profile           420 components/autofill/core/browser/autofill_profile.cc         profile.GetRawInfo(single_value_types[i]));
profile           435 components/autofill/core/browser/autofill_profile.cc     profile.GetRawMultiInfo(multi_value_types[i], &values_b);
profile           450 components/autofill/core/browser/autofill_profile.cc bool AutofillProfile::operator==(const AutofillProfile& profile) const {
profile           451 components/autofill/core/browser/autofill_profile.cc   return guid() == profile.guid() &&
profile           452 components/autofill/core/browser/autofill_profile.cc          origin() == profile.origin() &&
profile           453 components/autofill/core/browser/autofill_profile.cc          Compare(profile) == 0;
profile           456 components/autofill/core/browser/autofill_profile.cc bool AutofillProfile::operator!=(const AutofillProfile& profile) const {
profile           457 components/autofill/core/browser/autofill_profile.cc   return !operator==(profile);
profile           464 components/autofill/core/browser/autofill_profile.cc bool AutofillProfile::IsSubsetOf(const AutofillProfile& profile,
profile           484 components/autofill/core/browser/autofill_profile.cc             profile.GetRawInfo(*it),
profile           490 components/autofill/core/browser/autofill_profile.cc                    StringToLowerASCII(profile.GetRawInfo(*it))) {
profile           498 components/autofill/core/browser/autofill_profile.cc void AutofillProfile::OverwriteWithOrAddTo(const AutofillProfile& profile,
profile           501 components/autofill/core/browser/autofill_profile.cc   DCHECK(!IsVerified() || profile.IsVerified());
profile           502 components/autofill/core/browser/autofill_profile.cc   set_origin(profile.origin());
profile           505 components/autofill/core/browser/autofill_profile.cc   profile.GetNonEmptyTypes(app_locale, &field_types);
profile           521 components/autofill/core/browser/autofill_profile.cc       profile.GetRawMultiInfo(*iter, &new_values);
profile           548 components/autofill/core/browser/autofill_profile.cc       base::string16 new_value = profile.GetRawInfo(*iter);
profile           712 components/autofill/core/browser/autofill_profile.cc       const AutofillProfile* profile = profiles[*it];
profile           713 components/autofill/core/browser/autofill_profile.cc       base::string16 field_text = profile->GetRawInfo(*field);
profile           733 components/autofill/core/browser/autofill_profile.cc     const AutofillProfile* profile = profiles[*it];
profile           740 components/autofill/core/browser/autofill_profile.cc       base::string16 field_text = profile->GetRawInfo(*field);
profile           766 components/autofill/core/browser/autofill_profile.cc         profile->ConstructInferredLabel(label_fields, label_fields.size());
profile           816 components/autofill/core/browser/autofill_profile.cc std::ostream& operator<<(std::ostream& os, const AutofillProfile& profile) {
profile           818 components/autofill/core/browser/autofill_profile.cc       << profile.guid()
profile           820 components/autofill/core/browser/autofill_profile.cc       << profile.origin()
profile           822 components/autofill/core/browser/autofill_profile.cc       << UTF16ToUTF8(MultiString(profile, NAME_FIRST))
profile           824 components/autofill/core/browser/autofill_profile.cc       << UTF16ToUTF8(MultiString(profile, NAME_MIDDLE))
profile           826 components/autofill/core/browser/autofill_profile.cc       << UTF16ToUTF8(MultiString(profile, NAME_LAST))
profile           828 components/autofill/core/browser/autofill_profile.cc       << UTF16ToUTF8(MultiString(profile, EMAIL_ADDRESS))
profile           830 components/autofill/core/browser/autofill_profile.cc       << UTF16ToUTF8(profile.GetRawInfo(COMPANY_NAME))
profile           832 components/autofill/core/browser/autofill_profile.cc       << UTF16ToUTF8(profile.GetRawInfo(ADDRESS_HOME_LINE1))
profile           834 components/autofill/core/browser/autofill_profile.cc       << UTF16ToUTF8(profile.GetRawInfo(ADDRESS_HOME_LINE2))
profile           836 components/autofill/core/browser/autofill_profile.cc       << UTF16ToUTF8(profile.GetRawInfo(ADDRESS_HOME_DEPENDENT_LOCALITY))
profile           838 components/autofill/core/browser/autofill_profile.cc       << UTF16ToUTF8(profile.GetRawInfo(ADDRESS_HOME_CITY))
profile           840 components/autofill/core/browser/autofill_profile.cc       << UTF16ToUTF8(profile.GetRawInfo(ADDRESS_HOME_STATE))
profile           842 components/autofill/core/browser/autofill_profile.cc       << UTF16ToUTF8(profile.GetRawInfo(ADDRESS_HOME_ZIP))
profile           844 components/autofill/core/browser/autofill_profile.cc       << UTF16ToUTF8(profile.GetRawInfo(ADDRESS_HOME_SORTING_CODE))
profile           846 components/autofill/core/browser/autofill_profile.cc       << UTF16ToUTF8(profile.GetRawInfo(ADDRESS_HOME_COUNTRY))
profile           848 components/autofill/core/browser/autofill_profile.cc       << UTF16ToUTF8(MultiString(profile, PHONE_HOME_WHOLE_NUMBER));
profile            37 components/autofill/core/browser/autofill_profile.h   AutofillProfile(const AutofillProfile& profile);
profile            40 components/autofill/core/browser/autofill_profile.h   AutofillProfile& operator=(const AutofillProfile& profile);
profile            85 components/autofill/core/browser/autofill_profile.h   int Compare(const AutofillProfile& profile) const;
profile            89 components/autofill/core/browser/autofill_profile.h   bool operator==(const AutofillProfile& profile) const;
profile            90 components/autofill/core/browser/autofill_profile.h   virtual bool operator!=(const AutofillProfile& profile) const;
profile            99 components/autofill/core/browser/autofill_profile.h   bool IsSubsetOf(const AutofillProfile& profile,
profile           104 components/autofill/core/browser/autofill_profile.h   void OverwriteWithOrAddTo(const AutofillProfile& profile,
profile           191 components/autofill/core/browser/autofill_profile.h std::ostream& operator<<(std::ostream& os, const AutofillProfile& profile);
profile            25 components/autofill/core/browser/autofill_profile_unittest.cc base::string16 GetLabel(AutofillProfile* profile) {
profile            27 components/autofill/core/browser/autofill_profile_unittest.cc   profiles.push_back(profile);
profile           783 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile profile(base::GenerateGUID(), "https://www.example.com/");
profile           784 components/autofill/core/browser/autofill_profile_unittest.cc   EXPECT_FALSE(profile.IsPresentButInvalid(ADDRESS_HOME_STATE));
profile           785 components/autofill/core/browser/autofill_profile_unittest.cc   EXPECT_FALSE(profile.IsPresentButInvalid(ADDRESS_HOME_ZIP));
profile           786 components/autofill/core/browser/autofill_profile_unittest.cc   EXPECT_FALSE(profile.IsPresentButInvalid(PHONE_HOME_WHOLE_NUMBER));
profile           788 components/autofill/core/browser/autofill_profile_unittest.cc   profile.SetRawInfo(ADDRESS_HOME_COUNTRY, ASCIIToUTF16("US"));
profile           789 components/autofill/core/browser/autofill_profile_unittest.cc   EXPECT_FALSE(profile.IsPresentButInvalid(ADDRESS_HOME_STATE));
profile           790 components/autofill/core/browser/autofill_profile_unittest.cc   EXPECT_FALSE(profile.IsPresentButInvalid(ADDRESS_HOME_ZIP));
profile           791 components/autofill/core/browser/autofill_profile_unittest.cc   EXPECT_FALSE(profile.IsPresentButInvalid(PHONE_HOME_WHOLE_NUMBER));
profile           793 components/autofill/core/browser/autofill_profile_unittest.cc   profile.SetRawInfo(ADDRESS_HOME_STATE, ASCIIToUTF16("C"));
profile           794 components/autofill/core/browser/autofill_profile_unittest.cc   EXPECT_TRUE(profile.IsPresentButInvalid(ADDRESS_HOME_STATE));
profile           796 components/autofill/core/browser/autofill_profile_unittest.cc   profile.SetRawInfo(ADDRESS_HOME_STATE, ASCIIToUTF16("CA"));
profile           797 components/autofill/core/browser/autofill_profile_unittest.cc   EXPECT_FALSE(profile.IsPresentButInvalid(ADDRESS_HOME_STATE));
profile           799 components/autofill/core/browser/autofill_profile_unittest.cc   profile.SetRawInfo(ADDRESS_HOME_ZIP, ASCIIToUTF16("90"));
profile           800 components/autofill/core/browser/autofill_profile_unittest.cc   EXPECT_TRUE(profile.IsPresentButInvalid(ADDRESS_HOME_ZIP));
profile           802 components/autofill/core/browser/autofill_profile_unittest.cc   profile.SetRawInfo(ADDRESS_HOME_ZIP, ASCIIToUTF16("90210"));
profile           803 components/autofill/core/browser/autofill_profile_unittest.cc   EXPECT_FALSE(profile.IsPresentButInvalid(ADDRESS_HOME_ZIP));
profile           805 components/autofill/core/browser/autofill_profile_unittest.cc   profile.SetRawInfo(PHONE_HOME_WHOLE_NUMBER, ASCIIToUTF16("310"));
profile           806 components/autofill/core/browser/autofill_profile_unittest.cc   EXPECT_TRUE(profile.IsPresentButInvalid(PHONE_HOME_WHOLE_NUMBER));
profile           808 components/autofill/core/browser/autofill_profile_unittest.cc   profile.SetRawInfo(PHONE_HOME_WHOLE_NUMBER, ASCIIToUTF16("(310) 310-6000"));
profile           809 components/autofill/core/browser/autofill_profile_unittest.cc   EXPECT_FALSE(profile.IsPresentButInvalid(PHONE_HOME_WHOLE_NUMBER));
profile           813 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile profile(base::GenerateGUID(), "https://www.example.com/");
profile           815 components/autofill/core/browser/autofill_profile_unittest.cc   profile.SetRawInfo(ADDRESS_HOME_STREET_ADDRESS,
profile           820 components/autofill/core/browser/autofill_profile_unittest.cc             profile.GetRawInfo(ADDRESS_HOME_STREET_ADDRESS));
profile           824 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile profile(base::GenerateGUID(), "https://www.example.com/");
profile           826 components/autofill/core/browser/autofill_profile_unittest.cc   profile.SetInfo(AutofillType(ADDRESS_HOME_STREET_ADDRESS),
profile           832 components/autofill/core/browser/autofill_profile_unittest.cc             profile.GetRawInfo(ADDRESS_HOME_STREET_ADDRESS));
profile           836 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile profile(base::GenerateGUID(), "https://www.example.com/");
profile           838 components/autofill/core/browser/autofill_profile_unittest.cc   profile.SetRawInfo(EMAIL_ADDRESS, ASCIIToUTF16("\tuser@example.com    "));
profile           840 components/autofill/core/browser/autofill_profile_unittest.cc             profile.GetRawInfo(EMAIL_ADDRESS));
profile           844 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile profile(base::GenerateGUID(), "https://www.example.com/");
profile           846 components/autofill/core/browser/autofill_profile_unittest.cc   profile.SetInfo(AutofillType(EMAIL_ADDRESS),
profile           850 components/autofill/core/browser/autofill_profile_unittest.cc             profile.GetRawInfo(EMAIL_ADDRESS));
profile            86 components/autofill/core/browser/autofill_test_utils.cc     FormGroup* profile, ServerFieldType type, const char* value) {
profile            88 components/autofill/core/browser/autofill_test_utils.cc     profile->SetRawInfo(type, base::UTF8ToUTF16(value));
profile            92 components/autofill/core/browser/autofill_test_utils.cc   AutofillProfile profile(base::GenerateGUID(), "http://www.example.com/");
profile            93 components/autofill/core/browser/autofill_test_utils.cc   SetProfileInfo(&profile,
profile           105 components/autofill/core/browser/autofill_test_utils.cc   return profile;
profile           109 components/autofill/core/browser/autofill_test_utils.cc   AutofillProfile profile(base::GenerateGUID(), "https://www.example.com/");
profile           110 components/autofill/core/browser/autofill_test_utils.cc   SetProfileInfo(&profile,
profile           122 components/autofill/core/browser/autofill_test_utils.cc   return profile;
profile           126 components/autofill/core/browser/autofill_test_utils.cc   AutofillProfile profile(GetFullProfile());
profile           127 components/autofill/core/browser/autofill_test_utils.cc   profile.set_origin(kSettingsOrigin);
profile           128 components/autofill/core/browser/autofill_test_utils.cc   return profile;
profile           132 components/autofill/core/browser/autofill_test_utils.cc   AutofillProfile profile(GetFullProfile2());
profile           133 components/autofill/core/browser/autofill_test_utils.cc   profile.set_origin(kSettingsOrigin);
profile           134 components/autofill/core/browser/autofill_test_utils.cc   return profile;
profile           163 components/autofill/core/browser/autofill_test_utils.cc void SetProfileInfo(AutofillProfile* profile,
profile           169 components/autofill/core/browser/autofill_test_utils.cc   check_and_set(profile, NAME_FIRST, first_name);
profile           170 components/autofill/core/browser/autofill_test_utils.cc   check_and_set(profile, NAME_MIDDLE, middle_name);
profile           171 components/autofill/core/browser/autofill_test_utils.cc   check_and_set(profile, NAME_LAST, last_name);
profile           172 components/autofill/core/browser/autofill_test_utils.cc   check_and_set(profile, EMAIL_ADDRESS, email);
profile           173 components/autofill/core/browser/autofill_test_utils.cc   check_and_set(profile, COMPANY_NAME, company);
profile           174 components/autofill/core/browser/autofill_test_utils.cc   check_and_set(profile, ADDRESS_HOME_LINE1, address1);
profile           175 components/autofill/core/browser/autofill_test_utils.cc   check_and_set(profile, ADDRESS_HOME_LINE2, address2);
profile           176 components/autofill/core/browser/autofill_test_utils.cc   check_and_set(profile, ADDRESS_HOME_CITY, city);
profile           177 components/autofill/core/browser/autofill_test_utils.cc   check_and_set(profile, ADDRESS_HOME_STATE, state);
profile           178 components/autofill/core/browser/autofill_test_utils.cc   check_and_set(profile, ADDRESS_HOME_ZIP, zipcode);
profile           179 components/autofill/core/browser/autofill_test_utils.cc   check_and_set(profile, ADDRESS_HOME_COUNTRY, country);
profile           180 components/autofill/core/browser/autofill_test_utils.cc   check_and_set(profile, PHONE_HOME_WHOLE_NUMBER, phone);
profile           183 components/autofill/core/browser/autofill_test_utils.cc void SetProfileInfoWithGuid(AutofillProfile* profile,
profile           190 components/autofill/core/browser/autofill_test_utils.cc     profile->set_guid(guid);
profile           191 components/autofill/core/browser/autofill_test_utils.cc   SetProfileInfo(profile, first_name, middle_name, last_name, email,
profile            68 components/autofill/core/browser/autofill_test_utils.h void SetProfileInfo(AutofillProfile* profile,
profile            75 components/autofill/core/browser/autofill_test_utils.h void SetProfileInfoWithGuid(AutofillProfile* profile,
profile            85 components/autofill/core/browser/personal_data_manager.cc bool IsMinimumAddress(const AutofillProfile& profile,
profile            88 components/autofill/core/browser/personal_data_manager.cc   if (profile.GetRawInfo(ADDRESS_HOME_LINE1).empty())
profile            92 components/autofill/core/browser/personal_data_manager.cc       base::UTF16ToASCII(profile.GetRawInfo(ADDRESS_HOME_COUNTRY));
profile            98 components/autofill/core/browser/personal_data_manager.cc   if (country.requires_city() && profile.GetRawInfo(ADDRESS_HOME_CITY).empty())
profile           102 components/autofill/core/browser/personal_data_manager.cc       profile.GetRawInfo(ADDRESS_HOME_STATE).empty())
profile           105 components/autofill/core/browser/personal_data_manager.cc   if (country.requires_zip() && profile.GetRawInfo(ADDRESS_HOME_ZIP).empty())
profile           369 components/autofill/core/browser/personal_data_manager.cc void PersonalDataManager::AddProfile(const AutofillProfile& profile) {
profile           373 components/autofill/core/browser/personal_data_manager.cc   if (profile.IsEmpty(app_locale_))
profile           377 components/autofill/core/browser/personal_data_manager.cc   if (FindByGUID<AutofillProfile>(web_profiles_, profile.guid()))
profile           384 components/autofill/core/browser/personal_data_manager.cc   if (FindByContents(web_profiles_, profile))
profile           388 components/autofill/core/browser/personal_data_manager.cc   database_->AddAutofillProfile(profile);
profile           394 components/autofill/core/browser/personal_data_manager.cc void PersonalDataManager::UpdateProfile(const AutofillProfile& profile) {
profile           398 components/autofill/core/browser/personal_data_manager.cc   AutofillProfile* existing_profile = GetProfileByGUID(profile.guid());
profile           403 components/autofill/core/browser/personal_data_manager.cc   if (existing_profile->Compare(profile) == 0)
profile           406 components/autofill/core/browser/personal_data_manager.cc   if (profile.IsEmpty(app_locale_)) {
profile           407 components/autofill/core/browser/personal_data_manager.cc     RemoveByGUID(profile.guid());
profile           415 components/autofill/core/browser/personal_data_manager.cc   database_->UpdateAutofillProfile(profile);
profile           575 components/autofill/core/browser/personal_data_manager.cc     AutofillProfile* profile = *iter;
profile           579 components/autofill/core/browser/personal_data_manager.cc     profile->GetMultiInfo(type, app_locale_, &multi_values);
profile           586 components/autofill/core/browser/personal_data_manager.cc             (filter.is_null() || filter.Run(*profile))) {
profile           587 components/autofill/core/browser/personal_data_manager.cc           matched_profiles.push_back(profile);
profile           589 components/autofill/core/browser/personal_data_manager.cc           guid_pairs->push_back(GUIDPair(profile->guid(), i));
profile           615 components/autofill/core/browser/personal_data_manager.cc               guid_pairs->push_back(GUIDPair(profile->guid(), j));
profile           705 components/autofill/core/browser/personal_data_manager.cc     const AutofillProfile& profile,
profile           707 components/autofill/core/browser/personal_data_manager.cc   if (!IsMinimumAddress(profile, app_locale))
profile           710 components/autofill/core/browser/personal_data_manager.cc   base::string16 email = profile.GetRawInfo(EMAIL_ADDRESS);
profile           715 components/autofill/core/browser/personal_data_manager.cc   if (profile.IsPresentButInvalid(ADDRESS_HOME_STATE))
profile           719 components/autofill/core/browser/personal_data_manager.cc   if (profile.IsPresentButInvalid(ADDRESS_HOME_ZIP))
profile            99 components/autofill/core/browser/personal_data_manager.h   void AddProfile(const AutofillProfile& profile);
profile           102 components/autofill/core/browser/personal_data_manager.h   void UpdateProfile(const AutofillProfile& profile);
profile           179 components/autofill/core/browser/personal_data_manager.h   static bool IsValidLearnableProfile(const AutofillProfile& profile,
profile           283 components/autofill/core/browser/personal_data_manager_unittest.cc   AutofillProfile profile(base::GenerateGUID(), "https://www.example.com/");
profile           284 components/autofill/core/browser/personal_data_manager_unittest.cc   test::SetProfileInfo(&profile,
profile           288 components/autofill/core/browser/personal_data_manager_unittest.cc   EXPECT_FALSE(profile.IsVerified());
profile           296 components/autofill/core/browser/personal_data_manager_unittest.cc   personal_data_->AddProfile(profile);
profile           309 components/autofill/core/browser/personal_data_manager_unittest.cc   EXPECT_EQ(0, profile.Compare(*profiles1[0]));
profile           313 components/autofill/core/browser/personal_data_manager_unittest.cc   AutofillProfile original_profile(profile);
profile           315 components/autofill/core/browser/personal_data_manager_unittest.cc   profile.set_origin("Chrome settings");
profile           318 components/autofill/core/browser/personal_data_manager_unittest.cc   EXPECT_TRUE(profile.IsVerified());
profile           321 components/autofill/core/browser/personal_data_manager_unittest.cc   personal_data_->UpdateProfile(profile);
profile           331 components/autofill/core/browser/personal_data_manager_unittest.cc   EXPECT_NE(profile.origin(), profiles2[0]->origin());
profile           337 components/autofill/core/browser/personal_data_manager_unittest.cc   profile.SetRawInfo(NAME_FIRST, ASCIIToUTF16("John"));
profile           340 components/autofill/core/browser/personal_data_manager_unittest.cc   personal_data_->UpdateProfile(profile);
profile           353 components/autofill/core/browser/personal_data_manager_unittest.cc   EXPECT_EQ(0, profile.Compare(*profiles3[0]));
profile           355 components/autofill/core/browser/personal_data_manager_unittest.cc   EXPECT_EQ(profile.origin(), profiles3[0]->origin());
profile          1944 components/autofill/core/browser/personal_data_manager_unittest.cc   AutofillProfile profile(base::GenerateGUID(), "Chrome settings");
profile          1945 components/autofill/core/browser/personal_data_manager_unittest.cc   test::SetProfileInfo(&profile,
profile          1949 components/autofill/core/browser/personal_data_manager_unittest.cc   EXPECT_TRUE(profile.IsVerified());
profile          1952 components/autofill/core/browser/personal_data_manager_unittest.cc   personal_data_->AddProfile(profile);
profile          1996 components/autofill/core/browser/personal_data_manager_unittest.cc   EXPECT_EQ(0, profile.Compare(*results[0]));
profile          2052 components/autofill/core/browser/personal_data_manager_unittest.cc   AutofillProfile profile(base::GenerateGUID(), "https://www.example.com");
profile          2053 components/autofill/core/browser/personal_data_manager_unittest.cc   test::SetProfileInfo(&profile,
profile          2057 components/autofill/core/browser/personal_data_manager_unittest.cc   EXPECT_FALSE(profile.IsVerified());
profile          2060 components/autofill/core/browser/personal_data_manager_unittest.cc   personal_data_->AddProfile(profile);
profile          2067 components/autofill/core/browser/personal_data_manager_unittest.cc   AutofillProfile new_verified_profile = profile;
profile          2091 components/autofill/core/browser/personal_data_manager_unittest.cc   AutofillProfile profile(base::GenerateGUID(), "Chrome settings");
profile          2092 components/autofill/core/browser/personal_data_manager_unittest.cc   test::SetProfileInfo(&profile,
profile          2096 components/autofill/core/browser/personal_data_manager_unittest.cc   EXPECT_TRUE(profile.IsVerified());
profile          2099 components/autofill/core/browser/personal_data_manager_unittest.cc   personal_data_->AddProfile(profile);
profile          2106 components/autofill/core/browser/personal_data_manager_unittest.cc   AutofillProfile new_verified_profile = profile;
profile          2121 components/autofill/core/browser/personal_data_manager_unittest.cc   expected_profile.set_guid(profile.guid());
profile            30 components/autofill/core/browser/phone_number.cc std::string GetRegion(const AutofillProfile& profile,
profile            32 components/autofill/core/browser/phone_number.cc   base::string16 country_code = profile.GetRawInfo(ADDRESS_HOME_COUNTRY);
profile            41 components/autofill/core/browser/phone_number.cc PhoneNumber::PhoneNumber(AutofillProfile* profile)
profile            42 components/autofill/core/browser/phone_number.cc     : profile_(profile) {
profile           221 components/autofill/core/browser/phone_number.cc     const AutofillProfile& profile,
profile           233 components/autofill/core/browser/phone_number.cc       country_, city_, phone_, GetRegion(profile, app_locale), value);
profile            23 components/autofill/core/browser/phone_number.h   explicit PhoneNumber(AutofillProfile* profile);
profile            29 components/autofill/core/browser/phone_number.h   void set_profile(AutofillProfile* profile) { profile_ = profile; }
profile            65 components/autofill/core/browser/phone_number.h     bool ParseNumber(const AutofillProfile& profile,
profile            19 components/autofill/core/browser/phone_number_unittest.cc   AutofillProfile profile;
profile            20 components/autofill/core/browser/phone_number_unittest.cc   profile.SetRawInfo(ADDRESS_HOME_COUNTRY, ASCIIToUTF16("US"));
profile            23 components/autofill/core/browser/phone_number_unittest.cc   PhoneNumber phone_number(&profile);
profile            90 components/autofill/core/browser/phone_number_unittest.cc   AutofillProfile profile;
profile            91 components/autofill/core/browser/phone_number_unittest.cc   profile.SetRawInfo(ADDRESS_HOME_COUNTRY, ASCIIToUTF16("US"));
profile            93 components/autofill/core/browser/phone_number_unittest.cc   PhoneNumber phone(&profile);
profile           123 components/autofill/core/browser/phone_number_unittest.cc   AutofillProfile profile;
profile           124 components/autofill/core/browser/phone_number_unittest.cc   profile.SetRawInfo(ADDRESS_HOME_COUNTRY, ASCIIToUTF16("US"));
profile           126 components/autofill/core/browser/phone_number_unittest.cc   PhoneNumber phone(&profile);
profile           144 components/autofill/core/browser/phone_number_unittest.cc   profile.SetRawInfo(ADDRESS_HOME_COUNTRY, ASCIIToUTF16("GB"));
profile           151 components/autofill/core/browser/phone_number_unittest.cc   AutofillProfile profile;
profile           152 components/autofill/core/browser/phone_number_unittest.cc   profile.SetRawInfo(ADDRESS_HOME_COUNTRY, ASCIIToUTF16("US"));
profile           164 components/autofill/core/browser/phone_number_unittest.cc   EXPECT_TRUE(number1.ParseNumber(profile, "en-US", &parsed_phone));
profile           173 components/autofill/core/browser/phone_number_unittest.cc   EXPECT_TRUE(number3.ParseNumber(profile, "en-US", &parsed_phone));
profile           182 components/autofill/core/browser/phone_number_unittest.cc   EXPECT_FALSE(number4.ParseNumber(profile, "en-US", &parsed_phone));
profile           188 components/autofill/core/browser/phone_number_unittest.cc   EXPECT_TRUE(number5.ParseNumber(profile, "en-US", &parsed_phone));
profile           198 components/autofill/core/browser/phone_number_unittest.cc   EXPECT_TRUE(number6.ParseNumber(profile, "en-US", &parsed_phone));
profile            16 components/autofill/core/browser/test_personal_data_manager.cc void TestPersonalDataManager::AddTestingProfile(AutofillProfile* profile) {
profile            17 components/autofill/core/browser/test_personal_data_manager.cc   profiles_.push_back(profile);
profile            23 components/autofill/core/browser/test_personal_data_manager.h   void AddTestingProfile(AutofillProfile* profile);
profile            21 components/autofill/core/browser/webdata/autofill_change.cc   Type type, const std::string& key, const AutofillProfile* profile)
profile            23 components/autofill/core/browser/webdata/autofill_change.cc       profile_(profile) {
profile            24 components/autofill/core/browser/webdata/autofill_change.cc   DCHECK(type == ADD ? (profile && profile->guid() == key) : true);
profile            25 components/autofill/core/browser/webdata/autofill_change.cc   DCHECK(type == UPDATE ? (profile && profile->guid() == key) : true);
profile            26 components/autofill/core/browser/webdata/autofill_change.cc   DCHECK(type == REMOVE ? !profile : true);
profile            36 components/autofill/core/browser/webdata/autofill_change.cc          (type() != REMOVE) ? *profile() == *change.profile() : true;
profile            63 components/autofill/core/browser/webdata/autofill_change.h                         const AutofillProfile* profile);
profile            66 components/autofill/core/browser/webdata/autofill_change.h   const AutofillProfile* profile() const { return profile_; }
profile           316 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc     AutofillProfile* profile,
profile           319 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc   if (profile->origin() != specifics.origin()) {
profile           320 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc     bool was_verified = profile->IsVerified();
profile           321 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc     profile->set_origin(specifics.origin());
profile           325 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc     DCHECK(!was_verified || profile->IsVerified());
profile           330 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc                                 specifics.name_first(), profile) || diff;
profile           332 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc                                 specifics.name_middle(), profile) || diff;
profile           334 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc                                 specifics.name_last(), profile) || diff;
profile           336 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc                                 specifics.email_address(), profile) || diff;
profile           339 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc                                 profile) || diff;
profile           342 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc   diff = UpdateField(COMPANY_NAME, specifics.company_name(), profile) || diff;
profile           344 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc                      specifics.address_home_city(), profile) || diff;
profile           346 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc                      specifics.address_home_state(), profile) || diff;
profile           348 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc                      specifics.address_home_zip(), profile) || diff;
profile           350 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc                      specifics.address_home_sorting_code(), profile) || diff;
profile           353 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc                      profile) || diff;
profile           362 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc   diff = UpdateField(ADDRESS_HOME_COUNTRY, country_code, profile) || diff;
profile           370 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc                        profile) || diff;
profile           373 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc                        specifics.address_home_line1(), profile) || diff;
profile           375 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc                        specifics.address_home_line2(), profile) || diff;
profile           382 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc     const AutofillProfile& profile,
profile           387 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc   DCHECK(base::IsValidGUID(profile.guid()));
profile           396 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc   specifics->set_guid(profile.guid());
profile           397 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc   specifics->set_origin(profile.origin());
profile           400 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc   profile.GetRawMultiInfo(NAME_FIRST, &values);
profile           405 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc   profile.GetRawMultiInfo(NAME_MIDDLE, &values);
profile           410 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc   profile.GetRawMultiInfo(NAME_LAST, &values);
profile           416 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc       LimitData(UTF16ToUTF8(profile.GetRawInfo(ADDRESS_HOME_LINE1))));
profile           418 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc       LimitData(UTF16ToUTF8(profile.GetRawInfo(ADDRESS_HOME_LINE2))));
profile           420 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc       LimitData(UTF16ToUTF8(profile.GetRawInfo(ADDRESS_HOME_CITY))));
profile           422 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc       LimitData(UTF16ToUTF8(profile.GetRawInfo(ADDRESS_HOME_STATE))));
profile           424 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc       LimitData(UTF16ToUTF8(profile.GetRawInfo(ADDRESS_HOME_ZIP))));
profile           426 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc       LimitData(UTF16ToUTF8(profile.GetRawInfo(ADDRESS_HOME_COUNTRY))));
profile           428 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc       LimitData(UTF16ToUTF8(profile.GetRawInfo(ADDRESS_HOME_STREET_ADDRESS))));
profile           430 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc       LimitData(UTF16ToUTF8(profile.GetRawInfo(ADDRESS_HOME_SORTING_CODE))));
profile           433 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc           UTF16ToUTF8(profile.GetRawInfo(ADDRESS_HOME_DEPENDENT_LOCALITY))));
profile           435 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc   profile.GetRawMultiInfo(EMAIL_ADDRESS, &values);
profile           441 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc       LimitData(UTF16ToUTF8(profile.GetRawInfo(COMPANY_NAME))));
profile           443 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc   profile.GetRawMultiInfo(PHONE_HOME_WHOLE_NUMBER, &values);
profile           530 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc           !change.profile()) ||
profile           531 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc          (change.type() != AutofillProfileChange::REMOVE && change.profile()));
profile           540 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc                              CreateData(*(change.profile()))));
profile           541 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc       DCHECK(profiles_map_.find(change.profile()->guid()) ==
profile           543 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc       profiles_.push_back(new AutofillProfile(*(change.profile())));
profile           544 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc       profiles_map_[change.profile()->guid()] = profiles_.get().back();
profile           548 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc           change.profile()->guid());
profile           550 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc       *(it->second) = *(change.profile());
profile           554 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc                              CreateData(*(change.profile()))));
profile           581 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc     const AutofillProfile& profile) {
profile           583 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc   WriteAutofillProfile(profile, &specifics);
profile           586 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc           profile.guid(), profile.guid(), specifics);
profile           121 components/autofill/core/browser/webdata/autofill_profile_syncable_service.h   static syncer::SyncData CreateData(const AutofillProfile& profile);
profile           139 components/autofill/core/browser/webdata/autofill_profile_syncable_service.h       AutofillProfile* profile,
profile           143 components/autofill/core/browser/webdata/autofill_profile_syncable_service.h   static void WriteAutofillProfile(const AutofillProfile& profile,
profile           133 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   scoped_ptr<AutofillProfile> profile(
profile           139 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   profile->SetRawMultiInfo(NAME_FULL, names);
profile           144 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   profile->SetRawMultiInfo(EMAIL_ADDRESS, emails);
profile           149 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   profile->SetRawMultiInfo(PHONE_HOME_WHOLE_NUMBER, phones);
profile           151 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   profile->SetRawInfo(ADDRESS_HOME_STREET_ADDRESS,
profile           155 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc             profile->GetRawInfo(ADDRESS_HOME_LINE1));
profile           156 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   EXPECT_EQ(ASCIIToUTF16("Apt. 42"), profile->GetRawInfo(ADDRESS_HOME_LINE2));
profile           158 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   profile->SetRawInfo(COMPANY_NAME, ASCIIToUTF16("Google, Inc."));
profile           159 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   profile->SetRawInfo(ADDRESS_HOME_CITY, ASCIIToUTF16("Mountain View"));
profile           160 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   profile->SetRawInfo(ADDRESS_HOME_STATE, ASCIIToUTF16("California"));
profile           161 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   profile->SetRawInfo(ADDRESS_HOME_ZIP, ASCIIToUTF16("94043"));
profile           162 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   profile->SetRawInfo(ADDRESS_HOME_COUNTRY, ASCIIToUTF16("US"));
profile           163 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   profile->SetRawInfo(ADDRESS_HOME_SORTING_CODE, ASCIIToUTF16("CEDEX"));
profile           164 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   profile->SetRawInfo(ADDRESS_HOME_DEPENDENT_LOCALITY,
profile           166 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   return profile.Pass();
profile           433 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   AutofillProfile profile(kGuid1, std::string());
profile           434 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   profile.SetRawInfo(NAME_FIRST, ASCIIToUTF16("John"));
profile           435 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   profile.SetRawInfo(ADDRESS_HOME_LINE1, ASCIIToUTF16("1 1st st"));
profile           437 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   profiles_from_web_db.push_back(new AutofillProfile(profile));
profile           443 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   autofill_specifics->set_guid(profile.guid());
profile           455 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc           profile.guid(), profile.guid(), specifics));
profile           511 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   AutofillProfile profile(guid_synced, kHttpOrigin);
profile           512 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   profile.SetRawInfo(NAME_FIRST, ASCIIToUTF16("Jane"));
profile           517 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc           MockAutofillProfileSyncableService::CreateData(profile)));
profile           527 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   expected_bundle.profiles_to_add.push_back(&profile);
profile           547 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   AutofillProfile profile(kGuid1, kHttpsOrigin);
profile           548 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   profile.SetRawInfo(NAME_FIRST, ASCIIToUTF16("Jane"));
profile           549 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   AutofillProfileChange change(AutofillProfileChange::ADD, kGuid1, &profile);
profile           581 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   AutofillProfile profile(kGuid1, kSettingsOrigin);
profile           584 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   profile.SetRawInfo(COMPANY_NAME, ASCIIToUTF16(company1));
profile           586 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc       COMPANY_NAME, company1, &profile));
profile           587 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   EXPECT_EQ(profile.GetRawInfo(COMPANY_NAME), ASCIIToUTF16(company1));
profile           589 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc       COMPANY_NAME, company2, &profile));
profile           590 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   EXPECT_EQ(profile.GetRawInfo(COMPANY_NAME), ASCIIToUTF16(company2));
profile           592 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc       COMPANY_NAME, company2, &profile));
profile           593 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   EXPECT_EQ(profile.GetRawInfo(COMPANY_NAME), ASCIIToUTF16(company2));
profile           597 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   AutofillProfile profile(kGuid1, kHttpsOrigin);
profile           602 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   profile.SetRawMultiInfo(EMAIL_ADDRESS, values);
profile           609 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc       EMAIL_ADDRESS, specifics_fields, &profile));
profile           610 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   profile.GetRawMultiInfo(EMAIL_ADDRESS, &values);
profile           616 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc       EMAIL_ADDRESS, specifics_fields, &profile));
profile           617 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   profile.GetRawMultiInfo(EMAIL_ADDRESS, &values);
profile           623 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc       &profile));
profile           624 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   profile.GetRawMultiInfo(EMAIL_ADDRESS, &values);
profile           833 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   AutofillProfile profile(kGuid1, kHttpsOrigin);
profile           834 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   profile.SetRawInfo(ADDRESS_HOME_STREET_ADDRESS,
profile           838 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc             profile.GetRawInfo(ADDRESS_HOME_LINE1));
profile           839 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   EXPECT_EQ(ASCIIToUTF16("Apt. 42"), profile.GetRawInfo(ADDRESS_HOME_LINE2));
profile           841 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   profiles_from_web_db.push_back(new AutofillProfile(profile));
profile           848 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   autofill_specifics->set_guid(profile.guid());
profile           849 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   autofill_specifics->set_origin(profile.origin());
profile           862 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc           profile.guid(), profile.guid(), specifics));
profile            78 components/autofill/core/browser/webdata/autofill_table.cc void BindAutofillProfileToStatement(const AutofillProfile& profile,
profile            80 components/autofill/core/browser/webdata/autofill_table.cc   DCHECK(base::IsValidGUID(profile.guid()));
profile            82 components/autofill/core/browser/webdata/autofill_table.cc   s->BindString(index++, profile.guid());
profile            84 components/autofill/core/browser/webdata/autofill_table.cc   s->BindString16(index++, GetInfo(profile, COMPANY_NAME));
profile            85 components/autofill/core/browser/webdata/autofill_table.cc   s->BindString16(index++, GetInfo(profile, ADDRESS_HOME_STREET_ADDRESS));
profile            86 components/autofill/core/browser/webdata/autofill_table.cc   s->BindString16(index++, GetInfo(profile, ADDRESS_HOME_DEPENDENT_LOCALITY));
profile            87 components/autofill/core/browser/webdata/autofill_table.cc   s->BindString16(index++, GetInfo(profile, ADDRESS_HOME_CITY));
profile            88 components/autofill/core/browser/webdata/autofill_table.cc   s->BindString16(index++, GetInfo(profile, ADDRESS_HOME_STATE));
profile            89 components/autofill/core/browser/webdata/autofill_table.cc   s->BindString16(index++, GetInfo(profile, ADDRESS_HOME_ZIP));
profile            90 components/autofill/core/browser/webdata/autofill_table.cc   s->BindString16(index++, GetInfo(profile, ADDRESS_HOME_SORTING_CODE));
profile            91 components/autofill/core/browser/webdata/autofill_table.cc   s->BindString16(index++, GetInfo(profile, ADDRESS_HOME_COUNTRY));
profile            93 components/autofill/core/browser/webdata/autofill_table.cc   s->BindString(index++, profile.origin());
profile            98 components/autofill/core/browser/webdata/autofill_table.cc   scoped_ptr<AutofillProfile> profile(new AutofillProfile);
profile           100 components/autofill/core/browser/webdata/autofill_table.cc   profile->set_guid(s.ColumnString(index++));
profile           101 components/autofill/core/browser/webdata/autofill_table.cc   DCHECK(base::IsValidGUID(profile->guid()));
profile           103 components/autofill/core/browser/webdata/autofill_table.cc   profile->SetRawInfo(COMPANY_NAME, s.ColumnString16(index++));
profile           104 components/autofill/core/browser/webdata/autofill_table.cc   profile->SetRawInfo(ADDRESS_HOME_STREET_ADDRESS, s.ColumnString16(index++));
profile           105 components/autofill/core/browser/webdata/autofill_table.cc   profile->SetRawInfo(ADDRESS_HOME_DEPENDENT_LOCALITY,
profile           107 components/autofill/core/browser/webdata/autofill_table.cc   profile->SetRawInfo(ADDRESS_HOME_CITY, s.ColumnString16(index++));
profile           108 components/autofill/core/browser/webdata/autofill_table.cc   profile->SetRawInfo(ADDRESS_HOME_STATE, s.ColumnString16(index++));
profile           109 components/autofill/core/browser/webdata/autofill_table.cc   profile->SetRawInfo(ADDRESS_HOME_ZIP, s.ColumnString16(index++));
profile           110 components/autofill/core/browser/webdata/autofill_table.cc   profile->SetRawInfo(ADDRESS_HOME_SORTING_CODE, s.ColumnString16(index++));
profile           111 components/autofill/core/browser/webdata/autofill_table.cc   profile->SetRawInfo(ADDRESS_HOME_COUNTRY, s.ColumnString16(index++));
profile           114 components/autofill/core/browser/webdata/autofill_table.cc   profile->set_origin(s.ColumnString(index++));
profile           116 components/autofill/core/browser/webdata/autofill_table.cc   return profile.Pass();
profile           169 components/autofill/core/browser/webdata/autofill_table.cc                                       AutofillProfile* profile) {
profile           174 components/autofill/core/browser/webdata/autofill_table.cc   s.BindString(0, profile->guid());
profile           183 components/autofill/core/browser/webdata/autofill_table.cc     DCHECK_EQ(profile->guid(), s.ColumnString(0));
profile           191 components/autofill/core/browser/webdata/autofill_table.cc   profile->SetRawMultiInfo(NAME_FIRST, first_names);
profile           192 components/autofill/core/browser/webdata/autofill_table.cc   profile->SetRawMultiInfo(NAME_MIDDLE, middle_names);
profile           193 components/autofill/core/browser/webdata/autofill_table.cc   profile->SetRawMultiInfo(NAME_LAST, last_names);
profile           198 components/autofill/core/browser/webdata/autofill_table.cc                                        AutofillProfile* profile) {
profile           203 components/autofill/core/browser/webdata/autofill_table.cc   s.BindString(0, profile->guid());
profile           210 components/autofill/core/browser/webdata/autofill_table.cc     DCHECK_EQ(profile->guid(), s.ColumnString(0));
profile           216 components/autofill/core/browser/webdata/autofill_table.cc   profile->SetRawMultiInfo(EMAIL_ADDRESS, emails);
profile           221 components/autofill/core/browser/webdata/autofill_table.cc                                        AutofillProfile* profile) {
profile           226 components/autofill/core/browser/webdata/autofill_table.cc   s.BindString(0, profile->guid());
profile           233 components/autofill/core/browser/webdata/autofill_table.cc     DCHECK_EQ(profile->guid(), s.ColumnString(0));
profile           239 components/autofill/core/browser/webdata/autofill_table.cc   profile->SetRawMultiInfo(PHONE_HOME_WHOLE_NUMBER, numbers);
profile           243 components/autofill/core/browser/webdata/autofill_table.cc bool AddAutofillProfileNames(const AutofillProfile& profile,
profile           246 components/autofill/core/browser/webdata/autofill_table.cc   profile.GetRawMultiInfo(NAME_FIRST, &first_names);
profile           248 components/autofill/core/browser/webdata/autofill_table.cc   profile.GetRawMultiInfo(NAME_MIDDLE, &middle_names);
profile           250 components/autofill/core/browser/webdata/autofill_table.cc   profile.GetRawMultiInfo(NAME_LAST, &last_names);
profile           260 components/autofill/core/browser/webdata/autofill_table.cc     s.BindString(0, profile.guid());
profile           271 components/autofill/core/browser/webdata/autofill_table.cc bool AddAutofillProfileEmails(const AutofillProfile& profile,
profile           274 components/autofill/core/browser/webdata/autofill_table.cc   profile.GetRawMultiInfo(EMAIL_ADDRESS, &emails);
profile           282 components/autofill/core/browser/webdata/autofill_table.cc     s.BindString(0, profile.guid());
profile           292 components/autofill/core/browser/webdata/autofill_table.cc bool AddAutofillProfilePhones(const AutofillProfile& profile,
profile           295 components/autofill/core/browser/webdata/autofill_table.cc   profile.GetRawMultiInfo(PHONE_HOME_WHOLE_NUMBER, &numbers);
profile           303 components/autofill/core/browser/webdata/autofill_table.cc     s.BindString(0, profile.guid());
profile           313 components/autofill/core/browser/webdata/autofill_table.cc bool AddAutofillProfilePieces(const AutofillProfile& profile,
profile           315 components/autofill/core/browser/webdata/autofill_table.cc   if (!AddAutofillProfileNames(profile, db))
profile           318 components/autofill/core/browser/webdata/autofill_table.cc   if (!AddAutofillProfileEmails(profile, db))
profile           321 components/autofill/core/browser/webdata/autofill_table.cc   if (!AddAutofillProfilePhones(profile, db))
profile           799 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::AddAutofillProfile(const AutofillProfile& profile) {
profile           800 components/autofill/core/browser/webdata/autofill_table.cc   if (IsAutofillGUIDInTrash(profile.guid()))
profile           808 components/autofill/core/browser/webdata/autofill_table.cc   BindAutofillProfileToStatement(profile, &s);
profile           813 components/autofill/core/browser/webdata/autofill_table.cc   return AddAutofillProfilePieces(profile, db_);
profile           817 components/autofill/core/browser/webdata/autofill_table.cc                                        AutofillProfile** profile) {
profile           819 components/autofill/core/browser/webdata/autofill_table.cc   DCHECK(profile);
profile           841 components/autofill/core/browser/webdata/autofill_table.cc   *profile = p.release();
profile           856 components/autofill/core/browser/webdata/autofill_table.cc     AutofillProfile* profile = NULL;
profile           857 components/autofill/core/browser/webdata/autofill_table.cc     if (!GetAutofillProfile(guid, &profile))
profile           859 components/autofill/core/browser/webdata/autofill_table.cc     profiles->push_back(profile);
profile           865 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::UpdateAutofillProfile(const AutofillProfile& profile) {
profile           866 components/autofill/core/browser/webdata/autofill_table.cc   DCHECK(base::IsValidGUID(profile.guid()));
profile           874 components/autofill/core/browser/webdata/autofill_table.cc   if (!GetAutofillProfile(profile.guid(), &tmp_profile))
profile           879 components/autofill/core/browser/webdata/autofill_table.cc   if (old_profile->Compare(profile) == 0 &&
profile           880 components/autofill/core/browser/webdata/autofill_table.cc       old_profile->origin() == profile.origin())
profile           889 components/autofill/core/browser/webdata/autofill_table.cc   BindAutofillProfileToStatement(profile, &s);
profile           890 components/autofill/core/browser/webdata/autofill_table.cc   s.BindString(11, profile.guid());
profile           898 components/autofill/core/browser/webdata/autofill_table.cc   if (!RemoveAutofillProfilePieces(profile.guid(), db_))
profile           901 components/autofill/core/browser/webdata/autofill_table.cc   return AddAutofillProfilePieces(profile, db_);
profile          1134 components/autofill/core/browser/webdata/autofill_table.cc     AutofillProfile* profile;
profile          1135 components/autofill/core/browser/webdata/autofill_table.cc     if (!GetAutofillProfile(*it, &profile))
profile          1138 components/autofill/core/browser/webdata/autofill_table.cc     profiles->push_back(profile);
profile          1821 components/autofill/core/browser/webdata/autofill_table.cc       AutofillProfile profile;
profile          1823 components/autofill/core/browser/webdata/autofill_table.cc       profile.set_guid(s.ColumnString(index++));
profile          1824 components/autofill/core/browser/webdata/autofill_table.cc       DCHECK(base::IsValidGUID(profile.guid()));
profile          1826 components/autofill/core/browser/webdata/autofill_table.cc       profile.SetRawInfo(NAME_FIRST, s.ColumnString16(index++));
profile          1827 components/autofill/core/browser/webdata/autofill_table.cc       profile.SetRawInfo(NAME_MIDDLE, s.ColumnString16(index++));
profile          1828 components/autofill/core/browser/webdata/autofill_table.cc       profile.SetRawInfo(NAME_LAST, s.ColumnString16(index++));
profile          1829 components/autofill/core/browser/webdata/autofill_table.cc       profile.SetRawInfo(EMAIL_ADDRESS, s.ColumnString16(index++));
profile          1830 components/autofill/core/browser/webdata/autofill_table.cc       profile.SetRawInfo(COMPANY_NAME, s.ColumnString16(index++));
profile          1831 components/autofill/core/browser/webdata/autofill_table.cc       profile.SetRawInfo(ADDRESS_HOME_LINE1, s.ColumnString16(index++));
profile          1832 components/autofill/core/browser/webdata/autofill_table.cc       profile.SetRawInfo(ADDRESS_HOME_LINE2, s.ColumnString16(index++));
profile          1833 components/autofill/core/browser/webdata/autofill_table.cc       profile.SetRawInfo(ADDRESS_HOME_CITY, s.ColumnString16(index++));
profile          1834 components/autofill/core/browser/webdata/autofill_table.cc       profile.SetRawInfo(ADDRESS_HOME_STATE, s.ColumnString16(index++));
profile          1835 components/autofill/core/browser/webdata/autofill_table.cc       profile.SetRawInfo(ADDRESS_HOME_ZIP, s.ColumnString16(index++));
profile          1836 components/autofill/core/browser/webdata/autofill_table.cc       profile.SetInfo(AutofillType(ADDRESS_HOME_COUNTRY),
profile          1838 components/autofill/core/browser/webdata/autofill_table.cc       profile.SetRawInfo(PHONE_HOME_WHOLE_NUMBER, s.ColumnString16(index++));
profile          1847 components/autofill/core/browser/webdata/autofill_table.cc       s_insert.BindString(index++, profile.guid());
profile          1848 components/autofill/core/browser/webdata/autofill_table.cc       s_insert.BindString16(index++, profile.GetRawInfo(COMPANY_NAME));
profile          1849 components/autofill/core/browser/webdata/autofill_table.cc       s_insert.BindString16(index++, profile.GetRawInfo(ADDRESS_HOME_LINE1));
profile          1850 components/autofill/core/browser/webdata/autofill_table.cc       s_insert.BindString16(index++, profile.GetRawInfo(ADDRESS_HOME_LINE2));
profile          1851 components/autofill/core/browser/webdata/autofill_table.cc       s_insert.BindString16(index++, profile.GetRawInfo(ADDRESS_HOME_CITY));
profile          1852 components/autofill/core/browser/webdata/autofill_table.cc       s_insert.BindString16(index++, profile.GetRawInfo(ADDRESS_HOME_STATE));
profile          1853 components/autofill/core/browser/webdata/autofill_table.cc       s_insert.BindString16(index++, profile.GetRawInfo(ADDRESS_HOME_ZIP));
profile          1854 components/autofill/core/browser/webdata/autofill_table.cc       s_insert.BindString16(index++, profile.GetRawInfo(ADDRESS_HOME_COUNTRY));
profile          1861 components/autofill/core/browser/webdata/autofill_table.cc       if (!AddAutofillProfilePieces(profile, db_))
profile          1981 components/autofill/core/browser/webdata/autofill_table.cc     scoped_ptr<AutofillProfile> profile(new AutofillProfile);
profile          1983 components/autofill/core/browser/webdata/autofill_table.cc     profile->set_guid(s.ColumnString(index++));
profile          1984 components/autofill/core/browser/webdata/autofill_table.cc     DCHECK(base::IsValidGUID(profile->guid()));
profile          1986 components/autofill/core/browser/webdata/autofill_table.cc     profile->SetRawInfo(COMPANY_NAME, s.ColumnString16(index++));
profile          1987 components/autofill/core/browser/webdata/autofill_table.cc     profile->SetRawInfo(ADDRESS_HOME_LINE1, s.ColumnString16(index++));
profile          1988 components/autofill/core/browser/webdata/autofill_table.cc     profile->SetRawInfo(ADDRESS_HOME_LINE2, s.ColumnString16(index++));
profile          1989 components/autofill/core/browser/webdata/autofill_table.cc     profile->SetRawInfo(ADDRESS_HOME_CITY, s.ColumnString16(index++));
profile          1990 components/autofill/core/browser/webdata/autofill_table.cc     profile->SetRawInfo(ADDRESS_HOME_STATE, s.ColumnString16(index++));
profile          1991 components/autofill/core/browser/webdata/autofill_table.cc     profile->SetRawInfo(ADDRESS_HOME_ZIP, s.ColumnString16(index++));
profile          1994 components/autofill/core/browser/webdata/autofill_table.cc     profile->SetRawInfo(ADDRESS_HOME_COUNTRY, s.ColumnString16(index++));
profile          1998 components/autofill/core/browser/webdata/autofill_table.cc     profile->set_origin(s.ColumnString(index++));
profile          2001 components/autofill/core/browser/webdata/autofill_table.cc     AddAutofillProfileNamesToProfile(db_, profile.get());
profile          2004 components/autofill/core/browser/webdata/autofill_table.cc     AddAutofillProfileEmailsToProfile(db_, profile.get());
profile          2007 components/autofill/core/browser/webdata/autofill_table.cc     AddAutofillProfilePhonesToProfile(db_, profile.get());
profile          2009 components/autofill/core/browser/webdata/autofill_table.cc     if (PersonalDataManager::IsValidLearnableProfile(*profile, app_locale_)) {
profile          2012 components/autofill/core/browser/webdata/autofill_table.cc           *profile, accumulated_profiles_p, app_locale_, &merged_profiles);
profile          2024 components/autofill/core/browser/webdata/autofill_table.cc       if (merged_guid != profile->guid())
profile          2025 components/autofill/core/browser/webdata/autofill_table.cc         AddAutofillGUIDToTrash(profile->guid());
profile          2028 components/autofill/core/browser/webdata/autofill_table.cc       AddAutofillGUIDToTrash(profile->guid());
profile           194 components/autofill/core/browser/webdata/autofill_table.h   virtual bool AddAutofillProfile(const AutofillProfile& profile);
profile           197 components/autofill/core/browser/webdata/autofill_table.h   virtual bool UpdateAutofillProfile(const AutofillProfile& profile);
profile           204 components/autofill/core/browser/webdata/autofill_table.h   bool GetAutofillProfile(const std::string& guid, AutofillProfile** profile);
profile           896 components/autofill/core/browser/webdata/autofill_table_unittest.cc   AutofillProfile profile;
profile           897 components/autofill/core/browser/webdata/autofill_table_unittest.cc   profile.SetRawInfo(NAME_FIRST, ASCIIToUTF16("John"));
profile           898 components/autofill/core/browser/webdata/autofill_table_unittest.cc   profile.SetRawInfo(NAME_MIDDLE, ASCIIToUTF16("Q."));
profile           899 components/autofill/core/browser/webdata/autofill_table_unittest.cc   profile.SetRawInfo(NAME_LAST, ASCIIToUTF16("Smith"));
profile           900 components/autofill/core/browser/webdata/autofill_table_unittest.cc   profile.SetRawInfo(EMAIL_ADDRESS, ASCIIToUTF16("js@smith.xyz"));
profile           901 components/autofill/core/browser/webdata/autofill_table_unittest.cc   profile.SetRawInfo(ADDRESS_HOME_LINE1, ASCIIToUTF16("1 Main St"));
profile           902 components/autofill/core/browser/webdata/autofill_table_unittest.cc   profile.SetRawInfo(ADDRESS_HOME_CITY, ASCIIToUTF16("Los Angeles"));
profile           903 components/autofill/core/browser/webdata/autofill_table_unittest.cc   profile.SetRawInfo(ADDRESS_HOME_STATE, ASCIIToUTF16("CA"));
profile           904 components/autofill/core/browser/webdata/autofill_table_unittest.cc   profile.SetRawInfo(ADDRESS_HOME_ZIP, ASCIIToUTF16("90025"));
profile           905 components/autofill/core/browser/webdata/autofill_table_unittest.cc   profile.SetRawInfo(ADDRESS_HOME_COUNTRY, ASCIIToUTF16("US"));
profile           909 components/autofill/core/browser/webdata/autofill_table_unittest.cc   EXPECT_TRUE(table_->AddAutofillGUIDToTrash(profile.guid()));
profile           910 components/autofill/core/browser/webdata/autofill_table_unittest.cc   EXPECT_TRUE(table_->AddAutofillProfile(profile));
profile           912 components/autofill/core/browser/webdata/autofill_table_unittest.cc   EXPECT_FALSE(table_->GetAutofillProfile(profile.guid(), &added_profile));
profile           919 components/autofill/core/browser/webdata/autofill_table_unittest.cc   EXPECT_TRUE(table_->AddAutofillProfile(profile));
profile           920 components/autofill/core/browser/webdata/autofill_table_unittest.cc   EXPECT_TRUE(table_->GetAutofillProfile(profile.guid(),
profile           928 components/autofill/core/browser/webdata/autofill_table_unittest.cc   EXPECT_TRUE(table_->AddAutofillGUIDToTrash(profile.guid()));
profile           929 components/autofill/core/browser/webdata/autofill_table_unittest.cc   profile.SetRawInfo(NAME_FIRST, ASCIIToUTF16("Jane"));
profile           930 components/autofill/core/browser/webdata/autofill_table_unittest.cc   EXPECT_TRUE(table_->UpdateAutofillProfile(profile));
profile           932 components/autofill/core/browser/webdata/autofill_table_unittest.cc   EXPECT_TRUE(table_->GetAutofillProfile(profile.guid(), &updated_profile));
profile           943 components/autofill/core/browser/webdata/autofill_table_unittest.cc   EXPECT_TRUE(table_->RemoveAutofillProfile(profile.guid()));
profile           945 components/autofill/core/browser/webdata/autofill_table_unittest.cc   EXPECT_TRUE(table_->GetAutofillProfile(profile.guid(), &removed_profile));
profile           946 components/autofill/core/browser/webdata/autofill_table_unittest.cc   EXPECT_FALSE(table_->IsAutofillGUIDInTrash(profile.guid()));
profile           952 components/autofill/core/browser/webdata/autofill_table_unittest.cc   EXPECT_TRUE(table_->RemoveAutofillProfile(profile.guid()));
profile           954 components/autofill/core/browser/webdata/autofill_table_unittest.cc   EXPECT_FALSE(table_->GetAutofillProfile(profile.guid(), &removed_profile));
profile          1043 components/autofill/core/browser/webdata/autofill_table_unittest.cc   AutofillProfile profile;
profile          1044 components/autofill/core/browser/webdata/autofill_table_unittest.cc   profile.SetRawInfo(NAME_FIRST, ASCIIToUTF16("John"));
profile          1045 components/autofill/core/browser/webdata/autofill_table_unittest.cc   profile.SetRawInfo(NAME_MIDDLE, ASCIIToUTF16("Q."));
profile          1046 components/autofill/core/browser/webdata/autofill_table_unittest.cc   profile.SetRawInfo(NAME_LAST, ASCIIToUTF16("Smith"));
profile          1047 components/autofill/core/browser/webdata/autofill_table_unittest.cc   profile.SetRawInfo(EMAIL_ADDRESS, ASCIIToUTF16("js@example.com"));
profile          1048 components/autofill/core/browser/webdata/autofill_table_unittest.cc   profile.SetRawInfo(COMPANY_NAME, ASCIIToUTF16("Google"));
profile          1049 components/autofill/core/browser/webdata/autofill_table_unittest.cc   profile.SetRawInfo(ADDRESS_HOME_LINE1, ASCIIToUTF16("1234 Apple Way"));
profile          1050 components/autofill/core/browser/webdata/autofill_table_unittest.cc   profile.SetRawInfo(ADDRESS_HOME_LINE2, ASCIIToUTF16("unit 5"));
profile          1051 components/autofill/core/browser/webdata/autofill_table_unittest.cc   profile.SetRawInfo(ADDRESS_HOME_CITY, ASCIIToUTF16("Los Angeles"));
profile          1052 components/autofill/core/browser/webdata/autofill_table_unittest.cc   profile.SetRawInfo(ADDRESS_HOME_STATE, ASCIIToUTF16("CA"));
profile          1053 components/autofill/core/browser/webdata/autofill_table_unittest.cc   profile.SetRawInfo(ADDRESS_HOME_ZIP, ASCIIToUTF16("90025"));
profile          1054 components/autofill/core/browser/webdata/autofill_table_unittest.cc   profile.SetRawInfo(ADDRESS_HOME_COUNTRY, ASCIIToUTF16("US"));
profile          1055 components/autofill/core/browser/webdata/autofill_table_unittest.cc   profile.SetRawInfo(PHONE_HOME_WHOLE_NUMBER, ASCIIToUTF16("18181234567"));
profile          1056 components/autofill/core/browser/webdata/autofill_table_unittest.cc   table_->AddAutofillProfile(profile);
profile          1069 components/autofill/core/browser/webdata/autofill_table_unittest.cc   ASSERT_TRUE(table_->GetAutofillProfile(profile.guid(), &tmp_profile));
profile          1071 components/autofill/core/browser/webdata/autofill_table_unittest.cc   EXPECT_EQ(profile, *db_profile);
profile          1081 components/autofill/core/browser/webdata/autofill_table_unittest.cc   profile.SetRawInfo(EMAIL_ADDRESS, ASCIIToUTF16("js@smith.xyz"));
profile          1082 components/autofill/core/browser/webdata/autofill_table_unittest.cc   table_->UpdateAutofillProfile(profile);
profile          1085 components/autofill/core/browser/webdata/autofill_table_unittest.cc   ASSERT_TRUE(table_->GetAutofillProfile(profile.guid(), &tmp_profile));
profile          1087 components/autofill/core/browser/webdata/autofill_table_unittest.cc   EXPECT_EQ(profile, *db_profile);
profile          1106 components/autofill/core/browser/webdata/autofill_table_unittest.cc   table_->UpdateAutofillProfile(profile);
profile          1109 components/autofill/core/browser/webdata/autofill_table_unittest.cc   ASSERT_TRUE(table_->GetAutofillProfile(profile.guid(), &tmp_profile));
profile          1111 components/autofill/core/browser/webdata/autofill_table_unittest.cc   EXPECT_EQ(profile, *db_profile);
profile          1193 components/autofill/core/browser/webdata/autofill_table_unittest.cc   AutofillProfile profile;
profile          1194 components/autofill/core/browser/webdata/autofill_table_unittest.cc   profile.SetRawInfo(NAME_FIRST, ASCIIToUTF16("John"));
profile          1195 components/autofill/core/browser/webdata/autofill_table_unittest.cc   profile.SetRawInfo(NAME_MIDDLE, ASCIIToUTF16("Q."));
profile          1196 components/autofill/core/browser/webdata/autofill_table_unittest.cc   profile.SetRawInfo(NAME_LAST, ASCIIToUTF16("Smith"));
profile          1197 components/autofill/core/browser/webdata/autofill_table_unittest.cc   profile.SetRawInfo(EMAIL_ADDRESS, ASCIIToUTF16("js@example.com"));
profile          1198 components/autofill/core/browser/webdata/autofill_table_unittest.cc   profile.SetRawInfo(COMPANY_NAME, ASCIIToUTF16("Google"));
profile          1199 components/autofill/core/browser/webdata/autofill_table_unittest.cc   profile.SetRawInfo(ADDRESS_HOME_LINE1, ASCIIToUTF16("1234 Apple Way"));
profile          1200 components/autofill/core/browser/webdata/autofill_table_unittest.cc   profile.SetRawInfo(ADDRESS_HOME_LINE2, ASCIIToUTF16("unit 5"));
profile          1201 components/autofill/core/browser/webdata/autofill_table_unittest.cc   profile.SetRawInfo(ADDRESS_HOME_CITY, ASCIIToUTF16("Los Angeles"));
profile          1202 components/autofill/core/browser/webdata/autofill_table_unittest.cc   profile.SetRawInfo(ADDRESS_HOME_STATE, ASCIIToUTF16("CA"));
profile          1203 components/autofill/core/browser/webdata/autofill_table_unittest.cc   profile.SetRawInfo(ADDRESS_HOME_ZIP, ASCIIToUTF16("90025"));
profile          1204 components/autofill/core/browser/webdata/autofill_table_unittest.cc   profile.SetRawInfo(ADDRESS_HOME_COUNTRY, ASCIIToUTF16("US"));
profile          1205 components/autofill/core/browser/webdata/autofill_table_unittest.cc   profile.SetRawInfo(PHONE_HOME_WHOLE_NUMBER, ASCIIToUTF16("18181234567"));
profile          1206 components/autofill/core/browser/webdata/autofill_table_unittest.cc   table_->AddAutofillProfile(profile);
profile          1219 components/autofill/core/browser/webdata/autofill_table_unittest.cc   ASSERT_TRUE(table_->GetAutofillProfile(profile.guid(), &tmp_profile));
profile          1221 components/autofill/core/browser/webdata/autofill_table_unittest.cc   EXPECT_EQ(profile, *db_profile);
profile          1231 components/autofill/core/browser/webdata/autofill_table_unittest.cc   profile.set_origin("https://www.example.com/");
profile          1232 components/autofill/core/browser/webdata/autofill_table_unittest.cc   table_->UpdateAutofillProfile(profile);
profile          1235 components/autofill/core/browser/webdata/autofill_table_unittest.cc   ASSERT_TRUE(table_->GetAutofillProfile(profile.guid(), &tmp_profile));
profile          1237 components/autofill/core/browser/webdata/autofill_table_unittest.cc   EXPECT_EQ(profile, *db_profile);
profile            62 components/autofill/core/browser/webdata/autofill_webdata.h   virtual void AddAutofillProfile(const AutofillProfile& profile) = 0;
profile            65 components/autofill/core/browser/webdata/autofill_webdata.h   virtual void UpdateAutofillProfile(const AutofillProfile& profile) = 0;
profile           166 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc     const AutofillProfile& profile, WebDatabase* db) {
profile           168 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc   if (!AutofillTable::FromWebDatabase(db)->AddAutofillProfile(profile)) {
profile           175 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc       AutofillProfileChange::ADD, profile.guid(), &profile);
profile           184 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc     const AutofillProfile& profile, WebDatabase* db) {
profile           190 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc   if (!AutofillTable::FromWebDatabase(db)->GetAutofillProfile(profile.guid(),
profile           196 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc   if (!AutofillTable::FromWebDatabase(db)->UpdateAutofillProfile(profile)) {
profile           203 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc       AutofillProfileChange::UPDATE, profile.guid(), &profile);
profile           214 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc   AutofillProfile* profile = NULL;
profile           215 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc   if (!AutofillTable::FromWebDatabase(db)->GetAutofillProfile(guid, &profile)) {
profile           219 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc   scoped_ptr<AutofillProfile> scoped_profile(profile);
profile           102 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h   WebDatabase::State AddAutofillProfile(const AutofillProfile& profile,
profile           106 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h   WebDatabase::State UpdateAutofillProfile(const AutofillProfile& profile,
profile           105 components/autofill/core/browser/webdata/autofill_webdata_service.cc     const AutofillProfile& profile) {
profile           108 components/autofill/core/browser/webdata/autofill_webdata_service.cc            autofill_backend_, profile));
profile           112 components/autofill/core/browser/webdata/autofill_webdata_service.cc     const AutofillProfile& profile) {
profile           115 components/autofill/core/browser/webdata/autofill_webdata_service.cc            autofill_backend_, profile));
profile            67 components/autofill/core/browser/webdata/autofill_webdata_service.h   virtual void AddAutofillProfile(const AutofillProfile& profile) OVERRIDE;
profile            68 components/autofill/core/browser/webdata/autofill_webdata_service.h   virtual void UpdateAutofillProfile(const AutofillProfile& profile) OVERRIDE;
profile           293 components/autofill/core/browser/webdata/web_data_service_unittest.cc   AutofillProfile profile;
profile           297 components/autofill/core/browser/webdata/web_data_service_unittest.cc       AutofillProfileChange::ADD, profile.guid(), &profile);
profile           301 components/autofill/core/browser/webdata/web_data_service_unittest.cc   wds_->AddAutofillProfile(profile);
profile           310 components/autofill/core/browser/webdata/web_data_service_unittest.cc   EXPECT_EQ(profile, *consumer.result()[0]);
profile           315 components/autofill/core/browser/webdata/web_data_service_unittest.cc   AutofillProfile profile;
profile           320 components/autofill/core/browser/webdata/web_data_service_unittest.cc   wds_->AddAutofillProfile(profile);
profile           329 components/autofill/core/browser/webdata/web_data_service_unittest.cc   EXPECT_EQ(profile, *consumer.result()[0]);
profile           334 components/autofill/core/browser/webdata/web_data_service_unittest.cc       AutofillProfileChange::REMOVE, profile.guid(), NULL);
profile           339 components/autofill/core/browser/webdata/web_data_service_unittest.cc   wds_->RemoveAutofillProfile(profile.guid());
profile           483 components/autofill/core/browser/webdata/web_data_service_unittest.cc   AutofillProfile profile;
profile           484 components/autofill/core/browser/webdata/web_data_service_unittest.cc   wds_->AddAutofillProfile(profile);
profile           495 components/autofill/core/browser/webdata/web_data_service_unittest.cc   EXPECT_EQ(profile, *profile_consumer.result()[0]);
profile           514 components/autofill/core/browser/webdata/web_data_service_unittest.cc       AutofillProfileChange::REMOVE, profile.guid(), NULL);
profile            44 components/webdata/common/web_database_migration_unittest.cc                                     AutofillProfile* profile,
profile            48 components/webdata/common/web_database_migration_unittest.cc   DCHECK(profile);
profile            54 components/webdata/common/web_database_migration_unittest.cc   profile->SetRawInfo(autofill::NAME_FIRST, s.ColumnString16(2));
profile            55 components/webdata/common/web_database_migration_unittest.cc   profile->SetRawInfo(autofill::NAME_MIDDLE, s.ColumnString16(3));
profile            56 components/webdata/common/web_database_migration_unittest.cc   profile->SetRawInfo(autofill::NAME_LAST, s.ColumnString16(4));
profile            57 components/webdata/common/web_database_migration_unittest.cc   profile->SetRawInfo(autofill::EMAIL_ADDRESS, s.ColumnString16(5));
profile            58 components/webdata/common/web_database_migration_unittest.cc   profile->SetRawInfo(autofill::COMPANY_NAME, s.ColumnString16(6));
profile            59 components/webdata/common/web_database_migration_unittest.cc   profile->SetRawInfo(autofill::ADDRESS_HOME_LINE1, s.ColumnString16(7));
profile            60 components/webdata/common/web_database_migration_unittest.cc   profile->SetRawInfo(autofill::ADDRESS_HOME_LINE2, s.ColumnString16(8));
profile            61 components/webdata/common/web_database_migration_unittest.cc   profile->SetRawInfo(autofill::ADDRESS_HOME_CITY, s.ColumnString16(9));
profile            62 components/webdata/common/web_database_migration_unittest.cc   profile->SetRawInfo(autofill::ADDRESS_HOME_STATE, s.ColumnString16(10));
profile            63 components/webdata/common/web_database_migration_unittest.cc   profile->SetRawInfo(autofill::ADDRESS_HOME_ZIP, s.ColumnString16(11));
profile            64 components/webdata/common/web_database_migration_unittest.cc   profile->SetInfo(
profile            67 components/webdata/common/web_database_migration_unittest.cc   profile->SetRawInfo(autofill::PHONE_HOME_WHOLE_NUMBER, s.ColumnString16(13));
profile            69 components/webdata/common/web_database_migration_unittest.cc   profile->set_guid(s.ColumnString(16));
profile            70 components/webdata/common/web_database_migration_unittest.cc   EXPECT_TRUE(base::IsValidGUID(profile->guid()));
profile            74 components/webdata/common/web_database_migration_unittest.cc                                     AutofillProfile* profile,
profile            76 components/webdata/common/web_database_migration_unittest.cc   DCHECK(profile);
profile            78 components/webdata/common/web_database_migration_unittest.cc   profile->set_guid(s.ColumnString(0));
profile            79 components/webdata/common/web_database_migration_unittest.cc   EXPECT_TRUE(base::IsValidGUID(profile->guid()));
profile            80 components/webdata/common/web_database_migration_unittest.cc   profile->SetRawInfo(autofill::COMPANY_NAME, s.ColumnString16(1));
profile            81 components/webdata/common/web_database_migration_unittest.cc   profile->SetRawInfo(autofill::ADDRESS_HOME_STREET_ADDRESS,
profile            83 components/webdata/common/web_database_migration_unittest.cc   profile->SetRawInfo(autofill::ADDRESS_HOME_CITY, s.ColumnString16(3));
profile            84 components/webdata/common/web_database_migration_unittest.cc   profile->SetRawInfo(autofill::ADDRESS_HOME_STATE, s.ColumnString16(4));
profile            85 components/webdata/common/web_database_migration_unittest.cc   profile->SetRawInfo(autofill::ADDRESS_HOME_ZIP, s.ColumnString16(5));
profile            86 components/webdata/common/web_database_migration_unittest.cc   profile->SetInfo(
profile           905 components/webdata/common/web_database_migration_unittest.cc   AutofillProfile profile;
profile           941 components/webdata/common/web_database_migration_unittest.cc         s1, &profile, &profile_label, &profile_unique_id,
profile           960 components/webdata/common/web_database_migration_unittest.cc     EXPECT_NE(profile.guid(), credit_card.guid());
profile          1001 components/webdata/common/web_database_migration_unittest.cc     EXPECT_EQ(profile.guid(), profile_a.guid());
profile          1002 components/webdata/common/web_database_migration_unittest.cc     EXPECT_EQ(profile.GetRawInfo(autofill::COMPANY_NAME),
profile          1004 components/webdata/common/web_database_migration_unittest.cc     EXPECT_EQ(profile.GetRawInfo(autofill::ADDRESS_HOME_LINE1),
profile          1006 components/webdata/common/web_database_migration_unittest.cc     EXPECT_EQ(profile.GetRawInfo(autofill::ADDRESS_HOME_LINE2),
profile          1008 components/webdata/common/web_database_migration_unittest.cc     EXPECT_EQ(profile.GetRawInfo(autofill::ADDRESS_HOME_CITY),
profile          1010 components/webdata/common/web_database_migration_unittest.cc     EXPECT_EQ(profile.GetRawInfo(autofill::ADDRESS_HOME_STATE),
profile          1012 components/webdata/common/web_database_migration_unittest.cc     EXPECT_EQ(profile.GetRawInfo(autofill::ADDRESS_HOME_ZIP),
profile          1014 components/webdata/common/web_database_migration_unittest.cc     EXPECT_EQ(profile.GetRawInfo(autofill::ADDRESS_HOME_COUNTRY),
profile           877 content/browser/renderer_host/render_message_filter.cc void RenderMessageFilter::OnGetMonitorColorProfile(std::vector<char>* profile) {
profile           888 content/browser/renderer_host/render_message_filter.cc   *profile = g_color_profile.Get().profile();
profile           209 content/browser/renderer_host/render_message_filter.h   void OnGetMonitorColorProfile(std::vector<char>* profile);
profile           156 content/browser/storage_partition_impl_unittest.cc   explicit RemoveLocalStorageTester(TestBrowserContext* profile)
profile           157 content/browser/storage_partition_impl_unittest.cc       : profile_(profile), dom_storage_context_(NULL) {
profile           159 content/browser/storage_partition_impl_unittest.cc         content::BrowserContext::GetDefaultStoragePartition(profile)->
profile            85 content/common/gpu/client/gpu_video_decode_accelerator_host.cc bool GpuVideoDecodeAcceleratorHost::Initialize(media::VideoCodecProfile profile,
profile            93 content/common/gpu/client/gpu_video_decode_accelerator_host.cc       impl_->GetRouteID(), profile, &decoder_route_id_));
profile            38 content/common/gpu/client/gpu_video_decode_accelerator_host.h   virtual bool Initialize(media::VideoCodecProfile profile,
profile           739 content/common/gpu/gpu_command_buffer_stub.cc     media::VideoCodecProfile profile,
profile           745 content/common/gpu/gpu_command_buffer_stub.cc   decoder->Initialize(profile, reply_message);
profile           173 content/common/gpu/gpu_command_buffer_stub.h   void OnCreateVideoDecoder(media::VideoCodecProfile profile,
profile            85 content/common/gpu/media/android_video_decode_accelerator.cc bool AndroidVideoDecodeAccelerator::Initialize(media::VideoCodecProfile profile,
profile            92 content/common/gpu/media/android_video_decode_accelerator.cc   if (profile == media::VP8PROFILE_MAIN) {
profile            96 content/common/gpu/media/android_video_decode_accelerator.cc     LOG(ERROR) << "Unsupported profile: " << profile;
profile            41 content/common/gpu/media/android_video_decode_accelerator.h   virtual bool Initialize(media::VideoCodecProfile profile,
profile           102 content/common/gpu/media/android_video_encode_accelerator.cc     SupportedProfile profile;
profile           103 content/common/gpu/media/android_video_encode_accelerator.cc     profile.profile = media::VP8PROFILE_MAIN;
profile           107 content/common/gpu/media/android_video_encode_accelerator.cc     profile.max_resolution.SetSize(1920, 1088);
profile           108 content/common/gpu/media/android_video_encode_accelerator.cc     profile.max_framerate.numerator = 30;
profile           109 content/common/gpu/media/android_video_encode_accelerator.cc     profile.max_framerate.denominator = 1;
profile           110 content/common/gpu/media/android_video_encode_accelerator.cc     profiles.push_back(profile);
profile           443 content/common/gpu/media/dxva_video_decode_accelerator.cc bool DXVAVideoDecodeAccelerator::Initialize(media::VideoCodecProfile profile,
profile           460 content/common/gpu/media/dxva_video_decode_accelerator.cc   if (profile != media::H264PROFILE_BASELINE &&
profile           461 content/common/gpu/media/dxva_video_decode_accelerator.cc       profile != media::H264PROFILE_MAIN &&
profile           462 content/common/gpu/media/dxva_video_decode_accelerator.cc       profile != media::H264PROFILE_HIGH) {
profile           485 content/common/gpu/media/dxva_video_decode_accelerator.cc   RETURN_AND_NOTIFY_ON_FAILURE(InitDecoder(profile),
profile           625 content/common/gpu/media/dxva_video_decode_accelerator.cc bool DXVAVideoDecodeAccelerator::InitDecoder(media::VideoCodecProfile profile) {
profile           626 content/common/gpu/media/dxva_video_decode_accelerator.cc   if (profile < media::H264PROFILE_MIN || profile > media::H264PROFILE_MAX)
profile            51 content/common/gpu/media/dxva_video_decode_accelerator.h   virtual bool Initialize(media::VideoCodecProfile profile,
profile            70 content/common/gpu/media/dxva_video_decode_accelerator.h   bool InitDecoder(media::VideoCodecProfile profile);
profile           368 content/common/gpu/media/exynos_video_encode_accelerator.cc   SupportedProfile profile;
profile           372 content/common/gpu/media/exynos_video_encode_accelerator.cc     profile.profile = media::VP8PROFILE_MAIN;
profile           373 content/common/gpu/media/exynos_video_encode_accelerator.cc     profile.max_resolution.SetSize(1920, 1088);
profile           374 content/common/gpu/media/exynos_video_encode_accelerator.cc     profile.max_framerate.numerator = 30;
profile           375 content/common/gpu/media/exynos_video_encode_accelerator.cc     profile.max_framerate.denominator = 1;
profile           376 content/common/gpu/media/exynos_video_encode_accelerator.cc     profiles.push_back(profile);
profile           378 content/common/gpu/media/exynos_video_encode_accelerator.cc     profile.profile = media::H264PROFILE_MAIN;
profile           379 content/common/gpu/media/exynos_video_encode_accelerator.cc     profile.max_resolution.SetSize(1920, 1088);
profile           380 content/common/gpu/media/exynos_video_encode_accelerator.cc     profile.max_framerate.numerator = 30;
profile           381 content/common/gpu/media/exynos_video_encode_accelerator.cc     profile.max_framerate.denominator = 1;
profile           382 content/common/gpu/media/exynos_video_encode_accelerator.cc     profiles.push_back(profile);
profile           227 content/common/gpu/media/gpu_video_decode_accelerator.cc     const media::VideoCodecProfile profile,
profile           288 content/common/gpu/media/gpu_video_decode_accelerator.cc   if (!video_decode_accelerator_->Initialize(profile, this)) {
profile            65 content/common/gpu/media/gpu_video_decode_accelerator.h   void Initialize(const media::VideoCodecProfile profile,
profile           203 content/common/gpu/media/v4l2_video_decode_accelerator.cc bool V4L2VideoDecodeAccelerator::Initialize(media::VideoCodecProfile profile,
profile           212 content/common/gpu/media/v4l2_video_decode_accelerator.cc   switch (profile) {
profile           226 content/common/gpu/media/v4l2_video_decode_accelerator.cc       DLOG(ERROR) << "Initialize(): unsupported profile=" << profile;
profile           229 content/common/gpu/media/v4l2_video_decode_accelerator.cc   video_profile_ = profile;
profile            88 content/common/gpu/media/v4l2_video_decode_accelerator.h   virtual bool Initialize(media::VideoCodecProfile profile,
profile           127 content/common/gpu/media/vaapi_h264_decoder_unittest.cc   media::VideoCodecProfile profile = media::H264PROFILE_BASELINE;
profile           130 content/common/gpu/media/vaapi_h264_decoder_unittest.cc   wrapper_ = VaapiWrapper::Create(profile, x_display_, report_error_cb);
profile           283 content/common/gpu/media/vaapi_video_decode_accelerator.cc bool VaapiVideoDecodeAccelerator::Initialize(media::VideoCodecProfile profile,
profile           292 content/common/gpu/media/vaapi_video_decode_accelerator.cc   DVLOG(2) << "Initializing VAVDA, profile: " << profile;
profile           303 content/common/gpu/media/vaapi_video_decode_accelerator.cc       profile, x_display_,
profile            53 content/common/gpu/media/vaapi_video_decode_accelerator.h   virtual bool Initialize(media::VideoCodecProfile profile,
profile            48 content/common/gpu/media/vaapi_wrapper.cc     media::VideoCodecProfile profile,
profile            53 content/common/gpu/media/vaapi_wrapper.cc   switch (profile) {
profile           114 content/common/gpu/media/vaapi_wrapper.cc     media::VideoCodecProfile profile,
profile           119 content/common/gpu/media/vaapi_wrapper.cc   if (!vaapi_wrapper->Initialize(profile, x_display, report_error_to_uma_cb))
profile           137 content/common/gpu/media/vaapi_wrapper.cc bool VaapiWrapper::Initialize(media::VideoCodecProfile profile,
profile           181 content/common/gpu/media/vaapi_wrapper.cc   VAProfile va_profile = ProfileToVAProfile(profile, supported_profiles);
profile            39 content/common/gpu/media/vaapi_wrapper.h       media::VideoCodecProfile profile,
profile            98 content/common/gpu/media/vaapi_wrapper.h   bool Initialize(media::VideoCodecProfile profile,
profile           132 content/common/gpu/media/video_decode_accelerator_unittest.cc         profile(media::VIDEO_CODEC_PROFILE_UNKNOWN),
profile           143 content/common/gpu/media/video_decode_accelerator_unittest.cc   media::VideoCodecProfile profile;
profile           379 content/common/gpu/media/video_decode_accelerator_unittest.cc                        media::VideoCodecProfile profile,
profile           487 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           521 content/common/gpu/media/video_decode_accelerator_unittest.cc                   ? profile
profile           850 content/common/gpu/media/video_decode_accelerator_unittest.cc                                   media::VideoCodecProfile profile) {
profile           851 content/common/gpu/media/video_decode_accelerator_unittest.cc   if (profile >= media::H264PROFILE_MIN &&
profile           852 content/common/gpu/media/video_decode_accelerator_unittest.cc       profile <= media::H264PROFILE_MAX) {
profile           863 content/common/gpu/media/video_decode_accelerator_unittest.cc   } else if (profile >= media::VP8PROFILE_MIN &&
profile           864 content/common/gpu/media/video_decode_accelerator_unittest.cc              profile <= media::VP8PROFILE_MAX) {
profile           868 content/common/gpu/media/video_decode_accelerator_unittest.cc   LOG(FATAL) << "Invalid profile: " << profile;
profile          1064 content/common/gpu/media/video_decode_accelerator_unittest.cc     int profile = -1;
profile          1066 content/common/gpu/media/video_decode_accelerator_unittest.cc       CHECK(base::StringToInt(fields[7], &profile));
profile          1067 content/common/gpu/media/video_decode_accelerator_unittest.cc     video_file->profile = static_cast<media::VideoCodecProfile>(profile);
profile          1258 content/common/gpu/media/video_decode_accelerator_unittest.cc                                  video_file->profile,
profile          1504 content/common/gpu/media/video_decode_accelerator_unittest.cc                                test_video_files_[0]->profile,
profile            83 content/common/gpu/media/video_encode_accelerator_unittest.cc   int profile;
profile            84 content/common/gpu/media/video_encode_accelerator_unittest.cc   CHECK(base::StringToInt(fields[3], &profile));
profile            85 content/common/gpu/media/video_encode_accelerator_unittest.cc   CHECK_GT(profile, media::VIDEO_CODEC_PROFILE_UNKNOWN);
profile            86 content/common/gpu/media/video_encode_accelerator_unittest.cc   CHECK_LE(profile, media::VIDEO_CODEC_PROFILE_MAX);
profile            88 content/common/gpu/media/video_encode_accelerator_unittest.cc       static_cast<media::VideoCodecProfile>(profile);
profile           122 content/common/gpu/media/video_encode_accelerator_unittest.cc   static scoped_ptr<StreamValidator> Create(media::VideoCodecProfile profile,
profile           223 content/common/gpu/media/video_encode_accelerator_unittest.cc     media::VideoCodecProfile profile,
profile           227 content/common/gpu/media/video_encode_accelerator_unittest.cc   if (profile >= media::H264PROFILE_MIN &&
profile           228 content/common/gpu/media/video_encode_accelerator_unittest.cc       profile <= media::H264PROFILE_MAX) {
profile           230 content/common/gpu/media/video_encode_accelerator_unittest.cc   } else if (profile >= media::VP8PROFILE_MIN &&
profile           231 content/common/gpu/media/video_encode_accelerator_unittest.cc              profile <= media::VP8PROFILE_MAX) {
profile           234 content/common/gpu/media/video_encode_accelerator_unittest.cc     LOG(FATAL) << "Unsupported profile: " << profile;
profile            23 content/renderer/media/pepper_platform_video_decoder.cc     media::VideoCodecProfile profile,
profile            44 content/renderer/media/pepper_platform_video_decoder.cc   return (decoder_ && decoder_->Initialize(profile, this));
profile            24 content/renderer/media/pepper_platform_video_decoder.h   virtual bool Initialize(media::VideoCodecProfile profile,
profile           118 content/renderer/media/rtc_video_decoder.cc   media::VideoCodecProfile profile;
profile           121 content/renderer/media/rtc_video_decoder.cc       profile = media::VP8PROFILE_MAIN;
profile           134 content/renderer/media/rtc_video_decoder.cc                  profile,
profile           677 content/renderer/media/rtc_video_decoder.cc void RTCVideoDecoder::CreateVDA(media::VideoCodecProfile profile,
profile           681 content/renderer/media/rtc_video_decoder.cc   if (vda_ && !vda_->Initialize(profile, this))
profile           164 content/renderer/media/rtc_video_decoder.h   void CreateVDA(media::VideoCodecProfile profile, base::WaitableEvent* waiter);
profile            55 content/renderer/media/rtc_video_encoder.cc                               media::VideoCodecProfile profile,
profile           180 content/renderer/media/rtc_video_encoder.cc     media::VideoCodecProfile profile,
profile           202 content/renderer/media/rtc_video_encoder.cc                                   profile,
profile           514 content/renderer/media/rtc_video_encoder.cc     media::VideoCodecProfile profile,
profile           517 content/renderer/media/rtc_video_encoder.cc       video_codec_profile_(profile),
profile           522 content/renderer/media/rtc_video_encoder.cc   DVLOG(1) << "RTCVideoEncoder(): profile=" << profile;
profile            47 content/renderer/media/rtc_video_encoder.h       media::VideoCodecProfile profile,
profile            19 content/renderer/media/rtc_video_encoder_factory.cc     const media::VideoEncodeAccelerator::SupportedProfile& profile) {
profile            24 content/renderer/media/rtc_video_encoder_factory.cc   if (profile.profile >= media::VP8PROFILE_MIN &&
profile            25 content/renderer/media/rtc_video_encoder_factory.cc       profile.profile <= media::VP8PROFILE_MAX) {
profile            28 content/renderer/media/rtc_video_encoder_factory.cc   } else if (profile.profile >= media::H264PROFILE_MIN &&
profile            29 content/renderer/media/rtc_video_encoder_factory.cc              profile.profile <= media::H264PROFILE_MAX) {
profile            35 content/renderer/media/rtc_video_encoder_factory.cc     width = profile.max_resolution.width();
profile            36 content/renderer/media/rtc_video_encoder_factory.cc     height = profile.max_resolution.height();
profile            37 content/renderer/media/rtc_video_encoder_factory.cc     fps = profile.max_framerate.numerator;
profile            38 content/renderer/media/rtc_video_encoder_factory.cc     DCHECK_EQ(profile.max_framerate.denominator, 1U);
profile           154 content/renderer/pepper/content_decryptor_delegate.cc     media::VideoCodecProfile profile) {
profile           155 content/renderer/pepper/content_decryptor_delegate.cc   switch (profile) {
profile           446 content/renderer/pepper/content_decryptor_delegate.cc   pp_decoder_config.profile =
profile           447 content/renderer/pepper/content_decryptor_delegate.cc       MediaVideoCodecProfileToPpVideoCodecProfile(decoder_config.profile());
profile           117 content/renderer/pepper/ppb_video_decoder_impl.cc     PP_VideoDecoder_Profile profile) {
profile           127 content/renderer/pepper/ppb_video_decoder_impl.cc                     graphics3d_impl->gles2_impl(), profile))
profile           136 content/renderer/pepper/ppb_video_decoder_impl.cc     PP_VideoDecoder_Profile profile) {
profile           149 content/renderer/pepper/ppb_video_decoder_impl.cc   return platform_video_decoder_->Initialize(PPToMediaProfile(profile), this);
profile            39 content/renderer/pepper/ppb_video_decoder_impl.h                             PP_VideoDecoder_Profile profile);
profile            73 content/renderer/pepper/ppb_video_decoder_impl.h             PP_VideoDecoder_Profile profile);
profile           278 content/renderer/pepper/resource_creation_impl.cc     PP_VideoDecoder_Profile profile) {
profile           279 content/renderer/pepper/resource_creation_impl.cc   return PPB_VideoDecoder_Impl::Create(instance, graphics3d_id, profile);
profile           132 content/renderer/pepper/resource_creation_impl.h       PP_VideoDecoder_Profile profile) OVERRIDE;
profile           850 content/renderer/renderer_webkitplatformsupport_impl.cc   std::vector<char> profile;
profile           855 content/renderer/renderer_webkitplatformsupport_impl.cc       new ViewHostMsg_GetMonitorColorProfile(&profile));
profile           856 content/renderer/renderer_webkitplatformsupport_impl.cc   *to_profile = profile;
profile           860 content/renderer/renderer_webkitplatformsupport_impl.cc   gfx::ColorProfile profile;
profile           861 content/renderer/renderer_webkitplatformsupport_impl.cc   *to_profile = profile.profile();
profile           338 device/bluetooth/bluetooth_device.h   virtual void ConnectToProfile(BluetoothProfile* profile,
profile           362 device/bluetooth/bluetooth_device_chromeos.cc     device::BluetoothProfile* profile,
profile           366 device/bluetooth/bluetooth_device_chromeos.cc       static_cast<BluetoothProfileChromeOS*>(profile);
profile           376 device/bluetooth/bluetooth_device_chromeos.cc               profile,
profile           381 device/bluetooth/bluetooth_device_chromeos.cc               profile,
profile           573 device/bluetooth/bluetooth_device_chromeos.cc     device::BluetoothProfile* profile,
profile           576 device/bluetooth/bluetooth_device_chromeos.cc       static_cast<BluetoothProfileChromeOS*>(profile);
profile           583 device/bluetooth/bluetooth_device_chromeos.cc     device::BluetoothProfile* profile,
profile           588 device/bluetooth/bluetooth_device_chromeos.cc       static_cast<BluetoothProfileChromeOS*>(profile);
profile            58 device/bluetooth/bluetooth_device_chromeos.h       device::BluetoothProfile* profile,
profile           141 device/bluetooth/bluetooth_device_chromeos.h   void OnConnectProfile(device::BluetoothProfile* profile,
profile           143 device/bluetooth/bluetooth_device_chromeos.h   void OnConnectProfileError(device::BluetoothProfile* profile,
profile            58 device/bluetooth/bluetooth_device_mac.h       device::BluetoothProfile* profile,
profile           182 device/bluetooth/bluetooth_device_win.cc     device::BluetoothProfile* profile,
profile           185 device/bluetooth/bluetooth_device_win.cc   if (static_cast<BluetoothProfileWin*>(profile)->Connect(this))
profile            58 device/bluetooth/bluetooth_device_win.h       device::BluetoothProfile* profile,
profile            47 device/bluetooth/bluetooth_profile.cc   chromeos::BluetoothProfileChromeOS* profile = NULL;
profile            48 device/bluetooth/bluetooth_profile.cc   profile = new chromeos::BluetoothProfileChromeOS();
profile            49 device/bluetooth/bluetooth_profile.cc   profile->Init(uuid, options, callback);
profile            51 device/bluetooth/bluetooth_profile.cc   BluetoothProfile* profile = NULL;
profile            54 device/bluetooth/bluetooth_profile.cc     profile = new BluetoothProfileMac(uuid, options.name);
profile            55 device/bluetooth/bluetooth_profile.cc   callback.Run(profile);
profile            57 device/bluetooth/bluetooth_profile.cc   BluetoothProfile* profile = NULL;
profile            58 device/bluetooth/bluetooth_profile.cc   profile = new BluetoothProfileWin(uuid, options.name);
profile            59 device/bluetooth/bluetooth_profile.cc   callback.Run(profile);
profile            95 device/bluetooth/bluetooth_profile_chromeos_unittest.cc   void ProfileCallback(BluetoothProfile* profile) {
profile            97 device/bluetooth/bluetooth_profile_chromeos_unittest.cc     last_profile_ = profile;
profile           136 device/bluetooth/bluetooth_profile_chromeos_unittest.cc   BluetoothProfile* profile = last_profile_;
profile           145 device/bluetooth/bluetooth_profile_chromeos_unittest.cc   profile->SetConnectionCallback(
profile           157 device/bluetooth/bluetooth_profile_chromeos_unittest.cc       profile,
profile           262 device/bluetooth/bluetooth_profile_chromeos_unittest.cc   BluetoothProfile* profile = last_profile_;
profile           271 device/bluetooth/bluetooth_profile_chromeos_unittest.cc   profile->SetConnectionCallback(
profile           283 device/bluetooth/bluetooth_profile_chromeos_unittest.cc       profile,
profile            39 extensions/browser/api/storage/settings_test_util.cc scoped_refptr<const Extension> AddExtensionWithId(Profile* profile,
profile            43 extensions/browser/api/storage/settings_test_util.cc       profile, id, type, std::set<std::string>());
profile            47 extensions/browser/api/storage/settings_test_util.cc     Profile* profile,
profile            92 extensions/browser/api/storage/settings_test_util.cc   ExtensionRegistry::Get(profile)->AddEnabled(extension);
profile           104 extensions/browser/api/storage/settings_test_util.cc MockExtensionSystem::MockExtensionSystem(Profile* profile)
profile           105 extensions/browser/api/storage/settings_test_util.cc       : TestExtensionSystem(profile) {}
profile           114 extensions/browser/api/storage/settings_test_util.cc KeyedService* BuildMockExtensionSystem(content::BrowserContext* profile) {
profile           115 extensions/browser/api/storage/settings_test_util.cc   return new MockExtensionSystem(static_cast<Profile*>(profile));
profile            40 extensions/browser/api/storage/settings_test_util.h scoped_refptr<const Extension> AddExtensionWithId(Profile* profile,
profile            47 extensions/browser/api/storage/settings_test_util.h     Profile* profile,
profile            55 extensions/browser/api/storage/settings_test_util.h   explicit MockExtensionSystem(Profile* profile);
profile            45 extensions/browser/api/storage/storage_api_unittest.cc         static_cast<TestExtensionSystem*>(ExtensionSystem::Get(profile()));
profile            48 extensions/browser/api/storage/storage_api_unittest.cc         new EventRouter(profile(), ExtensionPrefs::Get(profile()))));
profile            82 extensions/browser/api/storage/storage_api_unittest.cc       profile(), &CreateStorageFrontendForTesting);
profile            99 extensions/browser/api/storage/storage_api_unittest.cc                                      StorageFrontend::Get(profile()));
profile           112 extensions/browser/api/storage/storage_frontend_unittest.cc       util::AddExtensionWithId(profile(), id, Manifest::TYPE_EXTENSION);
profile           143 extensions/browser/api/storage/storage_frontend_unittest.cc       profile(), id, Manifest::TYPE_LEGACY_PACKAGED_APP);
profile           169 extensions/browser/api/storage/storage_frontend_unittest.cc       util::AddExtensionWithId(profile(), id, Manifest::TYPE_EXTENSION);
profile           201 extensions/browser/api/storage/storage_frontend_unittest.cc       util::AddExtensionWithId(profile(), id, Manifest::TYPE_EXTENSION);
profile           284 extensions/browser/api/storage/storage_frontend_unittest.cc           profile(), id, Manifest::TYPE_EXTENSION, permissions);
profile            23 extensions/browser/lazy_background_task_queue_unittest.cc   explicit TestProcessManager(Profile* profile)
profile            24 extensions/browser/lazy_background_task_queue_unittest.cc       : ProcessManager(profile, profile->GetOriginalProfile()),
profile            64 extensions/browser/renderer_startup_helper.h       content::BrowserContext* profile) const OVERRIDE;
profile           552 media/base/android/media_codec_bridge.cc       uint8 profile = 0;
profile           555 media/base/android/media_codec_bridge.cc       if (!reader.ReadBits(5, &profile) ||
profile           569 media/base/android/media_codec_bridge.cc       if (profile < 1 || profile > 4 || frequency_index == 0xf ||
profile           576 media/base/android/media_codec_bridge.cc       csd[0] = profile << 3 | frequency_index >> 1;
profile           904 media/base/container_names.cc         int profile = ReadBits(&reader, 8);
profile           905 media/base/container_names.cc         RCHECK(profile > 0);
profile           906 media/base/container_names.cc         RCHECK(profile < 0x04 || profile > 0x10);
profile           907 media/base/container_names.cc         RCHECK(profile < 0x13 || profile > 0x20);
profile           908 media/base/container_names.cc         RCHECK(profile < 0x23 || profile > 0x31);
profile           909 media/base/container_names.cc         RCHECK(profile < 0x35 || profile > 0x41);
profile           910 media/base/container_names.cc         RCHECK(profile < 0x43 || profile > 0x60);
profile           911 media/base/container_names.cc         RCHECK(profile < 0x65 || profile > 0x70);
profile           912 media/base/container_names.cc         RCHECK(profile < 0x73 || profile > 0x80);
profile           913 media/base/container_names.cc         RCHECK(profile < 0x83 || profile > 0x90);
profile           914 media/base/container_names.cc         RCHECK(profile < 0x95 || profile > 0xa0);
profile           915 media/base/container_names.cc         RCHECK(profile < 0xa4 || profile > 0xb0);
profile           916 media/base/container_names.cc         RCHECK(profile < 0xb5 || profile > 0xc0);
profile           917 media/base/container_names.cc         RCHECK(profile < 0xc3 || profile > 0xd0);
profile           918 media/base/container_names.cc         RCHECK(profile < 0xe4);
profile          1315 media/base/container_names.cc     int profile = ReadBits(&reader, 4);
profile          1316 media/base/container_names.cc     if (profile == 0 || profile == 4) {  // simple or main
profile          1343 media/base/container_names.cc       RCHECK(profile == 12);  // Other profile values not allowed.
profile            20 media/base/video_decoder_config.cc                                        VideoCodecProfile profile,
profile            28 media/base/video_decoder_config.cc   Initialize(codec, profile, format, coded_size, visible_rect, natural_size,
profile            57 media/base/video_decoder_config.cc                                     VideoCodecProfile profile,
profile            71 media/base/video_decoder_config.cc     if (profile >= 0) {
profile            72 media/base/video_decoder_config.cc       UMA_HISTOGRAM_ENUMERATION("Media.VideoCodecProfile", profile,
profile            84 media/base/video_decoder_config.cc   profile_ = profile;
profile           104 media/base/video_decoder_config.cc           (profile() == config.profile()) &&
profile           118 media/base/video_decoder_config.cc     << " profile: " << profile()
profile            78 media/base/video_decoder_config.h                      VideoCodecProfile profile,
profile            90 media/base/video_decoder_config.h                   VideoCodecProfile profile,
profile           112 media/base/video_decoder_config.h   VideoCodecProfile profile() const;
profile           163 media/cdm/ppapi/cdm_adapter.cc     PP_VideoCodecProfile profile) {
profile           164 media/cdm/ppapi/cdm_adapter.cc   switch (profile) {
profile           439 media/cdm/ppapi/cdm_adapter.cc     cdm_decoder_config.profile =
profile           440 media/cdm/ppapi/cdm_adapter.cc         PpVCProfileToCdmVCProfile(decoder_config.profile);
profile            62 media/cdm/ppapi/external_clear_key/ffmpeg_cdm_video_decoder.cc     cdm::VideoDecoderConfig::VideoCodecProfile profile) {
profile            63 media/cdm/ppapi/external_clear_key/ffmpeg_cdm_video_decoder.cc   switch (profile) {
profile            82 media/cdm/ppapi/external_clear_key/ffmpeg_cdm_video_decoder.cc       NOTREACHED() << "Unknown cdm::VideoCodecProfile: " << profile;
profile            92 media/cdm/ppapi/external_clear_key/ffmpeg_cdm_video_decoder.cc   codec_context->profile = CdmVideoCodecProfileToProfileID(config.profile);
profile           184 media/ffmpeg/ffmpeg_common.cc static VideoCodecProfile ProfileIDToVideoCodecProfile(int profile) {
profile           187 media/ffmpeg/ffmpeg_common.cc   profile &= ~FF_PROFILE_H264_CONSTRAINED;
profile           188 media/ffmpeg/ffmpeg_common.cc   profile &= ~FF_PROFILE_H264_INTRA;
profile           189 media/ffmpeg/ffmpeg_common.cc   switch (profile) {
profile           205 media/ffmpeg/ffmpeg_common.cc       DVLOG(1) << "Unknown profile id: " << profile;
profile           210 media/ffmpeg/ffmpeg_common.cc static int VideoCodecProfileToProfileID(VideoCodecProfile profile) {
profile           211 media/ffmpeg/ffmpeg_common.cc   switch (profile) {
profile           227 media/ffmpeg/ffmpeg_common.cc       DVLOG(1) << "Unknown VideoCodecProfile: " << profile;
profile           380 media/ffmpeg/ffmpeg_common.cc   VideoCodecProfile profile = VIDEO_CODEC_PROFILE_UNKNOWN;
profile           382 media/ffmpeg/ffmpeg_common.cc     profile = VP8PROFILE_MAIN;
profile           384 media/ffmpeg/ffmpeg_common.cc     profile = VP9PROFILE_MAIN;
profile           386 media/ffmpeg/ffmpeg_common.cc     profile = ProfileIDToVideoCodecProfile(stream->codec->profile);
profile           424 media/ffmpeg/ffmpeg_common.cc                      profile,
profile           437 media/ffmpeg/ffmpeg_common.cc   codec_context->profile = VideoCodecProfileToProfileID(config.profile());
profile           381 media/filters/decrypting_demuxer_stream.cc                                input_video_config.profile(),
profile           295 media/filters/decrypting_demuxer_stream_unittest.cc   EXPECT_EQ(input_config.profile(), output_config.profile());
profile           161 media/filters/gpu_video_decoder.cc   if (previously_initialized && (config_.profile() != config.profile())) {
profile           184 media/filters/gpu_video_decoder.cc   if (!vda_ || !vda_->Initialize(config.profile(), this)) {
profile            36 media/formats/mpeg/adts_stream_parser.cc   int profile;
profile            47 media/formats/mpeg/adts_stream_parser.cc       !reader.ReadBits(2, &profile) ||
profile            63 media/formats/mpeg/adts_stream_parser.cc            << " profile 0x" << profile
profile            39 media/formats/webm/webm_video_client.cc   VideoCodecProfile profile = VIDEO_CODEC_PROFILE_UNKNOWN;
profile            42 media/formats/webm/webm_video_client.cc     profile = VP8PROFILE_MAIN;
profile            45 media/formats/webm/webm_video_client.cc     profile = VP9PROFILE_MAIN;
profile           100 media/formats/webm/webm_video_client.cc       video_codec, profile, format, coded_size, visible_rect, natural_size,
profile            27 media/video/mock_video_decode_accelerator.h   MOCK_METHOD2(Initialize, bool(VideoCodecProfile profile, Client* client));
profile            91 media/video/video_decode_accelerator.h   virtual bool Initialize(VideoCodecProfile profile, Client* client) = 0;
profile            29 media/video/video_encode_accelerator.h     VideoCodecProfile profile;
profile           386 mojo/examples/pepper_container_app/resource_creation_impl.cc     PP_VideoDecoder_Profile profile) {
profile           164 mojo/examples/pepper_container_app/resource_creation_impl.h       PP_VideoDecoder_Profile profile) OVERRIDE;
profile            65 ppapi/c/dev/ppb_video_decoder_dev.h                         PP_VideoDecoder_Profile profile);
profile           414 ppapi/c/private/pp_content_decryptor.h   PP_VideoCodecProfile profile;
profile            27 ppapi/cpp/dev/video_decoder_dev.cc                                    PP_VideoDecoder_Profile profile) {
profile            31 ppapi/cpp/dev/video_decoder_dev.cc       instance.pp_instance(), context.pp_resource(), profile));
profile            29 ppapi/cpp/dev/video_decoder_dev.h                    PP_VideoDecoder_Profile profile);
profile          2349 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static PP_Resource Pnacl_M14_PPB_VideoDecoder_Dev_Create(PP_Instance instance, PP_Resource context, PP_VideoDecoder_Profile profile) {
profile          2351 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c   return iface->Create(instance, context, profile);
profile          4890 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .Create = (PP_Resource (*)(PP_Instance instance, PP_Resource context, PP_VideoDecoder_Profile profile))&Pnacl_M14_PPB_VideoDecoder_Dev_Create,
profile            34 ppapi/proxy/ppb_video_decoder_proxy.cc                               PP_VideoDecoder_Profile profile);
profile           188 ppapi/proxy/ppb_video_decoder_proxy.cc     PP_VideoDecoder_Profile profile) {
profile           208 ppapi/proxy/ppb_video_decoder_proxy.cc       context->host_resource(), profile, &result));
profile           220 ppapi/proxy/ppb_video_decoder_proxy.cc     PP_VideoDecoder_Profile profile,
profile           229 ppapi/proxy/ppb_video_decoder_proxy.cc           instance, graphics_context.host_resource(), profile));
profile            27 ppapi/proxy/ppb_video_decoder_proxy.h       PP_VideoDecoder_Profile profile);
profile            39 ppapi/proxy/ppb_video_decoder_proxy.h                    PP_VideoDecoder_Profile profile,
profile           464 ppapi/proxy/resource_creation_proxy.cc     PP_VideoDecoder_Profile profile) {
profile           466 ppapi/proxy/resource_creation_proxy.cc       instance, context3d_id, profile);
profile           182 ppapi/proxy/resource_creation_proxy.h       PP_VideoDecoder_Profile profile) OVERRIDE;
profile            21 ppapi/thunk/ppb_video_decoder_thunk.cc                    PP_VideoDecoder_Profile profile) {
profile            25 ppapi/thunk/ppb_video_decoder_thunk.cc   return enter.functions()->CreateVideoDecoder(instance, graphics_3d, profile);
profile           190 ppapi/thunk/resource_creation_api.h       PP_VideoDecoder_Profile profile) = 0;
profile           415 sync/protocol/proto_value_conversions.cc   SET(profile, AutofillProfileSpecificsToValue);
profile          2473 third_party/libpng/png.h    png_charpp profile, png_uint_32 *proflen));
profile          2480 third_party/libpng/png.h    png_charp profile, png_uint_32 proflen));
profile          3288 third_party/libpng/png.h    png_charp profile, int proflen)) PNG_PRIVATE;
profile           526 third_party/libpng/pngget.c              png_charpp profile, png_uint_32 *proflen)
profile           531 third_party/libpng/pngget.c       && name != NULL && profile != NULL && proflen != NULL)
profile           534 third_party/libpng/pngget.c       *profile = info_ptr->iccp_profile;
profile          1055 third_party/libpng/pngrutil.c    png_charp profile;
profile          1104 third_party/libpng/pngrutil.c    for (profile = png_ptr->chunkdata; *profile; profile++)
profile          1107 third_party/libpng/pngrutil.c    ++profile;
profile          1112 third_party/libpng/pngrutil.c    if ( profile >= png_ptr->chunkdata + slength - 1)
profile          1121 third_party/libpng/pngrutil.c    compression_type = *profile++;
profile          1129 third_party/libpng/pngrutil.c    prefix_length = profile - png_ptr->chunkdata;
profile           596 third_party/libpng/pngset.c              png_charp profile, png_uint_32 proflen)
profile           604 third_party/libpng/pngset.c    if (png_ptr == NULL || info_ptr == NULL || name == NULL || profile == NULL)
profile           623 third_party/libpng/pngset.c    png_memcpy(new_iccp_profile, profile, (png_size_t)proflen);
profile           770 third_party/libpng/pngwutil.c    png_charp profile, int profile_len)
profile           795 third_party/libpng/pngwutil.c    if (profile == NULL)
profile           800 third_party/libpng/pngwutil.c           ((*( (png_bytep)profile    ))<<24) |
profile           801 third_party/libpng/pngwutil.c           ((*( (png_bytep)profile + 1))<<16) |
profile           802 third_party/libpng/pngwutil.c           ((*( (png_bytep)profile + 2))<< 8) |
profile           803 third_party/libpng/pngwutil.c           ((*( (png_bytep)profile + 3))    );
profile           829 third_party/libpng/pngwutil.c       profile_len = png_text_compress(png_ptr, profile,
profile           511 third_party/libva/va/va.h     VAProfile profile,
profile           526 third_party/libva/va/va.h     VAProfile profile,
profile           544 third_party/libva/va/va.h     VAProfile profile, 
profile           570 third_party/libva/va/va.h     VAProfile *profile, 	/* out */
profile          1336 third_party/libva/va/va.h             unsigned int profile	: 2; /* SEQUENCE_LAYER::PROFILE or The MSB of METADATA::PROFILE */
profile            67 third_party/libva/va/va_backend.h 		VAProfile profile,
profile            74 third_party/libva/va/va_backend.h 		VAProfile profile,
profile            82 third_party/libva/va/va_backend.h 		VAProfile profile, 
profile            97 third_party/libva/va/va_backend.h 		VAProfile *profile,		/* out */
profile            56 third_party/libva/va/va_fool.h         VAProfile profile, 
profile            70 third_party/libva/va/va_trace.h     VAProfile profile, 
profile           116 third_party/libwebp/enc/syntax.c                                            int profile, size_t size0) {
profile           126 third_party/libwebp/enc/syntax.c        | (profile << 1)            // profile (3b)
profile          2963 third_party/libxslt/libxslt/transform.c     if (ctxt->profile) {
profile          3100 third_party/libxslt/libxslt/transform.c     if (ctxt->profile) {
profile          5841 third_party/libxslt/libxslt/transform.c                             FILE * profile, xsltTransformContextPtr userCtxt)
profile          5902 third_party/libxslt/libxslt/transform.c     if (profile != NULL)
profile          5903 third_party/libxslt/libxslt/transform.c         ctxt->profile = 1;
profile          6175 third_party/libxslt/libxslt/transform.c     if (profile != NULL) {
profile          6176 third_party/libxslt/libxslt/transform.c         xsltSaveProfiling(ctxt, profile);
profile          6284 third_party/libxslt/libxslt/transform.c                             FILE * profile, xsltTransformContextPtr userCtxt)
profile          6289 third_party/libxslt/libxslt/transform.c 	                              profile, userCtxt);
profile          6323 third_party/libxslt/libxslt/transform.c 		  FILE * profile, xsltTransformContextPtr userCtxt)
profile          6339 third_party/libxslt/libxslt/transform.c     tmp = xsltApplyStylesheetInternal(style, doc, params, output, profile,
profile            47 third_party/libxslt/libxslt/transform.h 					 FILE * profile,
profile            82 third_party/libxslt/libxslt/transform.h 					 FILE * profile,
profile          1714 third_party/libxslt/libxslt/xsltInternals.h     int profile;                        /* is this run profiled */
profile          1894 third_party/libxslt/libxslt/xsltutils.c     if (ctxt->profile == 0)
profile          2013 third_party/libxslt/libxslt/xsltutils.c     if (!ctxt->profile)
profile           121 third_party/npapi/npspy/windows/gui_main.cpp     ProfileWin profile;
profile           127 third_party/npapi/npspy/windows/gui_main.cpp         profile.setSizeAndPosition(rc.right - rc.left, rc.bottom - rc.top, rc.left, rc.top);
profile           130 third_party/npapi/npspy/windows/gui_main.cpp     profile.setBool(NPSPY_REG_KEY_ONTOP, logger->bOnTop);
profile           131 third_party/npapi/npspy/windows/gui_main.cpp     profile.setBool(NPSPY_REG_KEY_LOGTOWINDOW, logger->bToWindow);
profile           132 third_party/npapi/npspy/windows/gui_main.cpp     profile.setBool(NPSPY_REG_KEY_LOGTOCONSOLE, logger->bToConsole);
profile           133 third_party/npapi/npspy/windows/gui_main.cpp     profile.setBool(NPSPY_REG_KEY_LOGTOFILE, logger->bToFile);
profile           134 third_party/npapi/npspy/windows/gui_main.cpp     profile.setBool(NPSPY_REG_KEY_SPALID, logger->bSPALID);
profile           135 third_party/npapi/npspy/windows/gui_main.cpp     profile.setString(NPSPY_REG_KEY_LOGFILENAME, logger->szFile);
profile           138 third_party/npapi/npspy/windows/gui_main.cpp       profile.setBool(ActionName[i], !logger->bMutedCalls[i]);
profile           288 third_party/npapi/npspy/windows/gui_main.cpp   ProfileWin profile;
profile           290 third_party/npapi/npspy/windows/gui_main.cpp   profile.getBool(NPSPY_REG_KEY_ONTOP, &logger.bOnTop);
profile           291 third_party/npapi/npspy/windows/gui_main.cpp   profile.getBool(NPSPY_REG_KEY_LOGTOWINDOW, &logger.bToWindow);
profile           292 third_party/npapi/npspy/windows/gui_main.cpp   profile.getBool(NPSPY_REG_KEY_LOGTOCONSOLE, &logger.bToConsole);
profile           293 third_party/npapi/npspy/windows/gui_main.cpp   profile.getBool(NPSPY_REG_KEY_LOGTOFILE, &logger.bToFile);
profile           294 third_party/npapi/npspy/windows/gui_main.cpp   profile.getBool(NPSPY_REG_KEY_SPALID, &logger.bSPALID);
profile           295 third_party/npapi/npspy/windows/gui_main.cpp   profile.getString(NPSPY_REG_KEY_LOGFILENAME, logger.szFile, strlen(logger.szFile));
profile           300 third_party/npapi/npspy/windows/gui_main.cpp     if(profile.getBool(ActionName[i], &selected))
profile            84 third_party/npapi/npspy/windows/loggerw.cpp   ProfileWin profile;
profile            86 third_party/npapi/npspy/windows/loggerw.cpp   profile.getBool(NPSPY_REG_KEY_ONTOP, &bOnTop);
profile            88 third_party/npapi/npspy/windows/loggerw.cpp   profile.getBool(NPSPY_REG_KEY_LOGTOWINDOW, &bToWindow);
profile            89 third_party/npapi/npspy/windows/loggerw.cpp   profile.getBool(NPSPY_REG_KEY_LOGTOCONSOLE, &bToConsole);
profile            90 third_party/npapi/npspy/windows/loggerw.cpp   profile.getBool(NPSPY_REG_KEY_LOGTOFILE, &bToFile);
profile            91 third_party/npapi/npspy/windows/loggerw.cpp   profile.getBool(NPSPY_REG_KEY_SPALID, &bSPALID);
profile            92 third_party/npapi/npspy/windows/loggerw.cpp   profile.getString(NPSPY_REG_KEY_LOGFILENAME, szFile, strlen(szFile));
profile            97 third_party/npapi/npspy/windows/loggerw.cpp     if(profile.getBool(ActionName[i], &selected))
profile           101 third_party/npapi/npspy/windows/loggerw.cpp   if(!profile.getSizeAndPosition(&width, &height, &x, &y))
profile           136 third_party/npapi/npspy/windows/loggerw.cpp     ProfileWin profile;
profile           140 third_party/npapi/npspy/windows/loggerw.cpp       profile.setSizeAndPosition(rc.right - rc.left, rc.bottom - rc.top, rc.left, rc.top);
profile           182 third_party/qcms/src/iccread.c static void read_class_signature(qcms_profile *profile, struct mem_source *mem)
profile           184 third_party/qcms/src/iccread.c 	profile->class = read_u32(mem, 12);
profile           185 third_party/qcms/src/iccread.c 	switch (profile->class) {
profile           196 third_party/qcms/src/iccread.c static void read_color_space(qcms_profile *profile, struct mem_source *mem)
profile           198 third_party/qcms/src/iccread.c 	profile->color_space = read_u32(mem, 16);
profile           199 third_party/qcms/src/iccread.c 	switch (profile->color_space) {
profile           208 third_party/qcms/src/iccread.c static void read_pcs(qcms_profile *profile, struct mem_source *mem)
profile           210 third_party/qcms/src/iccread.c 	profile->pcs = read_u32(mem, 20);
profile           211 third_party/qcms/src/iccread.c 	switch (profile->pcs) {
profile           232 third_party/qcms/src/iccread.c static struct tag_index read_tag_table(qcms_profile *profile, struct mem_source *mem)
profile           258 third_party/qcms/src/iccread.c qcms_bool qcms_profile_is_bogus(qcms_profile *profile)
profile           266 third_party/qcms/src/iccread.c        if (profile->color_space != RGB_SIGNATURE)
profile           269 third_party/qcms/src/iccread.c        if (qcms_supports_iccv4 && (profile->A2B0 || profile->B2A0))
profile           272 third_party/qcms/src/iccread.c        rX = s15Fixed16Number_to_float(profile->redColorant.X);
profile           273 third_party/qcms/src/iccread.c        rY = s15Fixed16Number_to_float(profile->redColorant.Y);
profile           274 third_party/qcms/src/iccread.c        rZ = s15Fixed16Number_to_float(profile->redColorant.Z);
profile           276 third_party/qcms/src/iccread.c        gX = s15Fixed16Number_to_float(profile->greenColorant.X);
profile           277 third_party/qcms/src/iccread.c        gY = s15Fixed16Number_to_float(profile->greenColorant.Y);
profile           278 third_party/qcms/src/iccread.c        gZ = s15Fixed16Number_to_float(profile->greenColorant.Z);
profile           280 third_party/qcms/src/iccread.c        bX = s15Fixed16Number_to_float(profile->blueColorant.X);
profile           281 third_party/qcms/src/iccread.c        bY = s15Fixed16Number_to_float(profile->blueColorant.Y);
profile           282 third_party/qcms/src/iccread.c        bZ = s15Fixed16Number_to_float(profile->blueColorant.Z);
profile           762 third_party/qcms/src/iccread.c static void read_rendering_intent(qcms_profile *profile, struct mem_source *src)
profile           764 third_party/qcms/src/iccread.c 	profile->rendering_intent = read_u32(src, 64);
profile           765 third_party/qcms/src/iccread.c 	switch (profile->rendering_intent) {
profile           874 third_party/qcms/src/iccread.c 	qcms_profile* profile = qcms_profile_create();
profile           875 third_party/qcms/src/iccread.c 	if (!profile)
profile           879 third_party/qcms/src/iccread.c 	if (!set_rgb_colorants(profile, white_point, primaries)) {
profile           880 third_party/qcms/src/iccread.c 		qcms_profile_release(profile);
profile           884 third_party/qcms/src/iccread.c 	profile->redTRC = curve_from_gamma(gamma);
profile           885 third_party/qcms/src/iccread.c 	profile->blueTRC = curve_from_gamma(gamma);
profile           886 third_party/qcms/src/iccread.c 	profile->greenTRC = curve_from_gamma(gamma);
profile           888 third_party/qcms/src/iccread.c 	if (!profile->redTRC || !profile->blueTRC || !profile->greenTRC) {
profile           889 third_party/qcms/src/iccread.c 		qcms_profile_release(profile);
profile           892 third_party/qcms/src/iccread.c 	profile->class = DISPLAY_DEVICE_PROFILE;
profile           893 third_party/qcms/src/iccread.c 	profile->rendering_intent = QCMS_INTENT_PERCEPTUAL;
profile           894 third_party/qcms/src/iccread.c 	profile->color_space = RGB_SIGNATURE;
profile           895 third_party/qcms/src/iccread.c 	return profile;
profile           903 third_party/qcms/src/iccread.c 	qcms_profile* profile = qcms_profile_create();
profile           904 third_party/qcms/src/iccread.c 	if (!profile)
profile           908 third_party/qcms/src/iccread.c 	if (!set_rgb_colorants(profile, white_point, primaries)) {
profile           909 third_party/qcms/src/iccread.c 		qcms_profile_release(profile);
profile           913 third_party/qcms/src/iccread.c 	profile->redTRC = curve_from_table(table, num_entries);
profile           914 third_party/qcms/src/iccread.c 	profile->blueTRC = curve_from_table(table, num_entries);
profile           915 third_party/qcms/src/iccread.c 	profile->greenTRC = curve_from_table(table, num_entries);
profile           917 third_party/qcms/src/iccread.c 	if (!profile->redTRC || !profile->blueTRC || !profile->greenTRC) {
profile           918 third_party/qcms/src/iccread.c 		qcms_profile_release(profile);
profile           921 third_party/qcms/src/iccread.c 	profile->class = DISPLAY_DEVICE_PROFILE;
profile           922 third_party/qcms/src/iccread.c 	profile->rendering_intent = QCMS_INTENT_PERCEPTUAL;
profile           923 third_party/qcms/src/iccread.c 	profile->color_space = RGB_SIGNATURE;
profile           924 third_party/qcms/src/iccread.c 	return profile;
profile           973 third_party/qcms/src/iccread.c 	qcms_profile *profile;
profile           990 third_party/qcms/src/iccread.c 	profile = qcms_profile_create_rgb_with_table(D65, Rec709Primaries, table, 1024);
profile           992 third_party/qcms/src/iccread.c 	return profile;
profile          1003 third_party/qcms/src/iccread.c 	qcms_profile *profile;
profile          1021 third_party/qcms/src/iccread.c 	profile = qcms_profile_create();
profile          1022 third_party/qcms/src/iccread.c 	if (!profile)
profile          1027 third_party/qcms/src/iccread.c 	read_class_signature(profile, src);
profile          1028 third_party/qcms/src/iccread.c 	read_rendering_intent(profile, src);
profile          1029 third_party/qcms/src/iccread.c 	read_color_space(profile, src);
profile          1030 third_party/qcms/src/iccread.c 	read_pcs(profile, src);
profile          1036 third_party/qcms/src/iccread.c 	index = read_tag_table(profile, src);
profile          1041 third_party/qcms/src/iccread.c 		profile->chromaticAdaption = read_tag_s15Fixed16ArrayType(src, index, TAG_CHAD);
profile          1043 third_party/qcms/src/iccread.c 		profile->chromaticAdaption.invalid = true; //Signal the data is not present
profile          1046 third_party/qcms/src/iccread.c 	if (profile->class == DISPLAY_DEVICE_PROFILE || profile->class == INPUT_DEVICE_PROFILE ||
profile          1047 third_party/qcms/src/iccread.c             profile->class == OUTPUT_DEVICE_PROFILE  || profile->class == COLOR_SPACE_PROFILE) {
profile          1048 third_party/qcms/src/iccread.c 		if (profile->color_space == RGB_SIGNATURE) {
profile          1052 third_party/qcms/src/iccread.c 					profile->A2B0 = read_tag_lutType(src, index, TAG_A2B0);
profile          1054 third_party/qcms/src/iccread.c 					profile->mAB = read_tag_lutmABType(src, index, TAG_A2B0);
profile          1060 third_party/qcms/src/iccread.c 					profile->B2A0 = read_tag_lutType(src, index, TAG_B2A0);
profile          1062 third_party/qcms/src/iccread.c 					profile->mBA = read_tag_lutmABType(src, index, TAG_B2A0);
profile          1066 third_party/qcms/src/iccread.c 				profile->redColorant = read_tag_XYZType(src, index, TAG_rXYZ);
profile          1067 third_party/qcms/src/iccread.c 				profile->greenColorant = read_tag_XYZType(src, index, TAG_gXYZ);
profile          1068 third_party/qcms/src/iccread.c 				profile->blueColorant = read_tag_XYZType(src, index, TAG_bXYZ);
profile          1075 third_party/qcms/src/iccread.c 				profile->redTRC = read_tag_curveType(src, index, TAG_rTRC);
profile          1076 third_party/qcms/src/iccread.c 				profile->greenTRC = read_tag_curveType(src, index, TAG_gTRC);
profile          1077 third_party/qcms/src/iccread.c 				profile->blueTRC = read_tag_curveType(src, index, TAG_bTRC);
profile          1079 third_party/qcms/src/iccread.c 				if (!profile->redTRC || !profile->blueTRC || !profile->greenTRC)
profile          1082 third_party/qcms/src/iccread.c 		} else if (profile->color_space == GRAY_SIGNATURE) {
profile          1084 third_party/qcms/src/iccread.c 			profile->grayTRC = read_tag_curveType(src, index, TAG_kTRC);
profile          1085 third_party/qcms/src/iccread.c 			if (!profile->grayTRC)
profile          1101 third_party/qcms/src/iccread.c 	return profile;
profile          1106 third_party/qcms/src/iccread.c 	qcms_profile_release(profile);
profile          1110 third_party/qcms/src/iccread.c qcms_intent qcms_profile_get_rendering_intent(qcms_profile *profile)
profile          1112 third_party/qcms/src/iccread.c 	return profile->rendering_intent;
profile          1116 third_party/qcms/src/iccread.c qcms_profile_get_color_space(qcms_profile *profile)
profile          1118 third_party/qcms/src/iccread.c 	return profile->color_space;
profile          1126 third_party/qcms/src/iccread.c void qcms_profile_release(qcms_profile *profile)
profile          1128 third_party/qcms/src/iccread.c 	if (profile->output_table_r)
profile          1129 third_party/qcms/src/iccread.c 		precache_release(profile->output_table_r);
profile          1130 third_party/qcms/src/iccread.c 	if (profile->output_table_g)
profile          1131 third_party/qcms/src/iccread.c 		precache_release(profile->output_table_g);
profile          1132 third_party/qcms/src/iccread.c 	if (profile->output_table_b)
profile          1133 third_party/qcms/src/iccread.c 		precache_release(profile->output_table_b);
profile          1135 third_party/qcms/src/iccread.c 	if (profile->A2B0)
profile          1136 third_party/qcms/src/iccread.c 		lut_release(profile->A2B0);
profile          1137 third_party/qcms/src/iccread.c 	if (profile->B2A0)
profile          1138 third_party/qcms/src/iccread.c 		lut_release(profile->B2A0);
profile          1140 third_party/qcms/src/iccread.c 	if (profile->mAB)
profile          1141 third_party/qcms/src/iccread.c 		mAB_release(profile->mAB);
profile          1142 third_party/qcms/src/iccread.c 	if (profile->mBA)
profile          1143 third_party/qcms/src/iccread.c 		mAB_release(profile->mBA);
profile          1145 third_party/qcms/src/iccread.c 	free(profile->redTRC);
profile          1146 third_party/qcms/src/iccread.c 	free(profile->blueTRC);
profile          1147 third_party/qcms/src/iccread.c 	free(profile->greenTRC);
profile          1148 third_party/qcms/src/iccread.c 	free(profile->grayTRC);
profile          1149 third_party/qcms/src/iccread.c 	free(profile);
profile          1157 third_party/qcms/src/iccread.c 	qcms_profile *profile;
profile          1185 third_party/qcms/src/iccread.c 	profile = qcms_profile_from_memory(data, length);
profile          1187 third_party/qcms/src/iccread.c 	return profile;
profile          1192 third_party/qcms/src/iccread.c 	qcms_profile *profile = NULL;
profile          1195 third_party/qcms/src/iccread.c 		profile = qcms_profile_from_file(file);
profile          1198 third_party/qcms/src/iccread.c 	return profile;
profile          1205 third_party/qcms/src/iccread.c 	qcms_profile *profile = NULL;
profile          1208 third_party/qcms/src/iccread.c 		profile = qcms_profile_from_file(file);
profile          1211 third_party/qcms/src/iccread.c 	return profile;
profile           145 third_party/qcms/src/qcms.h void qcms_profile_release(qcms_profile *profile);
profile           147 third_party/qcms/src/qcms.h qcms_bool qcms_profile_is_bogus(qcms_profile *profile);
profile           148 third_party/qcms/src/qcms.h qcms_intent qcms_profile_get_rendering_intent(qcms_profile *profile);
profile           149 third_party/qcms/src/qcms.h icColorSpaceSignature qcms_profile_get_color_space(qcms_profile *profile);
profile           151 third_party/qcms/src/qcms.h void qcms_profile_precache_output_transform(qcms_profile *profile);
profile           283 third_party/qcms/src/qcmsint.h qcms_bool set_rgb_colorants(qcms_profile *profile, qcms_CIE_xyY white_point, qcms_CIE_xyYTRIPLE primaries);
profile           216 third_party/qcms/src/transform.c qcms_bool set_rgb_colorants(qcms_profile *profile, qcms_CIE_xyY white_point, qcms_CIE_xyYTRIPLE primaries)
profile           226 third_party/qcms/src/transform.c 	profile->redColorant.X = double_to_s15Fixed16Number(colorants.m[0][0]);
profile           227 third_party/qcms/src/transform.c 	profile->redColorant.Y = double_to_s15Fixed16Number(colorants.m[1][0]);
profile           228 third_party/qcms/src/transform.c 	profile->redColorant.Z = double_to_s15Fixed16Number(colorants.m[2][0]);
profile           230 third_party/qcms/src/transform.c 	profile->greenColorant.X = double_to_s15Fixed16Number(colorants.m[0][1]);
profile           231 third_party/qcms/src/transform.c 	profile->greenColorant.Y = double_to_s15Fixed16Number(colorants.m[1][1]);
profile           232 third_party/qcms/src/transform.c 	profile->greenColorant.Z = double_to_s15Fixed16Number(colorants.m[2][1]);
profile           234 third_party/qcms/src/transform.c 	profile->blueColorant.X = double_to_s15Fixed16Number(colorants.m[0][2]);
profile           235 third_party/qcms/src/transform.c 	profile->blueColorant.Y = double_to_s15Fixed16Number(colorants.m[1][2]);
profile           236 third_party/qcms/src/transform.c 	profile->blueColorant.Z = double_to_s15Fixed16Number(colorants.m[2][2]);
profile          1064 third_party/qcms/src/transform.c void qcms_profile_precache_output_transform(qcms_profile *profile)
profile          1067 third_party/qcms/src/transform.c 	if (profile->color_space != RGB_SIGNATURE)
profile          1072 third_party/qcms/src/transform.c 		if (profile->B2A0)
profile          1076 third_party/qcms/src/transform.c 		if (profile->mBA)
profile          1081 third_party/qcms/src/transform.c 	if (!profile->redTRC || !profile->greenTRC || !profile->blueTRC)
profile          1084 third_party/qcms/src/transform.c 	if (!profile->output_table_r) {
profile          1085 third_party/qcms/src/transform.c 		profile->output_table_r = precache_create();
profile          1086 third_party/qcms/src/transform.c 		if (profile->output_table_r &&
profile          1087 third_party/qcms/src/transform.c 				!compute_precache(profile->redTRC, profile->output_table_r->data)) {
profile          1088 third_party/qcms/src/transform.c 			precache_release(profile->output_table_r);
profile          1089 third_party/qcms/src/transform.c 			profile->output_table_r = NULL;
profile          1092 third_party/qcms/src/transform.c 	if (!profile->output_table_g) {
profile          1093 third_party/qcms/src/transform.c 		profile->output_table_g = precache_create();
profile          1094 third_party/qcms/src/transform.c 		if (profile->output_table_g &&
profile          1095 third_party/qcms/src/transform.c 				!compute_precache(profile->greenTRC, profile->output_table_g->data)) {
profile          1096 third_party/qcms/src/transform.c 			precache_release(profile->output_table_g);
profile          1097 third_party/qcms/src/transform.c 			profile->output_table_g = NULL;
profile          1100 third_party/qcms/src/transform.c 	if (!profile->output_table_b) {
profile          1101 third_party/qcms/src/transform.c 		profile->output_table_b = precache_create();
profile          1102 third_party/qcms/src/transform.c 		if (profile->output_table_b &&
profile          1103 third_party/qcms/src/transform.c 				!compute_precache(profile->blueTRC, profile->output_table_b->data)) {
profile          1104 third_party/qcms/src/transform.c 			precache_release(profile->output_table_b);
profile          1105 third_party/qcms/src/transform.c 			profile->output_table_b = NULL;
profile          86591 third_party/sqlite/amalgamation/sqlite3.c   void * (*profile)(sqlite3*,void(*)(void*,const char*,sqlite_uint64),void*);
profile          86794 third_party/sqlite/amalgamation/sqlite3.c #define sqlite3_profile                sqlite3_api->profile
profile           109 third_party/sqlite/src/src/sqlite3ext.h   void * (*profile)(sqlite3*,void(*)(void*,const char*,sqlite_uint64),void*);
profile           312 third_party/sqlite/src/src/sqlite3ext.h #define sqlite3_profile                sqlite3_api->profile
profile           308 third_party/tcmalloc/chromium/src/heap-profiler.cc     char* profile = DoGetHeapProfileLocked(global_profiler_buffer,
profile           310 third_party/tcmalloc/chromium/src/heap-profiler.cc     RawWrite(fd, profile, strlen(profile));
profile           247 third_party/tcmalloc/vendor/src/heap-profiler.cc   char* profile = DoGetHeapProfileLocked(global_profiler_buffer,
profile           249 third_party/tcmalloc/vendor/src/heap-profiler.cc   RawWrite(fd, profile, strlen(profile));
profile            10 ui/gfx/color_profile.cc void ReadColorProfile(std::vector<char>* profile);
profile            12 ui/gfx/color_profile.cc void ReadColorProfile(std::vector<char>* profile) { }
profile            26 ui/gfx/color_profile.h   const std::vector<char>& profile() const { return profile_; }
profile            35 ui/gfx/color_profile.h GFX_EXPORT void GetColorProfile(std::vector<char>* profile);
profile            11 ui/gfx/color_profile_mac.cc void ReadColorProfile(std::vector<char>* profile) {
profile            22 ui/gfx/color_profile_mac.cc     profile->assign(sys_profile, sys_profile + length);
profile            13 ui/gfx/color_profile_win.cc void ReadColorProfile(std::vector<char>* profile) {
profile            31 ui/gfx/color_profile_win.cc   profile->assign(profileData.data(), profileData.data() + length);
profile           103 win8/metro_driver/ime/input_source.cc     TF_INPUTPROCESSORPROFILE profile = {};
profile           105 win8/metro_driver/ime/input_source.cc                                                     &profile);
profile           111 win8/metro_driver/ime/input_source.cc     *langid = profile.langid;
profile           112 win8/metro_driver/ime/input_source.cc     *is_ime = profile.dwProfileType == TF_PROFILETYPE_INPUTPROCESSOR;