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

  /external/chromium_org/extensions/renderer/
dispatcher.cc 291 script_context_set_.Add(context);
341 VLOG(1) << "Num tracked contexts: " << script_context_set_.size();
348 ScriptContext* context = script_context_set_.GetByV8Context(v8_context);
356 script_context_set_.Remove(context);
357 VLOG(1) << "Num tracked contexts: " << script_context_set_.size();
460 script_context_set_.ForEach(extension_id,
477 script_context_set_.ForEach(
    [all...]
dispatcher.h 80 return script_context_set_;
275 ScriptContextSet script_context_set_; member in class:extensions::Dispatcher

Completed in 41 milliseconds