Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/sync/util/
Duser_settings.cc74 UserSettings::ScopedDBHandle::ScopedDBHandle(UserSettings* settings) in ScopedDBHandle() function in browser_sync::UserSettings::ScopedDBHandle
178 ScopedDBHandle dbhandle(this); in Init()
289 ScopedDBHandle dbhandle(this); in StoreEmailForSignin()
333 ScopedDBHandle dbhandle(this); in GetEmailForSignin()
360 ScopedDBHandle dbhandle(this); in StoreHashedPassword()
392 ScopedDBHandle dbhandle(this); in VerifyAgainstStoredHash()
430 ScopedDBHandle dbhandle(this); in GetClientId()
441 ScopedDBHandle dbhandle(this); in ClearAllServiceTokens()
446 ScopedDBHandle dbhandle(this); in GetLastUser()
Duser_settings.h79 struct ScopedDBHandle { struct
80 explicit ScopedDBHandle(UserSettings* settings);
86 friend struct ScopedDBHandle; argument
Duser_settings_win.cc20 ScopedDBHandle dbhandle(this); in SetAuthTokenForService()
39 ScopedDBHandle dbhandle(this); in GetLastUserAndServiceToken()
Duser_settings_posix.cc29 ScopedDBHandle dbhandle(this); in SetAuthTokenForService()
47 ScopedDBHandle dbhandle(this); in GetLastUserAndServiceToken()