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

  /external/chromium/base/
tracked.h 83 #define FROM_HERE tracked_objects::Location(__FUNCTION__, __FILE__, __LINE__)
96 // Used to record the FROM_HERE location of a caller.
97 void SetBirthPlace(const Location& from_here);
  /external/chromium/chrome/browser/sync/engine/
syncer_thread2_unittest.cc 114 FROM_HERE);
133 syncer_thread_->thread_.message_loop()->PostTask(FROM_HERE,
214 FROM_HERE);
231 FROM_HERE);
362 FROM_HERE);
399 FROM_HERE);
401 FROM_HERE);
416 FROM_HERE);
438 model_types_with_payloads, FROM_HERE);
454 model_types_with_payloads, FROM_HERE);
    [all...]
syncer_thread.cc 121 thread_.message_loop()->PostTask(FROM_HERE, NewRunnableMethod(
128 thread_.message_loop()->PostTask(FROM_HERE, NewRunnableMethod(
308 thread_.message_loop()->PostTask(FROM_HERE, NewRunnableMethod(
324 thread_.message_loop()->PostTask(FROM_HERE, NewRunnableMethod(
340 thread_.message_loop()->PostTask(FROM_HERE, NewRunnableMethod(
352 SyncSessionJob::CLEAR_USER_DATA, session, FROM_HERE);
462 thread_.message_loop()->PostTask(FROM_HERE, NewRunnableMethod(
480 SyncSessionJob::CONFIGURATION, session, FROM_HERE);
500 MessageLoop::current()->PostDelayedTask(FROM_HERE, NewRunnableMethod(this,
663 old_job.session->source().types, false, FROM_HERE);
    [all...]
syncapi.cc     [all...]

Completed in 457 milliseconds