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

  /external/chromium_org/third_party/npapi/npspy/common/
np_entry.cpp 194 NPError WINAPI NP_Shutdown()
  /external/chromium_org/content/test/plugin/
npapi_test.cc 69 EXPORT NPError API_CALL NP_Shutdown() {
  /external/chromium_org/content/child/npapi/
plugin_lib.cc 26 // instance function calls (i.e. NP_Initialize and NP_Shutdown). So we keep
126 void PluginLib::NP_Shutdown(void) {
128 entry_points_.np_shutdown();
223 entry_points_.np_shutdown =
225 "NP_Shutdown");
226 if (entry_points_.np_shutdown == 0)
255 // This is a helper to help perform a delayed NP_Shutdown and FreeLibrary on the
261 // Don't call NP_Shutdown if the library has been reloaded since this task
291 // NP_Shutdown and FreeLibrary calls at least till the next
305 entry_points_.np_shutdown));
    [all...]
  /external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
main.c 58 void NP_Shutdown(void);
97 void NP_Shutdown(void)
151 *shutdown = (NPP_ShutdownProcPtr)tVectorForFunctionPointer((FunctionPointer)NP_Shutdown);
  /external/chromium_org/remoting/host/plugin/
host_plugin.cc 554 EXPORT NPError API_CALL NP_Shutdown() {
555 VLOG(2) << "NP_Shutdown";
  /external/chromium_org/third_party/WebKit/Source/testing/plugin/
PluginTest.cpp 65 void PluginTest::NP_Shutdown()
main.cpp 130 void STDCALL NP_Shutdown(void)
139 PluginTest::NP_Shutdown();

Completed in 825 milliseconds