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

  /external/chromium_org/components/autofill/core/browser/
personal_data_manager.cc 560 std::vector<GUIDPair>* guid_pairs) {
564 guid_pairs->clear();
598 guid_pairs->push_back(GUIDPair(profile->guid(), i));
624 guid_pairs->push_back(GUIDPair(profile->guid(), j));
655 std::vector<GUIDPair>* guid_pairs) {
659 guid_pairs->clear();
694 guid_pairs->push_back(GUIDPair(credit_card->guid(), 0));
    [all...]
autofill_manager.cc 1097 std::vector<GUIDPair> guid_pairs; local
1125 std::vector<GUIDPair> guid_pairs; local
    [all...]
personal_data_manager.h 153 std::vector<GUIDPair>* guid_pairs);
164 std::vector<GUIDPair>* guid_pairs);
personal_data_manager_unittest.cc 2623 std::vector<PersonalDataManager::GUIDPair> guid_pairs; local
2633 &guid_pairs); local
2666 std::vector<PersonalDataManager::GUIDPair> guid_pairs; local
2673 &guid_pairs); local
2694 &guid_pairs); local
    [all...]

Completed in 944 milliseconds