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

  /external/chromium_org/base/test/
trace_event_analyzer.h 117 bool has_other_event() const { return other_event; } function in struct:trace_analyzer::TraceEvent
121 // Query(EVENT_HAS_OTHER) or by calling has_other_event().
trace_event_analyzer.cc 447 if (the_event->has_other_event()) {
trace_event_analyzer_unittest.cc 129 ASSERT_TRUE(event.has_other_event());

Completed in 48 milliseconds