Home
last modified time | relevance | path

Searched refs:ShouldAttemptNetworkDownload (Results 1 – 3 of 3) sorted by relevance

/haiku/src/apps/haikudepot/server/
H A DAbstractServerProcess.h70 bool ShouldAttemptNetworkDownload(
H A DAbstractSingleFileServerProcess.cpp57 if (IsSuccess(result) && ShouldAttemptNetworkDownload(hasData)) { in RunInternal()
H A DAbstractServerProcess.cpp68 AbstractServerProcess::ShouldAttemptNetworkDownload(bool hasDataAlready) in ShouldAttemptNetworkDownload() function in AbstractServerProcess