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

  /external/chromium_org/chrome/browser/metrics/
android_metrics_provider.cc 18 int current_count = 0; local
19 counts->GetInteger(index, &current_count);
20 counts->Set(index, new base::FundamentalValue(current_count + 1));
  /external/chromium_org/media/audio/
audio_input_controller.cc 400 size_t current_count = user_input_monitor_->GetKeyPressCount(); local
401 key_pressed = current_count != prev_key_down_count_;
402 prev_key_down_count_ = current_count;
  /external/chromium_org/chrome/browser/safe_browsing/
prefix_set.cc 72 size_t EstimateFinalCount(SBPrefix current_prefix, size_t current_count) {
73 // estimated_count / current_count == estimated_max / current_prefix
76 (static_cast<uint64>(current_count) << 32) / current_prefix);

Completed in 4142 milliseconds