/development/samples/BrowserPlugin/jni/ |
main.cpp | 44 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16_t mode, int16_t argc, 156 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16_t mode, int16_t argc, 167 obj->pluginType = 0; 206 // select the pluginType 208 if (!strcmp(argn[i], "PluginType")) { 210 obj->pluginType = kAnimation_PluginType; 214 obj->pluginType = kAudio_PluginType; 218 obj->pluginType = kBackground_PluginType; 222 obj->pluginType = kForm_PluginType; 226 obj->pluginType = kNavigation_PluginType [all...] |
PluginObject.h | 85 typedef uint32_t PluginType; 92 PluginType pluginType;
|
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/ |
GetURLWithJavaScriptURLDestroyingPlugin.cpp | 41 virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char *argn[], char *argv[], NPSavedData *saved)
|
GetUserAgentWithNullNPPFromNPPNew.cpp | 44 virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char *argn[], char *argv[], NPSavedData *saved)
|
NPDeallocateCalledBeforeNPShutdown.cpp | 69 virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char *argn[], char *argv[], NPSavedData *saved)
|
/frameworks/base/core/java/android/webkit/ |
PluginManager.java | 174 String pluginType = serviceInfo.metaData.getString(PLUGIN_TYPE); 175 if (!TYPE_NATIVE.equals(pluginType)) { 176 Log.e(LOGTAG, "Unrecognized plugin type: " + pluginType);
|
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/mac/ |
ConvertPoint.cpp | 72 virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char *argn[], char *argv[], NPSavedData *saved)
|
/external/webkit/Examples/NetscapeCoreAnimationPlugin/ |
main.m | 56 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc, char* argn[], char* argv[], NPSavedData* saved); 109 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc, char* argn[], char* argv[], NPSavedData* saved)
|
/frameworks/base/tests/BrowserTestPlugin/jni/ |
main.cpp | 37 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16_t mode, int16_t argc, 132 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16_t mode, int16_t argc,
|
/external/webkit/Examples/NetscapeCocoaPlugin/ |
main.m | 59 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData* saved); 112 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData* saved)
|
/external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/ |
main.m | 75 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData* saved); 128 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData* saved)
|
/external/webkit/Examples/NetscapeInputMethodPlugin/ |
main.m | 62 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc, char* argn[], char* argv[], NPSavedData* saved); 114 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc, char* argn[], char* argv[], NPSavedData* saved)
|
/external/webkit/Source/WebCore/manual-tests/NPN_Invoke/ |
main.c | 40 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData* saved); 156 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData* saved)
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
NetscapePlugin.h | 104 NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData*);
|
NetscapePlugin.cpp | 291 NPError NetscapePlugin::NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData* savedData) 293 return m_pluginModule->pluginFuncs().newp(pluginType, &m_npp, mode, argc, argn, argv, savedData);
|
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/ |
PluginTest.cpp | 85 NPError PluginTest::NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char *argn[], char *argv[], NPSavedData *saved)
|
PluginTest.h | 60 virtual NPError NPP_New(NPMIMEType pluginType, uint16_t mode, int16_t argc, char *argn[], char *argv[], NPSavedData *saved);
|
main.cpp | 131 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16_t mode, int16_t argc, char *argn[], char *argv[], NPSavedData *saved) 300 return obj->pluginTest->NPP_New(pluginType, mode, argc, argn, argv, saved);
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
FrameLoaderClientQt.cpp | [all...] |
/development/samples/BrowserPlugin/ |
README | 117 <param name="PluginType" value="Background" />
|
/external/webkit/Source/WebCore/plugins/ |
npfunctions.h | 102 typedef NPError (*NPP_NewProcPtr)(NPMIMEType pluginType, NPP instance, uint16_t mode, int16_t argc, char* argn[], char* argv[], NPSavedData* saved);
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
WebFrameLoaderClient.mm | [all...] |
/external/webkit/Source/WebCore/bridge/ |
npapi.h | 818 NPError NP_LOADDS NPP_New(NPMIMEType pluginType, NPP instance,
|