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

  /external/webkit/Source/WebCore/plugins/symbian/
npinterface.h 29 virtual char* NP_GetMIMEDescription() = 0;
PluginPackageSymbian.cpp 46 String s = m_npInterface->NP_GetMIMEDescription();
  /external/webkit/Source/WebCore/plugins/gtk/
PluginPackageGtk.cpp 49 NP_GetMIMEDescriptionFuncPtr NP_GetMIMEDescription = 0;
52 g_module_symbol(m_module, "NP_GetMIMEDescription", (void**)&NP_GetMIMEDescription);
55 if (!NP_GetMIMEDescription || !NPP_GetValue)
70 const gchar* types = NP_GetMIMEDescription();
  /external/webkit/Source/WebCore/plugins/android/
PluginPackageAndroid.cpp 283 NP_GetMIMEDescriptionFuncPtr NP_GetMIMEDescription;
285 if(!getEntryPoint(handle, "NP_GetMIMEDescription",
286 (void **) &NP_GetMIMEDescription) ||
316 String mimeDescription(NP_GetMIMEDescription());
  /frameworks/base/tests/BrowserTestPlugin/jni/
main.cpp 58 EXPORT const char* NP_GetMIMEDescription(void);
127 const char *NP_GetMIMEDescription(void)
  /development/samples/BrowserPlugin/jni/
main.cpp 65 EXPORT const char* NP_GetMIMEDescription(void);
151 const char *NP_GetMIMEDescription(void)
  /external/webkit/Tools/DumpRenderTree/unix/TestNetscapePlugin/
TestNetscapePlugin.cpp 50 char* NP_GetMIMEDescription(void);
385 NP_GetMIMEDescription(void)
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
main.cpp 788 const char* NP_GetMIMEDescription(void)

Completed in 228 milliseconds