/external/chromium_org/chrome/browser/profiles/ |
profile_shortcut_manager_win.cc | 395 string16 profile_name; member in struct:__anon8023::CreateOrUpdateShortcutsParams 433 if (params.old_profile_name != params.profile_name) { 439 profiles::internal::GetShortcutFilenameForProfile(params.profile_name, 452 // Only set the profile-specific properties when |profile_name| is non empty. 455 if (!params.profile_name.empty()) { 477 profiles::internal::GetShortcutFilenameForProfile(params.profile_name, 586 string16 SanitizeShortcutProfileNameString(const string16& profile_name) { 587 string16 sanitized = profile_name; 624 string16 GetShortcutFilenameForProfile(const string16& profile_name, 627 if (!profile_name.empty()) [all...] |
profile_manager.cc | 829 std::string profile_name = chrome::kMultiProfileDirPrefix; local 830 profile_name.append(base::IntToString(next_directory)); 833 new_path = new_path.Append(ASCIIToUTF16(profile_name)); 835 new_path = new_path.Append(profile_name); 915 string16 profile_name = UTF8ToUTF16(profile->GetPrefs()->GetString( local 939 std::string profile_name; local [all...] |
profile_manager_unittest.cc | 276 const std::string profile_name = "New Profile"; local 277 CreateProfileAsync(profile_manager, profile_name, &mock_observer1); 278 CreateProfileAsync(profile_manager, profile_name, &mock_observer2); 279 CreateProfileAsync(profile_manager, profile_name, &mock_observer3); 369 std::string profile_name = local 371 EXPECT_FALSE(profile_name.empty()); 393 std::string profile_name = local 401 EXPECT_EQ(profile_name,
|
/external/chromium_org/chrome/browser/performance_monitor/ |
performance_monitor.h | 121 void AddUncleanExitEventOnBackgroundThread(const std::string& profile_name);
|
performance_monitor.cc | 260 const std::string& profile_name) { 261 std::string database_key = kStateProfilePrefix + profile_name; 274 util::CreateUncleanExitEvent(last_active_time, profile_name);
|
/external/chromium_org/chrome/browser/ui/ |
browser_command_controller.h | 102 const string16& profile_name) OVERRIDE;
|
/external/chromium_org/chrome_frame/test/ |
chrome_frame_automation_mock.h | 29 const std::wstring& profile_name, 45 GetChromeFrameProfilePath(profile_name, &profile_path); 51 new ChromeFrameLaunchParams(empty, empty, profile_path, profile_name,
|
util_unittests.cc | 158 EXPECT_EQ(kProfileName, cf_url.profile_name()); 167 EXPECT_TRUE(cf_url.profile_name().empty()); 175 EXPECT_TRUE(cf_url.profile_name().empty()); 184 EXPECT_TRUE(cf_url.profile_name().empty()); 193 EXPECT_TRUE(cf_url.profile_name().empty());
|
automation_client_mock.cc | 35 MATCHER_P(LaunchParamProfileEq, profile_name, "Check for profile name") { 36 return arg->profile_name().compare(profile_name) == 0;
|
/external/chromium_org/chrome/browser/background/ |
background_mode_manager.cc | 410 string16 profile_name = cache.GetNameOfProfileAtIndex( local 420 it->second->SetName(profile_name); 431 string16 profile_name = cache.GetNameOfProfileAtIndex( local 435 GetBackgroundModeIterator(profile_name); 769 const string16& profile_name) { 776 if (it->second->name() == profile_name) {
|
background_mode_manager.h | 253 const string16& profile_name);
|
/external/chromium_org/chrome/browser/ |
shell_integration.h | 106 std::string profile_name; member in struct:ShellIntegration::ShortcutInfo
|
/external/chromium_org/third_party/openssl/openssl/ssl/ |
d1_srtp.c | 150 static int find_profile_by_name(char *profile_name, 158 if((len == strlen(p->name)) && !strncmp(p->name,profile_name,
|
/external/openssl/ssl/ |
d1_srtp.c | 150 static int find_profile_by_name(char *profile_name, 158 if((len == strlen(p->name)) && !strncmp(p->name,profile_name,
|
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
profiledata_unittest.cc | 334 EXPECT_STREQ(before.profile_name, after.profile_name); 383 EXPECT_STREQ("", state_before.profile_name);
|
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
profiledata_unittest.cc | 334 EXPECT_STREQ(before.profile_name, after.profile_name); 383 EXPECT_STREQ("", state_before.profile_name);
|
/external/chromium_org/chrome/common/ |
automation_messages.h | 123 IPC_STRUCT_MEMBER(std::string, profile_name)
|
/external/chromium/chrome/common/ |
automation_messages.h | 158 const std::string& profile_name); 166 std::string profile_name; member in struct:AttachExternalTabParams
|
automation_messages.cc | 167 profile_name(in_profile_name) { 648 WriteParam(m, p.profile_name); 660 ReadParam(m, iter, &p->profile_name); 677 LogParam(p.profile_name, l);
|
/external/chromium_org/v8/test/cctest/ |
test-cpu-profiler.cc | 419 v8::Local<v8::String> profile_name = v8::String::New("test"); local 420 cpu_profiler->StartCpuProfiling(profile_name); 421 const v8::CpuProfile* profile = cpu_profiler->StopCpuProfiling(profile_name); 433 v8::Local<v8::String> profile_name = v8::String::New("my_profile"); local 435 cpu_profiler->StartCpuProfiling(profile_name); 444 const v8::CpuProfile* profile = cpu_profiler->StopCpuProfiling(profile_name); 1338 v8::Local<v8::String> profile_name = v8::String::New("my_profile"); local [all...] |
/external/chromium_org/chrome_frame/ |
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...] |
utils.h | 528 const std::string& profile_name() const { function in class:ChromeFrameUrl 606 // Sets |profile_path| to the path for the Chrome Frame |profile_name| 608 void GetChromeFrameProfilePath(const string16& profile_name,
|
chrome_frame_activex.cc | 129 params.profile_name.c_str()); 466 std::wstring profile_name(GetHostProcessName(false)); 471 profile_name.assign(profile_name_arg, profile_name_arg.Length()); 495 if (!InitializeAutomation(profile_name, IsIEInPrivate(), true,
|
chrome_frame_activex_base.h | 392 virtual void GetProfilePath(const std::wstring& profile_name, 394 bool is_IE = (lstrcmpi(profile_name.c_str(), kIexploreProfileName) == 0) || 395 (lstrcmpi(profile_name.c_str(), kRundllProfileName) == 0); 402 ChromeFramePlugin::GetProfilePath(profile_name, profile_path); [all...] |
/external/chromium/chrome/browser/ui/views/frame/ |
glass_browser_frame_view.cc | 510 string16 profile_name = ASCIIToUTF16(browser_view_->browser()->profile()-> 512 if (!profile_name.empty()) { 513 profile_button_->SetText(profile_name);
|