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

  /external/chromium_org/content/browser/tracing/
tracing_controller_browsertest.cc 152 std::string category_filter; local
155 &category_filter,
158 EXPECT_EQ("-*Debug,-*Test", category_filter);
179 std::string category_filter; local
182 &category_filter,
185 EXPECT_EQ("*", category_filter);
218 std::string category_filter; local
221 &category_filter,
224 EXPECT_EQ("", category_filter);
tracing_controller_impl.h 33 const std::string& category_filter,
39 virtual bool EnableMonitoring(const std::string& category_filter,
134 void SetEnabledOnFileThread(const std::string& category_filter,
139 void OnEnableRecordingDone(const std::string& category_filter,
144 void OnEnableMonitoringDone(const std::string& category_filter,
tracing_controller_impl.cc 206 const std::string& category_filter,
213 base::debug::CategoryFilter(category_filter),
228 const std::string& category_filter,
266 category_filter, trace_options, callback);
270 category_filter,
278 const std::string& category_filter,
286 it->get()->SendBeginTracing(category_filter,
373 const std::string& category_filter,
394 category_filter, trace_options, callback);
398 category_filter,
    [all...]
tracing_ui.cc 160 std::string category_filter; local
163 &is_monitoring, &category_filter, &options);
168 monitoring_options->SetString("categoryFilter", category_filter);
  /external/chromium_org/tools/perf/measurements/
smoothness_unittest.py 24 self.category_filter = None
26 def StartTracing(self, category_filter, _):
27 self.category_filter = category_filter
73 actual_category_filter = tab.browser.category_filter.split(',')
  /external/chromium_org/content/public/browser/
tracing_controller.h 56 // |category_filter| is a filter to control what category groups should be
68 const std::string& category_filter,
102 // |category_filter| is a filter to control what category groups should be
108 const std::string& category_filter,
  /external/chromium_org/content/app/android/
library_loader_hooks.cc 81 base::debug::CategoryFilter category_filter(
83 base::debug::TraceLog::GetInstance()->SetEnabled(category_filter,
  /external/chromium_org/content/renderer/devtools/
devtools_agent.h 67 virtual void setTraceEventCallback(const blink::WebString& category_filter,
69 virtual void enableTracing(const blink::WebString& category_filter) OVERRIDE;
devtools_agent.cc 157 void DevToolsAgent::setTraceEventCallback(const WebString& category_filter,
164 category_filter.utf8()), TraceEventCallbackWrapper);
170 void DevToolsAgent::enableTracing(const WebString& category_filter) {
172 trace_log->SetEnabled(base::debug::CategoryFilter(category_filter.utf8()),
  /external/chromium_org/chrome/browser/lifetime/
application_lifetime.cc 177 base::debug::CategoryFilter category_filter(
180 category_filter,
  /external/chromium_org/base/debug/
trace_event_impl.h 419 // will be traced. If tracing has already been enabled, |category_filter| will
421 void SetEnabled(const CategoryFilter& category_filter,
483 void SetEventCallbackEnabled(const CategoryFilter& category_filter,
trace_event_impl.cc     [all...]
  /external/chromium_org/content/app/
content_main_runner.cc 632 base::debug::CategoryFilter category_filter(
635 category_filter,

Completed in 400 milliseconds