Searched refs:URL (Results 1 - 10 of 10) sorted by relevance

/haiku/src/apps/webpositive/
H A DBrowsingHistory.h42 const BString& URL() const { return fURL; } function in class:BrowsingHistoryItem
H A DDownloadProgressView.h46 const BString& URL() const;
H A DBrowsingHistory.cpp267 if (item.URL() == existingItem->URL()) {
H A DDownloadWindow.cpp376 if (view->URL() == download->URL()) {
H A DDownloadProgressView.cpp185 fURL(download->URL()),
580 BMenuItem* copyURL = new BMenuItem(B_TRANSLATE("Copy URL to clipboard"),
601 DownloadProgressView::URL() const function in class:DownloadProgressView
H A DBrowserWindow.cpp535 // URL input group
744 // Handle B_RETURN in the URL text control. This is the easiest
753 // Replace edited text with the current URL.
1373 // Unlock it so the following code can update the URL
1540 // the correct URL when they switch back to that tab.
1591 BString status(B_TRANSLATE_COMMENT("%url failed", "Loading URL failed. "
1608 BString status(B_TRANSLATE_COMMENT("%url finished", "Loading URL "
1633 // Try delegating the URL to an external app instead.
1656 // TODO: Remove the failing URL from the BrowsingHistory!
1981 // The existing entry is a bookmark with the same URL
[all...]
H A DURLInputGroup.cpp38 #define B_TRANSLATION_CONTEXT "URL Bar"
90 const BString& choiceText = item.URL();
290 // Lock the URL input if it was modified
302 // Unlock the URL input if focus was lost.
364 // Make the base URL part bold.
/haiku/src/apps/aboutsystem/
H A DUtilities.h90 const char* URL() const;
H A DUtilities.cpp235 // URL is optional
236 if (packageDescription.FindString("URL", &url) != B_OK)
420 PackageCredit::URL() const function in class:PackageCredit
H A DAboutSystem.cpp2226 package->Licenses(), package->Sources(), package->URL());

Completed in 173 milliseconds