OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LazyBackgroundTaskQueue
(Results
1 - 11
of
11
) 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(
102
void
LazyBackgroundTaskQueue
::ProcessPendingTasks(
137
void
LazyBackgroundTaskQueue
::Observe(
lazy_background_task_queue.h
32
class
LazyBackgroundTaskQueue
: public content::NotificationObserver {
36
explicit
LazyBackgroundTaskQueue
(content::BrowserContext* browser_context);
37
virtual ~
LazyBackgroundTaskQueue
();
lazy_background_task_queue_unittest.cc
100
LazyBackgroundTaskQueue
queue(profile_.get());
124
LazyBackgroundTaskQueue
queue(profile_.get());
165
LazyBackgroundTaskQueue
queue(profile_.get());
event_router.cc
581
LazyBackgroundTaskQueue
* queue = ExtensionSystem::GetForBrowserContext(
686
LazyBackgroundTaskQueue
* queue = ExtensionSystem::GetForBrowserContext(
/external/chromium_org/chrome/browser/extensions/
extension_system.h
39
class
LazyBackgroundTaskQueue
;
96
// The
LazyBackgroundTaskQueue
is created at startup.
97
virtual
LazyBackgroundTaskQueue
* lazy_background_task_queue() = 0;
154
virtual
LazyBackgroundTaskQueue
* lazy_background_task_queue()
198
LazyBackgroundTaskQueue
* lazy_background_task_queue();
212
//
LazyBackgroundTaskQueue
is a dependency of
214
scoped_ptr<
LazyBackgroundTaskQueue
> lazy_background_task_queue_;
test_extension_system.h
66
virtual
LazyBackgroundTaskQueue
* lazy_background_task_queue() OVERRIDE;
extension_system.cc
106
lazy_background_task_queue_.reset(new
LazyBackgroundTaskQueue
(profile_));
296
LazyBackgroundTaskQueue
*
382
LazyBackgroundTaskQueue
* ExtensionSystemImpl::lazy_background_task_queue() {
test_extension_system.cc
141
LazyBackgroundTaskQueue
*
/external/chromium_org/chrome/browser/extensions/api/messaging/
message_service.h
38
class
LazyBackgroundTaskQueue
;
217
// Potentially registers a pending task with the
LazyBackgroundTaskQueue
225
// Callbacks for
LazyBackgroundTaskQueue
tasks. The queue passes in an
266
LazyBackgroundTaskQueue
* lazy_background_task_queue_;
/external/chromium_org/apps/
launcher.cc
264
extensions::
LazyBackgroundTaskQueue
* queue =
/external/chromium_org/chrome/browser/chromeos/file_manager/
file_browser_handlers.cc
342
extensions::
LazyBackgroundTaskQueue
* queue =
Completed in 1248 milliseconds