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

  /external/chromium/net/base/
net_log_source_type_list.h 6 // directly within a block where the SOURCE_TYPE macro is defined.
9 SOURCE_TYPE(NONE, 0)
10 SOURCE_TYPE(URL_REQUEST, 1)
11 SOURCE_TYPE(SOCKET_STREAM, 2)
12 SOURCE_TYPE(INIT_PROXY_RESOLVER, 3)
13 SOURCE_TYPE(CONNECT_JOB, 4)
14 SOURCE_TYPE(SOCKET, 5)
15 SOURCE_TYPE(SPDY_SESSION, 6)
16 SOURCE_TYPE(HOST_RESOLVER_IMPL_REQUEST, 7)
17 SOURCE_TYPE(HOST_RESOLVER_IMPL_JOB, 8
    [all...]
net_log.h 56 #define SOURCE_TYPE(label, value) SOURCE_ ## label = value,
58 #undef SOURCE_TYPE
145 // Returns a C-String symbolic name for |source_type|.
146 static const char* SourceTypeToString(SourceType source_type);
213 static BoundNetLog Make(NetLog* net_log, NetLog::SourceType source_type);
net_log.cc 51 #define SOURCE_TYPE(label, id) case id: return #label;
53 #undef SOURCE_TYPE
176 NetLog::SourceType source_type) {
180 NetLog::Source source(source_type, net_log->NextID());
  /external/chromium/chrome/browser/ui/webui/
net_internals_ui.cc 818 #define SOURCE_TYPE(label, value) dict->SetInteger(# label, value);
820 #undef SOURCE_TYPE
    [all...]

Completed in 402 milliseconds