Searched defs:from_here (Results 51 - 75 of 121) sorted by relevance

12345

/external/chromium_org/sync/internal_api/public/util/
H A Dweak_handle_unittest.cc59 static void CallTestFromOtherThread(tracked_objects::Location from_here, argument
64 from_here, base::Bind(&WeakHandleTest::CallTest, from_here, h));
68 static void CallTest(tracked_objects::Location from_here, argument
70 h.Call(from_here, &Base::Test);
H A Dweak_handle.h116 void PostToOwnerThread(const tracked_objects::Location& from_here,
146 void Call(const tracked_objects::Location& from_here, argument
149 from_here,
154 void Call(const tracked_objects::Location& from_here, argument
158 from_here,
164 void Call(const tracked_objects::Location& from_here, argument
169 from_here,
175 void Call(const tracked_objects::Location& from_here, argument
181 from_here,
187 void Call(const tracked_objects::Location& from_here, argument
318 Call(const tracked_objects::Location& from_here, void (U::*fn)(void)) const argument
325 Call(const tracked_objects::Location& from_here, void (U::*fn)(A1), typename internal::ParamTraits<A1>::ForwardType a1) const argument
333 Call(const tracked_objects::Location& from_here, void (U::*fn)(A1, A2), typename internal::ParamTraits<A1>::ForwardType a1, typename internal::ParamTraits<A2>::ForwardType a2) const argument
342 Call(const tracked_objects::Location& from_here, void (U::*fn)(A1, A2, A3), typename internal::ParamTraits<A1>::ForwardType a1, typename internal::ParamTraits<A2>::ForwardType a2, typename internal::ParamTraits<A3>::ForwardType a3) const argument
352 Call(const tracked_objects::Location& from_here, void (U::*fn)(A1, A2, A3, A4), typename internal::ParamTraits<A1>::ForwardType a1, typename internal::ParamTraits<A2>::ForwardType a2, typename internal::ParamTraits<A3>::ForwardType a3, typename internal::ParamTraits<A4>::ForwardType a4) const argument
[all...]
/external/chromium_org/ash/system/chromeos/session/
H A Dlogout_confirmation_controller_unittest.cc33 virtual bool PostDelayedTask(const tracked_objects::Location& from_here,
37 const tracked_objects::Location& from_here,
90 const tracked_objects::Location& from_here,
98 const tracked_objects::Location& from_here,
89 PostDelayedTask( const tracked_objects::Location& from_here, const base::Closure& task, base::TimeDelta delay) argument
97 PostNonNestableDelayedTask( const tracked_objects::Location& from_here, const base::Closure& task, base::TimeDelta delay) argument
/external/chromium_org/base/task/
H A Dcancelable_task_tracker.cc73 const tracked_objects::Location& from_here,
77 return PostTaskAndReply(task_runner, from_here, task, Bind(&base::DoNothing));
82 const tracked_objects::Location& from_here,
99 task_runner->PostTaskAndReply(from_here,
71 PostTask( TaskRunner* task_runner, const tracked_objects::Location& from_here, const Closure& task) argument
80 PostTaskAndReply( TaskRunner* task_runner, const tracked_objects::Location& from_here, const Closure& task, const Closure& reply) argument
/external/chromium_org/base/threading/
H A Dworker_pool_posix.cc43 void PostTask(const tracked_objects::Location& from_here,
59 void WorkerPoolImpl::PostTask(const tracked_objects::Location& from_here, argument
61 pool_->PostTask(from_here, task);
115 bool WorkerPool::PostTask(const tracked_objects::Location& from_here, argument
117 g_lazy_worker_pool.Pointer()->PostTask(from_here, task, task_is_slow);
149 const tracked_objects::Location& from_here,
151 PendingTask pending_task(from_here, task);
148 PostTask( const tracked_objects::Location& from_here, const base::Closure& task) argument
/external/chromium_org/chrome/browser/sessions/
H A Dsession_service_test_helper.cc117 const tracked_objects::Location& from_here,
119 service_->RunTaskOnBackendThread(from_here, task);
116 RunTaskOnBackendThread( const tracked_objects::Location& from_here, const base::Closure& task) argument
H A Dbase_session_service.cc298 const tracked_objects::Location& from_here,
303 pool->PostSequencedWorkerTask(sequence_token_, from_here, task);
297 RunTaskOnBackendThread( const tracked_objects::Location& from_here, const base::Closure& task) argument
/external/chromium_org/chrome/browser/sync/glue/
H A Dtyped_url_data_type_controller.cc125 const tracked_objects::Location& from_here,
124 PostTaskOnBackendThread( const tracked_objects::Location& from_here, const base::Closure& task) argument
H A Dfrontend_data_type_controller.cc176 const tracked_objects::Location& from_here,
181 << from_here.ToString();
175 RecordUnrecoverableError( const tracked_objects::Location& from_here, const std::string& message) argument
/external/chromium_org/chromecast/media/cma/base/
H A Dbalanced_media_task_runner_factory.cc36 const tracked_objects::Location& from_here,
65 const tracked_objects::Location& from_here,
69 media_task_runner_->PostMediaTask(from_here, task, timestamp);
97 const tracked_objects::Location& from_here,
152 const tracked_objects::Location& from_here,
159 return task_runner_->PostTask(from_here, task);
173 from_here_ = from_here;
64 PostMediaTask( const tracked_objects::Location& from_here, const base::Closure& task, base::TimeDelta timestamp) argument
151 PostMediaTask( const tracked_objects::Location& from_here, const base::Closure& task, base::TimeDelta timestamp) argument
/external/chromium_org/components/sync_driver/
H A Dshared_change_processor.cc105 const tracked_objects::Location& from_here,
120 from_here, list_of_changes);
104 ProcessSyncChanges( const tracked_objects::Location& from_here, const syncer::SyncChangeList& list_of_changes) argument
/external/chromium_org/components/webdata/common/
H A Dweb_database_service.cc95 const tracked_objects::Location& from_here,
100 db_thread_->PostTask(from_here,
106 const tracked_objects::Location& from_here,
114 db_thread_->PostTask(from_here,
94 ScheduleDBTask( const tracked_objects::Location& from_here, const WriteTask& task) argument
105 ScheduleDBTaskWithResult( const tracked_objects::Location& from_here, const ReadTask& task, WebDataServiceConsumer* consumer) argument
/external/chromium_org/content/public/browser/
H A Dbrowser_thread.h104 const tracked_objects::Location& from_here,
107 const tracked_objects::Location& from_here,
111 const tracked_objects::Location& from_here,
115 const tracked_objects::Location& from_here,
121 const tracked_objects::Location& from_here,
128 const tracked_objects::Location& from_here,
134 message_loop_proxy.get(), from_here, task, reply);
139 const tracked_objects::Location& from_here,
142 from_here, object);
147 const tracked_objects::Location& from_here,
126 PostTaskAndReplyWithResult( ID identifier, const tracked_objects::Location& from_here, const base::Callback<ReturnType(void)>& task, const base::Callback<void(ReplyArgType)>& reply) argument
138 DeleteSoon(ID identifier, const tracked_objects::Location& from_here, const T* object) argument
146 ReleaseSoon(ID identifier, const tracked_objects::Location& from_here, const T* object) argument
[all...]
/external/chromium_org/remoting/base/
H A Dplugin_thread_task_runner.cc87 const tracked_objects::Location& from_here,
99 base::PendingTask pending_task(from_here, task, delayed_run_time, false);
122 const tracked_objects::Location& from_here,
126 return PostDelayedTask(from_here, task, delay);
86 PostDelayedTask( const tracked_objects::Location& from_here, const base::Closure& task, base::TimeDelta delay) argument
121 PostNonNestableDelayedTask( const tracked_objects::Location& from_here, const base::Closure& task, base::TimeDelta delay) argument
/external/chromium_org/cc/test/
H A Dordered_simple_task_runner.cc97 const tracked_objects::Location& from_here,
102 from_here, task, now_src_->Now(), delay, base::TestPendingTask::NESTABLE);
110 const tracked_objects::Location& from_here,
114 TestOrderablePendingTask pt(from_here,
96 PostDelayedTask( const tracked_objects::Location& from_here, const base::Closure& task, base::TimeDelta delay) argument
109 PostNonNestableDelayedTask( const tracked_objects::Location& from_here, const base::Closure& task, base::TimeDelta delay) argument
/external/chromium_org/chrome/browser/chromeos/attestation/
H A Dattestation_policy_observer.cc49 const tracked_objects::Location& from_here,
53 LOG(ERROR) << "Cryptohome DBus method failed: " << from_here.ToString()
74 const tracked_objects::Location& from_here,
79 LOG(ERROR) << "Cryptohome DBus method failed: " << from_here.ToString()
46 DBusBoolRedirectCallback(const base::Closure& on_true, const base::Closure& on_false, const base::Closure& on_failure, const tracked_objects::Location& from_here, chromeos::DBusMethodCallStatus status, bool value) argument
71 DBusStringCallback( const base::Callback<void(const std::string&)> on_success, const base::Closure& on_failure, const tracked_objects::Location& from_here, chromeos::DBusMethodCallStatus status, bool result, const std::string& data) argument
/external/chromium_org/chrome/browser/chromeos/
H A Dsession_length_limiter_unittest.cc49 virtual bool PostDelayedTask(const tracked_objects::Location& from_here,
53 const tracked_objects::Location& from_here,
139 const tracked_objects::Location& from_here,
147 const tracked_objects::Location& from_here,
138 PostDelayedTask( const tracked_objects::Location& from_here, const base::Closure& task, base::TimeDelta delay) argument
146 PostNonNestableDelayedTask( const tracked_objects::Location& from_here, const base::Closure& task, base::TimeDelta delay) argument
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dsync_storage_backend.cc232 const tracked_objects::Location& from_here,
231 ProcessSyncChanges( const tracked_objects::Location& from_here, const syncer::SyncChangeList& sync_changes) argument
/external/chromium_org/chrome/browser/extensions/api/synced_notifications_private/
H A Dsynced_notifications_shim.cc61 const tracked_objects::Location& from_here,
78 from_here, syncer::SyncChange::ACTION_UPDATE, sync_data);
174 const tracked_objects::Location& from_here,
60 BuildNewSyncUpdate( const tracked_objects::Location& from_here, const std::string& changed_notification, syncer::SyncChange* sync_change) argument
173 ProcessSyncChanges( const tracked_objects::Location& from_here, const syncer::SyncChangeList& changes) argument
/external/chromium_org/chrome/browser/extensions/
H A Dextension_sync_service.cc235 const tracked_objects::Location& from_here,
234 ProcessSyncChanges( const tracked_objects::Location& from_here, const syncer::SyncChangeList& change_list) argument
/external/chromium_org/chrome/browser/history/
H A Dtyped_url_syncable_service.cc115 const tracked_objects::Location& from_here,
114 ProcessSyncChanges( const tracked_objects::Location& from_here, const syncer::SyncChangeList& change_list) argument
/external/chromium_org/chrome/browser/printing/
H A Dprint_job_worker.cc311 bool PrintJobWorker::PostTask(const tracked_objects::Location& from_here, argument
314 return task_runner_->PostTask(from_here, task);
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_registration_utility_unittest.cc53 const tracked_objects::Location& from_here,
68 const tracked_objects::Location& from_here,
67 ProcessSyncChanges( const tracked_objects::Location& from_here, const SyncChangeList& change_list) argument
H A Dsupervised_user_shared_settings_service.cc291 const tracked_objects::Location& from_here,
290 ProcessSyncChanges( const tracked_objects::Location& from_here, const syncer::SyncChangeList& change_list) argument
H A Dsupervised_user_sync_service_unittest.cc48 const tracked_objects::Location& from_here,
64 const tracked_objects::Location& from_here,
63 ProcessSyncChanges( const tracked_objects::Location& from_here, const SyncChangeList& change_list) argument

Completed in 3891 milliseconds

12345