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

  /external/chromium_org/chrome/browser/history/
history_querying_unittest.cc 185 history_->SetOnBackendDestroyTask(base::MessageLoop::QuitClosure());
history_backend.h 479 // is destroyed. See HistoryService::SetOnBackendDestroyTask for a more
481 void SetOnBackendDestroyTask(base::MessageLoop* message_loop,
    [all...]
history_service.h 470 void SetOnBackendDestroyTask(const base::Closure& task);
    [all...]
history_service.cc 360 void HistoryService::SetOnBackendDestroyTask(const base::Closure& task) {
363 ScheduleAndForget(PRIORITY_NORMAL, &HistoryBackend::SetOnBackendDestroyTask,
    [all...]
history_unittest.cc     [all...]
history_backend.cc 257 void HistoryBackend::SetOnBackendDestroyTask(base::MessageLoop* message_loop,
    [all...]
  /external/chromium_org/chrome/test/base/
testing_profile.cc 504 history_service->SetOnBackendDestroyTask(base::MessageLoop::QuitClosure());
    [all...]

Completed in 612 milliseconds