Home
last modified time | relevance | path

Searched refs:NetLogParamsWithString (Results 1 – 6 of 6) sorted by relevance

/external/cronet/net/log/
Dnet_log_with_source.cc65 AddEvent(type, [&] { return NetLogParamsWithString(name, value); }); in AddEventWithStringParams()
96 BeginEvent(type, [&] { return NetLogParamsWithString(name, value); }); in BeginEventWithStringParams()
Dnet_log_values.h26 NET_EXPORT base::Value::Dict NetLogParamsWithString(base::StringPiece name,
Dnet_log_values.cc101 base::Value::Dict NetLogParamsWithString(base::StringPiece name, in NetLogParamsWithString() function
Dnet_log.cc81 AddGlobalEntry(type, [&] { return NetLogParamsWithString(name, value); }); in AddGlobalEntryWithStringParams()
Dfile_net_log_observer_unittest.cc68 NetLogParamsWithString("message", "")); in AddEntries()
97 NetLogParamsWithString("message", message)); in AddEntries()
/external/cronet/net/http/
Dhttp_auth.cc189 return NetLogParamsWithString( in NetLogAuthorizationResultParams()