Home
last modified time | relevance | path

Searched defs:uriString (Results 1 – 2 of 2) sorted by relevance

/base/web/webview/test/fuzztest/ohos_adapter/pasteboard_adapter/seturi_fuzzer/
Dseturi_fuzzer.cpp32 std::string uriString((const char*) data, size); in DoSomethingInterestingWithMyAPI() local
/base/web/webview/ohos_adapter/pasteboard_adapter/src/
Dpasteboard_client_adapter_impl.cpp101 bool PasteDataRecordAdapterImpl::SetUri(const std::string& uriString) in SetUri()