Searched defs:current_count (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/automation/
H A Dtesting_automation_provider.cc1509 int current_count = static_cast<int>(BrowserList::GetInstance( local
1511 if (current_count == target_count) {
H A Dautomation_provider_observers.cc877 int current_count = static_cast<int>(BrowserList::GetInstance( local
882 DCHECK_LT(0, current_count);
883 current_count--;
891 if (current_count == target_count_) {
/external/chromium/chrome/browser/automation/
H A Dautomation_provider_observers.cc915 int current_count = static_cast<int>(BrowserList::size()); local
919 DCHECK_LT(0, current_count);
920 current_count--;
928 if (current_count == target_count_) {
/external/v8/src/
H A Dprofile-generator.cc744 const int current_count = unabridged_list->length(); local
746 profiles_by_token_[index] = new List<CpuProfile*>(current_count);
749 const int profiles_to_add = current_count - list->length();
762 const int current_count = unabridged_list->length(); local
763 for (int i = 0; i < current_count; ++i) {

Completed in 224 milliseconds