Home
last modified time | relevance | path

Searched defs:Geoposition (Results 1 – 18 of 18) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/test/chromedriver/chrome/
H A Dgeoposition.h8 struct Geoposition { struct
9 double latitude;
10 double longitude;
11 double accuracy;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/device/geolocation/
H A Dposition_cache.h10 class Geoposition; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/device/geolocation/
H A Dposition_cache.h10 class Geoposition; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/page/
H A DPositionCallback.h34 class Geoposition; variable
H A DGeolocationPositionCache.h39 class Geoposition; variable
H A DGeoposition.h52 Geoposition(PassRefPtr<Coordinates> coordinates, DOMTimeStamp timestamp) in Geoposition() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/bindings/js/
H A DJSCustomPositionCallback.h35 class Geoposition; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/geolocation/
H A Dgeoposition.cc20 Geoposition::Geoposition() in Geoposition() function in chromeos::Geoposition
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/geolocation/
H A Dgeoposition.h42 Geoposition(GeolocationCoordinates* coordinates, DOMTimeStamp timestamp) in Geoposition() function
H A Dgeo_notifier.h20 class Geoposition; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/geolocation/
H A Dgeoposition.h42 Geoposition(GeolocationCoordinates* coordinates, DOMTimeStamp timestamp) in Geoposition() function
H A Dgeo_notifier.h20 class Geoposition; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/generated/
H A DJSGeoposition.h33 class Geoposition; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/
H A DGeolocationService.h35 class Geoposition; variable
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Devices/Geolocation/
H A Dmod.rs1215 pub struct Geoposition(::windows::runtime::IInspectable); struct
1216 impl Geoposition { impl
1239 unsafe impl ::windows::runtime::RuntimeType for Geoposition { implementation
1242 unsafe impl ::windows::runtime::Interface for Geoposition { implementation
1246 impl ::windows::runtime::RuntimeName for Geoposition { implementation
1259 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for Geoposition { implementation
1264 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &Geoposition { implementation
1289 unsafe impl ::std::marker::Send for Geoposition {} implementation
1290 unsafe impl ::std::marker::Sync for Geoposition {} implementation
1316 pub fn Position(&self) -> ::windows::runtime::Result<Geoposition> { in Position()
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Devices/Geolocation/Geofencing/
H A Dmod.rs168 pub fn LastKnownGeoposition(&self) -> ::windows::runtime::Result<super::Geoposition> { in LastKnownGeoposition()
381 pub fn Geoposition(&self) -> ::windows::runtime::Result<super::Geoposition> { in Geoposition() method
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Devices/Geolocation/
H A Dmod.rs54 pub type Geoposition = *mut ::core::ffi::c_void; typedef
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/geolocation/
H A Dgeolocation_browsertest.cc416 IN_PROC_BROWSER_TEST_F(GeolocationBrowserTest, Geoposition) { in IN_PROC_BROWSER_TEST_F() argument