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

/external/chromium_org/extensions/browser/
H A Dlazy_background_task_queue_unittest.cc137 scoped_refptr<Extension> no_background = CreateSimpleExtension(); local
138 EXPECT_FALSE(queue.ShouldEnqueueTask(browser_context(), no_background.get()));
158 scoped_refptr<Extension> no_background = CreateSimpleExtension(); local
163 no_background->id(),
172 no_background->id(),
H A Druntime_data_unittest.cc47 scoped_refptr<Extension> no_background = test_util::CreateEmptyExtension(); local
48 EXPECT_TRUE(runtime_data_.IsBackgroundPageReady(no_background.get()));

Completed in 130 milliseconds