Home
last modified time | relevance | path

Searched refs:aEnable (Results 101 – 125 of 597) sorted by relevance

12345678910>>...24

/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/ipc/
H A DUiCompositorControllerChild.cpp147 const bool& aEnable) { in EnableLayerUpdateNotifications() argument
149 mLayerUpdateEnabled = Some(aEnable); in EnableLayerUpdateNotifications()
154 return SendEnableLayerUpdateNotifications(aEnable); in EnableLayerUpdateNotifications()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/ipc/
H A DUiCompositorControllerChild.cpp148 const bool& aEnable) { in EnableLayerUpdateNotifications() argument
150 mLayerUpdateEnabled = Some(aEnable); in EnableLayerUpdateNotifications()
155 return SendEnableLayerUpdateNotifications(aEnable); in EnableLayerUpdateNotifications()
/dports/www/firefox/firefox-99.0/mobile/android/modules/geckoview/
H A DGeckoViewModule.jsm139 enableQueuing(aEnable) {
140 debug`enableQueuing ${aEnable}`;
141 this._enableQueuing = aEnable;
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/ipc/
H A DUiCompositorControllerChild.cpp148 const bool& aEnable) { in EnableLayerUpdateNotifications() argument
150 mLayerUpdateEnabled = Some(aEnable); in EnableLayerUpdateNotifications()
155 return SendEnableLayerUpdateNotifications(aEnable); in EnableLayerUpdateNotifications()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/modules/geckoview/
H A DGeckoViewModule.jsm139 enableQueuing(aEnable) {
140 debug`enableQueuing ${aEnable}`;
141 this._enableQueuing = aEnable;
/dports/lang/spidermonkey78/firefox-78.9.0/layout/printing/
H A DnsPrintObject.cpp249 void nsPrintObject::EnablePrinting(bool aEnable) { in EnablePrinting() argument
251 mDontPrint = !aEnable; in EnablePrinting()
254 kid->EnablePrinting(aEnable); in EnablePrinting()
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/modules/geckoview/
H A DGeckoViewModule.jsm138 enableQueuing(aEnable) {
139 debug`enableQueuing ${aEnable}`;
140 this._enableQueuing = aEnable;
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/widgets/
H A Dunit_binder.cpp437 void UNIT_BINDER::Enable( bool aEnable ) in Enable() argument
439 m_label->Enable( aEnable ); in Enable()
440 m_valueCtrl->Enable( aEnable ); in Enable()
443 m_unitLabel->Enable( aEnable ); in Enable()
/dports/lang/spidermonkey60/firefox-60.9.0/widget/
H A DVsyncDispatcher.cpp41 void CompositorVsyncDispatcher::ObserveVsync(bool aEnable) { in ObserveVsync() argument
48 if (aEnable) { in ObserveVsync()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/3d-viewer/3d_canvas/
H A Deda_3d_canvas.h127 void SetAnimationEnabled( bool aEnable ) { m_animation_enabled = aEnable; } in SetAnimationEnabled() argument
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/
H A DVsyncDispatcher.cpp50 CompositorVsyncDispatcher::ObserveVsync(bool aEnable) in ObserveVsync() argument
58 if (aEnable) { in ObserveVsync()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/webrtc/jsapi/
H A DWebrtcGlobalInformation.cpp472 bool aEnable) { in SetAecDebug() argument
473 if (aEnable) { in SetAecDebug()
479 sLastAECDebug = aEnable; in SetAecDebug()
482 Unused << cp->SendSetAecLogging(aEnable); in SetAecDebug()
578 const bool& aEnable) { in RecvSetAecLogging() argument
580 if (aEnable) { in RecvSetAecLogging()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/webrtc/jsapi/
H A DWebrtcGlobalInformation.cpp472 bool aEnable) { in SetAecDebug() argument
473 if (aEnable) { in SetAecDebug()
479 sLastAECDebug = aEnable; in SetAecDebug()
482 Unused << cp->SendSetAecLogging(aEnable); in SetAecDebug()
578 const bool& aEnable) { in RecvSetAecLogging() argument
580 if (aEnable) { in RecvSetAecLogging()
/dports/www/firefox/firefox-99.0/gfx/layers/ipc/
H A DUiCompositorControllerChild.cpp147 const bool& aEnable) { in EnableLayerUpdateNotifications() argument
149 mLayerUpdateEnabled = Some(aEnable); in EnableLayerUpdateNotifications()
154 return SendEnableLayerUpdateNotifications(aEnable); in EnableLayerUpdateNotifications()
/dports/www/firefox/firefox-99.0/widget/
H A DVsyncDispatcher.cpp62 void CompositorVsyncDispatcher::ObserveVsync(bool aEnable) { in ObserveVsync() argument
69 if (aEnable) { in ObserveVsync()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/webrender_bindings/
H A DRenderCompositor.cpp75 void wr_compositor_enable_native_compositor(void* aCompositor, bool aEnable) { in wr_compositor_enable_native_compositor() argument
77 compositor->EnableNativeCompositor(aEnable); in wr_compositor_enable_native_compositor()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/vr/
H A DgfxVRGVR.cpp533 void VRDisplayGVR::EnableControllers(const bool aEnable, in EnableControllers() argument
535 if (aEnable && !mControllerAdded) { in EnableControllers()
541 } else if (!aEnable && mControllerAdded) { in EnableControllers()
555 if ((aEnable && mControllerContext) || (!aEnable && !mControllerContext)) { in EnableControllers()
559 if (aEnable) { in EnableControllers()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/signaling/src/peerconnection/
H A DWebrtcGlobalInformation.cpp606 bool aEnable) { in SetAecDebug() argument
607 if (aEnable) { in SetAecDebug()
613 sLastAECDebug = aEnable; in SetAecDebug()
616 Unused << cp->SendSetAecLogging(aEnable); in SetAecDebug()
787 const bool& aEnable) { in RecvSetAecLogging() argument
789 if (aEnable) { in RecvSetAecLogging()
/dports/lang/spidermonkey78/firefox-78.9.0/widget/
H A DVsyncDispatcher.cpp62 void CompositorVsyncDispatcher::ObserveVsync(bool aEnable) { in ObserveVsync() argument
69 if (aEnable) { in ObserveVsync()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/board_stackup_manager/
H A Dboard_stackup.h166 void SetEnabled( bool aEnable) { m_enabled = aEnable; } in SetEnabled() argument
/dports/mail/thunderbird/thunderbird-91.8.0/widget/
H A DVsyncDispatcher.cpp62 void CompositorVsyncDispatcher::ObserveVsync(bool aEnable) { in ObserveVsync() argument
69 if (aEnable) { in ObserveVsync()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mail/components/search/public/
H A DnsIMailWinSearchHelper.idl55 * @param aEnable true to enable, false to disable
57 void runSetup(in boolean aEnable);
/dports/www/firefox-esr/firefox-91.8.0/widget/
H A DVsyncDispatcher.cpp62 void CompositorVsyncDispatcher::ObserveVsync(bool aEnable) { in ObserveVsync() argument
69 if (aEnable) { in ObserveVsync()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/gmp/
H A DGMPVideoEncoderChild.cpp154 GMPVideoEncoderChild::RecvSetPeriodicKeyFrames(const bool& aEnable) in RecvSetPeriodicKeyFrames() argument
161 mVideoEncoder->SetPeriodicKeyFrames(aEnable); in RecvSetPeriodicKeyFrames()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/gonk/hwchal/
H A DHwcHAL.cpp153 HwcHAL::EnableVsync(bool aEnable) in add()
164 aEnable); in add()

12345678910>>...24