HomeSort by relevance Sort by last modified time
    Searched defs:profile_name (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
profiler.h 157 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/
profiler.h 159 char profile_name[1024]; /* Name of profile file being written, or '\0' */ member in struct:ProfilerState
  /external/chromium_org/chrome/browser/profiles/
profiles_state.cc 73 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;
profile_info_cache_unittest.cc 50 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) != profile_names_.end())
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:__anon9155
521 base::string16 profile_name = ASCIIToUTF16(kTestCases[i].profile_name); local
    [all...]
profile_manager_unittest.cc 139 // 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
    [all...]
profile_shortcut_manager_unittest_win.cc 70 base::string16 profile_name = variable
74 ASSERT_FALSE(ProfileShortcutExistsAtDefaultPath(profile_name));
82 base::FilePath CreateProfileDirectory(const base::string16& profile_name) {
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) {
127 GetDefaultShortcutPathForProfile(profile_name));
155 // |profile_name|'s shortcut.
157 const base::string16& profile_name,
    [all...]
profile_shortcut_manager_win.cc 383 base::string16 profile_name; member in struct:__anon9163::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.empty())
    [all...]
profile_impl.cc 1364 std::string profile_name = local
    [all...]
profile_manager.cc 597 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...]
  /external/chromium_org/chrome/browser/web_applications/
web_app.h 54 std::string profile_name; member in struct:web_app::ShortcutInfo
  /external/chromium_org/third_party/tcmalloc/chromium/src/
profiledata.h 83 char profile_name[1024]; // Name of file being written, or '\0' member in struct:ProfileData::State
  /external/chromium_org/third_party/tcmalloc/vendor/src/
profiledata.h 83 char profile_name[1024]; // Name of file being written, or '\0' member in struct:ProfileData::State
  /external/chromium_org/chrome/browser/background/
background_mode_manager.cc 430 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) {
  /external/chromium_org/chrome/browser/task_manager/
task_manager.h 337 base::string16 profile_name; member in struct:TaskManagerModel::PerResourceValues
  /external/chromium_org/v8/test/cctest/
test-cpu-profiler.cc 393 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
1549 v8::Local<v8::String> profile_name = local
    [all...]
test-api.cc 94 v8::Local<v8::String> profile_name = local
98 cpu_profiler->StartProfiling(profile_name);
    [all...]
  /external/chromium_org/components/wifi/
wifi_service_win.cc 300 // Get |profile_name| from unique |network_guid|.
1583 base::string16 profile_name = ProfileNameFromGUID(network_guid); local
1642 base::string16 profile_name = ProfileNameFromGUID(network_guid); local
1669 base::string16 profile_name = ProfileNameFromGUID(network_guid); local
1724 base::string16 profile_name = ProfileNameFromGUID(network_guid); local
    [all...]
  /external/libmtp/src/
ptp.h 1033 char profile_name[17]; member in struct:_PTPNIKONWifiProfile
    [all...]

Completed in 545 milliseconds