HomeSort by relevance Sort by last modified time
    Searched defs:NPP_New (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/content/shell/tools/plugin/Tests/
EvaluateJSWithinNPP_New.cpp 36 // Executing JS within NPP_New when initializing asynchronously should not be able to deadlock with the WebProcess
43 virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData *);
52 NPError EvaluteJSWithinNPP_New::NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData *saved)
InvokeDestroysPluginWithinNPP_New.cpp 36 // Executing JS within NPP_New when initializing asynchronously should not be able to deadlock with the WebProcess
43 virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData *);
52 NPError InvokeDestroysPluginWithinNPP_New::NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData *saved)
SlowNPPNew.cpp 84 virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData *saved)
  /external/chromium_org/third_party/npapi/npspy/common/
npp_gate.cpp 61 NPError NPP_New(NPMIMEType pluginType,
  /external/chromium_org/content/test/plugin/
plugin_client.cc 24 pFuncs->newp = NPP_New;
76 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16 mode,
  /external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
main.c 40 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData* saved);
80 pluginFuncs->newp = NPP_New;
137 pluginFuncs->newp = (NPP_NewProcPtr)tVectorForFunctionPointer((FunctionPointer)NPP_New);
156 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData* saved)
  /external/chromium_org/content/shell/tools/plugin/
PluginTest.cpp 84 NPError PluginTest::NPP_New(NPMIMEType pluginType,
main.cpp 117 pluginFuncs->newp = NPP_New;
149 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16_t mode, int16_t argc, char *argn[], char *argv[], NPSavedData *saved)
310 pluginLog(instance, "NPP_New: Could not find a test named \"%s\", maybe its .cpp file wasn't added to the build system?", testIdentifier.c_str());
317 return obj->pluginTest->NPP_New(pluginType, mode, argc, argn, argv, saved);
  /external/chromium_org/content/child/npapi/
plugin_instance.cc 162 NPError err = NPP_New(mode, param_count,
215 NPError PluginInstance::NPP_New(unsigned short mode,

Completed in 1098 milliseconds