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

  /external/chromium_org/components/cronet/android/
chromium_url_request_error_list.h 7 #ifndef DEFINE_REQUEST_ERROR
8 #error "DEFINE_REQUEST_ERROR should be defined before including this file"
10 DEFINE_REQUEST_ERROR(SUCCESS, 0)
11 DEFINE_REQUEST_ERROR(UNKNOWN, 1)
12 DEFINE_REQUEST_ERROR(MALFORMED_URL, 2)
13 DEFINE_REQUEST_ERROR(CONNECTION_TIMED_OUT, 3)
14 DEFINE_REQUEST_ERROR(UNKNOWN_HOST, 4)
chromium_url_request.h 23 #define DEFINE_REQUEST_ERROR(x, y) REQUEST_ERROR_##x = y,
25 #undef DEFINE_REQUEST_ERROR

Completed in 5457 milliseconds