OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NPP_Destroy
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/content/shell/tools/plugin/Tests/
NullNPPGetValuePointer.cpp
43
virtual NPError
NPP_Destroy
(NPSavedData**) OVERRIDE;
62
NPError NullNPPGetValuePointer::
NPP_Destroy
(NPSavedData**)
NPPSetWindowCalledDuringDestruction.cpp
52
virtual NPError
NPP_Destroy
(NPSavedData**);
103
NPError NPPSetWindowCalledDuringDestruction::
NPP_Destroy
(NPSavedData**)
/external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
main.c
41
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)
/external/chromium_org/content/test/plugin/
plugin_client.cc
25
pFuncs->destroy =
NPP_Destroy
;
132
NPError
NPP_Destroy
(NPP instance, NPSavedData** save) {
/external/chromium_org/third_party/npapi/npspy/common/
np_entry.cpp
78
pFuncs->destroy =
NPP_Destroy
;
npp_gate.cpp
180
NPError
NPP_Destroy
(NPP instance, NPSavedData** save)
/external/chromium_org/content/child/npapi/
plugin_instance.h
201
void
NPP_Destroy
();
webplugin_delegate_impl.cc
117
instance_->
NPP_Destroy
();
plugin_instance.cc
230
void PluginInstance::
NPP_Destroy
() {
252
// Ensure that no timer callbacks are invoked after
NPP_Destroy
.
448
// Do not invoke the callback if
NPP_Destroy
has already been invoked.
/external/chromium_org/content/shell/tools/plugin/
PluginTest.cpp
93
NPError PluginTest::
NPP_Destroy
(NPSavedData**) { return NPERR_NO_ERROR; }
PluginTest.h
83
virtual NPError
NPP_Destroy
(NPSavedData**);
main.cpp
118
pluginFuncs->destroy =
NPP_Destroy
;
320
NPError
NPP_Destroy
(NPP instance, NPSavedData **save)
352
pluginLog(instance, "
NPP_Destroy
");
360
obj->pluginTest->
NPP_Destroy
(save);
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
npapi.h
687
NPError NP_LOADDS
NPP_Destroy
(NPP instance, NPSavedData** save);
/external/chromium_org/third_party/npapi/bindings/
npapi.h
830
NPError NP_LOADDS
NPP_Destroy
(NPP instance, NPSavedData** save);
Completed in 92 milliseconds