Lines Matching refs:URL
190 // 0:Bit 0 Set to true,The URL analysis failed
1194 URL::URL(const std::string& input)
1213 URL::URL(const std::string& input, const std::string& base)
1263 URL::URL(const std::string& input, const URL& base)
1305 napi_value URL::GetHostname(napi_env env) const
1316 napi_value URL::GetSearch(napi_env env) const
1327 napi_value URL::GetUsername(napi_env env) const
1338 napi_value URL::GetPassword(napi_env env) const
1349 napi_value URL::GetFragment(napi_env env) const
1360 napi_value URL::GetScheme(napi_env env) const
1371 napi_value URL::GetPath(napi_env env) const
1398 napi_value URL::GetPort(napi_env env) const
1409 napi_value URL::GetHost(napi_env env) const
1421 napi_value URL::GetOnOrOff(napi_env env) const
1434 napi_value URL::GetIsIpv6(napi_env env) const
1445 void URL::SetHostname(const std::string& input)
1475 void URL::SetHref(const std::string& input)
1489 void URL::SetPath(const std::string& input)
1542 void URL::SetHost(const std::string& input)
1586 void URL::SetPort(const std::string& input)
1607 void URL::SetSearch(const std::string& input)
1627 void URL::SetFragment(const std::string& input)
1644 void URL::SetScheme(const std::string& input)
1665 void URL::SetUsername(const std::string& input)
1681 void URL::SetPassword(const std::string& input)