Searched refs:chrome_version (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/chrome/test/ispy/
H A Dispy_api.py29 def UpdateExpectationVersion(self, chrome_version, version_file):
35 chrome_version: the chrome version as a string of the form "31.0.123.4".
47 chrome_version, expectation_versions)
48 if version == chrome_version:
55 expectation_versions.insert(insert_pos, chrome_version)
61 def _GetExpectationVersion(self, chrome_version, expectation_versions):
65 chrome_version: the chrome version as a string of the form "31.0.123.4".
74 if LooseVersion(version) <= LooseVersion(chrome_version):
76 raise Exception('No expectation exists for Chrome %s' % chrome_version)
95 chrome_version, version_fil
[all...]
/external/chromium_org/components/sync_driver/
H A Ddevice_info.cc12 const std::string& chrome_version,
18 chrome_version_(chrome_version),
34 const std::string& DeviceInfo::chrome_version() const { function in class:sync_driver::DeviceInfo
93 this->chrome_version() == other.chrome_version() &&
10 DeviceInfo(const std::string& guid, const std::string& client_name, const std::string& chrome_version, const std::string& sync_user_agent, const sync_pb::SyncEnums::DeviceType device_type, const std::string& signin_scoped_device_id) argument
H A Ddevice_info.h25 const std::string& chrome_version,
41 const std::string& chrome_version() const;
H A Ddevice_info_sync_service.cc289 specifics.set_chrome_version(info->chrome_version());
319 specifics.chrome_version(),
/external/chromium_org/chrome/test/chromedriver/test/
H A Drun_all_tests.py31 chrome_version=None,
48 if chrome_version:
49 cmd.append('--chrome-version=' + chrome_version)
61 chrome=None, chrome_version=None,
72 chrome_version=chrome_version,
79 def RunJavaTests(chromedriver, chrome=None, chrome_version=None,
91 chrome_version=chrome_version,
200 if options.chrome_version an
[all...]
H A Dtest_environment.py37 def __init__(self, chrome_version='HEAD'):
41 chrome_version: Optionally a chrome version to run the tests against.
43 self._chrome_version = chrome_version
89 def __init__(self, package, chrome_version='HEAD'):
90 super(AndroidTestEnvironment, self).__init__(chrome_version)
H A Drun_java_tests.py276 if options.chrome_version != 'HEAD':
282 options.chrome_version)
H A Drun_py_tests.py1179 negative_filter = _GetDesktopNegativeFilter(options.chrome_version)
/external/chromium_org/chrome/browser/sync/glue/
H A Dlocal_device_info_provider_mock.cc15 const std::string& chrome_version,
24 chrome_version,
12 LocalDeviceInfoProviderMock( const std::string& guid, const std::string& client_name, const std::string& chrome_version, const std::string& sync_user_agent, const sync_pb::SyncEnums::DeviceType device_type, const std::string& signin_scoped_device_id) argument
H A Dlocal_device_info_provider_mock.h22 const std::string& chrome_version,
/external/chromium_org/chrome/browser/component_updater/
H A Dwidevine_cdm_component_installer.cc331 const std::string chrome_version = chrome::VersionInfo().Version(); local
332 DCHECK(!chrome_version.empty());
335 adapter_version != chrome_version ||
338 adapter_version_path, chrome_version.data(), chrome_version.size());
340 static_cast<size_t>(bytes_written) != chrome_version.size()) {
/external/chromium_org/chrome/browser/sync/
H A Dabout_sync_util.cc145 chrome::VersionInfo chrome_version; local
146 if (!chrome_version.is_valid())
161 return chrome_version.Name() + " " + chrome_version.OSType() + " " +
162 chrome_version.Version() + " (" + chrome_version.LastChange() + ")" +
/external/chromium_org/chrome/browser/extensions/api/signed_in_devices/
H A Dsigned_in_devices_manager.cc38 api_device_info->chrome_version = device_info.chrome_version();
H A Dsigned_in_devices_api_unittest.cc44 device_info->chrome_version(),
/external/chromium_org/chrome/browser/signin/
H A Dchrome_signin_client.cc179 chrome::VersionInfo chrome_version; local
180 if (!chrome_version.is_valid())
182 return chrome_version.CreateVersionString();
/external/chromium_org/google_apis/gcm/engine/
H A Dcheckin_request_unittest.cc203 EXPECT_EQ(chrome_build_proto_.chrome_version(),
204 request_proto.checkin().chrome_build().chrome_version());
/external/chromium_org/chrome/browser/metrics/
H A Dchrome_metrics_service_client.cc518 base::string16 chrome_version(base::ASCIIToUTF16(chrome::kChromeVersion));
534 StartsWith(name, chrome_version, false) &&
/external/chromium_org/tools/mac/
H A Dsymbolicate_crash.py487 chrome_version = report.report_info['Version'].split(' ')[0]
488 symbol_path = os.path.join(args[0], chrome_version)
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dbuild_sdk.py983 chrome_version = int(build_version.ChromeMajorVersion())
986 pepper_ver = str(chrome_version)
987 pepper_old = str(chrome_version - 1)
/external/chromium_org/chrome/browser/
H A Dshell_integration_linux.cc329 // Chrome. |script| gives the name of the script. |chrome_version| returns the
334 std::string* chrome_version) {
341 *chrome_version = chrome_version_path.value();
333 GetChromeVersionOfScript(const std::string& script, std::string* chrome_version) argument
/external/chromium_org/sync/protocol/
H A Dproto_value_conversions.cc503 SET_STR(chrome_version);

Completed in 272 milliseconds