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

/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_table.h128 class AutofillTable : public WebDatabaseTable { class in namespace:autofill
130 explicit AutofillTable(const std::string& app_locale);
131 virtual ~AutofillTable();
133 // Retrieves the AutofillTable* owned by |database|.
134 static AutofillTable* FromWebDatabase(WebDatabase* db);
363 DISALLOW_COPY_AND_ASSIGN(AutofillTable);
H A Dautofill_table.cc51 // Helper struct for AutofillTable::RemoveFormElementsAddedBetween().
72 if (data.size() > AutofillTable::kMaxDataLength)
73 return data.substr(0, AutofillTable::kMaxDataLength);
438 const size_t AutofillTable::kMaxDataLength = 1024;
440 AutofillTable::AutofillTable(const std::string& app_locale) function in class:autofill::AutofillTable
444 AutofillTable::~AutofillTable() {
447 AutofillTable* AutofillTable
[all...]

Completed in 636 milliseconds