HomeSort by relevance Sort by last modified time
    Searched defs:version (Results 101 - 125 of 1191) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/components/cloud_devices/common/
cloud_device_description.cc 33 std::string version; local
34 root_->GetString(json::kVersion, &version);
35 return version == json::kVersion10;
  /external/chromium_org/components/domain_reliability/
config.h 110 std::string version; member in class:domain_reliability::DomainReliabilityConfig
  /external/chromium_org/components/search_engines/
template_url_prepopulate_data_unittest.cc 132 int version = TemplateURLPrepopulateData::GetDataVersion(&prefs_); local
133 EXPECT_EQ(1, version);
218 int version = TemplateURLPrepopulateData::GetDataVersion(&prefs_); local
219 EXPECT_EQ(1, version);
224 version = TemplateURLPrepopulateData::GetDataVersion(&prefs_);
225 EXPECT_EQ(TemplateURLPrepopulateData::kCurrentDataVersion, version);
  /external/chromium_org/content/browser/renderer_host/pepper/
content_browser_pepper_host_factory.cc 113 ppapi::TCPSocketVersion version; local
114 if (!UnpackMessage<PpapiHostMsg_TCPSocket_Create>(message, &version) ||
115 version == ppapi::TCP_SOCKET_VERSION_PRIVATE) {
119 return CreateNewTCPSocket(instance, params.pp_resource(), version);
240 ppapi::TCPSocketVersion version,
246 host_, instance, version, socket.Pass()));
255 ppapi::TCPSocketVersion version) {
260 new PepperTCPSocketMessageFilter(this, host_, instance, version));
  /external/chromium_org/content/public/common/
