Searched refs:AddTestLocation (Results 1 – 3 of 3) sorted by relevance
52 void AddTestLocation(const std::string& test_name,
228 void TestResultsTracker::AddTestLocation(const std::string& test_name, in AddTestLocation() function in base::TestResultsTracker
1154 results_tracker_.AddTestLocation(test_name, test_id.file, test_id.line); in RunTests()