Home
last modified time | relevance | path

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

/external/chromium_org/tools/telemetry/telemetry/core/platform/
D__init__.py189 def FlushDnsCache(self): member in Platform
193 return self._platform_backend.FlushDnsCache()
Dios_platform_backend.py28 def FlushDnsCache(self): member in IosPlatformBackend
Dplatform_backend.py188 def FlushDnsCache(self): member in PlatformBackend
Dandroid_platform_backend.py205 def FlushDnsCache(self): member in AndroidPlatformBackend
/external/chromium_org/tools/telemetry/telemetry/core/
Dtab.py199 self.browser.platform.FlushDnsCache()
Dbrowser.py49 self.platform.FlushDnsCache()