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

  /external/chromium/base/debug/
profiler.cc 21 static int profile_count = 0; member in namespace:base::debug
24 ++profile_count;
27 std::string count = StringPrintf("%d", profile_count);
  /external/chromium_org/base/debug/
profiler.cc 26 static int profile_count = 0; member in namespace:base::debug
29 ++profile_count;
32 std::string count = StringPrintf("%d", profile_count);
  /external/chromium_org/chrome/browser/ui/gtk/
avatar_menu_bubble_gtk.cc 128 size_t profile_count = avatar_menu_model_->GetNumberOfItems(); local
130 for (size_t i = 0; i < profile_count; ++i) {
  /external/chromium_org/chrome/browser/media_galleries/
media_file_system_registry_unittest.cc 283 void CreateProfileState(size_t profile_count);
591 void MediaFileSystemRegistryTest::CreateProfileState(size_t profile_count) {
592 for (size_t i = 0; i < profile_count; ++i) {
    [all...]

Completed in 1619 milliseconds