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

  /external/chromium_org/net/http/
http_cache_transaction.cc 538 if (first_cache_access_since_.is_null())
542 load_timing_info->send_start = first_cache_access_since_;
545 load_timing_info->send_end = first_cache_access_since_;
    [all...]
http_cache_transaction.h 428 base::TimeTicks first_cache_access_since_; member in class:net::HttpCache::Transaction

Completed in 38 milliseconds