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

  /external/chromium_org/base/test/
trace_event_analyzer_unittest.cc 156 Query event_has_other = Query::EventHasOther();
646 Query::EventHasOther(), &found);
651 !Query::EventHasOther(), &found);
656 !Query::EventHasOther(), &found);
trace_event_analyzer.h 209 // Only works if Query::EventHasOther() == true.
278 static Query EventHasOther() { return Query(EVENT_HAS_OTHER); }

Completed in 34 milliseconds