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

  /external/chromium/net/base/
net_error_list.h 26 NET_ERROR(IO_PENDING, -1)
29 NET_ERROR(FAILED, -2)
32 NET_ERROR(ABORTED, -3)
35 NET_ERROR(INVALID_ARGUMENT, -4)
38 NET_ERROR(INVALID_HANDLE, -5)
41 NET_ERROR(FILE_NOT_FOUND, -6)
44 NET_ERROR(TIMED_OUT, -7)
47 NET_ERROR(FILE_TOO_BIG, -8)
51 NET_ERROR(UNEXPECTED, -9)
54 NET_ERROR(ACCESS_DENIED, -10
    [all...]
net_errors.cc 19 #define NET_ERROR(label, value) \
23 #undef NET_ERROR
net_errors.h 21 #define NET_ERROR(label, value) ERR_ ## label = value,
23 #undef NET_ERROR
  /external/chromium/chrome/browser/ui/webui/
net_internals_ui.cc 793 #define NET_ERROR(label, value) \
796 #undef NET_ERROR
    [all...]

Completed in 52 milliseconds