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

  /external/chromium/chrome/browser/webdata/
autofill_table.h 191 virtual bool GetAutofillTimestamps(const string16& name,
autofill_table.cc 761 bool AutofillTable::GetAutofillTimestamps(const string16& name,
    [all...]
autofill_table_unittest.cc 496 ASSERT_TRUE(db.GetAutofillTable()->GetAutofillTimestamps(ASCIIToUTF16("foo"),
    [all...]
  /external/chromium/chrome/browser/sync/glue/
autofill_change_processor.cc 111 if (!web_database_->GetAutofillTable()->GetAutofillTimestamps(
148 if (!web_database_->GetAutofillTable()->GetAutofillTimestamps(
  /external/chromium/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc 101 MOCK_METHOD3(GetAutofillTimestamps,
435 EXPECT_CALL(autofill_table_, GetAutofillTimestamps(_, _, _)).Times(0);
    [all...]

Completed in 52 milliseconds