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

  /external/chromium/net/ftp/
ftp_network_transaction.cc 201 FtpNetworkTransaction::ErrorClass FtpNetworkTransaction::GetErrorClass(
601 switch (GetErrorClass(response.status_code)) {
634 switch (GetErrorClass(response.status_code)) {
670 switch (GetErrorClass(response.status_code)) {
722 switch (GetErrorClass(response.status_code)) {
768 switch (GetErrorClass(response.status_code)) {
796 switch (GetErrorClass(response.status_code)) {
828 switch (GetErrorClass(response.status_code)) {
886 switch (GetErrorClass(response.status_code)) {
920 switch (GetErrorClass(response.status_code))
    [all...]
ftp_network_transaction.h 112 static ErrorClass GetErrorClass(int response_code);

Completed in 11 milliseconds