Searched refs:profile_name_ (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/chrome/browser/prefs/ |
D | pref_metrics_service.cc | 79 profile_name_(profile_->GetPath().AsUTF8Unsafe()), in PrefMetricsService() 115 profile_name_(profile_->GetPath().AsUTF8Unsafe()), in PrefMetricsService() 288 pref_hash_dicts->GetDictionaryWithoutPathExpansion(profile_name_, in CheckTrackedPreferences() 359 if (!update->GetDictionaryWithoutPathExpansion(profile_name_, in UpdateTrackedPreference() 362 update->SetWithoutPathExpansion(profile_name_, child_dictionary); in UpdateTrackedPreference()
|
D | pref_metrics_service_unittest.cc | 60 profile_name_ = profile_->GetPath().AsUTF8Unsafe(); in SetUp() 154 std::string profile_name_; member in PrefMetricsServiceTest 222 profile_name_, &child_dictionary)); in TEST_F() 369 ASSERT_TRUE(update->GetDictionaryWithoutPathExpansion(profile_name_, in TEST_F()
|
D | pref_metrics_service.h | 119 std::string profile_name_;
|
/external/chromium_org/chrome_frame/ |
D | chrome_frame_automation.h | 117 profile_name_(profile_name), language_(language), in ChromeFrameLaunchParams() 155 return profile_name_; in profile_name() 192 std::wstring profile_name_; variable
|
D | utils.h | 535 return profile_name_; in profile_name() 553 std::string profile_name_; variable
|
D | utils.cc | 1499 profile_name_ = tokenizer.token(); in ParseAttachExternalTabUrl() 1501 profile_name_ = net::UnescapeURLComponent(profile_name_, in ParseAttachExternalTabUrl() 1516 profile_name_.clear(); in Reset()
|
/external/chromium_org/chrome/test/base/ |
D | testing_profile.h | 338 profile_name_ = profile_name; in set_profile_name() 418 std::string profile_name_; variable
|
D | testing_profile.cc | 369 profile_name_ = "testing_profile"; in Init() 578 return profile_name_; in GetProfileName()
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
D | task_manager_mac_unittest.mm | 40 base::string16 profile_name_;
|