HomeSort by relevance Sort by last modified time
    Searched refs:GetCategories (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/tools/profile_chrome/
chrome_controller_unittest.py 20 chrome_controller.ChromeTracingController.GetCategories(
perf_controller_unittest.py 20 perf_controller.PerfProfilerController.GetCategories(self.device)
systrace_controller_unittest.py 14 systrace_controller.SystraceController.GetCategories(self.device)
systrace_controller.py 39 def GetCategories(device):
chrome_controller.py 40 def GetCategories(device, package_info):
perf_controller.py 116 def GetCategories(cls, device):
  /external/chromium_org/content/public/browser/
tracing_controller.h 62 // Once all child processes have acked to the GetCategories request,
67 virtual bool GetCategories(
  /external/chromium_org/content/browser/android/
tracing_controller_android.cc 84 if (!TracingController::GetInstance()->GetCategories(
  /external/chromium_org/content/browser/tracing/
tracing_controller_impl.h 30 virtual bool GetCategories(
tracing_controller_browsertest.cc 294 IN_PROC_BROWSER_TEST_F(TracingControllerTest, GetCategories) {
304 ASSERT_TRUE(controller->GetCategories(callback));
tracing_ui.cc 198 return TracingController::GetInstance()->GetCategories(
tracing_controller_impl.cc 188 bool TracingControllerImpl::GetCategories(
  /external/lldb/include/lldb/DataFormatters/
FormatManager.h 227 GetCategories ()
  /external/chromium_org/content/browser/devtools/
devtools_tracing_handler.cc 66 RegisterCommandHandler(devtools::Tracing::getCategories::kName,
219 TracingController::GetInstance()->GetCategories(
236 response->Set(devtools::Tracing::getCategories::kResponseCategories,

Completed in 136 milliseconds