Searched defs:NPP_Destroy (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/
H A DNullNPPGetValuePointer.cpp39 virtual NPError NPP_Destroy(NPSavedData**);
58 NPError NullNPPGetValuePointer::NPP_Destroy(NPSavedData**) function in class:NullNPPGetValuePointer
H A DNPPSetWindowCalledDuringDestruction.cpp48 virtual NPError NPP_Destroy(NPSavedData**);
99 NPError NPPSetWindowCalledDuringDestruction::NPP_Destroy(NPSavedData**) function in class:NPPSetWindowCalledDuringDestruction
/external/chromium_org/content/test/plugin/
H A Dplugin_client.cc25 pFuncs->destroy = NPP_Destroy;
132 NPError NPP_Destroy(NPP instance, NPSavedData** save) { function
/external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
H A Dmain.c41 NPError NPP_Destroy(NPP instance, NPSavedData** save);
81 pluginFuncs->destroy = NPP_Destroy;
138 pluginFuncs->destroy = (NPP_DestroyProcPtr)tVectorForFunctionPointer((FunctionPointer)NPP_Destroy);
173 NPError NPP_Destroy(NPP instance, NPSavedData** save) function
/external/chromium_org/third_party/npapi/npspy/common/
H A Dnpp_gate.cpp180 NPError NPP_Destroy (NPP instance, NPSavedData** save) function
/external/chromium_org/third_party/WebKit/Source/testing/plugin/
H A Dmain.cpp113 pluginFuncs->destroy = NPP_Destroy;
312 NPError NPP_Destroy(NPP instance, NPSavedData **save) function
341 pluginLog(instance, "NPP_Destroy");
349 obj->pluginTest->NPP_Destroy(save);
H A DPluginTest.cpp94 NPError PluginTest::NPP_Destroy(NPSavedData**) function in class:PluginTest
/external/chromium_org/content/child/npapi/
H A Dplugin_instance.cc226 void PluginInstance::NPP_Destroy() { function in class:content::PluginInstance
248 // Ensure that no timer callbacks are invoked after NPP_Destroy.
443 // Do not invoke the callback if NPP_Destroy has already been invoked.

Completed in 196 milliseconds