Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/device/vr/windows_mixed_reality/wrappers/
H A Dwmr_input_source_state.h44 virtual std::unique_ptr<WMRInputLocation> TryGetLocation(
79 std::unique_ptr<WMRInputLocation> TryGetLocation(
H A Dwmr_input_source_state.cc149 std::unique_ptr<WMRInputLocation> WMRInputSourceStateImpl::TryGetLocation( in TryGetLocation() function in device::WMRInputSourceStateImpl
152 if (FAILED(properties_->TryGetLocation(origin->GetRawPtr(), &location_wmr)) || in TryGetLocation()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/vr/windows_mixed_reality/wrappers/
H A Dwmr_input_source_state.h44 virtual std::unique_ptr<WMRInputLocation> TryGetLocation(
79 std::unique_ptr<WMRInputLocation> TryGetLocation(
H A Dwmr_input_source_state.cc149 std::unique_ptr<WMRInputLocation> WMRInputSourceStateImpl::TryGetLocation( in TryGetLocation() function in device::WMRInputSourceStateImpl
152 if (FAILED(properties_->TryGetLocation(origin->GetRawPtr(), &location_wmr)) || in TryGetLocation()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities/System/Activities/
H A DDelegateArgument.cs132 if (!context.Environment.TryGetLocation(this.Id, this.Owner, out location)) in GetLocation()
146 if (!environment.TryGetLocation(this.Id, this.Owner, out location)) in InternalGetLocation()
H A DVariable.cs208 if (!context.Environment.TryGetLocation(this.Id, out location)) in GetLocation()
217 if (!context.Environment.TryGetLocation(this.Id, this.Owner, out location)) in GetLocation()
257 if (!environment.TryGetLocation(this.Id, this.Owner, out location)) in InternalGetLocation()
H A DRuntimeArgument.cs399 if (!context.Environment.TryGetLocation(this.Id, out location)) in GetLocation()
418 if (!context.Environment.TryGetLocation(this.Id, this.Owner, out location)) in GetLocation()
454 if (!environment.TryGetLocation(this.Id, this.Owner, out location)) in InternalGetLocation()
H A DActivityInstance.cs1237 … if (this.environment.TryGetLocation(argument.Id, this.Activity, out location)) in SetInitializedSubstate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/vr/windows_mixed_reality/wrappers/test/
H A Dmock_wmr_input_source_state.h35 std::unique_ptr<WMRInputLocation> TryGetLocation(
H A Dmock_wmr_input_source_state.cc99 std::unique_ptr<WMRInputLocation> MockWMRInputSourceState::TryGetLocation( in TryGetLocation() function in device::MockWMRInputSourceState
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities/System/Activities/Runtime/
H A DLocationEnvironment.cs445 internal bool TryGetLocation(int id, out Location value) in TryGetLocation() method in System.Activities.Runtime.LocationEnvironment
469 internal bool TryGetLocation(int id, Activity environmentOwner, out Location value) in TryGetLocation() method in System.Activities.Runtime.LocationEnvironment
H A DLocationEnvironment.cs.back445 internal bool TryGetLocation(int id, out Location value)
469 internal bool TryGetLocation(int id, Activity environmentOwner, out Location value)
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/vr/windows_mixed_reality/
H A Dmixed_reality_input_helper.cc273 state->TryGetLocation(origin); in ParseWindowsSourceState()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/vr/windows_mixed_reality/
H A Dmixed_reality_input_helper.cc273 state->TryGetLocation(origin); in ParseWindowsSourceState()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/UI/Input/Spatial/
H A Dmod.rs2514 …pub fn TryGetLocation<'a, Param0: ::windows::runtime::IntoParam<'a, super::super::super::Perceptio…