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

  /external/chromium_org/components/autofill/core/browser/
personal_data_manager_unittest.cc 432 // Determine uniqueness by inserting all of the GUIDs into a set and verifying
433 // the size of the set matches the number of GUIDs.
434 std::set<std::string> guids; local
435 guids.insert(profile0.guid());
436 guids.insert(profile1.guid());
437 guids.insert(credit_card0.guid());
438 guids.insert(credit_card1.guid());
439 EXPECT_EQ(4U, guids.size());
442 // Test for http://crbug.com/50047. Makes sure that guids are populated
473 // Make sure the two profiles have different GUIDs, both valid
    [all...]
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_table_unittest.cc 874 std::vector<std::string> guids; local
893 std::vector<std::string> guids; local
    [all...]

Completed in 1596 milliseconds