Searched defs:from_here_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/base/threading/
H A Dpost_task_and_reply_impl.cc29 : from_here_(from_here),
44 from_here_,
64 tracked_objects::Location from_here_; member in class:base::__anon2549::PostTaskAndReplyRelay
/external/chromium_org/sync/syncable/
H A Dsyncable_base_transaction.h67 const tracked_objects::Location from_here_; member in class:syncer::syncable::BaseTransaction
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dcallback_helper.h49 from_here_(from_here),
56 if (!task_runner_->DeleteSoon(from_here_, callback))
61 const tracked_objects::Location& from_here() const { return from_here_; }
66 const tracked_objects::Location from_here_; member in class:sync_file_system::drive_backend::internal::CallbackHolder
/external/chromium_org/chromecast/media/cma/base/
H A Dbalanced_media_task_runner_factory.cc110 tracked_objects::Location from_here_; member in class:chromecast::media::BalancedMediaTaskRunner
143 task_runner_->PostTask(from_here_, task);
173 from_here_ = from_here;

Completed in 763 milliseconds