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

  /external/chromium_org/content/browser/
histogram_synchronizer.h 120 void InternalPostTask(base::MessageLoop* thread,
histogram_synchronizer.cc 299 InternalPostTask(old_thread, old_callback);
315 InternalPostTask(thread, callback);
318 void HistogramSynchronizer::InternalPostTask(base::MessageLoop* thread,
  /external/chromium/chrome/browser/metrics/
histogram_synchronizer.h 119 void InternalPostTask(MessageLoop* thread, Task* task,
histogram_synchronizer.cc 194 InternalPostTask(old_thread, old_task, unresponsive_renderers,
215 InternalPostTask(thread, task, unresponsive_renderers, started);
218 void HistogramSynchronizer::InternalPostTask(MessageLoop* thread, Task* task,

Completed in 56 milliseconds