Searched defs:profile_name (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
H A Dprofiler.h157 char profile_name[1024]; /* Name of profile file being written, or '\0' */ member in struct:ProfilerState
/external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
H A Dprofiler.h159 char profile_name[1024]; /* Name of profile file being written, or '\0' */ member in struct:ProfilerState
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_info_cache_observer.h24 const base::string16& profile_name) {}
23 OnProfileWasRemoved(const base::FilePath& profile_path, const base::string16& profile_name) argument
H A Dprofiles_state.cc73 const base::string16 profile_name = cache.GetNameOfProfileAtIndex(index); local
76 cache.IsDefaultProfileName(profile_name);
81 display_name = (is_default_name && !email.empty()) ? email : profile_name;
H A Dprofile_info_cache_unittest.cc50 base::string16 profile_name = GetCache()->GetNameOfProfileAtIndex( local
52 EXPECT_TRUE(profile_names_.find(profile_name) == profile_names_.end());
53 profile_names_.insert(profile_name);
58 base::string16 profile_name = GetCache()->GetNameOfProfileAtIndex( local
60 EXPECT_TRUE(profile_names_.find(profile_name) != profile_names_.end());
61 profile_names_.erase(profile_name);
66 const base::string16& profile_name) {
67 EXPECT_TRUE(profile_names_.find(profile_name) == profile_names_.end());
83 base::string16 profile_name = GetCache()->GetNameOfProfileAtIndex( local
85 EXPECT_TRUE(profile_names_.find(profile_name) !
64 OnProfileWasRemoved( const base::FilePath& profile_path, const base::string16& profile_name) argument
132 base::string16 profile_name = local
166 base::string16 profile_name = local
464 base::string16 profile_name = ASCIIToUTF16("name_1"); local
511 const char* profile_name; member in struct:__anon4530
521 base::string16 profile_name = ASCIIToUTF16(kTestCases[i].profile_name); local
[all...]
H A Dprofile_manager_unittest.cc139 // Helper function to add a profile with |profile_name| to
143 const base::string16& profile_name) {
147 cache.AddProfileToCache(path, profile_name,
301 const std::string profile_name = "New Profile"; local
302 CreateProfileAsync(profile_manager, profile_name, false, &mock_observer1);
303 CreateProfileAsync(profile_manager, profile_name, false, &mock_observer2);
304 CreateProfileAsync(profile_manager, profile_name, false, &mock_observer3);
520 std::string profile_name = local
522 EXPECT_FALSE(profile_name.empty());
544 std::string profile_name local
141 AddProfileToCache(ProfileManager* profile_manager, const std::string& path_suffix, const base::string16& profile_name) argument
[all...]
H A Dprofile_shortcut_manager_unittest_win.cc70 base::string16 profile_name = variable
74 ASSERT_FALSE(ProfileShortcutExistsAtDefaultPath(profile_name));
82 base::FilePath CreateProfileDirectory(const base::string16& profile_name) { argument
84 profile_info_cache_->GetUserDataDir().Append(profile_name);
118 const base::string16& profile_name) {
120 profiles::internal::GetShortcutFilenameForProfile(profile_name,
125 bool ProfileShortcutExistsAtDefaultPath(const base::string16& profile_name) { argument
127 GetDefaultShortcutPathForProfile(profile_name));
155 // |profile_name|'s shortcut.
157 const base::string16& profile_name,
117 GetDefaultShortcutPathForProfile( const base::string16& profile_name) argument
156 ValidateProfileShortcut(const tracked_objects::Location& location, const base::string16& profile_name, const base::FilePath& profile_path) argument
183 CreateProfileWithShortcut(const tracked_objects::Location& location, const base::string16& profile_name, const base::FilePath& profile_path) argument
[all...]
H A Dprofile_impl.cc1364 std::string profile_name = local
1366 cache.SetNameOfProfileAtIndex(index, base::UTF8ToUTF16(profile_name));
H A Dprofile_manager.cc597 std::string profile_name = chrome::kMultiProfileDirPrefix; local
598 profile_name.append(base::IntToString(next_directory));
601 new_path = new_path.Append(base::ASCIIToUTF16(profile_name));
603 new_path = new_path.Append(profile_name);
751 std::string profile_name; local
754 profile_name = l10n_util::GetStringUTF8(IDS_PROFILES_GUEST_PROFILE_NAME);
763 profile_name =
772 profile_name = is_new_avatar_menu ?
777 profile_name =
786 profile->GetPrefs()->SetString(prefs::kProfileName, profile_name);
1163 base::string16 profile_name = local
[all...]
H A Dprofile_shortcut_manager_win.cc383 base::string16 profile_name; member in struct:__anon4538::CreateOrUpdateShortcutsParams
419 if (params.old_profile_name != params.profile_name) {
425 profiles::internal::GetShortcutFilenameForProfile(params.profile_name,
438 // Only set the profile-specific properties when |profile_name| is non empty.
441 if (!params.profile_name.empty()) {
463 profiles::internal::GetShortcutFilenameForProfile(params.profile_name,
576 const base::string16& profile_name) {
577 base::string16 sanitized = profile_name;
620 const base::string16& profile_name,
623 if (!profile_name
575 SanitizeShortcutProfileNameString( const base::string16& profile_name) argument
619 GetShortcutFilenameForProfile( const base::string16& profile_name, BrowserDistribution* distribution) argument
744 OnProfileWasRemoved( const base::FilePath& profile_path, const base::string16& profile_name) argument
[all...]
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Dnew_avatar_button.cc140 const base::string16& profile_name) {
138 OnProfileWasRemoved( const base::FilePath& profile_path, const base::string16& profile_name) argument
/external/chromium_org/chrome/browser/web_applications/
H A Dweb_app.h54 std::string profile_name; member in struct:web_app::ShortcutInfo
/external/chromium_org/chrome/test/base/
H A Dtesting_profile_manager.cc58 const std::string& profile_name,
69 if (profile_name != chrome::kInitialProfile) {
73 profile_name)));
75 profile_path = profile_path.AppendASCII(profile_name);
78 profile_path = profile_path.AppendASCII(profile_name);
93 profile->set_profile_name(profile_name);
105 testing_profiles_.insert(std::make_pair(profile_name, profile));
57 CreateTestingProfile( const std::string& profile_name, scoped_ptr<PrefServiceSyncable> prefs, const base::string16& user_name, int avatar_id, const std::string& supervised_user_id, const TestingProfile::TestingFactories& factories) argument
H A Dtesting_profile.h333 void set_profile_name(const std::string& profile_name) { argument
334 profile_name_ = profile_name;
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dd1_srtp.c152 static int find_profile_by_name(char *profile_name, argument
160 if((len == strlen(p->name)) && !strncmp(p->name,profile_name,
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dprofiledata.h83 char profile_name[1024]; // Name of file being written, or '\0' member in struct:ProfileData::State
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dprofiledata.h83 char profile_name[1024]; // Name of file being written, or '\0' member in struct:ProfileData::State
/external/openssl/ssl/
H A Dd1_srtp.c150 static int find_profile_by_name(char *profile_name, argument
158 if((len == strlen(p->name)) && !strncmp(p->name,profile_name,
/external/chromium_org/chrome/common/importer/
H A Dfirefox_importer_utils.cc28 const std::string& profile_name) {
31 if (!root.GetStringASCII(profile_name + ".IsRelative", &is_relative) ||
32 !root.GetString(profile_name + ".Path", &path16))
52 const std::string& profile_name) {
54 root.GetStringASCII(profile_name + ".Default", &is_default);
27 GetProfilePath(const base::DictionaryValue& root, const std::string& profile_name) argument
51 IsDefaultProfile(const base::DictionaryValue& root, const std::string& profile_name) argument
/external/chromium_org/chrome/browser/background/
H A Dbackground_mode_manager.cc430 base::string16 profile_name = cache.GetNameOfProfileAtIndex( local
440 it->second->SetName(profile_name);
451 base::string16 profile_name = cache.GetNameOfProfileAtIndex( local
455 GetBackgroundModeIterator(profile_name);
828 const base::string16& profile_name) {
835 if (it->second->name() == profile_name) {
827 GetBackgroundModeIterator( const base::string16& profile_name) argument
/external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
H A Dincident_reporting_service_unittest.cc192 TestingProfile* CreateProfile(const std::string& profile_name, argument
203 profile_properties_[profile_name].on_addition_action = on_addition_action;
207 profile_name,
209 base::ASCIIToUTF16(profile_name),
/external/chromium_org/chrome/browser/task_manager/
H A Dtask_manager.h337 base::string16 profile_name; member in struct:TaskManagerModel::PerResourceValues
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_view_delegate.cc347 const base::string16& profile_name) {
345 OnProfileWasRemoved( const base::FilePath& profile_path, const base::string16& profile_name) argument
/external/e2fsprogs/e2fsck/
H A Dutil.c791 const char *profile_name, unsigned int *old_type)
799 profile_name, 0, default_type, &type);
790 e2fsck_set_bitmap_type(ext2_filsys fs, unsigned int default_type, const char *profile_name, unsigned int *old_type) argument
/external/chromium_org/v8/test/cctest/
H A Dtest-cpu-profiler.cc393 v8::Local<v8::String> profile_name = local
395 cpu_profiler->StartProfiling(profile_name);
396 const v8::CpuProfile* profile = cpu_profiler->StopProfiling(profile_name);
406 v8::Local<v8::String> profile_name = local
409 cpu_profiler->StartProfiling(profile_name, collect_samples);
418 v8::CpuProfile* profile = cpu_profiler->StopProfiling(profile_name);
1276 v8::Local<v8::String> profile_name = local
1279 v8::CpuProfile* profile = cpu_profiler->StopProfiling(profile_name);
1549 v8::Local<v8::String> profile_name = local
1551 cpu_profiler->StartProfiling(profile_name);
[all...]

Completed in 492 milliseconds

12