HomeSort by relevance Sort by last modified time
    Searched defs:from_here (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/extensions/common/
one_shot_event.cc 18 TaskInfo(const tracked_objects::Location& from_here,
21 : from_here(from_here), runner(runner), task(task) {
24 tracked_objects::Location from_here; member in struct:extensions::OneShotEvent::TaskInfo
36 void OneShotEvent::Post(const tracked_objects::Location& from_here,
38 Post(from_here, task, base::MessageLoopProxy::current());
41 void OneShotEvent::Post(const tracked_objects::Location& from_here,
47 runner->PostTask(from_here, task);
49 tasks_.push_back(TaskInfo(from_here, runner, task));
66 tasks_[i].runner->PostTask(tasks_[i].from_here, tasks_[i].task)
    [all...]
  /external/chromium_org/ppapi/proxy/
ppb_message_loop_proxy.h 49 tracked_objects::Location from_here; member in struct:ppapi::proxy::MessageLoopResource::TaskInfo
62 virtual void PostClosure(const tracked_objects::Location& from_here,
  /external/chromium_org/chrome/browser/sync/glue/
frontend_data_type_controller.cc 44 syncer::SyncError(FROM_HERE,
140 const tracked_objects::Location& from_here, const std::string& message) {
141 RecordUnrecoverableError(from_here, message);
142 sync_service_->DisableBrokenDatatype(type(), from_here, message); local
175 syncer::SyncError error(FROM_HERE,
232 syncer::SyncError(FROM_HERE,
245 RecordUnrecoverableError(FROM_HERE, "StartFailed");
non_ui_data_type_controller.cc 39 syncer::SyncError(FROM_HERE,
97 FROM_HERE,
177 const tracked_objects::Location& from_here, const std::string& message) {
179 RecordUnrecoverableError(from_here, message);
180 BrowserThread::PostTask(BrowserThread::UI, from_here,
183 from_here,
207 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE,
224 RecordUnrecoverableError(FROM_HERE, "StartFailed");
282 syncer::SyncError(FROM_HERE,
289 const tracked_objects::Location& from_here,
292 sync_service_->DisableBrokenDatatype(type(), from_here, message); local
    [all...]
non_ui_data_type_controller_unittest.cc 94 PostTaskOnBackendThread(it->from_here, it->task);
101 const tracked_objects::Location& from_here,
104 pending_tasks_.push_back(PendingTask(from_here, task));
107 return BrowserThread::PostTask(BrowserThread::DB, from_here, task);
120 const tracked_objects::Location& from_here,
122 mock_->RecordUnrecoverableError(from_here, message);
138 PendingTask(const tracked_objects::Location& from_here,
140 : from_here(from_here), task(task) {}
142 tracked_objects::Location from_here; member in struct:browser_sync::__anon8218::NonUIDataTypeControllerFake::PendingTask
    [all...]
ui_data_type_controller.cc 59 syncer::SyncError(FROM_HERE,
136 syncer::SyncError error(FROM_HERE,
157 syncer::SyncError error(FROM_HERE,
219 syncer::SyncError(FROM_HERE,
233 RecordUnrecoverableError(FROM_HERE, "StartFailed");
314 const tracked_objects::Location& from_here, const std::string& message) {
315 RecordUnrecoverableError(from_here, message);
316 sync_service_->DisableBrokenDatatype(type(), from_here, message); local
non_frontend_data_type_controller.cc 102 result.error = syncer::SyncError(FROM_HERE,
130 FROM_HERE,
182 syncer::SyncError(FROM_HERE,
198 syncer::SyncError(FROM_HERE,
227 FROM_HERE,
231 FROM_HERE,
265 FROM_HERE,
293 const tracked_objects::Location& from_here,
296 RecordUnrecoverableError(from_here, message);
297 BrowserThread::PostTask(BrowserThread::UI, from_here,
373 profile_sync_service_->DisableBrokenDatatype(type(), from_here, message); local
    [all...]

Completed in 645 milliseconds