Searched refs:NetLogParamsWithBool (Results 1 – 3 of 3) sorted by relevance
25 NET_EXPORT base::Value::Dict NetLogParamsWithBool(std::string_view name,
94 base::Value::Dict NetLogParamsWithBool(std::string_view name, bool value) { in NetLogParamsWithBool() function
143 AddEntry(type, phase, [&] { return NetLogParamsWithBool(name, value); }); in AddEntryWithBoolParams()