Home
last modified time | relevance | path

Searched refs:downloadedSuccessfully (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Ddownloadmanager.cpp254 bool running = !downloadedSuccessfully(); in updateInfoLabel()
313 bool DownloadItem::downloadedSuccessfully() const in downloadedSuccessfully() function in DownloadItem
429 if (item->downloadedSuccessfully() in updateRow()
466 settings.setValue(key + QLatin1String("done"), m_downloads[i]->downloadedSuccessfully()); in save()
544 if (!m_downloadManager->m_downloads.at(index.row())->downloadedSuccessfully()) in data()
561 if (m_downloadManager->m_downloads.at(i)->downloadedSuccessfully() in removeRows()
H A Ddownloadmanager.h55 bool downloadedSuccessfully() const;