Home | History | Annotate | Download | only in common_lib

Lines Matching full:chrome

120     Retrieves the version of the chrome binary associated with a job.
122 When a test runs we query the chrome binary for it's version and drop
123 that value into a client keyval. To retrieve the chrome version we get all
127 dictionary will not contain a chrome version.
129 This method cannot retrieve the chrome version from a dictionary that
134 @return: The chrome version string, or None if one can't be found.
147 logging.warning('Could not find chrome version for failure.')
347 Parse a chrome version string and return version and milestone.
349 Given a chrome version of the form "W.X.Y.Z", return "W.X.Y.Z" as
352 @param version_string: Chrome version string.
463 5. chrome-perf build.
464 build version: lumpy-chrome-perf/R28-3837.0.0-b2996
580 return (os.path.exists('/opt/google/chrome/pepper/libpepflashplayer.so')
581 and os.path.exists('/opt/google/chrome/pepper/pepper-flash.info'))