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

  /external/chromium_org/content/child/npapi/
plugin_host.cc 49 static PluginInstance* FindInstance(NPP id) {
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(id))
    [all...]
  /external/chromium_org/ppapi/examples/2d/
graphics_2d_example.c 102 struct InstanceInfo* FindInstance(PP_Instance instance) {
148 struct InstanceInfo* info = FindInstance(pp_instance);

Completed in 167 milliseconds