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

  /external/chromium_org/extensions/browser/
lazy_background_task_queue.cc 27 LazyBackgroundTaskQueue::LazyBackgroundTaskQueue(
40 LazyBackgroundTaskQueue::~LazyBackgroundTaskQueue() {
43 bool LazyBackgroundTaskQueue::ShouldEnqueueTask(
64 void LazyBackgroundTaskQueue::AddPendingTask(
103 void LazyBackgroundTaskQueue::ProcessPendingTasks(
138 void LazyBackgroundTaskQueue::Observe(
174 void LazyBackgroundTaskQueue::OnExtensionUnloaded(
lazy_background_task_queue.h 35 class LazyBackgroundTaskQueue : public content::NotificationObserver,
40 explicit LazyBackgroundTaskQueue(content::BrowserContext* browser_context);
41 virtual ~LazyBackgroundTaskQueue();

Completed in 183 milliseconds