Searched refs:ProcessPendingTasks (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/extensions/browser/ |
D | lazy_background_task_queue.cc | 100 void LazyBackgroundTaskQueue::ProcessPendingTasks( in ProcessPendingTasks() function in extensions::LazyBackgroundTaskQueue 147 ProcessPendingTasks(host, host->browser_context(), host->extension()); in Observe() 161 ProcessPendingTasks(NULL, browser_context, host->extension()); in Observe() 171 ProcessPendingTasks(NULL, browser_context, unloaded->extension); in Observe() 176 ProcessPendingTasks( in Observe()
|
D | lazy_background_task_queue_unittest.cc | 164 TEST_F(LazyBackgroundTaskQueueTest, ProcessPendingTasks) { in TEST_F() argument 171 queue.ProcessPendingTasks(NULL, profile_.get(), extension); in TEST_F() 184 queue.ProcessPendingTasks(NULL, &profile2, extension); in TEST_F() 190 queue.ProcessPendingTasks(NULL, profile_.get(), extension); in TEST_F()
|
D | lazy_background_task_queue.h | 60 FRIEND_TEST_ALL_PREFIXES(LazyBackgroundTaskQueueTest, ProcessPendingTasks); 77 void ProcessPendingTasks(
|