Searched refs:fURL (Results 1 - 8 of 8) sorted by relevance

/haiku/src/apps/aboutsystem/
H A DHyperTextActions.cpp18 fURL(url)
36 const char* args[] = { fURL.String(), NULL };
H A DHyperTextActions.h21 BString fURL; member in class:URLAction
H A DUtilities.cpp243 fURL = url;
253 fURL(other.fURL)
343 fURL = url;
422 return fURL.Length() > 0 ? fURL.String() : NULL;
H A DUtilities.h103 BString fURL; member in class:PackageCredit
/haiku/src/apps/webpositive/
H A DBrowsingHistory.cpp24 fURL(url),
44 archive->FindString("url", &fURL);
64 status = archive->AddString("url", fURL.String());
77 fURL = other.fURL;
91 return fURL == other.fURL && fDateTime == other.fDateTime
109 return fDateTime < other.fDateTime || fURL < other.fURL;
126 return fDateTime > other.fDateTime || fURL > othe
[all...]
H A DBrowsingHistory.h42 const BString& URL() const { return fURL; }
49 BString fURL; member in class:BrowsingHistoryItem
H A DDownloadProgressView.h69 BString fURL; member in class:DownloadProgressView
H A DDownloadProgressView.cpp185 fURL(download->URL()),
195 fURL(),
202 fURL = string;
310 ret = archive->AddString("url", fURL.String());
434 request->AddString("url", fURL);
529 data->AddData("text/plain", B_MIME_TYPE, fURL.String(),
530 fURL.Length());
582 copyURL->SetEnabled(fURL.Length() > 0);
603 return fURL;

Completed in 58 milliseconds