Home | History | Annotate | Download | only in autofill

Lines Matching full:guid

63   AutofillProfile* GetProfileWithGUID(const char* guid) {
66 if (!(*it)->guid().compare(guid))
424 AutofillProfile* GetProfileWithGUID(const char* guid) {
425 return test_personal_data_->GetProfileWithGUID(guid);
440 virtual int GUIDToID(const GUIDPair& guid) OVERRIDE {
441 if (guid.first.empty())
445 EXPECT_TRUE(base::StringToInt(guid.first.substr(guid.first.rfind("-") + 1),
1503 GUIDPair guid("00000000-0000-0000-0000-000000000001", 0);
1507 autofill_manager_->PackGUIDs(empty, guid));
1523 GUIDPair guid("00000000-0000-0000-0000-000000000004", 0);
1527 autofill_manager_->PackGUIDs(guid, empty));
1547 GUIDPair guid("00000000-0000-0000-0000-000000000007", 0);
1551 autofill_manager_->PackGUIDs(guid, empty));
1573 GUIDPair guid("00000000-0000-0000-0000-000000000007", 0);
1577 autofill_manager_->PackGUIDs(guid, empty));
1598 GUIDPair guid("00000000-0000-0000-0000-000000000007", 0);
1602 autofill_manager_->PackGUIDs(guid, empty));
1624 GUIDPair guid("00000000-0000-0000-0000-000000000007", 0);
1628 autofill_manager_->PackGUIDs(guid, empty));
1647 GUIDPair guid("00000000-0000-0000-0000-000000000001", 0);
1650 autofill_manager_->PackGUIDs(empty, guid));
1691 GUIDPair guid("00000000-0000-0000-0000-000000000001", 0);
1694 autofill_manager_->PackGUIDs(empty, guid));
1762 GUIDPair guid("00000000-0000-0000-0000-000000000001", 0);
1765 autofill_manager_->PackGUIDs(empty, guid));
1791 GUIDPair guid("00000000-0000-0000-0000-000000000001", 0);
1795 autofill_manager_->PackGUIDs(empty, guid));
1884 GUIDPair guid(work_profile->guid(), 0);
1897 autofill_manager_->PackGUIDs(empty, guid));
1932 GUIDPair guid("00000000-0000-0000-0000-000000000001", 0);
1936 autofill_manager_->PackGUIDs(empty, guid));
1964 GUIDPair guid("00000000-0000-0000-0000-000000000001", 0);
1968 autofill_manager_->PackGUIDs(empty, guid));
1985 GUIDPair guid("00000000-0000-0000-0000-000000000001", 0);
1988 autofill_manager_->PackGUIDs(empty, guid));
2023 GUIDPair guid("00000000-0000-0000-0000-000000000001", 0);
2026 autofill_manager_->PackGUIDs(empty, guid));