Home
last modified time | relevance | path

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

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