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

  /external/chromium_org/extensions/browser/
script_execution_observer.h 22 class ScriptExecutionObserver {
39 virtual ~ScriptExecutionObserver();
script_executor.cc 35 Handler(ObserverList<ScriptExecutionObserver>* script_observers,
82 ScriptExecutionObserver::ExecutingScriptsMap id_map;
84 FOR_EACH_OBSERVER(ScriptExecutionObserver,
93 base::WeakPtr<ObserverList<ScriptExecutionObserver> > script_observers_;
101 ScriptExecutionObserver::~ScriptExecutionObserver() {
106 ObserverList<ScriptExecutionObserver>* script_observers)

Completed in 53 milliseconds