Searched refs:TimeZoneMonitorLinuxImpl (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/content/browser/
H A Dtime_zone_monitor_linux.cc24 class TimeZoneMonitorLinuxImpl;
37 scoped_refptr<TimeZoneMonitorLinuxImpl> impl_;
45 // on the UI thread. TimeZoneMonitorLinuxImpl is the bridge between these
47 class TimeZoneMonitorLinuxImpl class in namespace:content::__anon7448
48 : public base::RefCountedThreadSafe<TimeZoneMonitorLinuxImpl> {
50 explicit TimeZoneMonitorLinuxImpl(TimeZoneMonitorLinux* owner) function in class:content::__anon7448::TimeZoneMonitorLinuxImpl
51 : base::RefCountedThreadSafe<TimeZoneMonitorLinuxImpl>(),
58 base::Bind(&TimeZoneMonitorLinuxImpl::StartWatchingOnFileThread, this));
67 base::Bind(&TimeZoneMonitorLinuxImpl::StopWatchingOnFileThread, this));
71 friend class base::RefCountedThreadSafe<TimeZoneMonitorLinuxImpl>;
[all...]

Completed in 125 milliseconds