Searched refs:target_count (Results 1 – 6 of 6) sorted by relevance
/external/chromium/chrome/browser/task_manager/ |
D | task_manager_browsertest.cc | 97 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/ |
D | dm-ioctl.h | 123 uint32_t target_count; /* in/out */ member
|
/external/chromium/chrome/browser/automation/ |
D | testing_automation_provider.h | 343 void WaitForBrowserWindowCountToBecome(int target_count, 1083 size_t target_count,
|
D | automation_provider_observers.cc | 894 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()
|
D | automation_provider_observers.h | 470 BrowserCountChangeNotificationObserver(int target_count, 693 size_t target_count);
|
D | testing_automation_provider.cc | 1916 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()
|