Home | History | Annotate | Download | only in base
      1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
      2 // Use of this source code is governed by a BSD-style license that can be
      3 // found in the LICENSE file.
      4 
      5 // NOTE: No header guards are used, since this file is intended to be expanded
      6 // directly within a block where the SOURCE_TYPE macro is defined.
      7 
      8 // Used for global events which don't correspond to a particular entity.
      9 SOURCE_TYPE(NONE)
     10 
     11 SOURCE_TYPE(URL_REQUEST)
     12 SOURCE_TYPE(SOCKET_STREAM)
     13 SOURCE_TYPE(PROXY_SCRIPT_DECIDER)
     14 SOURCE_TYPE(CONNECT_JOB)
     15 SOURCE_TYPE(SOCKET)
     16 SOURCE_TYPE(SPDY_SESSION)
     17 SOURCE_TYPE(QUIC_SESSION)
     18 SOURCE_TYPE(HOST_RESOLVER_IMPL_REQUEST)
     19 SOURCE_TYPE(HOST_RESOLVER_IMPL_JOB)
     20 SOURCE_TYPE(DISK_CACHE_ENTRY)
     21 SOURCE_TYPE(MEMORY_CACHE_ENTRY)
     22 SOURCE_TYPE(HTTP_STREAM_JOB)
     23 SOURCE_TYPE(EXPONENTIAL_BACKOFF_THROTTLING)
     24 SOURCE_TYPE(UDP_SOCKET)
     25 SOURCE_TYPE(CERT_VERIFIER_JOB)
     26 SOURCE_TYPE(DOWNLOAD)
     27 SOURCE_TYPE(FILESTREAM)
     28 SOURCE_TYPE(DNS_PROBER)
     29 SOURCE_TYPE(PROXY_CLIENT_SOCKET)
     30 SOURCE_TYPE(IPV6_REACHABILITY_CHECK)
     31