HomeSort by relevance Sort by last modified time
    Searched full:profile_count (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/debug/
profiler.cc 28 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/
media_file_system_registry_unittest.cc 281 void CreateProfileState(size_t profile_count);
605 void MediaFileSystemRegistryTest::CreateProfileState(size_t profile_count) {
606 for (size_t i = 0; i < profile_count; ++i) {
    [all...]

Completed in 390 milliseconds