HomeSort by relevance Sort by last modified time
    Searched full:require_origin (Results 1 - 1 of 1) sorted by null

  /external/libchrome/base/test/
trace_event_analyzer.cc 51 bool require_origin = (phase != TRACE_EVENT_PHASE_METADATA); local
57 if (require_origin && !dictionary->GetInteger("pid", &thread.process_id)) {
61 if (require_origin && !dictionary->GetInteger("tid", &thread.thread_id)) {
65 if (require_origin && !dictionary->GetDouble("ts", &timestamp)) {

Completed in 98 milliseconds