HomeSort by relevance Sort by last modified time
    Searched refs:RemoveProfile (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/autofill/
personal_data_manager.h 112 void RemoveProfile(const std::string& guid);
personal_data_manager.cc 506 void PersonalDataManager::RemoveProfile(const std::string& guid) {
  /external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
WebAutofill.cpp 276 mTabContents->profile()->GetPersonalDataManager()->RemoveProfile(profileGuid);
  /external/chromium/chrome/browser/ui/webui/options/
autofill_options_handler.cc 289 personal_data_->RemoveProfile(guid);
  /external/v8/src/
cpu-profiler.cc 334 Isolate::Current()->cpu_profiler()->profiles_->RemoveProfile(profile);
profile-generator.h 307 void RemoveProfile(CpuProfile* profile);
    [all...]
profile-generator.cc 698 void CpuProfilesCollection::RemoveProfile(CpuProfile* profile) {
    [all...]

Completed in 181 milliseconds