Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dsource_observer.hpp19 virtual void onSourceDescriptionChanged(Source&) {} in onSourceDescriptionChanged() function in mbgl::style::SourceObserver
H A Dstyle_impl.cpp307 void Style::Impl::onSourceDescriptionChanged(Source& source) { in onSourceDescriptionChanged() function in mbgl::style::Style::Impl
309 observer->onSourceDescriptionChanged(source); in onSourceDescriptionChanged()
H A Dstyle_impl.hpp129 void onSourceDescriptionChanged(Source&) override;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/
H A Dgeojson_source.cpp29 observer->onSourceDescriptionChanged(*this); in setURL()
H A Dimage_source.cpp36 observer->onSourceDescriptionChanged(*this); in setURL()