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

  /external/chromium_org/chrome/browser/extensions/
tab_helper.h 63 class ScriptExecutionObserver {
70 explicit ScriptExecutionObserver(TabHelper* tab_helper);
71 ScriptExecutionObserver();
86 virtual ~ScriptExecutionObserver();
93 void AddScriptExecutionObserver(ScriptExecutionObserver* observer) {
97 void RemoveScriptExecutionObserver(ScriptExecutionObserver* observer) {
206 const ScriptExecutionObserver::ExecutingScriptsMap& extension_ids,
248 ObserverList<ScriptExecutionObserver> script_execution_observers_;
script_executor.h 37 ObserverList<TabHelper::ScriptExecutionObserver>* script_observers);
114 ObserverList<TabHelper::ScriptExecutionObserver>* script_observers_;
script_executor.cc 38 Handler(ObserverList<TabHelper::ScriptExecutionObserver>* script_observers,
86 TabHelper::ScriptExecutionObserver::ExecutingScriptsMap id_map;
88 FOR_EACH_OBSERVER(TabHelper::ScriptExecutionObserver, *script_observers_,
99 base::WeakPtr<ObserverList<TabHelper::ScriptExecutionObserver> >
110 ObserverList<TabHelper::ScriptExecutionObserver>* script_observers)
tab_helper.cc 85 TabHelper::ScriptExecutionObserver::ScriptExecutionObserver(
91 TabHelper::ScriptExecutionObserver::ScriptExecutionObserver()
95 TabHelper::ScriptExecutionObserver::~ScriptExecutionObserver() {
453 const ScriptExecutionObserver::ExecutingScriptsMap& executing_scripts_map,
456 FOR_EACH_OBSERVER(ScriptExecutionObserver, script_execution_observers_,
  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_log.h 45 public TabHelper::ScriptExecutionObserver,
147 // TabHelper::ScriptExecutionObserver implementation.
activity_log_unittest.cc 263 TabHelper::ScriptExecutionObserver::ExecutingScriptsMap executing_scripts;
266 static_cast<TabHelper::ScriptExecutionObserver*>(activity_log)->
  /external/chromium_org/chrome/browser/guest_view/web_view/
web_view_guest.h 436 ObserverList<extensions::TabHelper::ScriptExecutionObserver>

Completed in 105 milliseconds