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

/external/chromium_org/chrome/test/base/
H A Dtracing.h16 // Begin tracing specified category_patterns on the browser.
17 // |category_patterns| is a comma-delimited list of category wildcards.
19 // matching categorys excluded. Either all category_patterns must be included
27 // category_patterns.
28 bool BeginTracing(const std::string& category_patterns) WARN_UNUSED_RESULT;
34 bool BeginTracingWithWatch(const std::string& category_patterns,
H A Dtracing.cc32 bool BeginTracing(const std::string& category_patterns) { argument
35 category_patterns, content::TracingController::DEFAULT_OPTIONS,
40 bool BeginTracingWithWatch(const std::string& category_patterns, argument
51 BeginTracing(category_patterns);
158 bool BeginTracing(const std::string& category_patterns) { argument
160 category_patterns);
163 bool BeginTracingWithWatch(const std::string& category_patterns, argument
168 category_patterns, category_name, event_name, num_occurrences);
/external/chromium_org/chrome/test/pyautolib/
H A Dpyautolib.i126 %feature("docstring", "Begins tracing with the given category_patterns "
129 bool BeginTracing(const std::string& category_patterns);
/external/chromium_org/chrome/test/automation/
H A Dautomation_proxy.h155 // Begin tracing specified category_patterns on the browser instance. Blocks
157 // returned). |category_patterns| is a comma-delimited list of category
161 // Either all category_patterns must be included or all must be excluded.
168 // category_patterns.
169 bool BeginTracing(const std::string& category_patterns) WARN_UNUSED_RESULT;
H A Dautomation_proxy.cc404 bool AutomationProxy::BeginTracing(const std::string& category_patterns) { argument
406 bool send_success = Send(new AutomationMsg_BeginTracing(category_patterns,
/external/chromium_org/chrome/test/gpu/
H A Dgpu_feature_browsertest.cc149 const char* category_patterns,
152 if (!tracing::BeginTracingWithWatch(category_patterns, wait_category,
148 ResizeAndWait(const gfx::Rect& new_bounds, const char* category_patterns, const char* wait_category, const char* wait_event) argument
/external/chromium_org/chrome/browser/automation/
H A Dautomation_provider.h242 void BeginTracing(const std::string& category_patterns, bool* success);
H A Dautomation_provider.cc708 void AutomationProvider::BeginTracing(const std::string& category_patterns, argument
711 category_patterns, TracingController::DEFAULT_OPTIONS,
/external/chromium_org/chrome/test/ui/
H A Dui_test.h230 bool BeginTracing(const std::string& category_patterns);
H A Dui_test.cc485 bool UITestBase::BeginTracing(const std::string& category_patterns) { argument
486 return automation()->BeginTracing(category_patterns);

Completed in 242 milliseconds