Home
last modified time | relevance | path

Searched refs:pre_download_ids (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/automation/
Dautomation_provider_observers.cc1374 ListValue* pre_download_ids) in AllDownloadsCompleteObserver() argument
1378 for (ListValue::iterator it = pre_download_ids->begin(); in AllDownloadsCompleteObserver()
1379 it != pre_download_ids->end(); ++it) { in AllDownloadsCompleteObserver()
Dautomation_provider_observers.h875 ListValue* pre_download_ids);
Dtesting_automation_provider.cc2473 ListValue* pre_download_ids = NULL; in WaitForAllDownloadsToComplete() local
2475 if (!args->GetList("pre_download_ids", &pre_download_ids)) { in WaitForAllDownloadsToComplete()
2494 pre_download_ids); in WaitForAllDownloadsToComplete()
/external/chromium_org/chrome/test/pyautolib/
Dpyauto.py2277 def WaitForAllDownloadsToComplete(self, pre_download_ids=[], windex=0, argument
2297 'pre_download_ids': pre_download_ids,