Home | History | Annotate | Download | only in history

Lines Matching refs:base

14 #include "base/basictypes.h"
15 #include "base/gtest_prod_util.h"
16 #include "base/memory/ref_counted.h"
17 #include "base/memory/ref_counted_memory.h"
18 #include "base/synchronization/lock.h"
19 #include "base/time.h"
20 #include "base/timer.h"
48 : public base::RefCountedThreadSafe<TopSites>,
171 friend class base::RefCountedThreadSafe<TopSites>;
263 base::TimeDelta GetUpdateDelay();
292 void RestartQueryForTopSitesTimer(base::TimeDelta delta);
321 mutable base::Lock lock_;
327 base::OneShotTimer<TopSites> timer_;
330 base::TimeTicks timer_start_time_;