Home
last modified time | relevance | path

Searched refs:active_script_controller (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
Dactive_script_controller_browsertest.cc293 return tab_helper ? tab_helper->active_script_controller() : NULL; in GetActiveScriptController()
374 ActiveScriptController* active_script_controller = in IN_PROC_BROWSER_TEST_F() local
376 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()
Dlocation_bar_controller_unittest.cc120 ActiveScriptController* active_script_controller = in TEST_F() local
122 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()
Dlocation_bar_controller.cc43 ActiveScriptController* active_script_controller = in GetCurrentActions() local
52 if (!action && active_script_controller->WantsToRun(iter->get())) { in GetCurrentActions()
Dtab_helper.h109 ActiveScriptController* active_script_controller() { in active_script_controller() function
Dactive_script_controller.cc80 return tab_helper ? tab_helper->active_script_controller() : NULL; in GetForWebContents()
Dactive_script_controller_unittest.cc169 active_script_controller_ = tab_helper->active_script_controller(); in SetUp()
/external/chromium_org/chrome/browser/extensions/activity_log/
Duma_policy.cc192 ActiveScriptController* active_script_controller = in HistogramOnClose() local
210 if (active_script_controller) in HistogramOnClose()
211 active_script_controller->OnAdInjectionDetected(ad_injectors); in HistogramOnClose()
/external/chromium_org/chrome/browser/extensions/api/extension_action/
Dextension_action_api.cc174 ActiveScriptController* active_script_controller = in ExecuteExtensionAction() local
177 if (active_script_controller && in ExecuteExtensionAction()
178 active_script_controller->WantsToRun(extension)) { in ExecuteExtensionAction()
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
Dextension_action_context_menu_controller.mm8 #include "chrome/browser/extensions/active_script_controller.h"
/external/chromium_org/chrome/
Dchrome_browser_extensions.gypi95 'browser/extensions/active_script_controller.cc',
96 'browser/extensions/active_script_controller.h',