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

  /external/chromium_org/chrome/renderer/extensions/
chrome_v8_context_set.cc 28 ChromeV8ContextSet::ChromeV8ContextSet() {
30 ChromeV8ContextSet::~ChromeV8ContextSet() {
33 int ChromeV8ContextSet::size() const {
37 void ChromeV8ContextSet::Add(ChromeV8Context* context) {
51 void ChromeV8ContextSet::Remove(ChromeV8Context* context) {
58 ChromeV8ContextSet::ContextSet ChromeV8ContextSet::GetAll() const {
62 ChromeV8Context* ChromeV8ContextSet::GetCurrent() const
    [all...]
chrome_v8_context_set.h 35 class ChromeV8ContextSet {
37 ChromeV8ContextSet();
38 ~ChromeV8ContextSet();
85 DISALLOW_COPY_AND_ASSIGN(ChromeV8ContextSet);
messaging_bindings.h 43 const ChromeV8ContextSet::ContextSet& contexts,
56 const ChromeV8ContextSet::ContextSet& context_set,
63 const ChromeV8ContextSet::ContextSet& context_set,
chrome_v8_context_set_unittest.cc 16 TEST(ChromeV8ContextSet, Lifecycle) {
19 ChromeV8ContextSet context_set;
44 ChromeV8ContextSet::ContextSet set_copy = context_set.GetAll();
messaging_bindings.cc 229 const ChromeV8ContextSet::ContextSet& contexts,
244 // TODO(kalman): pass in the full ChromeV8ContextSet; call ForEach.
245 for (ChromeV8ContextSet::ContextSet::const_iterator it = contexts.begin();
294 const ChromeV8ContextSet::ContextSet& contexts,
300 // TODO(kalman): pass in the full ChromeV8ContextSet; call ForEach.
301 for (ChromeV8ContextSet::ContextSet::const_iterator it = contexts.begin();
335 const ChromeV8ContextSet::ContextSet& contexts,
341 // TODO(kalman): pass in the full ChromeV8ContextSet; call ForEach.
342 for (ChromeV8ContextSet::ContextSet::const_iterator it = contexts.begin();
dispatcher.h 66 const ChromeV8ContextSet& v8_context_set() const {
263 ChromeV8ContextSet v8_context_set_;
dispatcher.cc 374 // ChromeV8ContextSet::ForEach.
591 ChromeV8ContextSet::ContextSet removed_contexts =
593 for (ChromeV8ContextSet::ContextSet::iterator it = removed_contexts.begin();
    [all...]

Completed in 195 milliseconds