Home
last modified time | relevance | path

Searched refs:mOldState (Results 1 – 25 of 39) sorted by relevance

12

/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DPopupBlocker.h102 : mWindow(aWindow), mOldState(openAbused) {
104 mOldState = PopupBlocker::PushPopupControlState(aState, false);
110 PopupBlocker::PopPopupControlState(mOldState);
119 mozilla::dom::PopupBlocker::PopupControlState mOldState; variable
H A DPopupBlocker.cpp467 : mOldState( in AutoPopupStatePusherInternal()
473 mozilla::dom::PopupBlocker::PopPopupControlState(mOldState); in ~AutoPopupStatePusherInternal()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DPopupBlocker.h95 : mWindow(aWindow), mOldState(openAbused) {
97 mOldState = PopupBlocker::PushPopupControlState(aState, false);
103 PopupBlocker::PopPopupControlState(mOldState);
112 mozilla::dom::PopupBlocker::PopupControlState mOldState; variable
H A DPopupBlocker.cpp441 : mOldState( in AutoPopupStatePusherInternal()
447 mozilla::dom::PopupBlocker::PopPopupControlState(mOldState); in ~AutoPopupStatePusherInternal()
/dports/www/firefox/firefox-99.0/dom/base/
H A DPopupBlocker.h95 : mWindow(aWindow), mOldState(openAbused) {
97 mOldState = PopupBlocker::PushPopupControlState(aState, false);
103 PopupBlocker::PopPopupControlState(mOldState);
112 mozilla::dom::PopupBlocker::PopupControlState mOldState; variable
H A DPopupBlocker.cpp430 : mOldState( in AutoPopupStatePusherInternal()
436 mozilla::dom::PopupBlocker::PopPopupControlState(mOldState); in ~AutoPopupStatePusherInternal()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DPopupBlocker.h95 : mWindow(aWindow), mOldState(openAbused) {
97 mOldState = PopupBlocker::PushPopupControlState(aState, false);
103 PopupBlocker::PopPopupControlState(mOldState);
112 mozilla::dom::PopupBlocker::PopupControlState mOldState; variable
H A DPopupBlocker.cpp441 : mOldState( in AutoPopupStatePusherInternal()
447 mozilla::dom::PopupBlocker::PopPopupControlState(mOldState); in ~AutoPopupStatePusherInternal()
/dports/www/firefox-legacy/firefox-52.8.0esr/editor/libeditor/
H A DEditorUtils.h158 , mOldState(true) in AutoTransactionsConserveSelection()
162 mOldState = mEditorBase->GetShouldTxnSetSelection(); in AutoTransactionsConserveSelection()
170 mEditorBase->SetShouldTxnSetSelection(mOldState); in ~AutoTransactionsConserveSelection()
176 bool mOldState; variable
H A DTextEditRules.h335 , mOldState(false) in AutoLockListener()
338 mOldState = *mEnabled; in AutoLockListener()
346 *mEnabled = mOldState; in ~AutoLockListener()
352 bool mOldState; variable
/dports/lang/spidermonkey60/firefox-60.9.0/editor/libeditor/
H A DTextEditRules.h374 : mEnabled(aEnabled), mOldState(false) { in AutoLockListener()
376 mOldState = *mEnabled; in AutoLockListener()
383 *mEnabled = mOldState; in ~AutoLockListener()
389 bool mOldState; variable
H A DEditorUtils.h364 : mEditorBase(aEditorBase), mOldState(true) { in AutoTransactionsConserveSelection()
367 mOldState = mEditorBase->GetShouldTxnSetSelection(); in AutoTransactionsConserveSelection()
374 mEditorBase->SetShouldTxnSetSelection(mOldState); in ~AutoTransactionsConserveSelection()
380 bool mOldState; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsPIDOMWindow.h968 : mOldState(::PushPopupControlState(aState, aForce)) in mOldState() function
974 PopPopupControlState(mOldState); in ~NS_AUTO_POPUP_STATE_PUSHER()
978 : mWindow(aWindow), mOldState(openAbused)
981 mOldState = aWindow->PushPopupControlState(aState, false);
988 mWindow->PopPopupControlState(mOldState);
997 PopupControlState mOldState; variable
/dports/www/firefox-esr/firefox-91.8.0/gfx/gl/
H A DScopedGLHelpers.cpp19 mOldState = mGL->fIsEnabled(mCapability); in ScopedGLState()
22 if (aNewState == mOldState) return; in ScopedGLState()
33 mOldState = mGL->fIsEnabled(mCapability); in ScopedGLState()
37 if (mOldState) { in ~ScopedGLState()
/dports/www/firefox/firefox-99.0/gfx/gl/
H A DScopedGLHelpers.cpp19 mOldState = mGL->fIsEnabled(mCapability); in ScopedGLState()
22 if (aNewState == mOldState) return; in ScopedGLState()
33 mOldState = mGL->fIsEnabled(mCapability); in ScopedGLState()
37 if (mOldState) { in ~ScopedGLState()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/gl/
H A DScopedGLHelpers.cpp19 mOldState = mGL->fIsEnabled(mCapability); in ScopedGLState()
22 if (aNewState == mOldState) return; in ScopedGLState()
33 mOldState = mGL->fIsEnabled(mCapability); in ScopedGLState()
37 if (mOldState) { in ~ScopedGLState()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/gl/
H A DScopedGLHelpers.cpp23 mOldState = mGL->fIsEnabled(mCapability); in ScopedGLState()
26 if (aNewState == mOldState) return; in ScopedGLState()
37 mOldState = mGL->fIsEnabled(mCapability); in ScopedGLState()
41 if (mOldState) { in UnwrapImpl()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/gl/
H A DScopedGLHelpers.cpp29 mOldState = mGL->fIsEnabled(mCapability); in ScopedGLState()
32 if (aNewState == mOldState) in ScopedGLState()
46 mOldState = mGL->fIsEnabled(mCapability); in ScopedGLState()
52 if (mOldState) { in UnwrapImpl()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/gl/
H A DScopedGLHelpers.cpp19 mOldState = mGL->fIsEnabled(mCapability); in ScopedGLState()
22 if (aNewState == mOldState) return; in ScopedGLState()
33 mOldState = mGL->fIsEnabled(mCapability); in ScopedGLState()
37 if (mOldState) { in ~ScopedGLState()
/dports/games/manaplus/manaplus-2.1.3.17/src/progs/manaplus/
H A Dclient.cpp258 mOldState(State::START), in Client()
818 if (mOldState == State::CHOOSE_SERVER) in stateConnectServer1()
901 if (mOldState == State::UPDATE && in stateWorldSelect1()
953 if (mOldState == State::GAME && in stateSwitchLogin1()
1041 else if (mOldState == State::START || in gameExec()
1042 (mOldState == State::GAME && mState != State::GAME)) in gameExec()
1054 if (mState != mOldState) in gameExec()
1059 if (mOldState == State::GAME) in gameExec()
1081 else if (mOldState == State::CHAR_SELECT) in gameExec()
1090 mOldState = mState; in gameExec()
[all …]
H A Dclient.h159 StateT mOldState; variable
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsPIDOMWindow.h1190 : mWindow(aWindow), mOldState(openAbused) { in NS_DEFINE_STATIC_IID_ACCESSOR()
1192 mOldState = aWindow->PushPopupControlState(aState, false); in NS_DEFINE_STATIC_IID_ACCESSOR()
1198 mWindow->PopPopupControlState(mOldState); in NS_DEFINE_STATIC_IID_ACCESSOR()
1207 PopupControlState mOldState; in NS_DEFINE_STATIC_IID_ACCESSOR() local
/dports/games/manaplus/manaplus-2.1.3.17/src/progs/dyecmd/
H A Dclient.h113 StateT mOldState; variable
H A Dclient.cpp153 mOldState(State::START), in Client()
643 if (mState != mOldState) in gameExec()
647 mOldState = mState; in gameExec()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/base/
H A DPresShell.h466 : mPresShell(aPresShell), mOldState(aPresShell) {} in AutoSaveRestoreRenderingState()
469 mPresShell->mRenderFlags = mOldState.mRenderFlags; in ~AutoSaveRestoreRenderingState()
470 mPresShell->mResolution = mOldState.mResolution; in ~AutoSaveRestoreRenderingState()
474 RenderingState mOldState; member

12