Lines Matching full:chrome
11 by Chrome team and is available here: https://chromeperf.appspot.com/. Users
29 # Format for Chrome and Chrome OS version strings.
181 @param chrome_version: The string chrome version number.
202 # according to rules set by the Chrome team, as implemented in:
244 @return A pair of strings (Chrome OS version, Chrome version).
250 # Prefix the ChromeOS version number with the Chrome milestone.
256 raise PerfUploadingError('Chrome version "%s" does not match expected '
262 """Computes the point ID to use, from Chrome and ChromeOS version numbers.
264 For ChromeOS row data, data values are associated with both a Chrome
265 version number and a ChromeOS version number (unlike for Chrome row data
270 to be sorted by Chrome version number, with ties broken by ChromeOS version
277 concatenate all digits together (with those coming from the Chrome version
283 Chrome version: 27.0.1452.2 (shortest unambiguous name: 1452.2)
289 @param chrome_ver: The Chrome version number as a string.
296 # Number of digits to use from each part of the version string for Chrome
297 # and Chrome OS versions when building a point ID out of these two versions.