/external/chromium_org/chrome/test/functional/ispy/client/ |
D | chrome_utils.py | 38 def UpdateExpectationVersion(self, chrome_version): argument 53 chrome_version, expectation_versions) 54 if version == chrome_version: 61 expectation_versions.insert(insert_pos, chrome_version) 67 def _GetExpectationVersion(self, chrome_version, expectation_versions): argument 80 if LooseVersion(version) <= LooseVersion(chrome_version): 82 raise Exception('No expectation exists for Chrome %s' % chrome_version) 89 chrome_version): argument 101 chrome_version, self._GetExpectationVersionList()) 117 def GenerateExpectation(self, device_type, expectation, chrome_version): argument [all …]
|
/external/chromium_org/chrome/test/chromedriver/test/ |
D | run_all_tests.py | 29 chrome_version=None, argument 46 if chrome_version: 47 cmd.append('--chrome-version=' + chrome_version) 59 chrome=None, chrome_version=None, argument 70 chrome_version=chrome_version, 77 def RunJavaTests(chromedriver, chrome=None, chrome_version=None, argument 89 chrome_version=chrome_version, 172 if options.chrome_version and version[0] != options.chrome_version: 183 chrome_version=version[0], 186 chrome_version=version[0],
|
D | test_environment.py | 35 def __init__(self, chrome_version='HEAD'): argument 41 self._chrome_version = chrome_version 87 def __init__(self, package, chrome_version='HEAD'): argument 88 super(AndroidTestEnvironment, self).__init__(chrome_version)
|
D | test_expectations | 212 def _GetRevisionNegativeFilter(chrome_version): 213 if chrome_version in _REVISION_NEGATIVE_FILTER: 214 return _REVISION_NEGATIVE_FILTER[chrome_version] 218 def GetDisabledTestMatchers(operating_system, chrome_version): 224 chrome_version: Chrome version to test against, e.g., 'HEAD' or '26'. 230 _GetRevisionNegativeFilter(chrome_version))[:] 233 def ApplyJavaTestFilter(operating_system, chrome_version, tests): 239 chrome_version: Chrome version to test against, e.g., 'HEAD' or '26'. 246 _GetRevisionNegativeFilter(chrome_version))
|
D | run_java_tests.py | 275 if options.chrome_version != 'HEAD': 281 options.chrome_version)
|
/external/chromium_org/chrome/browser/signin/ |
D | signin_internals_util.cc | 126 chrome::VersionInfo chrome_version; in GetVersionString() local 127 if (!chrome_version.is_valid()) in GetVersionString() 142 return chrome_version.Name() + " " + chrome_version.OSType() + " " + in GetVersionString() 143 chrome_version.Version() + " (" + chrome_version.LastChange() + ")" + in GetVersionString()
|
/external/chromium_org/chrome/browser/sync/glue/ |
D | device_info.cc | 49 const std::string& chrome_version, in DeviceInfo() argument 54 chrome_version_(chrome_version), in DeviceInfo() 69 const std::string& DeviceInfo::chrome_version() const { in chrome_version() function in browser_sync::DeviceInfo 124 && this->chrome_version() == other.chrome_version() in Equals()
|
D | synced_device_tracker.cc | 73 specifics.chrome_version(), in ReadLocalDeviceInfo() 92 specifics.chrome_version(), in ReadDeviceInfo() 129 specifics.chrome_version(), in GetAllSyncedDeviceInfo() 166 specifics.set_chrome_version(info.chrome_version()); in WriteLocalDeviceInfo()
|
D | device_info.h | 29 const std::string& chrome_version, 44 const std::string& chrome_version() const;
|
D | synced_device_tracker_unittest.cc | 30 specifics->set_chrome_version(device_info.chrome_version()); in ConvertDeviceInfoSpecifics()
|
/external/chromium_org/chrome/browser/component_updater/ |
D | widevine_cdm_component_installer.cc | 338 const std::string chrome_version = chrome::VersionInfo().Version(); in UpdateCdmAdapter() local 339 DCHECK(!chrome_version.empty()); in UpdateCdmAdapter() 342 adapter_version != chrome_version || in UpdateCdmAdapter() 345 adapter_version_path, chrome_version.data(), chrome_version.size()); in UpdateCdmAdapter() 347 static_cast<size_t>(bytes_written) != chrome_version.size()) { in UpdateCdmAdapter()
|
D | component_updater_utils.cc | 27 const std::string chrome_version(chrome_version_info.Version()); in BuildProtocolRequest() local 42 prod_id.c_str(), chrome_version.c_str(), // "version" in BuildProtocolRequest() 43 chrome_version.c_str(), // "prodversion" in BuildProtocolRequest()
|
/external/chromium_org/chrome/browser/sync/ |
D | about_sync_util.cc | 144 chrome::VersionInfo chrome_version; in GetVersionString() local 145 if (!chrome_version.is_valid()) in GetVersionString() 160 return chrome_version.Name() + " " + chrome_version.OSType() + " " + in GetVersionString() 161 chrome_version.Version() + " (" + chrome_version.LastChange() + ")" + in GetVersionString()
|
/external/chromium_org/chrome/ |
D | common_constants.gyp | 43 'action_name': 'Make chrome_version.cc', 52 '<(INTERMEDIATE_DIR)/chrome_version.cc',
|
D | chrome_dll.gypi | 127 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_dll_version.rc', 361 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_dll_version.rc',
|
/external/chromium_org/chrome/browser/extensions/api/signed_in_devices/ |
D | signed_in_devices_manager.cc | 44 api_device_info->chrome_version = device_info.chrome_version(); in FillDeviceInfo()
|
D | signed_in_devices_api_unittest.cc | 158 device_info.chrome_version(), in CreateDeviceInfo()
|
/external/chromium_org/chrome/test/functional/ |
D | stress.py | 81 chrome_version = None variable in StressTest 96 url = self.stress_pref['symbols_dir'] + self.chrome_version 112 symbol_files = ['%s-%s-i386.breakpad' % (sym_file, self.chrome_version) \ 126 self.chrome_version = self.GetBrowserInfo()['properties']['ChromeVersion'] 686 build_version = self.chrome_version
|
D | nacl_sdk.py | 210 chrome_version = browser_info['properties']['ChromeVersion'] 211 chrome_build = int(chrome_version.split('.')[0]) 701 chrome_version = browser_info['properties']['ChromeVersion'] 702 chrome_build = int(chrome_version.split('.')[0])
|
/external/chromium_org/sync/protocol/ |
D | device_info_specifics.proto | 36 optional string chrome_version = 5; field
|
/external/chromium/chrome/browser/ |
D | bug_report_util.cc | 303 std::string chrome_version = version_info.Name() + " - " + local 307 chrome_version);
|
/external/chromium_org/win8/delegate_execute/ |
D | delegate_execute.gyp | 29 'template_input_path': '../../chrome/app/chrome_version.rc.version',
|
/external/chromium_org/cloud_print/ |
D | cloud_print_resources.gyp | 35 'template_input_path': '../chrome/app/chrome_version.rc.version',
|
/external/chromium_org/tools/mac/ |
D | symbolicate_crash.py | 487 chrome_version = report.report_info['Version'].split(' ')[0] 488 symbol_path = os.path.join(args[0], chrome_version)
|
/external/chromium_org/win8/metro_driver/ |
D | metro_driver.gyp | 41 'template_input_path': '../../chrome/app/chrome_version.rc.version',
|