Home
last modified time | relevance | path

Searched refs:SetIsEnabled (Results 1 – 25 of 138) sorted by relevance

123456

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/login/easy_unlock/
H A Deasy_unlock_service_regular_unittest.cc172 SetIsEnabled(true /* is_enabled */); in InitializeService()
197 void SetIsEnabled(bool is_enabled) { in SetIsEnabled() function in chromeos::EasyUnlockServiceRegularTest
316 SetIsEnabled(true /* is_enabled */); in TEST_F()
334 SetIsEnabled(true /* is_enabled */); in TEST_F()
359 SetIsEnabled(true /* is_enabled */); in TEST_F()
386 SetIsEnabled(false /* is_enabled */); in TEST_F()
390 SetIsEnabled(true /* is_enabled */); in TEST_F()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3control/include/aws/s3control/model/
H A DActivityMetrics.h51 inline void SetIsEnabled(bool value) { m_isEnabledHasBeenSet = true; m_isEnabled = value; } in SetIsEnabled() function
56 inline ActivityMetrics& WithIsEnabled(bool value) { SetIsEnabled(value); return *this;} in WithIsEnabled()
H A DPrefixLevelStorageMetrics.h54 inline void SetIsEnabled(bool value) { m_isEnabledHasBeenSet = true; m_isEnabled = value; } in SetIsEnabled() function
59 … inline PrefixLevelStorageMetrics& WithIsEnabled(bool value) { SetIsEnabled(value); return *this;} in WithIsEnabled()
H A DListStorageLensConfigurationEntry.h190 inline void SetIsEnabled(bool value) { m_isEnabledHasBeenSet = true; m_isEnabled = value; } in SetIsEnabled() function
196 …inline ListStorageLensConfigurationEntry& WithIsEnabled(bool value) { SetIsEnabled(value); return … in WithIsEnabled()
H A DStorageLensConfiguration.h260 inline void SetIsEnabled(bool value) { m_isEnabledHasBeenSet = true; m_isEnabled = value; } in SetIsEnabled() function
265 inline StorageLensConfiguration& WithIsEnabled(bool value) { SetIsEnabled(value); return *this;} in WithIsEnabled()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/loader/fetch/
H A Dclient_hints_preferences.cc33 enabled_hints_.SetIsEnabled(type, preferences.ShouldSend(type)); in UpdateFrom()
68 enabled_hints_.SetIsEnabled(newly_enabled, true); in UpdateFromHttpEquivAcceptCH()
H A Dclient_hints_preferences.h47 enabled_hints_.SetIsEnabled(type, true); in SetShouldSend()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/loader/fetch/
H A Dclient_hints_preferences.cc27 enabled_hints_.SetIsEnabled(type, preferences.ShouldSend(type)); in UpdateFrom()
59 enabled_hints_.SetIsEnabled(newly_enabled, true); in UpdateFromAcceptClientHintsHeader()
H A Dclient_hints_preferences.h48 enabled_hints_.SetIsEnabled(type, true); in SetShouldSendForTesting()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-lightsail/include/aws/lightsail/model/
H A DUpdateDistributionRequest.h284 inline void SetIsEnabled(bool value) { m_isEnabledHasBeenSet = true; m_isEnabled = value; } in SetIsEnabled() function
289 … inline UpdateDistributionRequest& WithIsEnabled(bool value) { SetIsEnabled(value); return *this;} in WithIsEnabled()
H A DLightsailDistribution.h407 inline void SetIsEnabled(bool value) { m_isEnabledHasBeenSet = true; m_isEnabled = value; } in SetIsEnabled() function
412 inline LightsailDistribution& WithIsEnabled(bool value) { SetIsEnabled(value); return *this;} in WithIsEnabled()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/public/platform/
H A Dweb_client_hints_type.h20 void SetIsEnabled(mojom::WebClientHintsType type, bool should_send) { in SetIsEnabled() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/public/platform/
H A Dweb_client_hints_type.h20 void SetIsEnabled(network::mojom::WebClientHintsType type, bool should_send) { in SetIsEnabled() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3-crt/include/aws/s3-crt/model/
H A DInventoryConfiguration.h100 inline void SetIsEnabled(bool value) { m_isEnabledHasBeenSet = true; m_isEnabled = value; } in SetIsEnabled() function
107 inline InventoryConfiguration& WithIsEnabled(bool value) { SetIsEnabled(value); return *this;} in WithIsEnabled()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3/include/aws/s3/model/
H A DInventoryConfiguration.h100 inline void SetIsEnabled(bool value) { m_isEnabledHasBeenSet = true; m_isEnabled = value; } in SetIsEnabled() function
107 inline InventoryConfiguration& WithIsEnabled(bool value) { SetIsEnabled(value); return *this;} in WithIsEnabled()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/wimax/model/
H A Dbs-service-flow-manager.cc141 serviceFlow->SetIsEnabled (true); in ScheduleDsaRsp()
231 serviceFlow->SetIsEnabled (true); in AddMulticastServiceFlow()
H A Dss-service-flow-manager.cc229 m_pendingServiceFlow->SetIsEnabled (true); in ProcessDsaRsp()
H A Dservice-flow.h192 void SetIsEnabled (bool isEnabled);
H A Dservice-flow.cc228 ServiceFlow::SetIsEnabled (bool isEnabled) in SetIsEnabled() function in ns3::ServiceFlow
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/test/
H A Dmock_client_hints_controller_delegate.cc46 web_client_hints.SetIsEnabled(type, true); in PersistClientHints()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/common/client_hints/
H A Dclient_hints.cc59 client_hints->SetIsEnabled(client_hint_mojo, true); in GetAllowedClientHintsFromSource()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/client_hints/common/
H A Dclient_hints.cc59 client_hints->SetIsEnabled(client_hint_mojo, true); in GetAllowedClientHintsFromSource()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/client_hints/
H A Dcritical_client_hints_throttle.cc60 hints.SetIsEnabled(hint, true); in WillProcessResponse()
/dports/editors/neovim-qt/neovim-qt-0.2.16.1/src/gui/shellwidget/
H A Dcursor.h44 void SetIsEnabled(bool isStyleEnabled) noexcept in SetIsEnabled() function
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/System/RemoteDesktop/Input/
H A Dmod.rs60 pub fn SetIsEnabled(&self, value: bool) -> ::windows::runtime::Result<()> { in SetIsEnabled() method

123456