Searched refs:profile_name_ (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/prefs/
H A Dpref_metrics_service.h119 std::string profile_name_; member in class:PrefMetricsService
H A Dpref_metrics_service.cc79 profile_name_(profile_->GetPath().AsUTF8Unsafe()),
115 profile_name_(profile_->GetPath().AsUTF8Unsafe()),
288 pref_hash_dicts->GetDictionaryWithoutPathExpansion(profile_name_,
359 if (!update->GetDictionaryWithoutPathExpansion(profile_name_,
362 update->SetWithoutPathExpansion(profile_name_, child_dictionary);
H A Dpref_metrics_service_unittest.cc60 profile_name_ = profile_->GetPath().AsUTF8Unsafe();
154 std::string profile_name_; member in class:PrefMetricsServiceTest
222 profile_name_, &child_dictionary));
369 ASSERT_TRUE(update->GetDictionaryWithoutPathExpansion(profile_name_,
/external/chromium_org/chrome_frame/
H A Dchrome_frame_automation.h117 profile_name_(profile_name), language_(language),
155 return profile_name_;
192 std::wstring profile_name_; member in class:ChromeFrameLaunchParams
H A Dutils.h535 return profile_name_;
553 std::string profile_name_; member in class:ChromeFrameUrl
H A Dutils.cc1499 profile_name_ = tokenizer.token();
1501 profile_name_ = net::UnescapeURLComponent(profile_name_,
1516 profile_name_.clear();
/external/chromium_org/chrome/test/base/
H A Dtesting_profile.h338 profile_name_ = profile_name;
418 std::string profile_name_; member in class:TestingProfile
H A Dtesting_profile.cc369 profile_name_ = "testing_profile";
578 return profile_name_;

Completed in 260 milliseconds