Home
last modified time | relevance | path

Searched refs:SetUrl (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dstreaming-decoder.h110 void SetUrl(base::Vector<const char> url) { in SetUrl() function
Dwasm-js.cc101 void SetUrl(base::Vector<const char> url) { streaming_decoder_->SetUrl(url); } in SetUrl() function in v8::WasmStreaming::WasmStreamingImpl
143 void WasmStreaming::SetUrl(const char* url, size_t length) { in SetUrl() function in v8::WasmStreaming
146 impl_->SetUrl(base::VectorOf(url, length)); in SetUrl()
/third_party/node/deps/v8/include/
Dv8-wasm.h195 void SetUrl(const char* url, size_t length);
/third_party/node/src/
Dnode_wasm_web_api.cc91 obj->streaming_->SetUrl(url.out(), url.length()); in SetURL()
/third_party/cef/libcef/common/
Drequest_impl.cc546 request.SetUrl(params->url); in Get()
/third_party/node/deps/v8/src/api/
Dapi.cc10437 void WasmStreaming::SetUrl(const char* url, size_t length) { UNREACHABLE(); } in SetUrl() function in v8::WasmStreaming