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

  /external/chromium_org/content/test/plugin/
plugin_arguments_test.cc 23 // mode: should be the string either "NP_EMBED" or "NP_FULL",
37 else if (mode == NP_FULL)
38 ExpectStringLowerCaseEqual(mode_dep_string, "np_full");
plugin_client.cc 82 if (mode == NP_FULL) {
  /external/chromium_org/third_party/npapi/npspy/extern/plugin/
npapi.h 501 uint16 mode; /* NP_FULL or NP_EMBED */
504 NPFullPrint fullPrint; /* if mode is NP_FULL */
588 #define NP_FULL 2
  /external/chromium_org/content/child/npapi/
plugin_instance.cc 156 unsigned short mode = load_manually_ ? NP_FULL : NP_EMBED;
  /external/chromium_org/third_party/npapi/bindings/
npapi.h 536 uint16_t mode; /* NP_FULL or NP_EMBED */
539 NPFullPrint fullPrint; /* if mode is NP_FULL */
720 #define NP_FULL 2
  /external/chromium_org/third_party/npapi/npspy/common/
format.cpp 978 case NP_FULL:
979 strcpy(szMode, "NP_FULL");
    [all...]

Completed in 242 milliseconds