HomeSort by relevance Sort by last modified time
    Searched refs:profile_name (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/chromium_org/chrome/test/base/
testing_profile_manager.h 44 // profile_name, which is a non-user-visible key for the test environment.
53 const std::string& profile_name,
71 void DeleteTestingProfile(const std::string& profile_name);
115 // Map of profile_name to TestingProfile* from CreateTestingProfile().
testing_profile_manager.cc 58 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));
  /external/chromium_org/chrome/common/
profiling.cc 47 CR_DEFINE_STATIC_LOCAL(std::string, profile_name, ());
49 if (profile_name.empty()) {
52 profile_name = command_line.GetSwitchValueASCII(switches::kProfilingFile);
54 profile_name = std::string(kDefaultProfileName);
59 ReplaceSubstringsAfterOffset(&profile_name, 0, "{type}", type.c_str());
61 return profile_name;
  /external/chromium_org/chrome/browser/profiles/
profile_info_cache_observer.h 24 const base::string16& 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_info_cache_unittest.h 35 const base::string16& profile_name) OVERRIDE;
profile_shortcut_manager_win.h 24 // single-user installation if |profile_name| is empty.
25 base::string16 GetShortcutFilenameForProfile(const base::string16& profile_name,
74 const base::string16& profile_name) OVERRIDE;
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;
  /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
  /developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
EnableProfileActivity.java 40 manager.setProfileName(componentName, getString(R.string.profile_name));
  /developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
EnableProfileActivity.java 40 manager.setProfileName(componentName, getString(R.string.profile_name));
  /development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
EnableProfileActivity.java 40 manager.setProfileName(componentName, getString(R.string.profile_name));
  /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
profiledata.cc 226 int buf_size = sizeof(state->profile_name);
227 strncpy(state->profile_name, fname_, buf_size);
228 state->profile_name[buf_size-1] = '\0';
233 state->profile_name[0] = '\0';
profiler.cc 240 int buf_size = sizeof(state->profile_name);
241 strncpy(state->profile_name, collector_state.profile_name, buf_size);
242 state->profile_name[buf_size-1] = '\0';
  /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
profiler.cc 238 int buf_size = sizeof(state->profile_name);
239 strncpy(state->profile_name, collector_state.profile_name, buf_size);
240 state->profile_name[buf_size-1] = '\0';
profiledata.cc 226 int buf_size = sizeof(state->profile_name);
227 strncpy(state->profile_name, fname_, buf_size);
228 state->profile_name[buf_size-1] = '\0';
233 state->profile_name[0] = '\0';
  /developers/build/prebuilts/gradle/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/
EnableProfileActivity.java 51 manager.setProfileName(componentName, getString(R.string.profile_name));
  /developers/samples/android/admin/BasicManagedProfile/Application/src/main/java/com/example/android/basicmanagedprofile/
EnableProfileActivity.java 51 manager.setProfileName(componentName, getString(R.string.profile_name));
  /development/samples/browseable/BasicManagedProfile/src/com.example.android.basicmanagedprofile/
EnableProfileActivity.java 51 manager.setProfileName(componentName, getString(R.string.profile_name));
  /external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
last_download_finder_unittest.cc 124 std::string profile_name("profile");
125 profile_name.append(base::IntToString(++profile_number_));
146 profile_name,
148 base::UTF8ToUTF16(profile_name), // user_name
  /external/chromium_org/chrome/browser/ui/views/profiles/
new_avatar_button.h 44 const base::string16& profile_name) OVERRIDE;
  /external/chromium_org/chrome/common/importer/
firefox_importer_utils.cc 28 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);

Completed in 405 milliseconds

1 2 3