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 713 AssociateEvents(begin, end, match);
730 AssociateEvents(begin, end, match);
733 void TraceAnalyzer::AssociateEvents(const Query& first,
736 DCHECK(allow_assocation_changes_) << "AssociateEvents not allowed after "
trace_event_analyzer.h 12 // - Call TraceAnalyzer::AssociateEvents (zero or more times).
61 // analyzer.AssociateEvents(begin, end, match);
580 // AssociateEvents can be used to customize event associations by setting the
595 // event's other_event member point to the other. AssociateEvents does not
597 // of events by calling AssociateEvents more than once with different queries.
599 // NOTE: AssociateEvents will overwrite existing other_event associations if
602 // After calling any Find* method, it is not allowed to call AssociateEvents
604 void AssociateEvents(const Query& first,
trace_event_analyzer_unittest.cc 640 analyzer->AssociateEvents(begin, end, match);

Completed in 44 milliseconds