Searched refs:from_here_ (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/sync/syncable/ |
D | syncable_base_transaction.cc | 24 "src_file", from_here_.file_name(), in Lock() 25 "src_func", from_here_.function_name()); in Lock() 64 : from_here_(from_here), name_(name), writer_(writer), in BaseTransaction() 70 "src_file", from_here_.file_name(), in BaseTransaction() 71 "src_func", from_here_.function_name()); in BaseTransaction()
|
D | syncable_base_transaction.h | 67 const tracked_objects::Location from_here_; variable
|
D | syncable_write_transaction.cc | 91 from_here_, writer_, mutations); in NotifyTransactionChangingAndEnding()
|
/external/chromium_org/base/threading/ |
D | post_task_and_reply_impl.cc | 29 : from_here_(from_here), in PostTaskAndReplyRelay() 44 from_here_, in Run() 64 tracked_objects::Location from_here_; member in base::__anoncbfdfa0b0111::PostTaskAndReplyRelay
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
D | callback_helper.h.pump | 53 from_here_(from_here), 60 if (!task_runner_->DeleteSoon(from_here_, callback)) 65 const tracked_objects::Location& from_here() const { return from_here_; } 70 const tracked_objects::Location from_here_;
|
D | callback_helper.h | 49 from_here_(from_here), in CallbackHolder() 56 if (!task_runner_->DeleteSoon(from_here_, callback)) in ~CallbackHolder() 61 const tracked_objects::Location& from_here() const { return from_here_; } in from_here() 66 const tracked_objects::Location from_here_; variable
|
/external/chromium_org/chromecast/media/cma/base/ |
D | balanced_media_task_runner_factory.cc | 110 tracked_objects::Location from_here_; member in chromecast::media::BalancedMediaTaskRunner 143 task_runner_->PostTask(from_here_, task); in ScheduleWork() 173 from_here_ = from_here; in PostMediaTask()
|