Searched refs:with_background (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/extensions/browser/
H A Druntime_data_unittest.cc51 scoped_refptr<Extension> with_background = local
53 EXPECT_FALSE(runtime_data_.IsBackgroundPageReady(with_background.get()));
56 runtime_data_.SetBackgroundPageReady(with_background.get(), true);
57 EXPECT_TRUE(runtime_data_.IsBackgroundPageReady(with_background.get()));
58 runtime_data_.SetBackgroundPageReady(with_background.get(), false);
59 EXPECT_FALSE(runtime_data_.IsBackgroundPageReady(with_background.get()));
H A Dlazy_background_task_queue_unittest.cc141 scoped_refptr<Extension> with_background = CreateLazyBackgroundExtension(); local
143 queue.ShouldEnqueueTask(browser_context(), with_background.get()));

Completed in 357 milliseconds