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

/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp2745 BPath pathToPageSource; local
2752 pathToPageSource.SetTo(url.String());
2760 ret = find_directory(B_SYSTEM_TEMP_DIRECTORY, &pathToPageSource);
2765 ret = pathToPageSource.Append(tmpFileName.String());
2767 BFile pageSourceFile(pathToPageSource.Path(),
2789 ret = get_ref_for_path(pathToPageSource.Path(), &ref);

Completed in 95 milliseconds