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/third_party/WebKit/Source/testing/plugin/Tests/
NullNPPGetValuePointer.cpp
39
virtual NPError
NPP_Destroy
(NPSavedData**);
58
NPError NullNPPGetValuePointer::
NPP_Destroy
(NPSavedData**)
NPPSetWindowCalledDuringDestruction.cpp
48
virtual NPError
NPP_Destroy
(NPSavedData**);
99
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
228
void PluginInstance::
NPP_Destroy
() {
250
// Ensure that no timer callbacks are invoked after
NPP_Destroy
.
445
// Do not invoke the callback if
NPP_Destroy
has already been invoked.
/external/chromium_org/third_party/WebKit/Source/testing/plugin/
PluginTest.cpp
93
NPError PluginTest::
NPP_Destroy
(NPSavedData**)
PluginTest.h
62
virtual NPError
NPP_Destroy
(NPSavedData**);
main.cpp
113
pluginFuncs->destroy =
NPP_Destroy
;
312
NPError
NPP_Destroy
(NPP instance, NPSavedData **save)
344
pluginLog(instance, "
NPP_Destroy
");
352
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 35 milliseconds