Searched defs:GetAutofillProfile (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/webdata/
H A Dautofill_table.cc915 bool AutofillTable::GetAutofillProfile(const std::string& guid, function in class:AutofillTable
970 if (!GetAutofillProfile(guid, &profile))
987 if (!GetAutofillProfile(profile.guid(), &tmp_profile))
1026 if (!GetAutofillProfile(profile.guid(), &tmp_profile))
2106 if (!GetAutofillProfile(guid, &profile))
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.cc2228 browser_handler_map["GetAutofillProfile"] =
2229 &TestingAutomationProvider::GetAutofillProfile;
3951 // { "command": "GetAutofillProfile" }
3952 // Refer to GetAutofillProfile() in chrome/test/pyautolib/pyauto.py for sample
3954 void TestingAutomationProvider::GetAutofillProfile( function in class:TestingAutomationProvider

Completed in 82 milliseconds