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

/external/chromium_org/components/autofill/core/common/
H A Dautofill_data_validation.h36 bool IsValidGURL(const GURL& url);
H A Dautofill_data_validation.cc28 bool IsValidGURL(const GURL& url) { function in namespace:autofill
45 !IsValidGURL(form.origin) ||
46 !IsValidGURL(form.action))

Completed in 1437 milliseconds