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

  /external/chromium_org/base/test/
trace_event_analyzer.cc 709 AssociateEvents(begin, end, match);
726 AssociateEvents(begin, end, match);
729 void TraceAnalyzer::AssociateEvents(const Query& first,
733 << "AssociateEvents not allowed after FindEvents";
trace_event_analyzer.h 12 // - Call TraceAnalyzer::AssociateEvents (zero or more times).
61 // analyzer.AssociateEvents(begin, end, match);
582 // AssociateEvents can be used to customize event associations by setting the
597 // event's other_event member point to the other. AssociateEvents does not
599 // of events by calling AssociateEvents more than once with different queries.
601 // NOTE: AssociateEvents will overwrite existing other_event associations if
604 // After calling any Find* method, it is not allowed to call AssociateEvents
606 void AssociateEvents(const Query& first,
trace_event_analyzer_unittest.cc 643 analyzer->AssociateEvents(begin, end, match);

Completed in 282 milliseconds