Home
last modified time | relevance | path

Searched refs:GetCategoryGroupEnabledInternal (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/libplatform/tracing/
Dtracing-controller.cc80 return GetCategoryGroupEnabledInternal(category_group); in GetCategoryGroupEnabled()
151 const uint8_t* TracingController::GetCategoryGroupEnabledInternal( in GetCategoryGroupEnabledInternal() function in v8::platform::tracing::TracingController
/external/v8/include/libplatform/
Dv8-tracing.h251 const uint8_t* GetCategoryGroupEnabledInternal(const char* category_group);
/external/libchrome/base/trace_event/
Dtrace_log.h394 const unsigned char* GetCategoryGroupEnabledInternal(const char* name);
Dtrace_log.cc442 return tracelog->GetCategoryGroupEnabledInternal(category_group); in GetCategoryGroupEnabled()
525 const unsigned char* TraceLog::GetCategoryGroupEnabledInternal( in GetCategoryGroupEnabledInternal() function in base::trace_event::TraceLog