HomeSort by relevance Sort by last modified time
    Searched refs:NPP_New (Results 1 - 22 of 22) 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)
GetURLWithJavaScriptURLDestroyingPlugin.cpp 34 // From NPP_New, call NPN_GetURL to evaluate JavaScript that destroys the plug-in.
44 virtual NPError NPP_New(NPMIMEType pluginType,
NPPNewFails.cpp 44 virtual NPError NPP_New(NPMIMEType pluginType,
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)
GetUserAgentWithNullNPPFromNPPNew.cpp 36 // Trying to get the user agent with a null instance from NPP_New.
46 virtual NPError NPP_New(NPMIMEType pluginType,
LeakWindowScriptableObject.cpp 17 virtual NPError NPP_New(NPMIMEType pluginType,
GetURLNotifyWithURLThatFailsToLoad.cpp 36 // From NPP_New, call NPN_GetURLNotify with a URL that fails to load (NPP_NewStream won't be called).
48 virtual NPError NPP_New(NPMIMEType pluginType,
NPDeallocateCalledBeforeNPShutdown.cpp 73 virtual NPError NPP_New(NPMIMEType pluginType,
NPRuntimeCallsWithNullNPP.cpp 40 virtual NPError NPP_New(NPMIMEType pluginType,
SlowNPPNew.cpp 84 virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData *saved)
GetURLWithJavaScriptURL.cpp 51 virtual NPError NPP_New(NPMIMEType pluginType,
  /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/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/npapi/npspy/common/
np_entry.cpp 77 pFuncs->newp = NPP_New;
npp_gate.cpp 61 NPError NPP_New(NPMIMEType pluginType,
  /external/chromium_org/content/child/npapi/
plugin_instance.h 51 // Activates the instance by calling NPP_New.
93 // opaque since it always tells us if it's transparent during NPP_New.
190 NPError NPP_New(unsigned short, short, char *[], char *[]);
plugin_instance.cc 162 NPError err = NPP_New(mode, param_count,
215 NPError PluginInstance::NPP_New(unsigned short mode,
  /external/chromium_org/content/shell/tools/plugin/
PluginTest.cpp 84 NPError PluginTest::NPP_New(NPMIMEType pluginType,
PluginTest.h 77 virtual NPError 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/third_party/npapi/npspy/extern/plugin/
npapi.h 585 * Values for mode passed to NPP_New:
684 NPError NP_LOADDS NPP_New(NPMIMEType pluginType, NPP instance,
  /external/chromium_org/third_party/npapi/bindings/
npapi.h 717 * Values for mode passed to NPP_New:
827 NPError NP_LOADDS NPP_New(NPMIMEType pluginType, NPP instance,

Completed in 9257 milliseconds