Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeofiletilecache.cpp91 ,isDiskCostSet_(false), isMemoryCostSet_(false), isTextureCostSet_(false) in QGeoFileTileCache()
126 if (!isDiskCostSet_) { // If setMaxDiskUsage has not been called yet in init()
246 isDiskCostSet_ = true; in setMaxDiskUsage()
H A Dqgeofiletilecache_p.h171 bool isDiskCostSet_; variable