Home
last modified time | relevance | path

Searched refs:MobileViewportManager (Results 1 – 25 of 56) sorted by relevance

123

/dports/www/firefox/firefox-99.0/layout/base/
H A DMobileViewportManager.cpp36 MobileViewportManager::MobileViewportManager(MVMContext* aContext, in MobileViewportManager() function in MobileViewportManager
58 MobileViewportManager::~MobileViewportManager() = default;
60 void MobileViewportManager::Destroy() { in Destroy()
74 void MobileViewportManager::SetRestoreResolution( in SetRestoreResolution()
117 void MobileViewportManager::ResolutionUpdated( in ResolutionUpdated()
136 MobileViewportManager::HandleEvent(dom::Event* event) { in HandleEvent()
158 void MobileViewportManager::HandleDOMMetaAdded() { in HandleDOMMetaAdded()
197 void MobileViewportManager::SetInitialViewport() { in SetInitialViewport()
204 CSSToScreenScale MobileViewportManager::ClampZoom( in ClampZoom()
541 void MobileViewportManager::
[all …]
H A DMobileViewportManager.h29 class MobileViewportManager final : public nsIDOMEventListener,
44 explicit MobileViewportManager(mozilla::MVMContext* aContext,
142 ~MobileViewportManager();
H A Dmoz.build40 "MobileViewportManager.h",
109 "MobileViewportManager.cpp",
H A DPresShell.h58 class MobileViewportManager; variable
405 RefPtr<MobileViewportManager> GetMobileViewportManager() const;
2932 RefPtr<MobileViewportManager> mMobileViewportManager;
/dports/www/firefox-esr/firefox-91.8.0/layout/base/
H A DMobileViewportManager.cpp35 MobileViewportManager::MobileViewportManager(MVMContext* aContext, in MobileViewportManager() function in MobileViewportManager
53 MobileViewportManager::~MobileViewportManager() = default;
55 void MobileViewportManager::Destroy() { in Destroy()
69 void MobileViewportManager::SetRestoreResolution( in SetRestoreResolution()
112 void MobileViewportManager::ResolutionUpdated( in ResolutionUpdated()
131 MobileViewportManager::HandleEvent(dom::Event* event) { in HandleEvent()
153 void MobileViewportManager::HandleDOMMetaAdded() { in HandleDOMMetaAdded()
192 void MobileViewportManager::SetInitialViewport() { in SetInitialViewport()
199 CSSToScreenScale MobileViewportManager::ClampZoom( in ClampZoom()
536 void MobileViewportManager::
[all …]
H A DMobileViewportManager.h28 class MobileViewportManager final : public nsIDOMEventListener,
43 explicit MobileViewportManager(mozilla::MVMContext* aContext,
139 ~MobileViewportManager();
H A Dmoz.build40 "MobileViewportManager.h",
110 "MobileViewportManager.cpp",
H A DPresShell.h54 class MobileViewportManager; variable
390 RefPtr<MobileViewportManager> GetMobileViewportManager() const;
2882 RefPtr<MobileViewportManager> mMobileViewportManager;
/dports/mail/thunderbird/thunderbird-91.8.0/layout/base/
H A DMobileViewportManager.cpp35 MobileViewportManager::MobileViewportManager(MVMContext* aContext, in MobileViewportManager() function in MobileViewportManager
53 MobileViewportManager::~MobileViewportManager() = default;
55 void MobileViewportManager::Destroy() { in Destroy()
69 void MobileViewportManager::SetRestoreResolution( in SetRestoreResolution()
112 void MobileViewportManager::ResolutionUpdated( in ResolutionUpdated()
131 MobileViewportManager::HandleEvent(dom::Event* event) { in HandleEvent()
153 void MobileViewportManager::HandleDOMMetaAdded() { in HandleDOMMetaAdded()
192 void MobileViewportManager::SetInitialViewport() { in SetInitialViewport()
199 CSSToScreenScale MobileViewportManager::ClampZoom( in ClampZoom()
536 void MobileViewportManager::
[all …]
H A DMobileViewportManager.h28 class MobileViewportManager final : public nsIDOMEventListener,
43 explicit MobileViewportManager(mozilla::MVMContext* aContext,
139 ~MobileViewportManager();
H A Dmoz.build40 "MobileViewportManager.h",
110 "MobileViewportManager.cpp",
H A DPresShell.h54 class MobileViewportManager; variable
390 RefPtr<MobileViewportManager> GetMobileViewportManager() const;
2882 RefPtr<MobileViewportManager> mMobileViewportManager;
/dports/lang/spidermonkey78/firefox-78.9.0/layout/base/
H A DMobileViewportManager.cpp34 MobileViewportManager::MobileViewportManager(MVMContext* aContext) in MobileViewportManager() function in MobileViewportManager
47 MobileViewportManager::~MobileViewportManager() = default;
49 void MobileViewportManager::Destroy() { in Destroy()
62 void MobileViewportManager::SetRestoreResolution( in SetRestoreResolution()
105 void MobileViewportManager::ResolutionUpdated( in ResolutionUpdated()
124 MobileViewportManager::HandleEvent(dom::Event* event) { in HandleEvent()
143 void MobileViewportManager::HandleDOMMetaAdded() { in HandleDOMMetaAdded()
182 void MobileViewportManager::SetInitialViewport() { in SetInitialViewport()
189 CSSToScreenScale MobileViewportManager::ClampZoom( in ClampZoom()
244 void MobileViewportManager::UpdateResolution( in UpdateResolution()
[all …]
H A DMobileViewportManager.h27 class MobileViewportManager final : public nsIDOMEventListener,
34 explicit MobileViewportManager(mozilla::MVMContext* aContext);
105 ~MobileViewportManager();
H A Dmoz.build40 'MobileViewportManager.h',
106 'MobileViewportManager.cpp',
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DMobileViewportManager.cpp33 MobileViewportManager::MobileViewportManager(nsIPresShell* aPresShell, in MobileViewportManager() function in MobileViewportManager
61 MobileViewportManager::~MobileViewportManager() in ~MobileViewportManager()
66 MobileViewportManager::Destroy() in Destroy()
88 MobileViewportManager::SetRestoreResolution(float aResolution, in SetRestoreResolution()
98 MobileViewportManager::RequestReflow() in RequestReflow()
105 MobileViewportManager::ResolutionUpdated() in ResolutionUpdated()
112 MobileViewportManager::HandleEvent(nsIDOMEvent* event) in HandleEvent()
150 MobileViewportManager::SetInitialViewport() in SetInitialViewport()
159 MobileViewportManager::ClampZoom(const CSSToScreenScale& aZoom, in ClampZoom()
296 MobileViewportManager::UpdateDisplayPortMargins() in UpdateDisplayPortMargins()
[all …]
H A DMobileViewportManager.h18 class MobileViewportManager final : public nsIDOMEventListener
26 MobileViewportManager(nsIPresShell* aPresShell,
48 ~MobileViewportManager();
H A Dmoz.build133 'MobileViewportManager.cpp',
/dports/lang/spidermonkey60/firefox-60.9.0/layout/base/
H A DMobileViewportManager.cpp34 MobileViewportManager::MobileViewportManager(nsIPresShell* aPresShell, in MobileViewportManager() function in MobileViewportManager
63 MobileViewportManager::~MobileViewportManager() {} in ~MobileViewportManager()
65 void MobileViewportManager::Destroy() { in Destroy()
86 void MobileViewportManager::SetRestoreResolution( in SetRestoreResolution()
98 void MobileViewportManager::RequestReflow() { in RequestReflow()
103 void MobileViewportManager::ResolutionUpdated() { in ResolutionUpdated()
114 MobileViewportManager::HandleEvent(nsIDOMEvent* event) { in HandleEvent()
151 void MobileViewportManager::SetInitialViewport() { in SetInitialViewport()
158 CSSToScreenScale MobileViewportManager::ClampZoom( in ClampZoom()
186 CSSToScreenScale MobileViewportManager::UpdateResolution( in UpdateResolution()
[all …]
H A DMobileViewportManager.h21 class MobileViewportManager final : public nsIDOMEventListener,
28 MobileViewportManager(nsIPresShell* aPresShell, nsIDocument* aDocument);
53 ~MobileViewportManager();
H A Dmoz.build39 'MobileViewportManager.h',
102 'MobileViewportManager.cpp',
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/apz/test/gtest/mvm/
H A DTestMobileViewportManager.cpp45 void SetMVM(MobileViewportManager* aMVM) { mMVM = aMVM; } in SetMVM()
133 MobileViewportManager* mMVM = nullptr;
140 mMVM(new MobileViewportManager( in MVMTester()
142 MobileViewportManager::ManagerType::VisualAndMetaViewport)) { in MVMTester()
153 RefPtr<MobileViewportManager> mMVM;
/dports/www/firefox/firefox-99.0/gfx/layers/apz/test/gtest/mvm/
H A DTestMobileViewportManager.cpp45 void SetMVM(MobileViewportManager* aMVM) { mMVM = aMVM; } in SetMVM()
133 MobileViewportManager* mMVM = nullptr;
140 mMVM(new MobileViewportManager( in MVMTester()
142 MobileViewportManager::ManagerType::VisualAndMetaViewport)) { in MVMTester()
153 RefPtr<MobileViewportManager> mMVM;
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/apz/test/gtest/mvm/
H A DTestMobileViewportManager.cpp45 void SetMVM(MobileViewportManager* aMVM) { mMVM = aMVM; } in SetMVM()
133 MobileViewportManager* mMVM = nullptr;
140 mMVM(new MobileViewportManager( in MVMTester()
142 MobileViewportManager::ManagerType::VisualAndMetaViewport)) { in MVMTester()
153 RefPtr<MobileViewportManager> mMVM;
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/apz/test/gtest/mvm/
H A DTestMobileViewportManager.cpp45 void SetMVM(MobileViewportManager* aMVM) { mMVM = aMVM; } in SetMVM()
133 MobileViewportManager* mMVM = nullptr;
140 mMVM(new MobileViewportManager(mMVMContext)) { in MVMTester()
151 RefPtr<MobileViewportManager> mMVM;

123