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

  /external/chromium_org/chrome/browser/password_manager/
password_store_x_unittest.cc 40 typedef std::vector<PasswordForm*> VectorOfForms;
215 void InitExpectedForms(bool autofillable, size_t count, VectorOfForms* forms) {
354 VectorOfForms expected_autofillable;
357 VectorOfForms expected_blacklisted;
369 for (VectorOfForms::iterator it = expected_autofillable.begin();
373 for (VectorOfForms::iterator it = expected_blacklisted.begin();
410 VectorOfForms empty;
password_store_win_unittest.cc 60 typedef std::vector<PasswordForm*> VectorOfForms;
386 VectorOfForms expect_none;
406 VectorOfForms expect_none;
427 VectorOfForms expect_none;

Completed in 166 milliseconds