OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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", ×tamp)) {
Completed in 98 milliseconds