Searched refs:SetLogText (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/chrome/browser/metrics/ |
D | metrics_log_serializer_unittest.cc | 16 void SetLogText(const std::string& log_text, in SetLogText() function 45 SetLogText("Hello world!", &local_list[0]); in TEST() 89 SetLogText("x", &local_list[i]); in TEST() 113 SetLogText("one", &local_list[0]); in TEST() 114 SetLogText("two", &local_list[1]); in TEST() 115 SetLogText("three", &local_list[2]); in TEST() 116 SetLogText("last", &local_list[log_count - 1]); in TEST() 168 SetLogText("First to keep", in TEST() 192 SetLogText("Hello world!", &local_list[0]); in TEST() 213 SetLogText("one", &local_list[0]); in TEST() [all …]
|