OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RemoveAutofillProfile
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/components/autofill/core/browser/webdata/
autofill_webdata_service.cc
118
void AutofillWebDataService::
RemoveAutofillProfile
(
121
Bind(&AutofillWebDataBackendImpl::
RemoveAutofillProfile
,
autofill_webdata_backend_impl.cc
211
WebDatabase::State AutofillWebDataBackendImpl::
RemoveAutofillProfile
(
221
if (!AutofillTable::FromWebDatabase(db)->
RemoveAutofillProfile
(guid)) {
autofill_table.cc
[
all
...]
/external/chromium/chrome/browser/webdata/
autofill_table.cc
1059
bool AutofillTable::
RemoveAutofillProfile
(const std::string& guid) {
[
all
...]
web_data_service.cc
416
void WebDataService::
RemoveAutofillProfile
(const std::string& guid) {
[
all
...]
Completed in 109 milliseconds