Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_api_module/url/
H A Djs_url.cpp1655 std::string thisScheme = ""; in SetScheme() local
1657 if (AnalysisScheme(strInput, thisScheme, thisFlags)) { in SetScheme()
1661 urlData_.scheme = thisScheme; in SetScheme()