Searched defs:nss_error_code (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/extensions/browser/api/cast_channel/
H A Dlogger_util.h36 int nss_error_code; member in struct:extensions::core_api::cast_channel::LastErrors
H A Dcast_auth_util.cc11 AuthResult::AuthResult() : error_type(ERROR_NONE), nss_error_code(0) {
26 int nss_error_code) {
27 return AuthResult(error_message, error_type, nss_error_code);
32 int nss_error_code)
35 nss_error_code(nss_error_code) {
24 CreateWithNSSError(const std::string& error_message, ErrorType error_type, int nss_error_code) argument
30 AuthResult(const std::string& error_message, ErrorType error_type, int nss_error_code) argument
H A Dcast_auth_util.h41 int nss_error_code);
47 int nss_error_code; member in struct:extensions::core_api::cast_channel::AuthResult
52 int nss_error_code);

Completed in 51 milliseconds