HomeSort by relevance Sort by last modified time
    Searched refs:UpdateAutofillEntries (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_webdata.h 80 virtual void UpdateAutofillEntries(
autofill_webdata_service.h 73 virtual void UpdateAutofillEntries(
autofill_webdata_service.cc 132 void AutofillWebDataService::UpdateAutofillEntries(
135 Bind(&AutofillWebDataBackendImpl::UpdateAutofillEntries,
autofill_table.h 197 virtual bool UpdateAutofillEntries(const std::vector<AutofillEntry>& entries);
autofill_webdata_backend_impl.h 117 WebDatabase::State UpdateAutofillEntries(
autofill_webdata_backend_impl.cc 248 WebDatabase::State AutofillWebDataBackendImpl::UpdateAutofillEntries(
253 ->UpdateAutofillEntries(autofill_entries))
autofill_table_unittest.cc 333 ASSERT_TRUE(table_->UpdateAutofillEntries(entries));
348 ASSERT_TRUE(table_->UpdateAutofillEntries(entries));
363 ASSERT_TRUE(table_->UpdateAutofillEntries(entries));
380 ASSERT_TRUE(table_->UpdateAutofillEntries(entries));
399 ASSERT_TRUE(table_->UpdateAutofillEntries(entries));
421 ASSERT_TRUE(table_->UpdateAutofillEntries(entries));
    [all...]
autofill_table.cc 781 bool AutofillTable::UpdateAutofillEntries(
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 135 MOCK_METHOD1(UpdateAutofillEntries,
513 // When UpdateAutofillEntries() is called with an empty list, the return
516 EXPECT_CALL(autofill_table_, UpdateAutofillEntries(empty))
701 // Only permit UpdateAutofillEntries() to be called with an empty list.
703 EXPECT_CALL(autofill_table_, UpdateAutofillEntries(Not(empty))).Times(0);
    [all...]
  /external/chromium_org/chrome/browser/importer/
profile_writer.cc 340 web_data_service->UpdateAutofillEntries(autofill_entries);
  /external/chromium_org/chrome/browser/webdata/
autocomplete_syncable_service.cc 306 if (!GetAutofillTable()->UpdateAutofillEntries(new_entries))

Completed in 992 milliseconds