Searched defs:SlowDelegate (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/
H A Dlazy_instance_unittest.cc43 class SlowDelegate : public base::DelegateSimpleThread::Delegate { class in namespace:__anon1696
45 explicit SlowDelegate(base::LazyInstance<SlowConstructor>* lazy) function in class:__anon1696::SlowDelegate
87 SlowDelegate delegate(&lazy_slow);
/external/chromium_org/base/
H A Dlazy_instance_unittest.cc44 class SlowDelegate : public base::DelegateSimpleThread::Delegate { class in namespace:__anon3806
46 explicit SlowDelegate(base::LazyInstance<SlowConstructor>* lazy) function in class:__anon3806::SlowDelegate
89 SlowDelegate delegate(&lazy_slow);

Completed in 408 milliseconds