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

  /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());
  /external/webkit/Tools/DumpRenderTree/unix/TestNetscapePlugin/
TestNetscapePlugin.cpp 50 char* NP_GetMIMEDescription(void);
385 NP_GetMIMEDescription(void)
  /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/TestNetscapePlugIn/
main.cpp 788 const char* NP_GetMIMEDescription(void)

Completed in 84 milliseconds