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

  /external/chromium_org/content/test/plugin/
npapi_test.cc 110 EXPORT const char* API_CALL NP_GetMIMEDescription(void) {
  /external/chromium_org/content/common/
plugin_list_posix.cc 295 NP_GetMimeDescriptionType NP_GetMIMEDescription =
297 dlsym(dl, "NP_GetMIMEDescription"));
299 if (!NP_GetMIMEDescription) {
302 << "NP_GetMIMEDescription symbol";
305 mime_description = NP_GetMIMEDescription();
  /external/chromium_org/remoting/host/plugin/
host_plugin.cc 562 EXPORT const char* API_CALL NP_GetMIMEDescription(void) {
563 VLOG(2) << "NP_GetMIMEDescription";
  /external/chromium_org/third_party/npapi/npspy/extern/plugin/
npupp.h 586 * Mac OS X version(s) of NP_GetMIMEDescription(const char *)
591 * in furture version -- use NP_GetMIMEDescription instead
607 /* NP_GetMIMEDescription */
608 #define NP_GETMIMEDESCRIPTION_NAME "NP_GetMIMEDescription"
675 char* NP_GetMIMEDescription();
695 NP_EXPORT(char*) NP_GetMIMEDescription(void);
  /external/chromium_org/third_party/WebKit/Source/testing/plugin/
main.cpp 869 const char* NP_GetMIMEDescription(void)

Completed in 1399 milliseconds