Searched refs:Version (Results 51 - 75 of 817) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/plugins/
H A Dplugin_metadata_unittest.cc44 plugin_metadata.AddVersion(Version("9.4.1"), kRequiresAuthorization);
45 plugin_metadata.AddVersion(Version("10"), kOutOfDate);
46 plugin_metadata.AddVersion(Version("10.2.1"), kUpToDate);
/external/chromium_org/chrome/browser/safe_browsing/
H A Dprotocol_manager_helper.cc32 std::string SafeBrowsingProtocolManagerHelper::Version() { function in class:SafeBrowsingProtocolManagerHelper
34 if (!version_info.is_valid() || version_info.Version().empty())
37 return version_info.Version();
H A Dprotocol_manager_helper.h36 static std::string Version();
/external/chromium_org/components/variations/
H A Dstudy_filtering.h48 const base::Version& version);
58 const base::Version& version,
71 const base::Version& version,
/external/chromium_org/extensions/browser/
H A Dexternal_provider_interface.h17 class Version;
39 const base::Version* version,
88 scoped_ptr<base::Version>* version) const = 0;
/external/chromium_org/chrome/browser/component_updater/
H A Dpepper_flash_component_installer.cc108 Version* latest_version,
117 Version version(path.BaseName().MaybeAsASCII());
149 Version* dll_version) {
166 // Version number is embedded in file name like basename_x_y_z.dll. Extract.
175 // Version can parse it.
180 Version version(version_string);
212 const Version& flash_version,
257 const Version& version,
279 Version registered_version(base::UTF16ToUTF8(it->version));
335 explicit PepperFlashComponentInstaller(const Version
[all...]
H A Drecovery_component_installer.cc54 explicit RecoveryComponentInstaller(const Version& version,
68 Version current_version_;
74 Version version(prefs->GetString(prefs::kRecoveryComponentVersion));
90 void RecoveryUpdateVersionHelper(const Version& version, PrefService* prefs) {
95 RecoveryComponentInstaller::RecoveryComponentInstaller(const Version& version,
113 Version version(proposed_version.c_str());
H A Dswiftshader_component_installer.cc66 Version* latest,
74 Version version(path.BaseName().MaybeAsASCII());
100 explicit SwiftShaderComponentInstaller(const Version& version);
113 Version current_version_;
117 const Version& version)
135 Version version(proposed_version.c_str());
165 const Version& version) {
201 Version version(kNullVersion);
225 Version version(kNullVersion);
/external/chromium_org/chrome/browser/extensions/
H A Dpending_extension_manager.h17 class Version;
106 const base::Version& version,
125 const base::Version& version,
H A Dextension_sync_data.h54 // Version-independent properties (i.e., used even when the
63 // Version-dependent properties (i.e., should be used only when the
65 const Version& version() const { return version_; }
80 Version version_;
H A Dexternal_provider_impl.h19 class Version;
63 scoped_ptr<base::Version>* version) const OVERRIDE;
/external/chromium_org/chrome/installer/setup/
H A Dsetup_util.h23 class Version;
50 Version* GetMaxVersionFromArchiveDir(const base::FilePath& chrome_path);
72 const base::Version& installer_version,
H A Dinstall.h61 const Version& version);
117 const Version& new_version);
/external/chromium_org/chrome/browser/profiles/
H A Dchrome_version_service.cc42 std::string version = version_info.Version();
/external/chromium_org/chrome/common/
H A Dchrome_version_info.h45 // Version number, e.g. "6.0.490.1".
46 std::string Version() const;
51 // Whether this is an "official" release of the current Version():
52 // whether knowing Version() is enough to completely determine what
H A Dservice_process_util.cc74 Version service_version(version);
87 Version running_version(version_info.Version());
128 versioned_str.append(version_info.Version());
249 if (version_info.Version().length() >= kMaxVersionStringLength) {
250 NOTREACHED() << "Version string length is << " <<
251 version_info.Version().length() << "which is longer than" <<
274 memcpy(shared_data->service_process_version, version_info.Version().c_str(),
275 version_info.Version().length());
/external/chromium_org/chrome/installer/util/
H A Dfake_product_state.h17 void set_version(Version* version) { version_.reset(version); }
H A Dinstaller_state_unittest.cc59 const Version& critical_update_version() const {
144 Version latest_version("1.0.4.0");
224 Version latest_version("1.0.4.0");
225 Version existing_version("1.0.1.0");
268 Version new_version(kNewVersion);
269 Version old_version(kOldVersion);
349 Version current_version(kCurrentVersion);
367 Version found_version(*installer_state.GetCurrentVersion(machine_state));
458 new Version(chrome::kChromeVersion));
468 scoped_ptr<Version> versio
[all...]
/external/chromium_org/v8/src/
H A Dversion.h11 class Version { class in namespace:v8::internal
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dversion.c54 ctx->Version = major * 10 + minor;
223 ctx->Version = major * 10 + minor;
235 ctx->Version / 10, ctx->Version % 10);
252 ctx->Version = 11;
254 ctx->Version = 10;
267 ctx->Version % 10);
287 ctx->Version = 20;
304 * Set the context's Version and VersionString fields.
311 if (ctx->Version)
[all...]
/external/mesa3d/src/mesa/main/
H A Dversion.c54 ctx->Version = major * 10 + minor;
223 ctx->Version = major * 10 + minor;
235 ctx->Version / 10, ctx->Version % 10);
252 ctx->Version = 11;
254 ctx->Version = 10;
267 ctx->Version % 10);
287 ctx->Version = 20;
304 * Set the context's Version and VersionString fields.
311 if (ctx->Version)
[all...]
/external/chromium_org/chrome/browser/component_updater/pnacl/
H A Dpnacl_component_installer.cc75 void CheckVersionCompatiblity(const base::Version& current_version) {
96 Version* latest_version,
105 Version version(path.BaseName().MaybeAsASCII());
160 Version* version_out) {
181 Version version(proposed_version.c_str());
235 Version version;
273 if (current_version().Equals(Version(kNullVersion)))
295 void FinishPnaclUpdateRegistration(const Version& current_version,
324 Version current_version(kNullVersion);
330 Version manifest_versio
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DVersion.src6 * to you under the Apache License, Version 2.0 (the "License");
19 * $Id: Version.src 468654 2006-10-28 07:09:23Z minchau $
27 * org.apache.project-name.Version.getVersion() be a standard way
31 public final class Version
36 * Version String formatted like
80 * Version number. This changes only when there is a
/external/chromium_org/components/component_updater/
H A Dcomponent_updater_configurator.h19 class Version;
65 // Version of the application. Used to compare the component manifests.
66 virtual base::Version GetBrowserVersion() const = 0;
H A Dcrx_update_item.h84 Version previous_version;
85 Version next_version;

Completed in 591 milliseconds

1234567891011>>