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

  /external/chromium_org/chrome/browser/extensions/
active_script_controller.h 39 class ActiveScriptController : public content::WebContentsObserver,
42 explicit ActiveScriptController(content::WebContents* web_contents);
43 virtual ~ActiveScriptController();
45 // Returns the ActiveScriptController for the given |web_contents|, or NULL
47 static ActiveScriptController* GetForWebContents(
50 // Notifies the ActiveScriptController that an extension has been granted
55 // Notifies the ActiveScriptController of detected ad injection.
62 // Notifies the ActiveScriptController that the action for |extension| has
126 // Whether or not the ActiveScriptController is enabled (corresponding to the
143 DISALLOW_COPY_AND_ASSIGN(ActiveScriptController);
    [all...]
active_script_controller.cc 60 ActiveScriptController::ActiveScriptController(
70 ActiveScriptController::~ActiveScriptController() {
75 ActiveScriptController* ActiveScriptController::GetForWebContents(
83 void ActiveScriptController::OnActiveTabPermissionGranted(
88 void ActiveScriptController::OnAdInjectionDetected(
99 "Extensions.ActiveScriptController.PreventableAdInjectors",
102 "Extensions.ActiveScriptController.UnpreventableAdInjectors"
    [all...]

Completed in 328 milliseconds