Home
last modified time | relevance | path

Searched refs:NP_VERSION_MINOR (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/npapi/npspy/common/
Dnp_entry.cpp76 pFuncs->version = (NP_VERSION_MAJOR << 8) | NP_VERSION_MINOR; in NP_GetEntryPoints()
Dnpn_gate.cpp54 *plugin_minor = NP_VERSION_MINOR; in NPN_Version()
/external/chromium_org/content/child/npapi/
Dplugin_lib.cc231 plugin_funcs_.version = (NP_VERSION_MAJOR << 8) | NP_VERSION_MINOR; in Load()
Dplugin_host.cc97 host_funcs_.version = (NP_VERSION_MAJOR << 8) | (NP_VERSION_MINOR); in InitializeHostFuncs()
/external/chromium_org/content/test/plugin/
Dplugin_client.cc23 pFuncs->version = (NP_VERSION_MAJOR << 8) | NP_VERSION_MINOR; in GetEntryPoints()
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
Dnpapi.h123 #define NP_VERSION_MINOR 19 macro
/external/chromium_org/remoting/host/plugin/
Dhost_plugin.cc518 nppfuncs->version = (NP_VERSION_MAJOR << 8) | NP_VERSION_MINOR; in NP_GetEntryPoints()
/external/chromium_org/third_party/npapi/bindings/
Dnpapi.h135 #define NP_VERSION_MINOR 27 macro
/external/chromium_org/third_party/WebKit/Source/testing/plugin/
Dmain.cpp110 pluginFuncs->version = (NP_VERSION_MAJOR << 8) | NP_VERSION_MINOR; in NP_GetEntryPoints()