Searched refs:profile_count (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/debug/
H A Dprofiler.cc28 static int profile_count = 0; member in namespace:base::debug
31 ++profile_count;
34 std::string count = StringPrintf("%d", profile_count);
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_file_system_registry_unittest.cc281 void CreateProfileState(size_t profile_count);
605 void MediaFileSystemRegistryTest::CreateProfileState(size_t profile_count) { argument
606 for (size_t i = 0; i < profile_count; ++i) {

Completed in 131 milliseconds