Home
last modified time | relevance | path

Searched refs:GetProfileByGUID (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/autofill/
Dpersonal_data_manager.h116 AutofillProfile* GetProfileByGUID(const std::string& guid);
Dpersonal_data_manager.cc522 AutofillProfile* PersonalDataManager::GetProfileByGUID( in GetProfileByGUID() function in PersonalDataManager
/external/chromium/chrome/browser/ui/webui/options/
Dautofill_options_handler.cc313 AutofillProfile* profile = personal_data_->GetProfileByGUID(guid); in LoadAddressEditor()