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

1 2 3

  /external/chromium/chrome/common/
profiling.cc 17 static std::string profile_name; local
19 if (profile_name.empty()) {
22 profile_name = command_line.GetSwitchValueASCII(switches::kProfilingFile);
24 profile_name = std::string(kDefaultProfileName);
29 ReplaceSubstringsAfterOffset(&profile_name, 0, "{type}", type.c_str());
31 return profile_name;
  /external/chromium_org/chrome/test/base/
testing_profile_manager.h 43 // profile_name, which is a non-user-visible key for the test environment.
50 TestingProfile* CreateTestingProfile(const std::string& profile_name,
60 void DeleteTestingProfile(const std::string& profile_name);
97 // Map of profile_name to TestingProfile* from CreateTestingProfile().
testing_profile_manager.cc 48 const std::string& profile_name,
57 profile_path = profile_path.AppendASCII(profile_name);
76 testing_profiles_.insert(std::make_pair(profile_name, profile));
  /external/chromium_org/chrome/browser/profiles/
profile_info_cache_observer.h 24 const string16& profile_name) {}
profile_info_cache_unittest.cc 38 string16 profile_name = GetCache()->GetNameOfProfileAtIndex( local
40 EXPECT_TRUE(profile_names_.find(profile_name) == profile_names_.end());
41 profile_names_.insert(profile_name);
46 string16 profile_name = GetCache()->GetNameOfProfileAtIndex( local
48 EXPECT_TRUE(profile_names_.find(profile_name) != profile_names_.end());
49 profile_names_.erase(profile_name);
54 const string16& profile_name) {
55 EXPECT_TRUE(profile_names_.find(profile_name) == profile_names_.end());
71 string16 profile_name = GetCache()->GetNameOfProfileAtIndex( local
73 EXPECT_TRUE(profile_names_.find(profile_name) != profile_names_.end())
122 string16 profile_name = ASCIIToUTF16(base::StringPrintf("name_%ud", i)); local
153 string16 profile_name = ASCIIToUTF16(base::StringPrintf("name_%ud", i)); local
427 string16 profile_name = ASCIIToUTF16("name_1"); local
    [all...]
profile_shortcut_manager_win.h 24 // single-user installation if |profile_name| is empty.
25 string16 GetShortcutFilenameForProfile(const string16& profile_name,
70 const string16& profile_name) OVERRIDE;
profile_info_cache_unittest.h 35 const string16& profile_name) OVERRIDE;
profile_shortcut_manager_unittest_win.cc 70 string16 profile_name = profile_info_cache_->GetNameOfProfileAtIndex(0); variable
73 ASSERT_FALSE(ProfileShortcutExistsAtDefaultPath(profile_name));
81 base::FilePath CreateProfileDirectory(const string16& profile_name) {
83 profile_info_cache_->GetUserDataDir().Append(profile_name);
117 const string16& profile_name) {
119 profiles::internal::GetShortcutFilenameForProfile(profile_name,
124 bool ProfileShortcutExistsAtDefaultPath(const string16& profile_name) {
126 GetDefaultShortcutPathForProfile(profile_name));
154 // |profile_name|'s shortcut.
156 const string16& profile_name,
    [all...]
  /external/chromium_org/chrome/common/
profiling.cc 46 CR_DEFINE_STATIC_LOCAL(std::string, profile_name, ());
48 if (profile_name.empty()) {
51 profile_name = command_line.GetSwitchValueASCII(switches::kProfilingFile);
53 profile_name = std::string(kDefaultProfileName);
58 ReplaceSubstringsAfterOffset(&profile_name, 0, "{type}", type.c_str());
60 return 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
  /external/chromium_org/chrome/browser/performance_monitor/
performance_monitor_util.cc 63 const std::string& profile_name) {
67 event.profile_name = profile_name;
performance_monitor_util.h 45 const std::string& profile_name);
  /external/chromium_org/chrome_frame/
chrome_frame_plugin.h 68 bool InitializeAutomation(const std::wstring& profile_name,
78 GetProfilePath(profile_name, &profile_path);
240 virtual void GetProfilePath(const std::wstring& profile_name,
242 return GetChromeFrameProfilePath(profile_name, profile_path);
delete_chrome_history.h 55 virtual void GetProfilePath(const std::wstring& profile_name,
delete_chrome_history.cc 45 void DeleteChromeHistory::GetProfilePath(const std::wstring& profile_name,
chrome_frame_automation.h 111 const std::wstring& profile_name,
117 profile_name_(profile_name), language_(language),
154 const std::wstring& profile_name() const { function in class:ChromeFrameLaunchParams
234 return lstrcmpiW(name.c_str(), profile_name.c_str()) == 0;
262 std::wstring profile_name; member in class:AutomationProxyCacheEntry
  /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';
  /external/chromium_org/chrome_frame/test/
proxy_factory_mock.cc 24 ChromeFrameLaunchParams* MakeLaunchParams(const wchar_t* profile_name);
35 const wchar_t* profile_name) {
38 GetChromeFrameProfilePath(profile_name, &profile_path);
  /external/chromium_org/chrome/common/importer/
firefox_importer_utils.cc 27 const std::string& profile_name) {
30 if (!root.GetStringASCII(profile_name + ".IsRelative", &is_relative) ||
31 !root.GetString(profile_name + ".Path", &path16))
51 const std::string& profile_name) {
53 root.GetStringASCII(profile_name + ".Default", &is_default);

Completed in 1295 milliseconds

1 2 3