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 47 static PluginInstance* FindInstance(NPP id) {
305 using content::FindInstance;
360 scoped_refptr<PluginInstance> plugin(FindInstance(id));
424 scoped_refptr<PluginInstance> plugin(FindInstance(id));
571 scoped_refptr<PluginInstance> plugin(FindInstance(id));
587 scoped_refptr<PluginInstance> plugin = FindInstance(id);
620 scoped_refptr<PluginInstance> plugin(FindInstance(id));
653 scoped_refptr<PluginInstance> plugin(FindInstance(id));
682 scoped_refptr<PluginInstance> plugin(FindInstance(id));
702 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 133 milliseconds