Searched refs:FindNamePhase (Results 1 – 1 of 1) sorted by relevance
/external/libchrome/base/trace_event/ |
D | trace_event_unittest.cc | 74 DictionaryValue* FindNamePhase(const char* name, const char* phase); 297 DictionaryValue* TraceEventTestFixture::FindNamePhase(const char* name, in FindNamePhase() function in base::trace_event::__anon82208c210111::TraceEventTestFixture 1500 EXPECT_TRUE(FindNamePhase("name1", "S")); in TEST_F() 1501 EXPECT_TRUE(FindNamePhase("name1", "T")); in TEST_F() 1502 EXPECT_TRUE(FindNamePhase("name1", "F")); in TEST_F() 1532 DictionaryValue* async_begin = FindNamePhase("name1", "S"); in TEST_F() 1533 DictionaryValue* async_begin2 = FindNamePhase("name2", "S"); in TEST_F() 1534 DictionaryValue* async_end = FindNamePhase("name1", "F"); in TEST_F() 2069 EXPECT_TRUE(FindNamePhase("Stuff", "P")); in TEST_F() 2070 EXPECT_TRUE(FindNamePhase("Things", "P")); in TEST_F() [all …]
|