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 28 LazyBackgroundTaskQueue::LazyBackgroundTaskQueue(
39 LazyBackgroundTaskQueue::~LazyBackgroundTaskQueue() {
42 bool LazyBackgroundTaskQueue::ShouldEnqueueTask(
61 void LazyBackgroundTaskQueue::AddPendingTask(
100 void LazyBackgroundTaskQueue::ProcessPendingTasks(
135 void LazyBackgroundTaskQueue::Observe(
lazy_background_task_queue.h 32 class LazyBackgroundTaskQueue : public content::NotificationObserver {
36 explicit LazyBackgroundTaskQueue(content::BrowserContext* browser_context);
37 virtual ~LazyBackgroundTaskQueue();

Completed in 71 milliseconds