Searched defs:version (Results 276 - 300 of 1371) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/net/tools/quic/test_tools/
H A Dquic_test_utils.h66 virtual bool OnProtocolVersionMismatch(QuicVersion version) { return false; } argument
/external/chromium_org/sql/
H A Dmeta_table.cc15 // Key used in our meta table for version numbers.
16 static const char kVersionKey[] = "version";
31 bool MetaTable::Init(Connection* db, int version, int compatible_version) { argument
36 // Require new clients to start with a greater initial version.
37 DCHECK_GT(version, 0);
53 SetVersionNumber(version);
65 void MetaTable::SetVersionNumber(int version) { argument
66 DCHECK_GT(version, 0);
67 SetValue(kVersionKey, version);
71 int version local
75 SetCompatibleVersionNumber(int version) argument
81 int version = 0; local
[all...]
/external/chromium_org/sync/api/
H A Dsync_merge_result.cc50 void SyncMergeResult::set_pre_association_version(int64 version) { argument
51 pre_association_version_ = version;
/external/chromium_org/sync/notifier/
H A Dobject_id_invalidation_map.cc25 const ObjectIdSet& ids, int64 version, const std::string& payload) {
29 invalidation_map[*it].version = version;
24 ObjectIdSetToInvalidationMap( const ObjectIdSet& ids, int64 version, const std::string& payload) argument
/external/chromium_org/third_party/WebKit/Source/core/platform/network/
H A DHTTPRequest.cpp107 HTTPRequest::HTTPRequest(const String& requestMethod, const KURL& url, HTTPVersion version) argument
109 , m_httpVersion(version)
H A DHTTPRequest.h47 static PassRefPtr<HTTPRequest> create(const String& requestMethod, const KURL& url, HTTPVersion version) { return adoptRef(new HTTPRequest(requestMethod, url, version)); } argument
/external/chromium_org/third_party/WebKit/Source/core/platform/win/
H A DSystemInfo.cpp37 static WindowsVersion version; local
50 version = Windows3_1;
53 version = Windows95;
55 version = (minorVersion == 10) ? Windows98 : WindowsME;
59 version = Windows2000;
61 version = (minorVersion == 1) ? WindowsXP : WindowsServer2003;
64 version = (majorVersion == 6 && !minorVersion) ? WindowsVista : Windows7;
66 version = WindowsServer2008;
68 version = (majorVersion == 4) ? WindowsNT4 : WindowsNT3;
76 return version;
82 WindowsVersion version = windowsVersion(&major, &minor); local
[all...]
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBFactory.cpp93 PassRefPtr<IDBOpenDBRequest> IDBFactory::open(ScriptExecutionContext* context, const String& name, unsigned long long version, ExceptionState& es) argument
96 if (!version) {
100 return openInternal(context, name, version, es);
103 PassRefPtr<IDBOpenDBRequest> IDBFactory::openInternal(ScriptExecutionContext* context, const String& name, int64_t version, ExceptionState& es) argument
106 ASSERT(version >= 1 || version == IDBDatabaseMetadata::NoIntVersion);
120 RefPtr<IDBOpenDBRequest> request = IDBOpenDBRequest::create(context, databaseCallbacks, transactionId, version);
121 m_backend->open(name, version, transactionId, request, databaseCallbacks, createDatabaseIdentifierFromSecurityOrigin(context->securityOrigin()), context);
H A DIDBMetadata.h92 IDBDatabaseMetadata(const String& name, int64_t id, const String& version, int64_t intVersion, int64_t maxObjectStoreId) argument
95 , version(version)
103 String version; member in struct:WebCore::IDBDatabaseMetadata
H A DIDBOpenDBRequest.cpp39 PassRefPtr<IDBOpenDBRequest> IDBOpenDBRequest::create(ScriptExecutionContext* context, PassRefPtr<IDBDatabaseCallbacksImpl> callbacks, int64_t transactionId, int64_t version) argument
41 RefPtr<IDBOpenDBRequest> request(adoptRef(new IDBOpenDBRequest(context, callbacks, transactionId, version)));
46 IDBOpenDBRequest::IDBOpenDBRequest(ScriptExecutionContext* context, PassRefPtr<IDBDatabaseCallbacksImpl> callbacks, int64_t transactionId, int64_t version) argument
50 , m_version(version)
96 // This database hasn't had an integer version before.
/external/chromium_org/third_party/angle_dx11/src/compiler/
H A DDirectiveHandler.cpp149 int version)
153 if (version != kVersion)
156 stream << version; local
159 "version number", str, "not supported");
148 handleVersion(const pp::SourceLocation& loc, int version) argument
H A DVersionGLSL.cpp18 // (These constructors were reserved in GLSL version 1.10.)
136 void TVersionGLSL::updateVersion(int version) argument
138 mVersion = std::max(version, mVersion);
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttbdf.c85 FT_UInt version = FT_NEXT_USHORT( p ); local
92 if ( version != 0x0001 ||
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-head-table.hh56 return TRACE_RETURN (c->check_struct (this) && likely (version.major == 1));
60 FixedVersion version; /* Version of the head table--currently member in struct:OT::head
61 * 0x00010000 for version 1.0. */
H A Dhb-ot-hhea-table.hh49 return TRACE_RETURN (c->check_struct (this) && likely (version.major == 1));
53 FixedVersion version; /* 0x00010000 for version 1.0. */ member in struct:OT::hhea
/external/chromium_org/third_party/mesa/src/src/glsl/builtins/tools/
H A Dgenerate_builtins.py279 version = re.sub(r'_(glsl|vert|frag)$', '', profile) variable
280 if version.isdigit():
281 check += 'state->language_version == ' + version
283 check += 'state->' + version + '_enable'
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dversion.c27 #include "version.h"
31 * Override the context's GL version if the environment variable
33 * are point-separated version numbers, such as "3.0".
39 const char *version; local
43 version = getenv(env_var);
44 if (!version) {
48 n = sscanf(version, "%u.%u", &major, &minor);
50 fprintf(stderr, "error: invalid value for %s: %s\n", env_var, version);
58 * Override the context's GLSL version if the environment variable
66 const char *version; local
[all...]
/external/chromium_org/third_party/openssl/openssl/ssl/
H A Ds23_clnt.c53 * The licence and distribution terms for any publically available version or
185 /* s->version=TLS1_VERSION; */
279 int version = 0, version_major, version_minor; local
295 * to maintain "version capability" vector contiguous. So
309 version = TLS1_2_VERSION;
312 version = TLS1_1_VERSION;
314 version = TLS1_1_VERSION;
318 version = TLS1_VERSION;
322 version = SSL3_VERSION;
327 version
[all...]
/external/chromium_org/third_party/ots/src/
H A Dvdmx.h35 uint16_t version; member in struct:ots::OpenTypeVDMX
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLContext.h22 * version, the GrGLBinding type of the context, and GLSL version.
47 GrGLVersion version() const { return fGLVersion; } function in class:GrGLContextInfo
H A DGrGLExtensions.cpp35 GrGLVersion version = GrGLGetVersionFromString((const char*) verString); local
36 indexed = version >= GR_GL_VER(3, 0);
/external/chromium_org/third_party/skia/src/sfnt/
H A DSkOTTable_OS_2.h28 SK_OT_USHORT version; member in union:SkOTTableOS2::Version
39 } version; member in struct:SkOTTableOS2
H A DSkOTTable_hhea.h24 SK_OT_Fixed version; member in struct:SkOTTableHorizontalHeader
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Delf_mem_image.h65 const char *version; // E.g. "LINUX_2.6", could be "" member in struct:base::ElfMemImage::SymbolInfo
107 // symbol/version/type combination.
109 bool LookupSymbol(const char *name, const char *version,
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Delf_mem_image.h65 const char *version; // E.g. "LINUX_2.6", could be "" member in struct:base::ElfMemImage::SymbolInfo
107 // symbol/version/type combination.
109 bool LookupSymbol(const char *name, const char *version,

Completed in 524 milliseconds

<<11121314151617181920>>