Searched refs:fDownloadPath (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/webpositive/
H A DDownloadWindow.h51 BString fDownloadPath; member in class:DownloadWindow
H A DDownloadWindow.cpp133 fDownloadPath = settings->GetValue(kSettingsKeyDownloadPath,
135 settings->SetValue(kSettingsKeyDownloadPath, fDownloadPath);
267 status_t status = get_ref_for_path(fDownloadPath.String(), &ref);
299 fDownloadPath = string;
365 download->Start(BPath(fDownloadPath.String()));

Completed in 25 milliseconds