Home
last modified time | relevance | path

Searched refs:current_count (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/media/audio/
Daudio_input_controller.cc343 size_t current_count = user_input_monitor_->GetKeyPressCount(); in OnData() local
344 key_pressed = current_count != prev_key_down_count_; in OnData()
345 prev_key_down_count_ = current_count; in OnData()
/external/chromium/chrome/browser/automation/
Dautomation_provider_observers.cc915 int current_count = static_cast<int>(BrowserList::size()); in Observe() local
919 DCHECK_LT(0, current_count); in Observe()
920 current_count--; in Observe()
928 if (current_count == target_count_) { in Observe()
/external/chromium_org/chrome/browser/automation/
Dautomation_provider_observers.cc878 int current_count = static_cast<int>(BrowserList::GetInstance( in Observe() local
883 DCHECK_LT(0, current_count); in Observe()
884 current_count--; in Observe()
892 if (current_count == target_count_) { in Observe()
Dtesting_automation_provider.cc1502 int current_count = static_cast<int>(BrowserList::GetInstance( in WaitForBrowserWindowCountToBecome() local
1504 if (current_count == target_count) { in WaitForBrowserWindowCountToBecome()
/external/v8/src/
Dprofile-generator.cc744 const int current_count = unabridged_list->length(); in GetProfilesList() local
746 profiles_by_token_[index] = new List<CpuProfile*>(current_count); in GetProfilesList()
749 const int profiles_to_add = current_count - list->length(); in GetProfilesList()
762 const int current_count = unabridged_list->length(); in Profiles() local
763 for (int i = 0; i < current_count; ++i) { in Profiles()