Home
last modified time | relevance | path

Searched refs:from_here_ (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/sync/syncable/
Dsyncable_base_transaction.cc24 "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()
Dsyncable_base_transaction.h67 const tracked_objects::Location from_here_; variable
Dsyncable_write_transaction.cc91 from_here_, writer_, mutations); in NotifyTransactionChangingAndEnding()
/external/chromium_org/base/threading/
Dpost_task_and_reply_impl.cc29 : 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/
Dcallback_helper.h.pump53 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_;
Dcallback_helper.h49 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/
Dbalanced_media_task_runner_factory.cc110 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()