HomeSort by relevance Sort by last modified time
    Searched defs:WantsToRun (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/extensions/
active_script_controller.cc 145 bool ActiveScriptController::WantsToRun(const Extension* extension) {
active_script_controller_browsertest.cc 178 bool WantsToRun();
241 bool wants_to_run = WantsToRun();
276 wants_to_run = WantsToRun();
296 bool ActiveScriptTester::WantsToRun() {
298 return controller ? controller->WantsToRun(extension_) : false;
383 EXPECT_TRUE(active_script_controller->WantsToRun(extension1));
384 EXPECT_TRUE(active_script_controller->WantsToRun(extension2));
393 EXPECT_TRUE(active_script_controller->WantsToRun(extension1));
394 EXPECT_FALSE(active_script_controller->WantsToRun(extension2));

Completed in 222 milliseconds