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

  /external/chromium_org/third_party/npapi/npspy/common/
np_entry.cpp 76 pFuncs->version = (NP_VERSION_MAJOR << 8) | NP_VERSION_MINOR;
npn_gate.cpp 54 *plugin_minor = NP_VERSION_MINOR;
  /external/chromium_org/content/child/npapi/
plugin_lib.cc 231 plugin_funcs_.version = (NP_VERSION_MAJOR << 8) | NP_VERSION_MINOR;
plugin_host.cc 104 host_funcs_.version = (NP_VERSION_MAJOR << 8) | (NP_VERSION_MINOR);
    [all...]
  /external/chromium_org/content/test/plugin/
plugin_client.cc 23 pFuncs->version = (NP_VERSION_MAJOR << 8) | NP_VERSION_MINOR;
  /external/chromium_org/third_party/npapi/npspy/extern/plugin/
npapi.h 123 #define NP_VERSION_MINOR 19
  /external/chromium_org/third_party/npapi/bindings/
npapi.h 135 #define NP_VERSION_MINOR 27
  /external/chromium_org/content/shell/tools/plugin/
main.cpp 115 pluginFuncs->version = (NP_VERSION_MAJOR << 8) | NP_VERSION_MINOR;

Completed in 214 milliseconds