| /external/chromium_org/chrome/browser/supervised_user/chromeos/ |
| supervised_user_password_service_factory.cc | 11 #include "chrome/browser/profiles/profile.h" 20 SupervisedUserPasswordServiceFactory::GetForProfile(Profile* profile) { 22 GetInstance()->GetServiceForBrowserContext(profile, true)); 43 Profile* profile= static_cast<Profile*>(context); local 44 User* user = UserManager::Get()->GetUserByProfile(profile); 51 profile));
|
| /external/chromium_org/chrome/browser/supervised_user/ |
| custodian_profile_downloader_service_factory.h | 12 class Profile; 17 static CustodianProfileDownloaderService* GetForProfile(Profile* profile); 30 content::BrowserContext* profile) const OVERRIDE;
|
| supervised_user_settings_service_factory.h | 12 class Profile; 18 static SupervisedUserSettingsService* GetForProfile(Profile* profile); 30 content::BrowserContext* profile) const OVERRIDE;
|
| supervised_user_sync_service_factory.h | 11 class Profile; 17 static SupervisedUserSyncService* GetForProfile(Profile* profile); 29 content::BrowserContext* profile) const OVERRIDE;
|
| /external/chromium_org/chrome/browser/sync/ |
| sync_error_notifier_factory_ash.cc | 9 #include "chrome/browser/profiles/profile.h" 26 Profile* profile) { 28 GetInstance()->GetServiceForBrowserContext(profile, true)); 41 Profile* profile = static_cast<Profile*>(context); 43 ProfileSyncServiceFactory::GetForProfile(profile); 53 return new SyncErrorNotifier(sync_error_controller, profile);
|
| /external/chromium_org/chrome/browser/ui/app_list/ |
| app_list_controller_delegate.h | 13 class Profile; 88 virtual void DoCreateShortcutsFlow(Profile* profile, 96 virtual void DoShowAppInfoFlow(Profile* profile, 101 virtual void CreateNewWindow(Profile* profile, bool incognito) = 0; 104 virtual void ActivateApp(Profile* profile, 110 virtual void LaunchApp(Profile* profile [all...] |
| app_list_controller_delegate_impl.h | 13 class Profile; 39 virtual void DoCreateShortcutsFlow(Profile* profile, 41 virtual void CreateNewWindow(Profile* profile, bool incognito) OVERRIDE; 42 virtual void ActivateApp(Profile* profile, 46 virtual void LaunchApp(Profile* profile,
|
| app_list_shower_views.h | 17 class Profile; 27 void ShowForProfile(Profile* requested_profile); 31 Profile* profile() const { return profile_; } function in class:AppListShower 34 void CreateViewForProfile(Profile* requested_profile); 41 void WarmupForProfile(Profile* profile); 59 // The profile currently shown by |app_list_|. 60 Profile* profile_;
|
| profile_loader.cc | 32 base::Callback<void(Profile*)> callback) { 35 Profile* profile = profile_store_->GetProfileByPath(profile_file_path); local 36 if (profile) { 37 callback.Run(profile); 51 base::Callback<void(Profile*)> callback, 52 Profile* profile) { 55 callback.Run(profile);
|
| /external/chromium_org/chrome/browser/ui/ |
| scoped_tabbed_browser_displayer.cc | 14 Profile* profile, 16 browser_ = FindTabbedBrowser(profile, false, type); 18 browser_ = new Browser(Browser::CreateParams(profile, type));
|
| /external/chromium_org/chrome/browser/ui/sync/ |
| profile_signin_confirmation_helper.h | 11 class Profile; 23 // profile was created. 24 bool HasBeenShutdown(Profile* profile); 28 bool HasSyncedExtensions(Profile* profile); 31 // profile before signin. 33 Profile* profile,
|
| /external/chromium_org/chrome/browser/ui/views/extensions/ |
| browser_action_drag_data.h | 17 class Profile; 28 // Returns true if this data is from the specified profile. 29 bool IsFromProfile(Profile* profile) const; 32 void Write(Profile* profile, ui::OSExchangeData* data) const; 42 void WriteToPickle(Profile* profile, Pickle* pickle) const; 45 // The profile we originated from.
|
| /external/chromium_org/chrome/browser/ui/webui/sync_file_system_internals/ |
| dump_database_handler.h | 11 class Profile; 17 explicit DumpDatabaseHandler(Profile* profile); 27 Profile* profile_;
|
| /external/chromium_org/components/autofill/core/browser/android/ |
| auxiliary_profile_unittest_android.cc | 46 AutofillProfile* profile = GetAndLoadProfile(); local 48 EXPECT_EQ(profile->GetRawInfo(NAME_FIRST), first_name); 49 EXPECT_EQ(profile->GetRawInfo(NAME_MIDDLE), middle_name); 50 EXPECT_EQ(profile->GetRawInfo(NAME_LAST), last_name); 54 AutofillProfile* profile = GetAndLoadProfile(); local 56 EXPECT_EQ(profile->GetRawInfo(NAME_FIRST), base::string16()); 57 EXPECT_EQ(profile->GetRawInfo(NAME_MIDDLE), base::string16()); 58 EXPECT_EQ(profile->GetRawInfo(NAME_LAST), base::string16()); 67 AutofillProfile* profile = GetAndLoadProfile(); local 69 profile->GetRawMultiInfo(EMAIL_ADDRESS, &loaded_email_addresses) 77 AutofillProfile* profile = GetAndLoadProfile(); local 88 AutofillProfile* profile = GetAndLoadProfile(); local 98 AutofillProfile* profile = GetAndLoadProfile(); local [all...] |
| /external/chromium_org/components/autofill/core/browser/webdata/ |
| autofill_change.cc | 21 Type type, const std::string& key, const AutofillProfile* profile) 23 profile_(profile) { 24 DCHECK(type == ADD ? (profile && profile->guid() == key) : true); 25 DCHECK(type == UPDATE ? (profile && profile->guid() == key) : true); 26 DCHECK(type == REMOVE ? !profile : true); 36 (type() != REMOVE) ? *profile() == *change.profile() : true;
|
| /external/chromium_org/extensions/browser/ |
| extension_prefs_scope.h | 14 // Regular profile and incognito. 16 // Regular profile only. 18 // Incognito profile; preference is persisted to disk and remains active 21 // Incognito profile; preference is kept in memory and deleted when the
|
| /external/e2fsprogs/e2fsck/ |
| profile_helpers.h | 2 * profile_helpers.h -- Function prototypes for profile helper functions 13 (profile_t profile, const char *const *names, char ***ret_values); 19 (profile_t profile, const char **names, char ***ret_names); 22 (profile_t profile, const char **names, char ***ret_names);
|
| /hardware/invensense/60xx/libsensors_iio/software/core/driver/include/ |
| mlinclude.h | 14 #ifdef PROFILE 15 #include "profile.h" 30 #ifdef PROFILE 34 #endif // PROFILE
|
| /hardware/invensense/6515/libsensors_iio/software/core/driver/include/ |
| mlinclude.h | 14 #ifdef PROFILE 15 #include "profile.h" 30 #ifdef PROFILE 34 #endif // PROFILE
|
| /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/ |
| mlinclude.h | 14 #ifdef PROFILE 15 #include "profile.h" 30 #ifdef PROFILE 34 #endif // PROFILE
|
| /external/chromium_org/chrome/browser/android/omnibox/ |
| omnibox_prerender.cc | 14 #include "chrome/browser/profiles/profile.h" 43 Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile_android); local 44 DCHECK(profile); 45 if (!profile) 48 AutocompleteActionPredictorFactory::GetForProfile(profile); 57 Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile_android); local 58 // Initialize the AutocompleteActionPredictor for this profile. 60 AutocompleteActionPredictorFactory::GetForProfile(profile); 72 Profile* profile = ProfileAndroid::FromProfileAndroid(j_profile_android); local [all...] |
| /external/chromium_org/chrome/browser/services/gcm/ |
| gcm_profile_service.cc | 9 #include "chrome/browser/profiles/profile.h" 34 IdentityObserver(Profile* profile, GCMDriver* driver); 54 GCMProfileService::IdentityObserver::IdentityObserver(Profile* profile, 58 SigninManagerFactory::GetForProfile(profile), 59 ProfileOAuth2TokenServiceFactory::GetForProfile(profile), 60 LoginUIServiceFactory::GetForProfile(profile))); 90 bool GCMProfileService::IsGCMEnabled(Profile* profile) { [all...] |
| /external/chromium_org/chrome/browser/apps/ |
| app_launch_for_metro_restart_win.cc | 18 #include "chrome/browser/profiles/profile.h" 30 void LaunchAppWithId(Profile* profile, 33 ExtensionSystem::Get(profile)->extension_service(); 42 apps::AppEventRouter::DispatchOnLaunchedEvent(profile, extension); 47 void HandleAppLaunchForMetroRestart(Profile* profile) { 52 // This will be called for each profile that had a browser window open before 54 // profile that is starting up matches the profile that initially wanted t [all...] |
| /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
| private_api_util.h | 15 class Profile; 50 Profile* profile, 56 // FilePath. |render_view_host| and |profile| are needed to obtain the 62 Profile* profile, 86 Profile* profile, 91 // Grants permission to access per-profile folder (Downloads, Drive) of 92 // |profile| for the process |render_view_process_id| [all...] |
| /external/chromium_org/chrome/browser/chromeos/file_manager/ |
| path_util.h | 10 class Profile; 19 // Gets the absolute path for the 'Downloads' folder for the |profile|. 20 base::FilePath GetDownloadsFolderForProfile(Profile* profile); 24 // The |profile| argument is used for determining the location of the 36 // /home/chronos/u-<hash>/Downloads when multi-profile is enabled. 39 // the primary profile of the current session. The two paths always meant the 41 // a multi-profile session, the "user" path cannot be used to mean "its own" 46 // It turned out even if multi-profile is disabled, u-<hash> style profile [all...] |