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

  /external/libchrome/base/test/
trace_event_analyzer.cc 763 AssociateEvents(begin, end, match);
783 AssociateEvents(begin, end, match);
786 void TraceAnalyzer::AssociateEvents(const Query& first,
790 << "AssociateEvents not allowed after FindEvents";
trace_event_analyzer.h 12 // - Call TraceAnalyzer::AssociateEvents (zero or more times).
61 // analyzer.AssociateEvents(begin, end, match);
687 // AssociateEvents can be used to customize event associations by setting the
702 // event's other_event member point to the other. AssociateEvents does not
704 // of events by calling AssociateEvents more than once with different queries.
706 // NOTE: AssociateEvents will overwrite existing other_event associations if
709 // After calling any Find* method, it is not allowed to call AssociateEvents
711 void AssociateEvents(const Query& first,
trace_event_analyzer_unittest.cc 667 analyzer->AssociateEvents(begin, end, match);
    [all...]

Completed in 198 milliseconds