Searched refs:NP_FULL (Results 1 - 6 of 6) sorted by last modified time

/external/chromium_org/third_party/npapi/bindings/
H A Dnpapi.h536 uint16_t mode; /* NP_FULL or NP_EMBED */
539 NPFullPrint fullPrint; /* if mode is NP_FULL */
720 #define NP_FULL 2 macro
/external/chromium_org/third_party/npapi/npspy/common/
H A Dformat.cpp978 case NP_FULL:
979 strcpy(szMode, "NP_FULL");
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
H A Dnpapi.h501 uint16 mode; /* NP_FULL or NP_EMBED */
504 NPFullPrint fullPrint; /* if mode is NP_FULL */
588 #define NP_FULL 2 macro
/external/chromium_org/content/test/plugin/
H A Dplugin_arguments_test.cc23 // mode: should be the string either "NP_EMBED" or "NP_FULL",
37 else if (mode == NP_FULL)
H A Dplugin_client.cc82 if (mode == NP_FULL) {
/external/chromium_org/content/child/npapi/
H A Dplugin_instance.cc159 unsigned short mode = load_manually_ ? NP_FULL : NP_EMBED;

Completed in 93 milliseconds