Searched refs:FindElementByGUID (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Dpersonal_data_manager.cc60 typename C::const_iterator FindElementByGUID(const C& container, function in namespace:autofill::__anon6340
69 return FindElementByGUID<T>(container, guid) != container.end();
432 FindElementByGUID<AutofillProfile>(profiles, guid);
512 FindElementByGUID<CreditCard>(credit_cards, guid);

Completed in 74 milliseconds