Home
last modified time | relevance | path

Searched refs:target_count (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/task_manager/
Dtask_manager_browsertest.cc97 void WaitForResourceChange(int target_count) { in WaitForResourceChange() argument
98 if (model()->ResourceCount() == target_count) in WaitForResourceChange()
100 ResourceChangeObserver observer(model(), target_count); in WaitForResourceChange()
/external/kernel-headers/original/linux/
Ddm-ioctl.h123 uint32_t target_count; /* in/out */ member
/external/chromium/chrome/browser/automation/
Dtesting_automation_provider.h343 void WaitForBrowserWindowCountToBecome(int target_count,
1083 size_t target_count,
Dautomation_provider_observers.cc894 int target_count, in BrowserCountChangeNotificationObserver() argument
897 : target_count_(target_count), in BrowserCountChangeNotificationObserver()
1365 size_t target_count) in InfoBarCountObserver() argument
1369 target_count_(target_count) { in InfoBarCountObserver()
Dautomation_provider_observers.h470 BrowserCountChangeNotificationObserver(int target_count,
693 size_t target_count);
Dtesting_automation_provider.cc1916 int target_count, in WaitForBrowserWindowCountToBecome() argument
1918 if (static_cast<int>(BrowserList::size()) == target_count) { in WaitForBrowserWindowCountToBecome()
1926 new BrowserCountChangeNotificationObserver(target_count, this, reply_message); in WaitForBrowserWindowCountToBecome()
5400 size_t target_count, in WaitForInfoBarCount() argument
5417 target_count); in WaitForInfoBarCount()