Searched refs:Version (Results 76 - 100 of 817) sorted by relevance

1234567891011>>

/external/chromium_org/content/public/common/
H A Dwebplugininfo.h16 class Version;
72 // in accepting weird version strings than base::Version::GetFromString()
74 base::Version* parsed_version);
/external/chromium_org/extensions/browser/
H A Dcontent_hash_reader.h29 const base::Version& extension_version,
69 base::Version extension_version_;
H A Dverified_contents.h47 const base::Version& version() const { return version_; }
85 base::Version version_;
H A Dtest_runtime_api_delegate.h21 virtual base::Version GetPreviousExtensionVersion(
/external/chromium_org/net/cert/
H A Dsigned_certificate_timestamp.h91 // Version enum in RFC 6962, Section 3.2.
92 enum Version { enum in struct:net::ct::SignedCertificateTimestamp
112 Version version;
H A Dx509_util_mac.cc51 tp_ssl_options.Version = CSSM_APPLE_TP_SSL_OPTS_VERSION;
62 tp_ssl_options.Version = CSSM_APPLE_TP_SSL_OPTS_VERSION;
93 tp_crl_options.Version = CSSM_APPLE_TP_CRL_OPTS_VERSION;
120 tp_ocsp_options.Version = CSSM_APPLE_TP_OCSP_OPTS_VERSION;
/external/chromium_org/third_party/lcov/rpm/
H A Dlcov.spec3 Version: 1.10
/external/chromium_org/chrome/browser/ui/webui/help/
H A Dversion_updater_win.cc58 void GotInstalledVersion(const Version& version);
84 // the lifespan of the Version independently of the lifespan of the version
120 Version installed_version_;
236 void VersionUpdaterWin::GotInstalledVersion(const Version& version) {
247 Version running_version(version_info.Version());
/external/chromium_org/chrome/browser/
H A Dupgrade_detector_impl.cc149 base::Version GetCurrentlyInstalledVersionImpl(Version* critical_update) {
152 Version installed_version;
169 Version(base::UTF16ToASCII(keystone_glue::CurrentlyInstalledVersion()));
180 installed_version = Version(reply);
297 base::Version UpgradeDetectorImpl::GetCurrentlyInstalledVersion() {
310 Version critical_update;
311 Version installed_version =
320 Version running_version(version_info.Version());
[all...]
H A Dupgrade_detector_impl.h25 static base::Version GetCurrentlyInstalledVersion();
/external/chromium_org/chrome_elf/
H A Dthunk_getter.cc15 enum Version { enum in namespace:__anon6053
98 Version version() const { return version_; }
103 Version version_;
/external/chromium_org/ash/test/
H A Dtest_suite.cc36 base::win::Version version = base::win::GetVersion();
/external/chromium_org/chrome/browser/component_updater/
H A Dev_whitelist_component_installer.h34 const base::Version& version,
/external/chromium_org/chrome/browser/omaha_query_params/
H A Dchrome_omaha_query_params_delegate.cc39 chrome::VersionInfo().Version().c_str(),
H A Dchrome_omaha_query_params_delegate_unittest.cc42 StringPrintf("prodversion=%s", chrome::VersionInfo().Version().c_str())));
/external/chromium_org/chrome/browser/ui/views/message_center/
H A Dweb_notification_tray_win.cc36 base::win::Version win_version = base::win::GetVersion();
/external/chromium_org/chrome/installer/util/
H A Dinstaller_state.cc296 critical_update_version_ = Version(critical_version_value);
504 Version* InstallerState::GetCurrentVersion(
507 scoped_ptr<Version> current_version;
539 const Version* version = NULL;
550 current_version.reset(new Version(*version));
556 Version InstallerState::DetermineCriticalVersion(
557 const Version* current_version,
558 const Version& new_version) const {
567 return Version();
584 const Version
[all...]
/external/chromium_org/components/cronet/android/java/src/org/chromium/net/
H A DHttpUrlConnectionUrlRequestFactory.java31 return "HttpUrlConnection/" + Version.getVersion();
/external/chromium_org/extensions/browser/api/runtime/
H A Druntime_api_delegate.h51 virtual base::Version GetPreviousExtensionVersion(
/external/chromium_org/extensions/shell/browser/
H A Dshell_runtime_api_delegate.h21 virtual base::Version GetPreviousExtensionVersion(
/external/chromium_org/net/tools/quic/test_tools/
H A Dhttp_message.cc28 // the enum values defined in Version and Method of HTTPMessage.
84 HTTPMessage::Version HTTPMessage::StringToVersion(StringPiece str) {
88 return static_cast<HTTPMessage::Version>(i);
99 const char* HTTPMessage::VersionToString(Version version) {
109 HTTPMessage::HTTPMessage(Version ver, Method request, const string& path)
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Donyxd.h33 int Version; member in struct:__anon13066
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfFDFCatalogDictionary_autogen.cpp11 SkString SkPdfFDFCatalogDictionary::Version(SkPdfNativeDoc* doc) { function in class:SkPdfFDFCatalogDictionary
12 SkPdfNativeObject* ret = get("Version", "");
20 return get("Version", "") != NULL;
/external/chromium_org/tools/gyp/test/mac/
H A Dgyptest-objc-gc.py23 if TestMac.Xcode.Version() < '0510':
/external/clang/include/clang/Basic/
H A DObjCRuntime.h57 VersionTuple Version; member in class:clang::ObjCRuntime
64 : TheKind(kind), Version(version) {}
68 Version = version;
72 const VersionTuple &getVersion() const { return Version; }

Completed in 688 milliseconds

1234567891011>>