OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NP_Shutdown
(Results
1 - 16
of
16
) sorted by null
/external/webkit/Source/WebCore/plugins/symbian/
npinterface.h
28
virtual void
NP_Shutdown
() = 0;
PluginPackageSymbian.cpp
184
m_npInterface->
NP_Shutdown
();
/external/chromium/chrome/common/
default_plugin.cc
18
default_plugin::
NP_Shutdown
/external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginPackage.h
55
NPP_ShutdownProcPtr
NP_Shutdown
;
WebNetscapePluginPackage.mm
384
NP_Shutdown
= (NPP_ShutdownProcPtr)CFBundleGetFunctionPointerForName(cfBundle.get(), CFSTR("
NP_Shutdown
"));
385
if (!NP_Initialize || !NP_GetEntryPoints || !
NP_Shutdown
)
501
NP_Shutdown
= (NPP_ShutdownProcPtr)functionPointerForTVector((TransitionVector)shutdownFunction);
766
if (shutdown &&
NP_Shutdown
)
767
NP_Shutdown
();
/external/webkit/Source/WebCore/manual-tests/NPN_Invoke/
main.c
58
void
NP_Shutdown
(void);
97
void
NP_Shutdown
(void)
151
*shutdown = (NPP_ShutdownProcPtr)tVectorForFunctionPointer((FunctionPointer)
NP_Shutdown
);
/external/webkit/Examples/NetscapeCoreAnimationPlugin/
main.m
74
void
NP_Shutdown
(void);
104
void
NP_Shutdown
(void)
/frameworks/base/tests/BrowserTestPlugin/jni/
main.cpp
59
EXPORT void
NP_Shutdown
(void);
122
void
NP_Shutdown
(void)
/external/webkit/Examples/NetscapeCocoaPlugin/
main.m
77
void
NP_Shutdown
(void);
107
void
NP_Shutdown
(void)
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
PluginTest.cpp
61
void PluginTest::
NP_Shutdown
()
PluginTest.h
57
static void
NP_Shutdown
();
main.cpp
124
void STDCALL
NP_Shutdown
(void)
126
PluginTest::
NP_Shutdown
();
/development/samples/BrowserPlugin/jni/
main.cpp
66
EXPORT void
NP_Shutdown
(void);
146
void
NP_Shutdown
(void)
/external/webkit/Tools/DumpRenderTree/unix/TestNetscapePlugin/
TestNetscapePlugin.cpp
48
NPError
NP_Shutdown
(void);
428
NP_Shutdown
(void)
/external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
main.m
93
void
NP_Shutdown
(void);
123
void
NP_Shutdown
(void)
/external/webkit/Examples/NetscapeInputMethodPlugin/
main.m
80
void
NP_Shutdown
(void);
110
void
NP_Shutdown
(void)
Completed in 234 milliseconds