Searched defs:UserDataKey (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/components/user_prefs/
H A Duser_prefs.cc16 void* UserDataKey() { function in namespace:user_prefs::__anon6903
28 DCHECK(context->GetUserData(UserDataKey()));
30 context->GetUserData(UserDataKey()))->prefs_;
37 DCHECK(!context->GetUserData(UserDataKey()));
38 context->SetUserData(UserDataKey(), new UserPrefs(prefs));
/external/chromium_org/content/public/browser/
H A Dweb_contents_user_data.h38 contents->SetUserData(UserDataKey(), new T(contents));
46 return static_cast<T*>(contents->GetUserData(UserDataKey()));
50 return static_cast<const T*>(contents->GetUserData(UserDataKey()));
54 static inline void* UserDataKey() { function in class:content::WebContentsUserData
/external/chromium_org/ios/public/provider/web/
H A Dweb_state_user_data.h36 web_state->SetUserData(UserDataKey(), new T(web_state));
43 return static_cast<T*>(web_state->GetUserData(UserDataKey()));
46 return static_cast<const T*>(web_state->GetUserData(UserDataKey()));
50 static inline void* UserDataKey() { function in class:ios::WebStateUserData
/external/chromium_org/chrome/browser/webdata/
H A Dautocomplete_syncable_service.cc62 void* UserDataKey() { function in namespace:__anon5607
90 UserDataKey(), new AutocompleteSyncableService(web_data_backend));
97 web_data_service->GetDBUserData()->GetUserData(UserDataKey()));
/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_profile_syncable_service.cc36 void* UserDataKey() { function in namespace:autofill::__anon6347
68 UserDataKey(),
77 web_data_service->GetDBUserData()->GetUserData(UserDataKey()));

Completed in 1889 milliseconds