IsStringInDict    311 base/debug/trace_event_unittest.cc     return IsStringInDict(string_to_match, args_dict);
IsStringInDict    334 base/debug/trace_event_unittest.cc     if (IsStringInDict(string_to_match, dict))
IsStringInDict    352 base/debug/trace_event_unittest.cc     if (IsStringInDict(string_to_match, dict))
IsStringInDict    473 base/debug/trace_event_unittest.cc     if (item) EXPECT_TRUE((IsStringInDict(string, item)));