Home
last modified time | relevance | path

Searched refs:RemoveProfile (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/autofill/
Dpersonal_data_manager.h112 void RemoveProfile(const std::string& guid);
Dpersonal_data_manager.cc506 void PersonalDataManager::RemoveProfile(const std::string& guid) { in RemoveProfile() function in PersonalDataManager
/external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
DWebAutofill.cpp276 mTabContents->profile()->GetPersonalDataManager()->RemoveProfile(profileGuid); in clearProfiles()
/external/chromium/chrome/browser/ui/webui/options/
Dautofill_options_handler.cc289 personal_data_->RemoveProfile(guid); in RemoveAddress()
/external/v8/src/
Dcpu-profiler.cc334 Isolate::Current()->cpu_profiler()->profiles_->RemoveProfile(profile); in DeleteProfile()
Dprofile-generator.h307 void RemoveProfile(CpuProfile* profile);
Dprofile-generator.cc698 void CpuProfilesCollection::RemoveProfile(CpuProfile* profile) { in RemoveProfile() function in v8::internal::CpuProfilesCollection