Home
last modified time | relevance | path

Searched refs:TimeToString (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/third_party/quic_trace/src/tools/render/
H A Daxis_renderer.cc58 std::string TimeToString(float time) { in TimeToString() function
147 Ticks<TimeToString>(state_->offset().x, state_->viewport().x, in Render()
/aosp_15_r20/external/cronet/net/log/
H A Dnet_log.h333 static std::string TimeToString(const base::Time& time);
H A Dnet_log.cc178 std::string NetLog::TimeToString(const base::Time& time) { in TimeToString() function in net::NetLog
/aosp_15_r20/external/cronet/net/network_error_logging/
H A Dnetwork_error_logging_service.cc263 policy_dict.Set("expires", NetLog::TimeToString(policy.expires)); in StatusAsValue()
/aosp_15_r20/external/cronet/net/reporting/
H A Dreporting_cache_impl.cc1627 group_dict.Set("expires", NetLog::TimeToString(group.expires)); in GetEndpointGroupAsValue()