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

  /external/webkit/WebCore/plugins/
npfunctions.h 71 typedef NPError (*NPN_GetAuthenticationInfoProcPtr)(NPP npp, const char* protocol, const char* host, int32 port, const char* scheme, const char *realm, char** username, uint32* ulen, char** password, uint32* plen);
171 NPN_GetAuthenticationInfoProcPtr getauthenticationinfo;
  /external/webkit/WebKit/mac/Plugins/
WebNetscapePluginPackage.mm 462 browserFuncs.getauthenticationinfo = (NPN_GetAuthenticationInfoProcPtr)tVectorForFunctionPointer((FunctionPointer)NPN_GetAuthenticationInfo);

Completed in 11 milliseconds