Searched refs:require_origin (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/test/
H A Dtrace_event_analyzer.cc49 bool require_origin = (phase != TRACE_EVENT_PHASE_METADATA); local
55 if (require_origin && !dictionary->GetInteger("pid", &thread.process_id)) {
59 if (require_origin && !dictionary->GetInteger("tid", &thread.thread_id)) {
63 if (require_origin && !dictionary->GetDouble("ts", &timestamp)) {

Completed in 142 milliseconds