Searched defs:GetDownloadsInfo (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/test/pyautolib/
H A Dpyauto.py1794 def GetDownloadsInfo(self, windex=0): member in class:PyUITest
1803 self._GetResultFromJSONRequest({'command': 'GetDownloadsInfo'},
2292 triggered. Defaults to []; use GetDownloadsInfo() to get
2364 num_downloads = len(self.GetDownloadsInfo(windex).Downloads())
2371 lambda: len(self.GetDownloadsInfo(windex).Downloads()) >
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.cc2180 browser_handler_map["GetDownloadsInfo"] =
2181 &TestingAutomationProvider::GetDownloadsInfo;
2715 // Sample json input: { "command": "GetDownloadsInfo" }
2717 void TestingAutomationProvider::GetDownloadsInfo(Browser* browser, function in class:TestingAutomationProvider

Completed in 107 milliseconds