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

  /external/nist-sip/java/gov/nist/javax/sip/header/
AuthenticationInfo.java 86 public String getAuthenticationInfo() {
  /external/webkit/Source/WebKit/mac/Plugins/
WebBaseNetscapePluginView.h 155 bool getAuthenticationInfo(const char* protocolStr, const char* hostStr, int32_t port, const char* schemeStr, const char* realmStr,
WebBaseNetscapePluginView.mm 998 bool getAuthenticationInfo(const char* protocolStr, const char* hostStr, int32_t port, const char* schemeStr, const char* realmStr,
WebNetscapePluginView.mm     [all...]
  /external/webkit/Source/WebCore/plugins/
npapi.cpp 193 return pluginViewForInstance(instance)->getAuthenticationInfo(protocol, host, port, scheme, realm, username, ulen, password, plen);
PluginView.h 193 NPError getAuthenticationInfo(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);
PluginView.cpp     [all...]
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginInstanceProxy.h 136 bool getAuthenticationInfo(data_t protocolData, data_t hostData, uint32_t port, data_t schemeData, data_t realmData,
NetscapePluginInstanceProxy.mm     [all...]
NetscapePluginHostProxy.mm     [all...]

Completed in 225 milliseconds