Searched refs:HasAuthority (Results 1 - 3 of 3) sorted by relevance

/haiku/src/kits/support/
H A DUrl.cpp142 if (relative.HasAuthority())
147 if (relative.HasAuthority()) {
168 if (base.HasAuthority())
403 if (HasAuthority()) {
527 if (HasHost() && !(fHost.IsEmpty() && HasAuthority()) && !_IsHostValid())
552 BUrl::HasAuthority() const function in class:BUrl
1140 if (HasAuthority() && fPath == "") {
/haiku/headers/os/support/
H A DUrl.h58 bool HasAuthority() const;
/haiku/src/tests/kits/net/service/
H A DUrlTest.cpp132 CPPUNIT_ASSERT(url.HasAuthority());

Completed in 42 milliseconds