Symbol: SetUrlString
headers/os/support/Url.h
100
void SetUrlString(const BString& url);
headers/os/support/Url.h
26
BUrl& SetUrlString(const BString& url,
src/bin/media_client/MediaPlay.cpp
61
url.SetUrlString(uri, true);
src/kits/network/libnetservices/Geolocation.cpp
66
fGeolocationService.SetUrlString(kDefaultGeolocationService, true);
src/kits/network/libnetservices/Geolocation.cpp
68
fGeocodingService.SetUrlString(kDefaultGeocodingService, true);
src/kits/support/Url.cpp
1477
SetUrlString(string, false);
src/kits/support/Url.cpp
1484
SetUrlString(string, false);
src/kits/support/Url.cpp
209
SetUrlString(path.Path(), true);
src/kits/support/Url.cpp
52
SetUrlString(url, encode);
src/kits/support/Url.cpp
72
SetUrlString(url, false);
src/kits/support/Url.cpp
845
SetUrlString(string, true);
src/kits/support/Url.cpp
853
SetUrlString(string, true);
src/tests/kits/media/playsound/playfile.cpp
63
url.SetUrlString(argv[1]);
src/tests/kits/net/service/CookieTest.cpp
118
url.SetUrlString("http://testsuites.opera.com/cookies/003-1.php", true);
src/tests/kits/net/service/CookieTest.cpp
122
url.SetUrlString("http://testsuites.opera.com/cookies/003-2.php", true);
src/tests/kits/net/service/CookieTest.cpp
139
url.SetUrlString("http://testsuites.opera.com/cookies/004/004-1.php", true);
src/tests/kits/net/service/CookieTest.cpp
143
url.SetUrlString("http://testsuites.opera.com/cookies/004-2.php", true);
src/tests/kits/net/service/CookieTest.cpp
162
url.SetUrlString("http://testsuites.opera.com/cookies/006-1.php", true);
src/tests/kits/net/service/CookieTest.cpp
185
url.SetUrlString("http://testsuites.opera.com/cookies/007-1.php", true);
src/tests/kits/net/service/CookieTest.cpp
206
url.SetUrlString("http://testsuites.opera.com/cookies/008-1.php", true);
src/tests/kits/net/service/CookieTest.cpp
210
url.SetUrlString("http://testsuites.opera.com/cookies/008-2.php", true);
src/tests/kits/net/service/CookieTest.cpp
227
url.SetUrlString("http://testsuites.opera.com/cookies/010-1.php", true);
src/tests/kits/net/service/CookieTest.cpp
246
url.SetUrlString("http://testsuites.opera.com/cookies/011-1.php", true);
src/tests/kits/net/service/CookieTest.cpp
267
url.SetUrlString("http://testsuites.opera.com/cookies/012-1.php", true);
src/tests/kits/net/service/CookieTest.cpp
301
url.SetUrlString("http://testsuites.opera.com/cookies/013-1.php", true);
src/tests/kits/net/service/CookieTest.cpp
338
url.SetUrlString("http://testsuites.opera.com/cookies/015-1.php", true);
src/tests/kits/net/service/CookieTest.cpp
343
url.SetUrlString("http://testsuites.opera.com/cookies/015/015-2.php", true);
src/tests/kits/net/service/CookieTest.cpp
348
url.SetUrlString("http://testsuites.opera.com/cookies/015/015-3.php", true);
src/tests/kits/net/service/CookieTest.cpp
371
url.SetUrlString("http://testsuites.opera.com/cookies/016/016-1.php", true);
src/tests/kits/net/service/CookieTest.cpp
375
url.SetUrlString("http://testsuites.opera.com/cookies/016/016-2.php", true);
src/tests/kits/net/service/CookieTest.cpp
92
url.SetUrlString("http://testsuites.opera.com/cookies/001-1.php", true);
src/tests/kits/net/service/UrlTest.cpp
218
testUrl.SetUrlString(kTestExplode[testIndex].url, true);
src/tests/kits/net/service/UrlTest.cpp
57
testUrl.SetUrlString(kTestLength[testIndex], true);
src/tests/kits/net/service/UrlTest.cpp
73
url.SetUrlString("", true);