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

  /external/chromium_org/tools/telemetry/telemetry/core/
browser_finder.py 85 key=lambda b: b.last_modification_time())[-1]
125 key=lambda b: b.last_modification_time())[-1]
possible_browser.py 70 def last_modification_time(self): member in class:PossibleBrowser
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
android_browser_finder.py 141 def last_modification_time(self): member in class:PossibleAndroidBrowser
149 key=lambda b: b.last_modification_time())
desktop_browser_finder.py 78 def last_modification_time(self): member in class:PossibleDesktopBrowser
86 key=lambda b: b.last_modification_time())
  /external/chromium_org/tools/telemetry/telemetry/core/backends/webdriver/
webdriver_desktop_browser_finder.py 68 def last_modification_time(self): member in class:PossibleWebDriverBrowser

Completed in 557 milliseconds