Symbol: fURL
src/apps/aboutsystem/HyperTextActions.cpp
18
fURL(url)
src/apps/aboutsystem/HyperTextActions.cpp
36
const char* args[] = { fURL.String(), NULL };
src/apps/aboutsystem/HyperTextActions.h
21
BString fURL;
src/apps/aboutsystem/Utilities.cpp
243
fURL = url;
src/apps/aboutsystem/Utilities.cpp
253
fURL(other.fURL)
src/apps/aboutsystem/Utilities.cpp
343
fURL = url;
src/apps/aboutsystem/Utilities.cpp
422
return fURL.Length() > 0 ? fURL.String() : NULL;
src/apps/aboutsystem/Utilities.h
103
BString fURL;
src/apps/webpositive/BrowsingHistory.cpp
109
return fDateTime < other.fDateTime || fURL < other.fURL;
src/apps/webpositive/BrowsingHistory.cpp
126
return fDateTime > other.fDateTime || fURL > other.fURL;
src/apps/webpositive/BrowsingHistory.cpp
24
fURL(url),
src/apps/webpositive/BrowsingHistory.cpp
44
archive->FindString("url", &fURL);
src/apps/webpositive/BrowsingHistory.cpp
64
status = archive->AddString("url", fURL.String());
src/apps/webpositive/BrowsingHistory.cpp
77
fURL = other.fURL;
src/apps/webpositive/BrowsingHistory.cpp
91
return fURL == other.fURL && fDateTime == other.fDateTime
src/apps/webpositive/BrowsingHistory.h
42
const BString& URL() const { return fURL; }
src/apps/webpositive/BrowsingHistory.h
49
BString fURL;
src/apps/webpositive/DownloadProgressView.cpp
185
fURL(download->URL()),
src/apps/webpositive/DownloadProgressView.cpp
195
fURL(),
src/apps/webpositive/DownloadProgressView.cpp
202
fURL = string;
src/apps/webpositive/DownloadProgressView.cpp
324
ret = archive->AddString("url", fURL.String());
src/apps/webpositive/DownloadProgressView.cpp
452
request->AddString("url", fURL);
src/apps/webpositive/DownloadProgressView.cpp
548
data->AddData("text/plain", B_MIME_TYPE, fURL.String(),
src/apps/webpositive/DownloadProgressView.cpp
549
fURL.Length());
src/apps/webpositive/DownloadProgressView.cpp
595
copyURL->SetEnabled(fURL.Length() > 0);
src/apps/webpositive/DownloadProgressView.cpp
616
return fURL;
src/apps/webpositive/DownloadProgressView.h
73
BString fURL;