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

  /external/chromium/chrome/browser/password_manager/
password_store_x_unittest.cc 334 VectorOfForms expected_autofillable; local
335 InitExpectedForms(true, 5, &expected_autofillable);
341 for (VectorOfForms::iterator it = expected_autofillable.begin();
342 it != expected_autofillable.end(); ++it) {
388 ContainsAllPasswordForms(expected_autofillable)))
437 STLDeleteElements(&expected_autofillable);
603 VectorOfForms expected_autofillable; local
604 InitExpectedForms(true, 50, &expected_autofillable);
618 for (VectorOfForms::iterator it = expected_autofillable.begin();
619 it != expected_autofillable.end(); ++it)
    [all...]
password_store_win_unittest.cc 405 VectorOfForms expected_autofillable; local
407 expected_autofillable.push_back(
418 for (VectorOfForms::iterator it = expected_autofillable.begin();
419 it != expected_autofillable.end(); ++it) {
462 ContainsAllPasswordForms(expected_autofillable)))
511 STLDeleteElements(&expected_autofillable);
password_store_default_unittest.cc 267 VectorOfForms expected_autofillable; local
270 expected_autofillable.push_back(form);
316 ContainsAllPasswordForms(expected_autofillable)))
365 STLDeleteElements(&expected_autofillable);
  /external/chromium_org/chrome/browser/password_manager/
password_store_x_unittest.cc 371 VectorOfForms expected_autofillable; local
372 InitExpectedForms(true, 50, &expected_autofillable);
386 for (VectorOfForms::iterator it = expected_autofillable.begin();
387 it != expected_autofillable.end(); ++it) {
412 ContainsAllPasswordForms(expected_autofillable)))
438 ContainsAllPasswordForms(expected_autofillable)))
475 STLDeleteElements(&expected_autofillable);

Completed in 39 milliseconds