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

  /external/chromium_org/content/shell/tools/plugin/Tests/
PassDifferentNPPStruct.cpp 59 NPError error = NPN_GetValue(NPNVprivateModeBool, &privateMode);
64 log("NPN_GetValue(NPNVprivateModeBool) with a different NPP struct failed with error %d", error);
68 log("NPN_GetValue(NPNVprivateModeBool) with a different NPP struct succeeded");
  /external/chromium_org/content/test/plugin/
plugin_private_test.cc 25 id(), NPNVprivateModeBool, &private_mode);
27 SetError("Failed to read NPNVprivateModeBool value.");
45 SetError("NPNVprivateModeBool returned incorrect value.");
  /external/chromium_org/third_party/npapi/bindings/
npapi.h 436 NPNVprivateModeBool = 18,
  /external/chromium_org/content/child/npapi/
plugin_host.cc 758 case NPNVprivateModeBool: {
    [all...]

Completed in 5014 milliseconds