HomeSort by relevance Sort by last modified time
    Searched refs:polling_thread_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/browser/device_orientation/
data_fetcher_shared_memory_base.cc 112 if (polling_thread_)
113 polling_thread_->Stop();
131 polling_thread_->message_loop()->PostTask(
134 base::Unretained(polling_thread_.get()),
152 polling_thread_->message_loop()->PostTask(
155 base::Unretained(polling_thread_.get()),
180 if (polling_thread_)
183 polling_thread_.reset(
186 if (!polling_thread_->Start()) {
237 return polling_thread_ ? polling_thread_->message_loop() : NULL
    [all...]
data_fetcher_shared_memory_base.h 61 // If IsPolling() is true this method is called from the |polling_thread_|
75 // are called from the |polling_thread_|.
88 scoped_ptr<PollingThread> polling_thread_; member in class:content::DataFetcherSharedMemoryBase
  /external/chromium_org/content/browser/gamepad/
gamepad_provider.cc 54 // which dereference |polling_thread_|.
55 polling_thread_->Stop();
71 base::MessageLoop* polling_loop = polling_thread_->message_loop();
85 base::MessageLoop* polling_loop = polling_thread_->message_loop();
115 polling_thread_.reset(new base::Thread("Gamepad polling thread"));
126 polling_thread_->StartWithOptions(base::Thread::Options(kMessageLoopType, 0));
128 polling_thread_->message_loop()->PostTask(
137 DCHECK(base::MessageLoop::current() == polling_thread_->message_loop());
146 DCHECK(base::MessageLoop::current() == polling_thread_->message_loop());
152 DCHECK(base::MessageLoop::current() == polling_thread_->message_loop())
    [all...]
gamepad_provider.h 66 // polling_thread_.
69 // Method for polling a GamepadDataFetcher. Runs on the polling_thread_.
115 // When polling_thread_ is running, members below are only to be used
121 scoped_ptr<base::Thread> polling_thread_; member in class:content::GamepadProvider

Completed in 3728 milliseconds