OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:autofill_table
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/chrome_frame/test/
delete_chrome_history_test.cc
11
#include "components/autofill/core/browser/webdata/
autofill_table
.h"
105
autofill::AutofillTable
autofill_table
("en-US");
107
web_database.AddTable(&
autofill_table
);
113
autofill_table
.GetFormValuesForElementName(
/external/chromium_org/chrome/browser/webdata/
autofill_profile_syncable_service.cc
14
#include "components/autofill/core/browser/webdata/
autofill_table
.h"
298
autofill::AutofillTable*
autofill_table
= GetAutofillTable();
local
302
if (!
autofill_table
->RemoveAutofillProfile(bundle.profiles_to_delete[i]))
307
if (!
autofill_table
->AddAutofillProfile(*bundle.profiles_to_add[i]))
312
if (!
autofill_table
->UpdateAutofillProfile(*bundle.profiles_to_update[i]))
/external/chromium_org/components/
autofill_core_browser.target.darwin-mips.mk
72
components/autofill/core/browser/webdata/
autofill_table
.cc \
autofill_core_browser.target.darwin-x86.mk
72
components/autofill/core/browser/webdata/
autofill_table
.cc \
autofill_core_browser.target.linux-mips.mk
72
components/autofill/core/browser/webdata/
autofill_table
.cc \
autofill_core_browser.target.linux-x86.mk
72
components/autofill/core/browser/webdata/
autofill_table
.cc \
autofill_core_browser.target.darwin-arm.mk
72
components/autofill/core/browser/webdata/
autofill_table
.cc \
autofill_core_browser.target.linux-arm.mk
72
components/autofill/core/browser/webdata/
autofill_table
.cc \
/external/chromium/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc
42
#include "chrome/browser/webdata/
autofill_table
.h"
119
explicit WebDatabaseFake(AutofillTable*
autofill_table
)
120
: autofill_table_(
autofill_table
) {}
[
all
...]
/external/chromium_org/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc
47
#include "components/autofill/core/browser/webdata/
autofill_table
.h"
146
explicit WebDatabaseFake(AutofillTable*
autofill_table
) {
147
AddTable(
autofill_table
);
[
all
...]
/external/chromium_org/components/webdata/common/
web_database_migration_unittest.cc
29
#include "components/autofill/core/browser/webdata/
autofill_table
.h"
179
AutofillTable
autofill_table
("en-US");
187
db.AddTable(&
autofill_table
);
[
all
...]
Completed in 438 milliseconds