Home
last modified time | relevance | path

Searched refs:proto_string (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/net/socket/
Dssl_client_socket.cc26 const std::string& proto_string) { in NextProtoFromString() argument
27 if (proto_string == "http1.1" || proto_string == "http/1.1") { in NextProtoFromString()
29 } else if (proto_string == "spdy/2") { in NextProtoFromString()
31 } else if (proto_string == "spdy/3") { in NextProtoFromString()
33 } else if (proto_string == "spdy/3.1") { in NextProtoFromString()
35 } else if (proto_string == "h2-12") { in NextProtoFromString()
39 } else if (proto_string == "quic/1+spdy/3") { in NextProtoFromString()
Dssl_client_socket.h100 static NextProto NextProtoFromString(const std::string& proto_string);
/external/chromium_org/sync/syncable/
Dsyncable_proto_util.cc11 syncable::Id SyncableIdFromProto(const std::string& proto_string) { in SyncableIdFromProto() argument
12 return syncable::Id::CreateFromServerId(proto_string); in SyncableIdFromProto()
Dsyncable_proto_util.h21 syncable::Id SyncableIdFromProto(const std::string& proto_string);
/external/chromium_org/v8/src/
Dast.cc191 zone->isolate()->factory()->proto_string())) { in ObjectLiteralProperty()
Dheap.h268 V(proto_string, "__proto__") \
Dheap-snapshot-generator.cc1163 obj, entry, heap_->proto_string(), js_obj->GetPrototype()); in ExtractJSObjectReferences()
Druntime.cc1815 isolate->factory()->proto_string(), in RUNTIME_FUNCTION()
1847 obj, isolate->factory()->proto_string(), v8::ACCESS_SET)) { in RUNTIME_FUNCTION()
1862 isolate->factory()->proto_string(), in RUNTIME_FUNCTION()