OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kErrorCertificateRequired
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chromeos/network/
network_connection_handler.h
68
static const char
kErrorCertificateRequired
[];
network_connection_handler_unittest.cc
211
EXPECT_EQ(NetworkConnectionHandler::
kErrorCertificateRequired
,
network_connection_handler.cc
109
const char NetworkConnectionHandler::
kErrorCertificateRequired
[] =
426
ErrorCallbackForPendingRequest(service_path,
kErrorCertificateRequired
);
448
ErrorCallbackForPendingRequest(service_path,
kErrorCertificateRequired
);
/external/chromium_org/ash/system/chromeos/network/
network_connect.cc
134
if (error_name == NetworkConnectionHandler::
kErrorCertificateRequired
) {
Completed in 78 milliseconds