HomeSort by relevance Sort by last modified time
    Searched refs:NP_EMBED (Results 1 - 5 of 5) 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",
35 if (mode == NP_EMBED)
36 ExpectStringLowerCaseEqual(mode_dep_string, "np_embed");
  /external/chromium_org/third_party/npapi/npspy/extern/plugin/
npapi.h 501 uint16 mode; /* NP_FULL or NP_EMBED */
505 NPEmbedPrint embedPrint; /* if mode is NP_EMBED */
587 #define NP_EMBED 1
  /external/chromium_org/content/child/npapi/
plugin_instance.cc 159 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 */
540 NPEmbedPrint embedPrint; /* if mode is NP_EMBED */
719 #define NP_EMBED 1
  /external/chromium_org/third_party/npapi/npspy/common/
format.cpp 975 case NP_EMBED:
976 strcpy(szMode, "NP_EMBED");
    [all...]

Completed in 46 milliseconds