Searched refs:active_script_controller (Results 1 – 10 of 10) sorted by relevance
293 return tab_helper ? tab_helper->active_script_controller() : NULL; in GetActiveScriptController()374 ActiveScriptController* active_script_controller = in IN_PROC_BROWSER_TEST_F() local376 ASSERT_TRUE(active_script_controller); in IN_PROC_BROWSER_TEST_F()383 EXPECT_TRUE(active_script_controller->WantsToRun(extension1)); in IN_PROC_BROWSER_TEST_F()384 EXPECT_TRUE(active_script_controller->WantsToRun(extension2)); in IN_PROC_BROWSER_TEST_F()393 EXPECT_TRUE(active_script_controller->WantsToRun(extension1)); in IN_PROC_BROWSER_TEST_F()394 EXPECT_FALSE(active_script_controller->WantsToRun(extension2)); in IN_PROC_BROWSER_TEST_F()401 active_script_controller->OnClicked(extension1); in IN_PROC_BROWSER_TEST_F()
120 ActiveScriptController* active_script_controller = in TEST_F() local122 ASSERT_TRUE(active_script_controller); in TEST_F()123 active_script_controller->RequestScriptInjectionForTesting(no_action, in TEST_F()135 active_script_controller->RequestScriptInjectionForTesting(page_action, in TEST_F()
43 ActiveScriptController* active_script_controller = in GetCurrentActions() local52 if (!action && active_script_controller->WantsToRun(iter->get())) { in GetCurrentActions()
109 ActiveScriptController* active_script_controller() { in active_script_controller() function
80 return tab_helper ? tab_helper->active_script_controller() : NULL; in GetForWebContents()
169 active_script_controller_ = tab_helper->active_script_controller(); in SetUp()
192 ActiveScriptController* active_script_controller = in HistogramOnClose() local210 if (active_script_controller) in HistogramOnClose()211 active_script_controller->OnAdInjectionDetected(ad_injectors); in HistogramOnClose()
174 ActiveScriptController* active_script_controller = in ExecuteExtensionAction() local177 if (active_script_controller && in ExecuteExtensionAction()178 active_script_controller->WantsToRun(extension)) { in ExecuteExtensionAction()
8 #include "chrome/browser/extensions/active_script_controller.h"
95 'browser/extensions/active_script_controller.cc',96 'browser/extensions/active_script_controller.h',