Home
last modified time | relevance | path

Searched refs:IsCategoryEnabled (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/files/
Dfile_tracing.h17 if (FileTracing::IsCategoryEnabled()) \
30 static bool IsCategoryEnabled();
Dfile_tracing.cc24 bool FileTracing::IsCategoryEnabled() { in IsCategoryEnabled() function in base::FileTracing
Dfile.cc92 if (FileTracing::IsCategoryEnabled()) in Initialize()