HomeSort by relevance Sort by last modified time
    Searched refs:NET_ERROR (Results 1 - 10 of 10) 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_org/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 15 #define NET_ERROR(label, value) -(value),
19 #undef NET_ERROR
32 #define NET_ERROR(label, value) \
36 #undef NET_ERROR
net_errors.h 24 #define NET_ERROR(label, value) ERR_ ## label = value,
26 #undef NET_ERROR
net_log_logger.cc 105 #define NET_ERROR(label, value) \
108 #undef NET_ERROR
  /external/clang/test/Misc/
diag-trailing-null-bytes.cpp 5 #define NET_ERROR(label, value) ERR_ ## label = value,
7 NET_ERROR(DNS_SERVER_REQUIRES_TCP, -801)
9 #undef NET_ERROR
  /external/chromium/chrome/browser/ui/webui/
net_internals_ui.cc 793 #define NET_ERROR(label, value) \
796 #undef NET_ERROR
    [all...]
  /external/chromium_org/content/browser/loader/
resource_dispatcher_host_impl.cc 134 #define NET_ERROR(label, value) -(value),
136 #undef NET_ERROR
251 net::Error net_error) {
253 return net_error;
256 base::Bind(started_cb, static_cast<DownloadItem*>(NULL), net_error));
258 return net_error;
    [all...]

Completed in 209 milliseconds