Home
last modified time | relevance | path

Searched refs:last_modification_time (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/tools/telemetry/telemetry/core/
Dbrowser_finder.py85 key=lambda b: b.last_modification_time())[-1]
125 key=lambda b: b.last_modification_time())[-1]
Dpossible_browser.py70 def last_modification_time(self): member in PossibleBrowser
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
Dandroid_browser_finder.py141 def last_modification_time(self): member in PossibleAndroidBrowser
149 key=lambda b: b.last_modification_time())
Ddesktop_browser_finder.py78 def last_modification_time(self): member in PossibleDesktopBrowser
86 key=lambda b: b.last_modification_time())
/external/chromium_org/tools/telemetry/telemetry/core/backends/webdriver/
Dwebdriver_desktop_browser_finder.py68 def last_modification_time(self): member in PossibleWebDriverBrowser