Searched defs:ScriptAllowedExclusivelyOnTab (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/common/extensions/permissions/
H A Dpermissions_data_unittest.cc434 bool ScriptAllowedExclusivelyOnTab( function in class:extensions::ExtensionScriptAndCaptureVisibleTest
672 EXPECT_TRUE(ScriptAllowedExclusivelyOnTab(extension.get(), no_urls, 0));
673 EXPECT_TRUE(ScriptAllowedExclusivelyOnTab(extension.get(), no_urls, 1));
674 EXPECT_TRUE(ScriptAllowedExclusivelyOnTab(extension.get(), no_urls, 2));
696 EXPECT_TRUE(ScriptAllowedExclusivelyOnTab(extension.get(), allowed_urls, 0));
697 EXPECT_TRUE(ScriptAllowedExclusivelyOnTab(extension.get(), no_urls, 1));
698 EXPECT_TRUE(ScriptAllowedExclusivelyOnTab(extension.get(), no_urls, 2));
703 EXPECT_TRUE(ScriptAllowedExclusivelyOnTab(extension.get(), no_urls, 0));
704 EXPECT_TRUE(ScriptAllowedExclusivelyOnTab(extension.get(), no_urls, 1));
705 EXPECT_TRUE(ScriptAllowedExclusivelyOnTab(extensio
[all...]

Completed in 2873 milliseconds