Home
last modified time | relevance | path

Searched refs:s_trash (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/webdata/
Dautofill_table.cc1063 sql::Statement s_trash(db_->GetUniqueStatement( in RemoveAutofillProfile() local
1065 if (!s_trash) { in RemoveAutofillProfile()
1069 s_trash.BindString(0, guid); in RemoveAutofillProfile()
1070 if (!s_trash.Run()) { in RemoveAutofillProfile()