HomeSort by relevance Sort by last modified time
    Searched refs:CanFlushIndividualFilesFromSystemCache (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/tools/telemetry/telemetry/core/platform/
__init__.py 169 def CanFlushIndividualFilesFromSystemCache(self):
171 return self._platform_backend.CanFlushIndividualFilesFromSystemCache()
cros_platform_backend.py 108 def CanFlushIndividualFilesFromSystemCache(self):
linux_platform_backend.py 70 def CanFlushIndividualFilesFromSystemCache(self):
mac_platform_backend.py 151 def CanFlushIndividualFilesFromSystemCache(self):
platform_backend.py 179 def CanFlushIndividualFilesFromSystemCache(self):
android_platform_backend.py 195 def CanFlushIndividualFilesFromSystemCache(self):
win_platform_backend.py 232 def CanFlushIndividualFilesFromSystemCache(self):
  /external/chromium_org/tools/telemetry/telemetry/core/
browser.py 51 if self.platform.CanFlushIndividualFilesFromSystemCache():

Completed in 192 milliseconds