HomeSort by relevance Sort by last modified time
    Searched defs:AddProfile (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/chrome/browser/chromeos/profiles/
profile_list_chromeos_unittest.cc 76 void AddProfile(base::string16 name, bool log_in) {
133 AddProfile(name1, true);
150 AddProfile(name1, true);
151 AddProfile(name2, false);
152 AddProfile(name3, true);
153 AddProfile(name4, false);
172 AddProfile(name1, true);
194 AddProfile(name1, true);
195 AddProfile(name2, false);
207 AddProfile(name1, true)
    [all...]
  /external/chromium_org/chromeos/dbus/
fake_shill_profile_client.cc 127 void FakeShillProfileClient::AddProfile(const std::string& profile_path,
137 AddProfile(profile_path);
fake_shill_manager_client.cc 440 void FakeShillManagerClient::AddProfile(const std::string& profile_path) {
580 profiles->AddProfile(shared_profile, std::string());
    [all...]
  /external/chromium_org/chromeos/network/
network_profile_handler.cc 142 AddProfile(NetworkProfile(profile_path, userhash));
145 void NetworkProfileHandler::AddProfile(const NetworkProfile& profile) {
managed_network_configuration_handler_unittest.cc 68 void AddProfile(const std::string& profile_path,
142 AddProfile(profile);
211 profiles_stub_.AddProfile(kUser1ProfilePath, kUser1);
  /external/chromium_org/chrome/browser/policy/cloud/
user_policy_signin_service_unittest.cc 194 AddProfile();
213 virtual void AddProfile() {
379 virtual void AddProfile() OVERRIDE {
  /external/chromium_org/chrome/browser/sync/test/integration/
autofill_helper.cc 303 void AddProfile(int profile, const AutofillProfile& autofill_profile) {
  /external/chromium_org/components/autofill/core/browser/
personal_data_manager.cc 369 void PersonalDataManager::AddProfile(const AutofillProfile& profile) {
    [all...]
autofill_manager_unittest.cc 86 void AddProfile(AutofillProfile* profile) {
463 void AddProfile(AutofillProfile* profile) {
464 personal_data_->AddProfile(profile);
809 autofill_manager_->AddProfile(duplicate_profile);
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_manager.cc 368 bool result = AddProfile(profile);
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pprof 594 $profile = AddProfile($profile, $data2->{profile});
    [all...]
  /external/jemalloc/bin/
pprof 594 $profile = AddProfile($profile, $data2->{profile});
    [all...]

Completed in 197 milliseconds