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

/external/chromium_org/base/prefs/
H A Dpref_member_unittest.cc31 class GetPrefValueHelper class in namespace:__anon2410
32 : public base::RefCountedThreadSafe<GetPrefValueHelper> {
34 GetPrefValueHelper() : value_(false), pref_thread_("pref thread") { function in class:__anon2410::GetPrefValueHelper
52 base::Bind(&GetPrefValueHelper::GetPrefValue, this, &event)));
56 // The thread must be stopped on the main thread. GetPrefValueHelper being
65 friend class base::RefCountedThreadSafe<GetPrefValueHelper>;
66 ~GetPrefValueHelper() {}
303 scoped_refptr<GetPrefValueHelper> helper(new GetPrefValueHelper());

Completed in 77 milliseconds