/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 | 66 base::string16 profile_name; local 70 profile_name = l10n_util::GetStringUTF16(IDS_GUEST_PROFILE_NAME); 76 profile_name = cache.GetNameOfProfileAtIndex(index); 78 return profile_name;
|
profile_info_cache_unittest.cc | 41 base::string16 profile_name = GetCache()->GetNameOfProfileAtIndex( local 43 EXPECT_TRUE(profile_names_.find(profile_name) == profile_names_.end()); 44 profile_names_.insert(profile_name); 49 base::string16 profile_name = GetCache()->GetNameOfProfileAtIndex( local 51 EXPECT_TRUE(profile_names_.find(profile_name) != profile_names_.end()); 52 profile_names_.erase(profile_name); 57 const base::string16& profile_name) { 58 EXPECT_TRUE(profile_names_.find(profile_name) == profile_names_.end()); 74 base::string16 profile_name = GetCache()->GetNameOfProfileAtIndex( local 76 EXPECT_TRUE(profile_names_.find(profile_name) != profile_names_.end()) 125 base::string16 profile_name = local 157 base::string16 profile_name = local 434 base::string16 profile_name = ASCIIToUTF16("name_1"); local 481 const char* profile_name; member in struct:__anon5481::__anon5482 491 base::string16 profile_name = ASCIIToUTF16(kTestCases[i].profile_name); local [all...] |
profile_manager_unittest.cc | 272 const std::string profile_name = "New Profile"; local 273 CreateProfileAsync(profile_manager, profile_name, &mock_observer1); 274 CreateProfileAsync(profile_manager, profile_name, &mock_observer2); 275 CreateProfileAsync(profile_manager, profile_name, &mock_observer3); 370 std::string profile_name = local 372 EXPECT_FALSE(profile_name.empty()); 394 std::string profile_name = local 402 EXPECT_EQ(profile_name, [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 | 398 base::string16 profile_name; member in struct:__anon5492::CreateOrUpdateShortcutsParams 434 if (params.old_profile_name != params.profile_name) { 440 profiles::internal::GetShortcutFilenameForProfile(params.profile_name, 453 // Only set the profile-specific properties when |profile_name| is non empty. 456 if (!params.profile_name.empty()) { 478 profiles::internal::GetShortcutFilenameForProfile(params.profile_name, 591 const base::string16& profile_name) { 592 base::string16 sanitized = profile_name; 630 const base::string16& profile_name, 633 if (!profile_name.empty()) [all...] |
profile_impl.cc | 1206 std::string profile_name = local [all...] |
profile_manager.cc | 936 std::string profile_name = chrome::kMultiProfileDirPrefix; local 1022 base::string16 profile_name = UTF8ToUTF16(profile->GetPrefs()->GetString( local 1050 std::string profile_name; local [all...] |
/external/chromium_org/chrome/browser/ui/app_list/test/ |
app_list_shower_unittest.cc | 21 std::string profile_name() { function in class:FakeAppList 164 EXPECT_EQ("p1", GetCurrentAppList()->profile_name()); 166 EXPECT_EQ("p2", GetCurrentAppList()->profile_name());
|
/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;
|
automation_messages.h | 158 const std::string& profile_name); 166 std::string profile_name; member in struct:AttachExternalTabParams
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
browser_non_client_frame_view.cc | 151 base::string16 profile_name = local 154 listener, profile_name, style, browser_view_->browser());
|
/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/ |
shell_integration.h | 106 std::string profile_name; member in struct:ShellIntegration::ShortcutInfo
|
/external/chromium_org/chrome/browser/background/ |
background_mode_manager.cc | 434 base::string16 profile_name = cache.GetNameOfProfileAtIndex( local 444 it->second->SetName(profile_name); 455 base::string16 profile_name = cache.GetNameOfProfileAtIndex( local 459 GetBackgroundModeIterator(profile_name); 806 const base::string16& profile_name) { 813 if (it->second->name() == profile_name) {
|
/external/chromium_org/chrome_frame/ |
utils.h | 534 const std::string& profile_name() const { function in class:ChromeFrameUrl 612 // Sets |profile_path| to the path for the Chrome Frame |profile_name| 614 void GetChromeFrameProfilePath(const string16& profile_name,
|
chrome_frame_automation.cc | 206 : profile_name(params->profile_name()), 209 thread_.reset(new base::Thread(WideToASCII(profile_name).c_str())); 220 DVLOG(1) << __FUNCTION__ << profile_name; local 440 if (proxies_[i]->IsSameProfile(params->profile_name())) { [all...] |
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/chrome/browser/task_manager/ |
task_manager.h | 365 base::string16 profile_name; member in struct:TaskManagerModel::PerResourceValues
|
/external/chromium_org/chrome/browser/ui/gtk/ |
task_manager_gtk.cc | 673 std::string profile_name = local 723 kTaskManagerProfileName, profile_name.c_str(), [all...] |
/external/chromium_org/v8/test/cctest/ |
test-cpu-profiler.cc | 404 v8::Local<v8::String> profile_name = local 406 cpu_profiler->StartCpuProfiling(profile_name); 407 const v8::CpuProfile* profile = cpu_profiler->StopCpuProfiling(profile_name); 417 v8::Local<v8::String> profile_name = local 420 cpu_profiler->StartCpuProfiling(profile_name); 429 const v8::CpuProfile* profile = cpu_profiler->StopCpuProfiling(profile_name); 1428 v8::Local<v8::String> profile_name = local [all...] |
/external/chromium_org/chrome/browser/ui/ash/launcher/ |
chrome_launcher_controller_unittest.cc | 861 std::string profile_name = local 864 profile_name, 871 created_profiles_[profile] = profile_name; [all...] |
/external/chromium_org/components/wifi/ |
wifi_service_win.cc | 281 // Get |profile_name| from unique |network_guid|. 1379 base::string16 profile_name = ProfileNameFromGUID(network_guid); local 1426 base::string16 profile_name = ProfileNameFromGUID(network_guid); local 1452 base::string16 profile_name = ProfileNameFromGUID(network_guid); local [all...] |