Searched defs:target_count (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/task_manager/
H A Dtask_manager_browsertest_util.cc79 void TaskManagerBrowserTestUtil::WaitForWebResourceChange(int target_count) { argument
82 ResourceChangeObserver observer(model, target_count);
88 if (GetWebResourceCount(model) == target_count) {
/external/chromium/chrome/browser/task_manager/
H A Dtask_manager_browsertest.cc97 void WaitForResourceChange(int target_count) { argument
98 if (model()->ResourceCount() == target_count)
100 ResourceChangeObserver observer(model(), target_count);
/external/kernel-headers/original/linux/
H A Ddm-ioctl.h123 uint32_t target_count; /* in/out */ member in struct:dm_ioctl
/external/chromium_org/chrome/test/automation/
H A Dtab_proxy.cc352 bool TabProxy::WaitForInfoBarCount(size_t target_count) { argument
358 handle_, target_count, &success)) && success;
/external/chromium_org/chrome/browser/automation/
H A Dtesting_automation_provider.cc1506 int target_count,
1511 if (current_count == target_count) {
1519 new BrowserCountChangeNotificationObserver(target_count, this, reply_message);
5549 size_t target_count,
5566 controller->GetWebContents(), target_count);
1505 WaitForBrowserWindowCountToBecome( int target_count, IPC::Message* reply_message) argument
H A Dautomation_provider_observers.cc854 int target_count,
857 : target_count_(target_count),
1217 size_t target_count)
1221 target_count_(target_count) {
853 BrowserCountChangeNotificationObserver( int target_count, AutomationProvider* automation, IPC::Message* reply_message) argument
1214 InfoBarCountObserver(AutomationProvider* automation, IPC::Message* reply_message, WebContents* web_contents, size_t target_count) argument
/external/chromium/chrome/browser/automation/
H A Dautomation_provider_observers.cc894 int target_count,
897 : target_count_(target_count),
1365 size_t target_count)
1369 target_count_(target_count) {
893 BrowserCountChangeNotificationObserver( int target_count, AutomationProvider* automation, IPC::Message* reply_message) argument
1362 InfoBarCountObserver(AutomationProvider* automation, IPC::Message* reply_message, TabContents* tab_contents, size_t target_count) argument
H A Dtesting_automation_provider.cc1916 int target_count,
1918 if (static_cast<int>(BrowserList::size()) == target_count) {
1926 new BrowserCountChangeNotificationObserver(target_count, this, reply_message);
5400 size_t target_count,
5417 target_count);
1915 WaitForBrowserWindowCountToBecome( int target_count, IPC::Message* reply_message) argument
5398 WaitForInfoBarCount( int tab_handle, size_t target_count, IPC::Message* reply_message) argument

Completed in 600 milliseconds