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

  /external/chromium_org/tools/android/adb_profile_chrome/
chrome_controller_unittest.py 20 chrome_controller.ChromeTracingController.GetCategories(
systrace_controller_unittest.py 14 systrace_controller.SystraceController.GetCategories(self.device)
perf_controller_unittest.py 20 perf_controller.PerfProfilerController.GetCategories(self.device)
chrome_controller.py 37 def GetCategories(device, package_info):
systrace_controller.py 39 def GetCategories(device):
perf_controller.py 117 def GetCategories(cls, device):
  /external/chromium_org/content/public/browser/
tracing_controller.h 40 // Once all child processes have acked to the GetCategories request,
45 virtual bool GetCategories(
  /external/chromium_org/content/browser/android/
tracing_controller_android.cc 82 if (!TracingController::GetInstance()->GetCategories(
  /external/chromium_org/content/browser/tracing/
tracing_controller_browsertest.cc 242 IN_PROC_BROWSER_TEST_F(TracingControllerTest, GetCategories) {
252 ASSERT_TRUE(controller->GetCategories(callback));
tracing_controller_impl.h 30 virtual bool GetCategories(
tracing_ui.cc 206 return TracingController::GetInstance()->GetCategories(
tracing_controller_impl.cc 186 bool TracingControllerImpl::GetCategories(
  /external/lldb/include/lldb/DataFormatters/
FormatManager.h 227 GetCategories ()
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shappmgr.h 271 virtual HRESULT WINAPI GetCategories(APPCATEGORYINFOLIST *pAppCategoryList) = 0;
282 HRESULT (WINAPI *GetCategories)(IAppPublisher *This,APPCATEGORYINFOLIST *pAppCategoryList);
295 #define IAppPublisher_GetCategories(This,pAppCategoryList) (This)->lpVtbl->GetCategories(This,pAppCategoryList)
  /external/chromium_org/content/browser/devtools/
devtools_tracing_handler.cc 58 RegisterCommandHandler(devtools::Tracing::getCategories::kName,
226 TracingController::GetInstance()->GetCategories(
243 response->Set(devtools::Tracing::getCategories::kResponseCategories,

Completed in 428 milliseconds