HomeSort by relevance Sort by last modified time
    Searched defs:profile_count (Results 1 - 3 of 3) 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 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/ui/gtk/
avatar_menu_bubble_gtk.cc 129 size_t profile_count = avatar_menu_->GetNumberOfItems(); local
131 for (size_t i = 0; i < profile_count; ++i) {

Completed in 32 milliseconds