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

  /external/chromium_org/content/child/npapi/
plugin_lib.cc 115 rv = entry_points_.np_getentrypoints(&plugin_funcs_);
216 entry_points_.np_getentrypoints =
218 library, "NP_GetEntryPoints");
219 if (entry_points_.np_getentrypoints == 0)
233 if (entry_points_.np_getentrypoints(&plugin_funcs_) != NPERR_NO_ERROR)
plugin_lib.h 34 NP_GetEntryPointsFunc np_getentrypoints; member in struct:content::PluginEntryPoints

Completed in 60 milliseconds