Searched refs:LazyBackgroundTaskQueue (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/extensions/browser/
H A Dlazy_background_task_queue.cc27 LazyBackgroundTaskQueue::LazyBackgroundTaskQueue( function in class:extensions::LazyBackgroundTaskQueue
40 LazyBackgroundTaskQueue::~LazyBackgroundTaskQueue() {
43 bool LazyBackgroundTaskQueue::ShouldEnqueueTask(
64 void LazyBackgroundTaskQueue::AddPendingTask(
103 void LazyBackgroundTaskQueue::ProcessPendingTasks(
138 void LazyBackgroundTaskQueue::Observe(
174 void LazyBackgroundTaskQueue::OnExtensionUnloaded(
H A Dlazy_background_task_queue.h35 class LazyBackgroundTaskQueue : public content::NotificationObserver, class in namespace:extensions
40 explicit LazyBackgroundTaskQueue(content::BrowserContext* browser_context);
41 virtual ~LazyBackgroundTaskQueue();
H A Dextension_system.h37 class LazyBackgroundTaskQueue;
91 // The LazyBackgroundTaskQueue is created at startup.
92 virtual LazyBackgroundTaskQueue* lazy_background_task_queue() = 0;
H A Dlazy_background_task_queue_unittest.cc134 LazyBackgroundTaskQueue queue(browser_context());
155 LazyBackgroundTaskQueue queue(browser_context());
194 LazyBackgroundTaskQueue queue(browser_context());
H A Dmock_extension_system.cc57 LazyBackgroundTaskQueue* MockExtensionSystem::lazy_background_task_queue() {
H A Dmock_extension_system.h38 virtual LazyBackgroundTaskQueue* lazy_background_task_queue() OVERRIDE;
H A Devent_router.cc639 LazyBackgroundTaskQueue* queue = ExtensionSystem::Get(
741 LazyBackgroundTaskQueue* queue = ExtensionSystem::Get(
/external/chromium_org/extensions/shell/browser/
H A Dshell_extension_system.h29 class LazyBackgroundTaskQueue;
62 virtual LazyBackgroundTaskQueue* lazy_background_task_queue() OVERRIDE;
94 scoped_ptr<LazyBackgroundTaskQueue> lazy_background_task_queue_;
H A Dshell_extension_system.cc95 new LazyBackgroundTaskQueue(browser_context_));
136 LazyBackgroundTaskQueue* ShellExtensionSystem::lazy_background_task_queue() {
/external/chromium_org/chrome/browser/extensions/
H A Dextension_system_impl.h47 virtual LazyBackgroundTaskQueue* lazy_background_task_queue()
100 LazyBackgroundTaskQueue* lazy_background_task_queue();
121 // LazyBackgroundTaskQueue is a dependency of
123 scoped_ptr<LazyBackgroundTaskQueue> lazy_background_task_queue_;
H A Dtest_extension_system.h74 virtual LazyBackgroundTaskQueue* lazy_background_task_queue() OVERRIDE;
H A Dtest_extension_system.cc153 LazyBackgroundTaskQueue*
H A Dextension_system_impl.cc108 lazy_background_task_queue_.reset(new LazyBackgroundTaskQueue(profile_));
456 LazyBackgroundTaskQueue*
575 LazyBackgroundTaskQueue* ExtensionSystemImpl::lazy_background_task_queue() {
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dmessage_service.h39 class LazyBackgroundTaskQueue;
219 // Potentially registers a pending task with the LazyBackgroundTaskQueue
227 // Callbacks for LazyBackgroundTaskQueue tasks. The queue passes in an
268 LazyBackgroundTaskQueue* lazy_background_task_queue_;
/external/chromium_org/extensions/browser/guest_view/app_view/
H A Dapp_view_guest.cc180 LazyBackgroundTaskQueue* queue =
/external/chromium_org/apps/
H A Dlauncher.cc251 extensions::LazyBackgroundTaskQueue* const queue =
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dfile_browser_handlers.cc338 extensions::LazyBackgroundTaskQueue* queue =

Completed in 4815 milliseconds