Searched refs:SetUrl (Results 1 – 6 of 6) sorted by relevance
110 void SetUrl(base::Vector<const char> url) { in SetUrl() function
101 void SetUrl(base::Vector<const char> url) { streaming_decoder_->SetUrl(url); } in SetUrl() function in v8::WasmStreaming::WasmStreamingImpl143 void WasmStreaming::SetUrl(const char* url, size_t length) { in SetUrl() function in v8::WasmStreaming146 impl_->SetUrl(base::VectorOf(url, length)); in SetUrl()
195 void SetUrl(const char* url, size_t length);
91 obj->streaming_->SetUrl(url.out(), url.length()); in SetURL()
546 request.SetUrl(params->url); in Get()
10437 void WasmStreaming::SetUrl(const char* url, size_t length) { UNREACHABLE(); } in SetUrl() function in v8::WasmStreaming