webplugininfo.cc 13 #include "base/version.h"
38 version(rhs.version),
50 version = rhs.version;
64 version(fake_version),
73 base::Version* parsed_version) {
74 // Remove spaces and ')' from the version string,
76 std::string version = base::UTF16ToASCII(version_string); local
77 base::RemoveChars(version, ") ", &version)
    [all...]
  /external/chromium_org/crypto/
secure_hash_default.cc 61 int version; local
62 if (!data_iterator->ReadInt(&version))
65 if (version > kSecureHashVersion)
secure_hash_openssl.cc 67 int version; local
68 if (!data_iterator->ReadInt(&version))
71 if (version > kSecureHashVersion)
  /external/chromium_org/extensions/browser/api/runtime/
runtime_api_delegate.h 9 #include "base/version.h"
32 std::string version; member in struct:extensions::RuntimeAPIDelegate::UpdateCheckResult
36 const std::string& version);
50 // Determines an extension's previously installed version if applicable.
51 virtual base::Version GetPreviousExtensionVersion(
  /external/chromium_org/extensions/browser/
verified_contents.h 13 #include "base/version.h"
47 const base::Version& version() const { return version_; } function in class:extensions::VerifiedContents
85 base::Version version_;
  /external/chromium_org/gpu/command_buffer/service/
async_pixel_transfer_manager_android.cc 36 const std::string version = MakeString( local
46 version.find("OpenGL ES 3.1") != std::string::npos) {
  /external/chromium_org/media/blink/
cache_util.cc 30 const int version = response.httpVersion(); local
32 version == WebURLResponse::HTTP_1_1 ? HttpVersion(1, 1) :
33 version == WebURLResponse::HTTP_1_0 ? HttpVersion(1, 0) :
34 version == WebURLResponse::HTTP_0_9 ? HttpVersion(0, 9) :
cache_util_unittest.cc 24 WebURLResponse::HTTPVersion version; member in struct:media::GRFUTestCase
34 response.setHTTPVersion(test.version);
89 ", version: %d, code: %d, headers: %s",
90 i, tests[i].version, tests[i].status_code,
  /external/chromium_org/media/cast/net/rtp/
rtp_parser.cc 42 const uint8 version = bits >> 6; local
43 if (version != 2)
  /external/chromium_org/native_client_sdk/src/doc/
conf.py 25 # If your documentation needs a minimal Sphinx version, state it here.
47 # The version info for the project you're documenting, acts as replacement for
48 # |version| and |release|, also used in various other places throughout the
51 # The short X.Y version.
52 version = '31' variable
53 # The full version, including alpha/beta/rc tags.
  /external/chromium_org/net/cert/
signed_tree_head.h 24 // Version enum in RFC 6962, Section 3.2. Note that while in the current
27 enum Version { V1 = 0, };
29 Version version; member in struct:net::ct::SignedTreeHead
  /external/chromium_org/net/quic/
quic_protocol_test.cc 60 // If you add a new version to the QuicVersion enum you will need to add a new
65 // Any logs would indicate an unsupported version which we don't expect.
71 // Explicitly test a specific version.
79 QuicVersion version = kSupportedQuicVersions[i]; local
80 EXPECT_LT(0u, QuicVersionToQuicTag(version));
99 // If you add a new version to the QuicVersion enum you will need to add a new
104 // Any logs would indicate an unsupported version which we don't expect.
115 QuicVersion version = kSupportedQuicVersions[i]; local
117 // Get the tag from the version (we can loop over QuicVersions easily).
118 QuicTag tag = QuicVersionToQuicTag(version);
164 QuicVersion version = kSupportedQuicVersions[i]; local
    [all...]
  /external/chromium_org/ppapi/proxy/
gamepad_resource.cc 22 base::subtle::Atomic32 version; local
24 version = base::subtle::NoBarrier_Load(sequence);
28 if ((version & 1) == 0)
34 return version;
38 base::subtle::Atomic32 version) {
41 return base::subtle::Release_Load(sequence) != version;
85 base::subtle::Atomic32 version; local
88 version = ReadBegin(&buffer_->sequence);
93 } while (ReadRetry(&buffer_->sequence, version));
  /external/chromium_org/sandbox/win/tests/validation_tests/
suite.cc 123 base::win::Version version = base::win::GetVersion(); local
124 if (version < base::win::VERSION_WIN7)
169 if (base::win::Version() < base::win::VERSION_VISTA)
191 if (base::win::Version() < base::win::VERSION_VISTA)
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
concat-jquery-mootools-prototype.js 99 // The current version of jQuery being used
629 // Since version 1.3, DOM methods and functions like alert
1170 version: (userAgent.match( /.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/ ) || [0,'0'])[1],
    [all...]
jquery-1.3.2.js 99 // The current version of jQuery being used
629 // Since version 1.3, DOM methods and functions like alert
1170 version: (userAgent.match( /.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/ ) || [0,'0'])[1],
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
FontFaceCache.h 64 unsigned version() const { return m_version; } function in class:blink::FINAL
  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIAccessInitializer.h 30 String version; member in struct:blink::MIDIAccessInitializer::PortDescriptor
32 PortDescriptor(const String& id, const String& manufacturer, const String& name, MIDIPort::MIDIPortTypeCode type, const String& version)
37 , version(version) { }
51 virtual void didAddInputPort(const String& id, const String& manufacturer, const String& name, const String& version) OVERRIDE;
52 virtual void didAddOutputPort(const String& id, const String& manufacturer, const String& name, const String& version) OVERRIDE;
  /external/chromium_org/third_party/angle/src/compiler/translator/
DirectiveHandler.cpp 151 int version)
153 if (version == 100 ||
154 version == 300)
156 mShaderVersion = version;
161 stream << version; local
164 "version number", str, "not supported");
  /external/chromium_org/third_party/closure_linter/
setup.py 5 # Licensed under the Apache License, Version 2.0 (the "License");
23 version='2.3.14', variable
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
header.h 23 unsigned int version: 3; member in struct:__anon17680

Completed in 333 milliseconds

1 2 3 45 6 7 8 91011>>