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 44 const ChromeV8ContextSet::ContextSet& contexts,
58 const ChromeV8ContextSet::ContextSet& context_set,
65 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 244 const ChromeV8ContextSet::ContextSet& contexts,
261 // TODO(kalman): pass in the full ChromeV8ContextSet; call ForEach.
262 for (ChromeV8ContextSet::ContextSet::const_iterator it = contexts.begin();
337 const ChromeV8ContextSet::ContextSet& contexts,
348 // TODO(kalman): pass in the full ChromeV8ContextSet; call ForEach.
349 for (ChromeV8ContextSet::ContextSet::const_iterator it = contexts.begin();
386 const ChromeV8ContextSet::ContextSet& contexts,
393 // TODO(kalman): pass in the full ChromeV8ContextSet; call ForEach.
394 for (ChromeV8ContextSet::ContextSet::const_iterator it = contexts.begin();
dispatcher.h 72 const ChromeV8ContextSet& v8_context_set() const {
271 ChromeV8ContextSet v8_context_set_;
dispatcher.cc 429 // ChromeV8ContextSet::ForEach.
646 ChromeV8ContextSet::ContextSet removed_contexts =
648 for (ChromeV8ContextSet::ContextSet::iterator it = removed_contexts.begin();
    [all...]

Completed in 75 milliseconds