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

  /external/webkit/Source/WebCore/plugins/
npapi.cpp 191 NPError NPN_GetAuthenticationInfo(NPP instance, const char* protocol, const char* host, int32_t port, const char* scheme, const char* realm, char** username, uint32_t* ulen, char** password, uint32_t* plen)
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapeBrowserFuncs.cpp 845 static NPError NPN_GetAuthenticationInfo(NPP instance, const char* protocol, const char* host, int32_t port, const char* scheme,
942 netscapeFuncs.getauthenticationinfo = NPN_GetAuthenticationInfo;

Completed in 70 milliseconds