Home | History | Annotate | Download | only in webdata

Lines Matching full:guid

49 //   guid               A guid string to uniquely identify the profile.
67 // guid The guid string that identifies the profile to which
77 // guid The guid string that identifies the profile to which
85 // guid The guid string that identifies the profile to which
93 // profiles. When a profile is removed its guid is added
96 // guid The guid string that identifies the trashed profile.
102 // guid A guid string to uniquely identify the profile.
210 // Removes a row from the autofill_profiles table. |guid| is the identifier
212 virtual bool RemoveAutofillProfile(const std::string& guid);
214 // Retrieves a profile with guid |guid|. The caller owns |profile|.
215 bool GetAutofillProfile(const std::string& guid, AutofillProfile** profile);
226 // Removes a row from the credit_cards table. |guid| is the identifer of the
228 bool RemoveCreditCard(const std::string& guid);
230 // Retrieves a credit card with guid |guid|. The caller owns
232 bool GetCreditCard(const std::string& guid, CreditCard** credit_card);
260 bool AddAutofillGUIDToTrash(const std::string& guid);
315 // Checks if the guid is in the trash.
316 bool IsAutofillGUIDInTrash(const std::string& guid);