Searched refs:FindInstance (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/child/npapi/
H A Dplugin_host.cc49 static PluginInstance* FindInstance(NPP id) { function in namespace:content
312 using content::FindInstance;
367 scoped_refptr<PluginInstance> plugin(FindInstance(id));
431 scoped_refptr<PluginInstance> plugin(FindInstance(id));
577 scoped_refptr<PluginInstance> plugin(FindInstance(id));
593 scoped_refptr<PluginInstance> plugin = FindInstance(id);
632 scoped_refptr<PluginInstance> plugin(FindInstance(id));
665 scoped_refptr<PluginInstance> plugin(FindInstance(id));
694 scoped_refptr<PluginInstance> plugin(FindInstance(id));
714 scoped_refptr<PluginInstance> plugin(FindInstance(i
[all...]
/external/chromium_org/ppapi/examples/2d/
H A Dgraphics_2d_example.c102 struct InstanceInfo* FindInstance(PP_Instance instance) { function
148 struct InstanceInfo* info = FindInstance(pp_instance);

Completed in 413 milliseconds