HomeSort by relevance Sort by last modified time
    Searched defs:PollingThread (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/device_orientation/
device_motion_provider.cc 20 class DeviceMotionProvider::PollingThread : public base::Thread {
22 explicit PollingThread(const char* name);
23 virtual ~PollingThread();
32 scoped_ptr<base::RepeatingTimer<PollingThread> > timer_;
35 DISALLOW_COPY_AND_ASSIGN(PollingThread);
38 // ---- PollingThread methods
40 DeviceMotionProvider::PollingThread::PollingThread(const char* name)
44 DeviceMotionProvider::PollingThread::~PollingThread() {
    [all...]
provider_impl.cc 26 class ProviderImpl::PollingThread : public base::Thread {
28 PollingThread(const char* name,
31 virtual ~PollingThread();
65 ProviderImpl::PollingThread::PollingThread(const char* name,
70 ProviderImpl::PollingThread::~PollingThread() {
74 void ProviderImpl::PollingThread::DoAddPollingDataType(DeviceData::Type type) {
80 void ProviderImpl::PollingThread::Initialize(DataFetcherFactory factory,
111 void ProviderImpl::PollingThread::ScheduleDoNotify
    [all...]

Completed in 28 milliseconds