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

  /external/chromium_org/components/search_provider_logos/
logo_common.cc 9 const int64 kMaxTimeToLiveMS = GG_INT64_C(30 * 24 * 60 * 60 * 1000); // 30 days
logo_common.h 18 extern const int64 kMaxTimeToLiveMS;
google_logo_api.cc 82 std::min(static_cast<int64>(time_to_live_ms), kMaxTimeToLiveMS));
85 time_to_live = base::TimeDelta::FromMilliseconds(kMaxTimeToLiveMS);
logo_tracker.cc 31 base::TimeDelta::FromMilliseconds(kMaxTimeToLiveMS * 3 / 2);

Completed in 44 milliseconds