RECORD_CONTINUOUSLY  101 base/debug/trace_event_android.cc              RECORD_CONTINUOUSLY);
RECORD_CONTINUOUSLY 1484 base/debug/trace_event_impl.cc   if (options & RECORD_CONTINUOUSLY)
RECORD_CONTINUOUSLY 2389 base/debug/trace_event_unittest.cc                                       TraceLog::RECORD_CONTINUOUSLY);
RECORD_CONTINUOUSLY 2449 base/debug/trace_event_unittest.cc                                       TraceLog::RECORD_CONTINUOUSLY);
RECORD_CONTINUOUSLY 2477 base/debug/trace_event_unittest.cc                                       TraceLog::RECORD_CONTINUOUSLY);
RECORD_CONTINUOUSLY   46 content/browser/android/tracing_controller_android.cc       record_continuously ? TracingController::RECORD_CONTINUOUSLY
RECORD_CONTINUOUSLY  120 content/browser/devtools/devtools_tracing_handler.cc       ret &= ~TracingController::RECORD_CONTINUOUSLY;
RECORD_CONTINUOUSLY  122 content/browser/devtools/devtools_tracing_handler.cc       ret |= TracingController::RECORD_CONTINUOUSLY;
RECORD_CONTINUOUSLY  160 content/browser/tracing/tracing_controller_browsertest.cc       EXPECT_FALSE(options & TracingController::RECORD_CONTINUOUSLY);
RECORD_CONTINUOUSLY  187 content/browser/tracing/tracing_controller_browsertest.cc       EXPECT_FALSE(options & TracingController::RECORD_CONTINUOUSLY);
RECORD_CONTINUOUSLY  226 content/browser/tracing/tracing_controller_browsertest.cc       EXPECT_FALSE(options & TracingController::RECORD_CONTINUOUSLY);
RECORD_CONTINUOUSLY  243 content/browser/tracing/tracing_controller_impl.cc   int trace_options = (options & RECORD_CONTINUOUSLY) ?
RECORD_CONTINUOUSLY  244 content/browser/tracing/tracing_controller_impl.cc       TraceLog::RECORD_CONTINUOUSLY : TraceLog::RECORD_UNTIL_FULL;
RECORD_CONTINUOUSLY   86 content/browser/tracing/tracing_ui.cc     *tracing_options |= TracingController::RECORD_CONTINUOUSLY;
RECORD_CONTINUOUSLY  172 content/browser/tracing/tracing_ui.cc       (options & TracingController::RECORD_CONTINUOUSLY) != 0);