Home
last modified time | relevance | path

Searched refs:mOrientationLock (Results 1 – 13 of 13) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DScreenOrientation.cpp131 hal::ScreenOrientation mOrientationLock; member in ScreenOrientation::LockOrientationTask
144 mOrientationLock(aOrientationLock), in NS_IMPL_ISUPPORTS()
156 return mOrientationLock & OrientationTypeToInternal(aOrientationType); in OrientationLockContains()
178 if (mOrientationLock == hal::eScreenOrientation_None) { in Run()
186 bool result = mScreenOrientation->LockDeviceOrientation(mOrientationLock, in Run()
200 (mOrientationLock == hal::eScreenOrientation_Default && in Run()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DScreenOrientation.cpp128 ScreenOrientationInternal mOrientationLock; member in ScreenOrientation::LockOrientationTask
141 mOrientationLock(aOrientationLock), in NS_IMPL_ISUPPORTS()
153 return mOrientationLock & OrientationTypeToInternal(aOrientationType); in OrientationLockContains()
175 if (mOrientationLock == eScreenOrientation_None) { in Run()
183 bool result = mScreenOrientation->LockDeviceOrientation(mOrientationLock, in Run()
196 (mOrientationLock == eScreenOrientation_Default && in Run()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DScreenOrientation.cpp129 ScreenOrientationInternal mOrientationLock; member in ScreenOrientation::LockOrientationTask
141 mOrientationLock(aOrientationLock), mDocument(aDocument), in NS_IMPL_ISUPPORTS()
157 return mOrientationLock & OrientationTypeToInternal(aOrientationType); in OrientationLockContains()
180 if (mOrientationLock == eScreenOrientation_None) { in Run()
188 bool result = mScreenOrientation->LockDeviceOrientation(mOrientationLock, in Run()
201 (mOrientationLock == eScreenOrientation_Default && in Run()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DScreenOrientation.cpp131 hal::ScreenOrientation mOrientationLock; member in ScreenOrientation::LockOrientationTask
144 mOrientationLock(aOrientationLock), in NS_IMPL_ISUPPORTS()
156 return mOrientationLock & OrientationTypeToInternal(aOrientationType); in OrientationLockContains()
178 if (mOrientationLock == hal::eScreenOrientation_None) { in Run()
186 bool result = mScreenOrientation->LockDeviceOrientation(mOrientationLock, in Run()
200 (mOrientationLock == hal::eScreenOrientation_Default && in Run()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DScreenOrientation.cpp131 hal::ScreenOrientation mOrientationLock; member in ScreenOrientation::LockOrientationTask
144 mOrientationLock(aOrientationLock), in NS_IMPL_ISUPPORTS()
156 return mOrientationLock & OrientationTypeToInternal(aOrientationType); in OrientationLockContains()
178 if (mOrientationLock == hal::eScreenOrientation_None) { in Run()
186 bool result = mScreenOrientation->LockDeviceOrientation(mOrientationLock, in Run()
200 (mOrientationLock == hal::eScreenOrientation_Default && in Run()
/dports/www/firefox/firefox-99.0/dom/base/
H A DScreenOrientation.cpp132 hal::ScreenOrientation mOrientationLock; member in ScreenOrientation::LockOrientationTask
145 mOrientationLock(aOrientationLock), in NS_IMPL_ISUPPORTS()
157 return bool(mOrientationLock & OrientationTypeToInternal(aOrientationType)); in OrientationLockContains()
182 if (mOrientationLock == hal::ScreenOrientation::None) { in Run()
197 mScreenOrientation->LockDeviceOrientation(mOrientationLock, mIsFullscreen) in Run()
224 (self->mOrientationLock == in Run()
/dports/www/firefox-legacy/firefox-52.8.0esr/docshell/base/
H A DnsDocShell.h909 mozilla::dom::ScreenOrientationInternal mOrientationLock; variable
H A DnsDocShell.cpp773 , mOrientationLock(eScreenOrientation_None) in nsDocShell()
2632 return mOrientationLock; in OrientationLock()
2638 mOrientationLock = aOrientationLock; in SetOrientationLock()
/dports/lang/spidermonkey60/firefox-60.9.0/docshell/base/
H A DnsDocShell.h954 mozilla::dom::ScreenOrientationInternal mOrientationLock; variable
H A DnsDocShell.cpp321 mOrientationLock(eScreenOrientation_None), in nsDocShell()
2055 return mOrientationLock; in OrientationLock()
2060 mOrientationLock = aOrientationLock; in SetOrientationLock()
/dports/www/firefox-esr/firefox-91.8.0/docshell/base/
H A DBrowsingContext.cpp401 fields.mOrientationLock = mozilla::hal::eScreenOrientation_None; in CreateDetached()
/dports/www/firefox/firefox-99.0/docshell/base/
H A DBrowsingContext.cpp412 fields.mOrientationLock = mozilla::hal::ScreenOrientation::None; in CreateDetached()
/dports/mail/thunderbird/thunderbird-91.8.0/docshell/base/
H A DBrowsingContext.cpp401 fields.mOrientationLock = mozilla::hal::eScreenOrientation_None; in CreateDetached()