Searched refs:NetLogParamsWithInt64 (Results 1 – 3 of 3) sorted by relevance
23 NET_EXPORT base::Value::Dict NetLogParamsWithInt64(std::string_view name,
88 base::Value::Dict NetLogParamsWithInt64(std::string_view name, int64_t value) { in NetLogParamsWithInt64() function
89 AddEvent(type, [&] { return NetLogParamsWithInt64(name, value); }); in AddEventWithInt64Params()