HomeSort by relevance Sort by last modified time
    Searched refs:AddProfile (Results 26 - 46 of 46) sorted by null

12

  /external/chromium_org/components/autofill/core/browser/
autofill_ie_toolbar_import_win.cc 222 personal_data_manager_->AddProfile(*iter);
autofill_manager_unittest.cc 107 void AddProfile(AutofillProfile* profile) {
571 void AddProfile(AutofillProfile* profile) {
572 personal_data_->AddProfile(profile);
    [all...]
personal_data_manager.cc 372 void PersonalDataManager::AddProfile(const AutofillProfile& profile) {
    [all...]
  /external/chromium/chrome/browser/autofill/
autofill_manager_unittest.cc 72 void AddProfile(AutofillProfile* profile) {
428 void AddProfile(AutofillProfile* profile) {
429 test_personal_data_->AddProfile(profile);
721 autofill_manager_->AddProfile(duplicate_profile);
    [all...]
personal_data_manager.cc 467 void PersonalDataManager::AddProfile(const AutofillProfile& profile) {
883 AddProfile(imported_profile);
autofill_metrics_unittest.cc 76 virtual void AddProfile(AutofillProfile* profile) {
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/
autofill_options_handler.cc 420 personal_data_->AddProfile(profile);
  /external/chromium_org/chrome/browser/chromeos/cros/
network_library_impl_base.h 317 void AddProfile(const std::string& profile_path,
network_library_impl_stub.cc 100 AddProfile("default", PROFILE_SHARED);
101 AddProfile("user", PROFILE_USER);
network_library_impl_base.cc     [all...]
network_library_impl_cros.cc     [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_manager.cc 467 bool result = AddProfile(profile);
545 bool ProfileManager::AddProfile(Profile* profile) {
    [all...]
  /external/chromium_org/chrome/browser/autofill/
autofill_interactive_uitest.cc 293 GetPersonalDataManager()->AddProfile(profile);
295 // AddProfile is asynchronous. Wait for it to finish before continuing the
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_apitest.cc 503 event_router()->AddProfile("1234", profile1_.get());
  /external/chromium_org/chrome/browser/ui/webui/
bidi_checker_web_ui_test.cc 309 personal_data_manager->AddProfile(autofill_profile);
  /external/chromium_org/chrome/browser/ui/webui/options/
autofill_options_handler.cc 555 personal_data_->AddProfile(profile);
preferences_browsertest.cc 759 profile_test->AddProfile(kUserProfilePath, "user");
    [all...]
  /external/chromium_org/chromeos/dbus/
shill_manager_client_stub.cc 472 void ShillManagerClientStub::AddProfile(const std::string& profile_path) {
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_browsertest.cc 322 PersonalDataManagerFactory::GetForProfile(profile)->AddProfile(
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pprof 594 $profile = AddProfile($profile, $data2->{profile});
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
pprof 594 $profile = AddProfile($profile, $data2->{profile});
    [all...]

Completed in 424 milliseconds

12