HomeSort by relevance Sort by last modified time
    Searched refs:pluginType (Results 1 - 13 of 13) sorted by null

  /development/samples/BrowserPlugin/jni/
main.cpp 44 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc,
154 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc,
200 // select the pluginType
202 if (!strcmp(argn[i], "PluginType")) {
204 obj->pluginType = kAnimation_PluginType;
208 obj->pluginType = kAudio_PluginType;
212 obj->pluginType = kBackground_PluginType;
216 obj->pluginType = kForm_PluginType;
220 obj->pluginType = kNavigation_PluginType;
224 obj->pluginType = kPaint_PluginType
    [all...]
PluginObject.h 85 typedef uint32_t PluginType;
92 PluginType pluginType;
  /frameworks/base/core/java/android/webkit/
PluginManager.java 204 String pluginType = serviceInfo.metaData.getString(PLUGIN_TYPE);
205 if (!TYPE_NATIVE.equals(pluginType)) {
206 Log.e(LOGTAG, "Unrecognized plugin type: " + pluginType);
  /external/webkit/WebKitExamplePlugins/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 mode, int16 argc,
132 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc,
  /external/webkit/WebKitExamplePlugins/NetscapeCocoaPlugin/
main.m 59 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc, char* argn[], char* argv[], NPSavedData* saved);
112 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc, char* argn[], char* argv[], NPSavedData* saved)
  /external/webkit/WebCore/manual-tests/NPN_Invoke/
main.c 40 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc, char* argn[], char* argv[], NPSavedData* saved);
156 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc, char* argn[], char* argv[], NPSavedData* saved)
  /external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/
main.m 75 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc, char* argn[], char* argv[], NPSavedData* saved);
128 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc, char* argn[], char* argv[], NPSavedData* saved)
  /external/webkit/WebKitExamplePlugins/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/WebKitTools/DumpRenderTree/win/TestNetscapePlugin/
main.cpp 88 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc, char *argn[], char *argv[], NPSavedData *saved)
  /external/webkit/WebCore/plugins/
npfunctions.h 102 typedef NPError (*NPP_NewProcPtr)(NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc, char* argn[], char* argv[], NPSavedData* saved);
  /external/webkit/WebCore/bridge/
npapi.h 817 NPError NP_LOADDS NPP_New(NPMIMEType pluginType, NPP instance,
  /external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/
main.cpp 69 NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc, char *argn[], char *argv[], NPSavedData *saved)

Completed in 581 milliseconds