HomeSort by relevance Sort by last modified time
    Searched full:other_phase (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/base/test/
trace_event_analyzer.h 281 static Query OtherPhase() { return Query(OTHER_PHASE); }
306 return Query(OTHER_PHASE) == Query::Phase(phase);
416 OTHER_PHASE,
trace_event_analyzer_unittest.cc 150 Query other_phase = Query::OtherPhaseIs(other.phase); local
177 EXPECT_TRUE(other_phase.Evaluate(event));
trace_event_analyzer.cc 453 case OTHER_PHASE:

Completed in 475 milliseconds