Home
last modified time | relevance | path

Searched refs:NP_FULL (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/content/test/plugin/
Dplugin_arguments_test.cc37 else if (mode == NP_FULL) in New()
Dplugin_client.cc82 if (mode == NP_FULL) { in NPP_New()
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
Dnpapi.h588 #define NP_FULL 2 macro
/external/chromium_org/third_party/npapi/bindings/
Dnpapi.h720 #define NP_FULL 2 macro
/external/chromium_org/content/child/npapi/
Dplugin_instance.cc157 unsigned short mode = load_manually_ ? NP_FULL : NP_EMBED; in Start()
/external/chromium_org/third_party/npapi/npspy/common/
Dformat.cpp978 case NP_FULL: in formatLogItem()