Searched defs:context_set (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/extensions/renderer/
H A Dscript_context_set_unittest.cc20 ScriptContextSet context_set; local
39 context_set.Add(context);
40 EXPECT_EQ(1u, context_set.GetAll().count(context));
41 EXPECT_EQ(context, context_set.GetByV8Context(context->v8_context()));
44 context_set.Add(context);
45 EXPECT_EQ(1u, context_set.GetAll().count(context));
48 ScriptContextSet::ContextSet set_copy = context_set.GetAll();
51 context_set.Remove(context);
52 EXPECT_EQ(0, context_set.size());
53 EXPECT_FALSE(context_set
[all...]
H A Dmessaging_bindings.cc379 const ScriptContextSet& context_set,
387 context_set.ForEach(info.target_id,
407 const ScriptContextSet& context_set,
418 context_set.ForEach(
425 const ScriptContextSet& context_set,
429 context_set.ForEach(
378 DispatchOnConnect( const ScriptContextSet& context_set, int target_port_id, const std::string& channel_name, const base::DictionaryValue& source_tab, const ExtensionMsg_ExternalConnectionInfo& info, const std::string& tls_channel_id, content::RenderView* restrict_to_render_view) argument
406 DeliverMessage( const ScriptContextSet& context_set, int target_port_id, const Message& message, content::RenderView* restrict_to_render_view) argument
424 DispatchOnDisconnect( const ScriptContextSet& context_set, int port_id, const std::string& error_message, content::RenderView* restrict_to_render_view) argument

Completed in 752 milliseconds