Home
last modified time | relevance | path

Searched refs:script_execution_observers_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
Dtab_helper.h94 script_execution_observers_.AddObserver(observer); in AddScriptExecutionObserver()
98 script_execution_observers_.RemoveObserver(observer); in RemoveScriptExecutionObserver()
248 ObserverList<ScriptExecutionObserver> script_execution_observers_; variable
Dtab_helper.cc107 &script_execution_observers_)), in TabHelper()
456 FOR_EACH_OBSERVER(ScriptExecutionObserver, script_execution_observers_, in OnContentScriptsExecuting()