HomeSort by relevance Sort by last modified time
    Searched full:autofilltable (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/webdata/
web_database.h 36 virtual AutofillTable* GetAutofillTable();
53 scoped_ptr<AutofillTable> autofill_table_;
autofill_table.cc 390 bool AutofillTable::Init() {
397 bool AutofillTable::IsSyncable() {
401 bool AutofillTable::AddFormFieldValues(const std::vector<FormField>& elements,
406 bool AutofillTable::AddFormFieldValue(const FormField& element,
411 bool AutofillTable::GetFormValuesForElementName(const string16& name,
460 bool AutofillTable::RemoveFormElementsAddedBetween(
512 bool AutofillTable::RemoveFormElementForTimeRange(int64 pair_id,
535 bool AutofillTable::AddToCountOfFormElement(int64 pair_id,
556 bool AutofillTable::GetIDAndCountOfFormElement(
582 bool AutofillTable::GetCountOfFormElement(int64 pair_id, int* count)
    [all...]
autofill_table.h 111 class AutofillTable : public WebDatabaseTable {
113 AutofillTable(sql::Connection* db, sql::MetaTable* meta_table)
115 virtual ~AutofillTable() {}
327 DISALLOW_COPY_AND_ASSIGN(AutofillTable);
web_database.cc 57 AutofillTable* WebDatabase::GetAutofillTable() {
120 autofill_table_.reset(new AutofillTable(&db_, &meta_table_));
  /external/chromium/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 94 class AutofillTableMock : public AutofillTable {
96 AutofillTableMock() : AutofillTable(NULL, NULL) {}
119 explicit WebDatabaseFake(AutofillTable* autofill_table)
122 virtual AutofillTable* GetAutofillTable() {
127 AutofillTable* autofill_table_;
    [all...]

Completed in 78 milliseconds