Searched refs:proto_string (Results 1 – 8 of 8) sorted by relevance
26 const std::string& proto_string) { in NextProtoFromString() argument27 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()
100 static NextProto NextProtoFromString(const std::string& proto_string);
11 syncable::Id SyncableIdFromProto(const std::string& proto_string) { in SyncableIdFromProto() argument12 return syncable::Id::CreateFromServerId(proto_string); in SyncableIdFromProto()
21 syncable::Id SyncableIdFromProto(const std::string& proto_string);
191 zone->isolate()->factory()->proto_string())) { in ObjectLiteralProperty()
268 V(proto_string, "__proto__") \
1163 obj, entry, heap_->proto_string(), js_obj->GetPrototype()); in ExtractJSObjectReferences()
1815 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()