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

  /external/libchrome/base/trace_event/
trace_buffer.h 33 TraceEvent* GetEventAt(size_t index) {
37 const TraceEvent* GetEventAt(size_t index) const {
trace_buffer.cc 84 return chunk->GetEventAt(handle.event_index);
247 return chunk->GetEventAt(handle.event_index);
trace_log.cc 220 return chunk_->GetEventAt(handle.event_index);
915 chunk->GetEventAt(j)->AppendAsJSON(&(json_events_str_ptr->data()),
    [all...]

Completed in 124 milliseconds