Home
last modified time | relevance | path

Searched refs:getURL (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/
H A Doffline_download.cpp123 if (geojsonSource.getURL()) { in getStatus()
131 if (imageSource.getURL()) { in getStatus()
214 if (geojsonSource.getURL()) { in activateDownload()
215 queueResource(Resource::source(*geojsonSource.getURL())); in activateDownload()
222 auto imageUrl = imageSource.getURL(); in activateDownload()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dstyle.cpp29 std::string Style::getURL() const { in getURL() function in mbgl::style::Style
30 return impl->getURL(); in getURL()
H A Dstyle_impl.hpp48 std::string getURL() const;
H A Dstyle_impl.cpp126 std::string Style::Impl::getURL() const { in getURL() function in mbgl::style::Style::Impl
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/sources/
H A Dvector_source.hpp19 optional<std::string> getURL() const;
H A Dimage_source.hpp18 optional<std::string> getURL() const;
H A Draster_source.hpp19 optional<std::string> getURL() const;
H A Dgeojson_source.hpp36 optional<std::string> getURL() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dstyle.hpp32 std::string getURL() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/
H A Dgeojson_source.cpp39 optional<std::string> GeoJSONSource::getURL() const { in getURL() function in mbgl::style::GeoJSONSource
H A Dimage_source.cpp50 optional<std::string> ImageSource::getURL() const { in getURL() function in mbgl::style::ImageSource
H A Dvector_source.cpp28 optional<std::string> VectorSource::getURL() const { in getURL() function in mbgl::style::VectorSource
H A Draster_source.cpp27 optional<std::string> RasterSource::getURL() const { in getURL() function in mbgl::style::RasterSource
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/map/
H A Dmap_snapshotter.cpp125 return map.getStyle().getURL(); in getStyleURL()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp648 return QString::fromStdString(d_ptr->mapObj->getStyle().getURL()); in styleUrl()