Home
last modified time | relevance | path

Searched refs:ClearState (Results 1 – 25 of 693) sorted by relevance

12345678910>>...28

/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/import/src/
H A DrtfMailDecoder.cpp8 ClearState(sAsterisk); in BeginGroup()
14 ClearState(sAsterisk | sBeginGroup); in EndGroup()
29 ClearState(sAsterisk); // for inside use only in Keyword()
31 ClearState(sBeginGroup); // for inside use only in Keyword()
43 ClearState(sHtmlRtf); in Keyword()
65 ClearState(sAsterisk | sBeginGroup); in PCDATA()
70 ClearState(sAsterisk | sBeginGroup); in BDATA()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/ui/
H A Dmaindialog.cpp213 pb->ClearState(STATE_ENABLE); in StartPauseMenu()
221 pb->ClearState(STATE_ENABLE); in StartPauseMenu()
357 if ( pw != nullptr ) pw->ClearState(STATE_ENABLE); in StartDialog()
360 if ( pw != nullptr ) pw->ClearState(STATE_ENABLE); in StartDialog()
363 if ( pw != nullptr ) pw->ClearState(STATE_ENABLE); in StartDialog()
366 if ( pw != nullptr ) pw->ClearState(STATE_ENABLE); in StartDialog()
369 if ( pw != nullptr ) pw->ClearState(STATE_ENABLE); in StartDialog()
372 if ( pw != nullptr ) pw->ClearState(STATE_ENABLE); in StartDialog()
375 if ( pw != nullptr ) pw->ClearState(STATE_VISIBLE | STATE_ENABLE); in StartDialog()
378 if ( pw != nullptr ) pw->ClearState(STATE_ENABLE); in StartDialog()
[all …]
H A Dfiledialog.cpp75 if ( pw != nullptr ) pw->ClearState(STATE_ENABLE); in StartDialog()
78 if ( pw != nullptr ) pw->ClearState(STATE_ENABLE); in StartDialog()
81 if ( pw != nullptr ) pw->ClearState(STATE_ENABLE); in StartDialog()
84 if ( pw != nullptr ) pw->ClearState(STATE_ENABLE); in StartDialog()
87 if ( pw != nullptr ) pw->ClearState(STATE_ENABLE); in StartDialog()
249 pe->ClearState(STATE_VISIBLE | STATE_ENABLE); in StartFileDialog()
298 pg->ClearState(STATE_VISIBLE | STATE_ENABLE); in StartFileDialog()
303 pla->ClearState(STATE_VISIBLE | STATE_ENABLE); in StartFileDialog()
310 pla->ClearState(STATE_VISIBLE | STATE_ENABLE); in StartFileDialog()
313 pb->ClearState(STATE_VISIBLE | STATE_ENABLE); in StartFileDialog()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/shelf/
H A Dshelf_app_button.cc473 void ShelfAppButton::ClearState(State state) { in ClearState() function in ash::ShelfAppButton
492 ClearState(STATE_HOVERED); in ClearDragStateOnGestureEnd()
493 ClearState(STATE_DRAGGING); in ClearDragStateOnGestureEnd()
542 ClearState(STATE_HOVERED); in ShowContextMenu()
571 ClearState(ShelfAppButton::STATE_RUNNING); in ReflectItemStatus()
572 ClearState(ShelfAppButton::STATE_ATTENTION); in ReflectItemStatus()
576 ClearState(ShelfAppButton::STATE_ACTIVE); in ReflectItemStatus()
580 ClearState(ShelfAppButton::STATE_RUNNING); in ReflectItemStatus()
675 ClearState(STATE_DRAGGING); in OnMouseReleased()
684 ClearState(STATE_HOVERED); in OnMouseCaptureLost()
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/component-base/metrics/
H A Dcollector.go42 ClearState() methodSpec
170 func (bsc *BaseStableCollector) ClearState() { func
172 d.ClearState()
H A Dregistry.go94 ClearState() methodSpec
265 c.ClearState()
287 c.ClearState()
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/component-base/metrics/
H A Dcollector.go42 ClearState() methodSpec
170 func (bsc *BaseStableCollector) ClearState() { func
172 d.ClearState()
H A Dregistry.go102 ClearState() methodSpec
273 c.ClearState()
295 c.ClearState()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/ui/screen/
H A Dscreen_level_list.cpp197 pc->ClearState(STATE_CHECK); in CreateInterface()
209 pc->ClearState(STATE_CHECK); in CreateInterface()
214 pc->ClearState(STATE_CHECK); in CreateInterface()
220 pc->ClearState(STATE_CHECK); in CreateInterface()
241 pb->ClearState(STATE_ENABLE); in CreateInterface()
250 pb->ClearState(STATE_ENABLE); in CreateInterface()
263 pb->ClearState(STATE_ENABLE); in CreateInterface()
577 pc->ClearState(STATE_VISIBLE); in ShowSoluceUpdate()
578 pc->ClearState(STATE_CHECK); in ShowSoluceUpdate()
613 pc->ClearState(STATE_CHECK); in UpdateSceneResume()
H A Dscreen_mod_list.cpp504 pb->ClearState(STATE_ENABLE); in UpdateEnableDisableButton()
541 pb->ClearState(STATE_ENABLE); in UpdateApplyButton()
558 pb_up->ClearState(STATE_ENABLE); in UpdateUpDownButtons()
559 pb_down->ClearState(STATE_ENABLE); in UpdateUpDownButtons()
565 pb_up->ClearState(STATE_ENABLE); in UpdateUpDownButtons()
574 pb_down->ClearState(STATE_ENABLE); in UpdateUpDownButtons()
H A Dscreen_setup_display.cpp166 pc->ClearState(STATE_CHECK); in EventProcess()
181 pb->ClearState(STATE_PRESS); in EventProcess()
182 pb->ClearState(STATE_HILIGHT); in EventProcess()
332 pb->ClearState(STATE_ENABLE); in UpdateApply()
/dports/lang/spidermonkey60/firefox-60.9.0/docshell/base/
H A DnsDocShellEnumerator.cpp67 ClearState(); in SetEnumerationRootItem()
81 ClearState(); in SetEnumDocShellType()
99 nsresult nsDocShellEnumerator::ClearState() { in ClearState() function in nsDocShellEnumerator
/dports/www/firefox-legacy/firefox-52.8.0esr/docshell/base/
H A DnsDocShellEnumerator.cpp77 ClearState(); in SetEnumerationRootItem()
93 ClearState(); in SetEnumDocShellType()
116 nsDocShellEnumerator::ClearState() in ClearState() function in nsDocShellEnumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/perfetto_cmd/
H A Drate_limiter.cc75 if (!ClearState()) { in ShouldTrace()
90 ClearState(); in ShouldTrace()
193 bool RateLimiter::ClearState() { in ClearState() function in perfetto::RateLimiter
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/src/perfetto_cmd/
H A Drate_limiter.cc75 if (!ClearState()) { in ShouldTrace()
90 ClearState(); in ShouldTrace()
193 bool RateLimiter::ClearState() { in ClearState() function in perfetto::RateLimiter
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/ui/controls/
H A Dlist.cpp234 bool CList::ClearState(int state) in ClearState() function in Ui::CList
241 m_buttons[i]->ClearState(state); in ClearState()
244 m_scroll->ClearState(state); in ClearState()
247 return CControl::ClearState(state); in ClearState()
264 m_buttons[i]->ClearState(STATE_ENABLE); in EventProcess()
265 m_buttons[i]->ClearState(STATE_CHECK); in EventProcess()
641 m_buttons[i]->ClearState(STATE_ENABLE); in SetBlink()
796 m_buttons[i]->ClearState(STATE_ENABLE); in UpdateButton()
H A Dscroll.cpp170 bool CScroll::ClearState(int state) in ClearState() function in Ui::CScroll
174 if ( m_buttonUp != nullptr ) m_buttonUp->ClearState(state); in ClearState()
175 if ( m_buttonDown != nullptr ) m_buttonDown->ClearState(state); in ClearState()
178 return CControl::ClearState(state); in ClearState()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/
H A DBaseControlDevice.cpp27 ClearState(); in SetStateFromInput()
69 void BaseControlDevice::ClearState() in ClearState() function in BaseControlDevice
90 ClearState(); in SetTextState()
/dports/multimedia/recordmydesktop/recordmydesktop-0.3.8.1/src/
H A Dtest-rectinsert.c64 static void ClearState(boolean *state) { in ClearState() function
93 ClearState(state); in GetState()
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/cm/memorymanager/state/
H A Dstate_checkpoint.go175 func (sc *stateCheckpoint) ClearState() { func
179 sc.cache.ClearState()
/dports/games/libretro-beetle_bsnes/beetle-bsnes-libretro-b65ded5bde278c18af538c687db9b72c995b220a/mednafen/video/
H A DDeinterlacer.h15 void ClearState(void);
/dports/games/libretro-beetle_pcfx/beetle-pcfx-libretro-7bba669/mednafen/video/
H A DDeinterlacer.h15 void ClearState(void);
/dports/emulators/mednafen/mednafen/src/video/
H A DDeinterlacer.h47 virtual void ClearState(void) = 0;
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/session/
H A Dsession_handler_test_util.cc126 ClearState(); in SetUp()
130 ClearState(); in TearDown()
142 void SessionHandlerTestBase::ClearState() { in ClearState() function in mozc::session::testing::SessionHandlerTestBase
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/session/
H A Dsession_handler_test_util.cc126 ClearState(); in SetUp()
130 ClearState(); in TearDown()
142 void SessionHandlerTestBase::ClearState() { in ClearState() function in mozc::session::testing::SessionHandlerTestBase

12345678910>>...28