Home
last modified time | relevance | path

Searched refs:totalBytes (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/simplebrowser/
H A Ddownloadwidget.cpp97 qreal totalBytes = m_download->totalBytes(); in updateWidget() local
107 if (totalBytes >= 0) { in updateWidget()
108 m_progressBar->setValue(qRound(100 * receivedBytes / totalBytes)); in updateWidget()
113 .arg(withUnit(totalBytes)) in updateWidget()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/simplebrowser/
H A Ddownloadwidget.cpp97 qreal totalBytes = m_download->totalBytes(); in updateWidget() local
107 if (totalBytes >= 0) { in updateWidget()
108 m_progressBar->setValue(qRound(100 * receivedBytes / totalBytes)); in updateWidget()
113 .arg(withUnit(totalBytes)) in updateWidget()
/OK3568_Linux_fs/app/forlinx/forlinx_qt/simplebrowser/
H A Ddownloadwidget.cpp97 qreal totalBytes = m_download->totalBytes(); in updateWidget() local
107 if (totalBytes >= 0) { in updateWidget()
108 m_progressBar->setValue(qRound(100 * receivedBytes / totalBytes)); in updateWidget()
113 .arg(withUnit(totalBytes)) in updateWidget()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/simplebrowser/
H A Ddownloadwidget.cpp97 qreal totalBytes = m_download->totalBytes(); in updateWidget() local
107 if (totalBytes >= 0) { in updateWidget()
108 m_progressBar->setValue(qRound(100 * receivedBytes / totalBytes)); in updateWidget()
113 .arg(withUnit(totalBytes)) in updateWidget()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/files/
H A Dfix-clang-private-operator.patch6 size_t totalBytes; // just an interesting statistic