Home
last modified time | relevance | path

Searched refs:WindowContext (Results 1 – 25 of 355) sorted by relevance

12345678910>>...15

/dports/www/firefox/firefox-99.0/docshell/base/
H A DWindowContext.cpp50 already_AddRefed<WindowContext> WindowContext::GetById( in GetById()
96 WindowContext* WindowContext::GetParentWindowContext() { in GetParentWindowContext()
100 WindowContext* WindowContext::TopWindowContext() { in TopWindowContext()
249 bool WindowContext::CanSet( in CanSet()
256 bool WindowContext::CanSet( in CanSet()
390 RefPtr<WindowContext> context = new WindowContext( in CreateFromIPC()
395 void WindowContext::Init() { in Init()
515 WindowContext::IPCInitializer WindowContext::GetIPCInitializer() { in GetIPCInitializer()
524 WindowContext::WindowContext(BrowsingContext* aBrowsingContext, in WindowContext() function in mozilla::dom::WindowContext
537 WindowContext::~WindowContext() { in ~WindowContext()
[all …]
H A DWindowContext.h101 class WindowContext : public nsISupports, public nsWrapperCache {
102 MOZ_DECL_SYNCED_CONTEXT(WindowContext, MOZ_EACH_WC_FIELD)
105 NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS(WindowContext)
140 WindowContext* GetParentWindowContext();
141 WindowContext* TopWindowContext();
206 virtual ~WindowContext();
343 using WindowContextTransaction = WindowContext::BaseTransaction;
344 using WindowContextInitializer = WindowContext::IPCInitializer;
349 extern template class syncedcontext::Transaction<WindowContext>;
355 struct IPDLParamTraits<dom::MaybeDiscarded<dom::WindowContext>> {
[all …]
/dports/www/firefox-esr/firefox-91.8.0/docshell/base/
H A DWindowContext.cpp50 already_AddRefed<WindowContext> WindowContext::GetById( in GetById()
96 WindowContext* WindowContext::GetParentWindowContext() { in GetParentWindowContext()
100 WindowContext* WindowContext::TopWindowContext() { in TopWindowContext()
249 bool WindowContext::CanSet( in CanSet()
256 bool WindowContext::CanSet( in CanSet()
385 RefPtr<WindowContext> context = new WindowContext( in CreateFromIPC()
390 void WindowContext::Init() { in Init()
510 WindowContext::IPCInitializer WindowContext::GetIPCInitializer() { in GetIPCInitializer()
519 WindowContext::WindowContext(BrowsingContext* aBrowsingContext, in WindowContext() function in mozilla::dom::WindowContext
532 WindowContext::~WindowContext() { in ~WindowContext()
[all …]
H A DWindowContext.h98 class WindowContext : public nsISupports, public nsWrapperCache {
99 MOZ_DECL_SYNCED_CONTEXT(WindowContext, MOZ_EACH_WC_FIELD)
102 NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS(WindowContext)
135 WindowContext* GetParentWindowContext();
136 WindowContext* TopWindowContext();
201 virtual ~WindowContext();
336 using WindowContextTransaction = WindowContext::BaseTransaction;
337 using WindowContextInitializer = WindowContext::IPCInitializer;
342 extern template class syncedcontext::Transaction<WindowContext>;
348 struct IPDLParamTraits<dom::MaybeDiscarded<dom::WindowContext>> {
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/docshell/base/
H A DWindowContext.cpp50 already_AddRefed<WindowContext> WindowContext::GetById( in GetById()
96 WindowContext* WindowContext::GetParentWindowContext() { in GetParentWindowContext()
100 WindowContext* WindowContext::TopWindowContext() { in TopWindowContext()
249 bool WindowContext::CanSet( in CanSet()
256 bool WindowContext::CanSet( in CanSet()
385 RefPtr<WindowContext> context = new WindowContext( in CreateFromIPC()
390 void WindowContext::Init() { in Init()
510 WindowContext::IPCInitializer WindowContext::GetIPCInitializer() { in GetIPCInitializer()
519 WindowContext::WindowContext(BrowsingContext* aBrowsingContext, in WindowContext() function in mozilla::dom::WindowContext
532 WindowContext::~WindowContext() { in ~WindowContext()
[all …]
H A DWindowContext.h98 class WindowContext : public nsISupports, public nsWrapperCache {
99 MOZ_DECL_SYNCED_CONTEXT(WindowContext, MOZ_EACH_WC_FIELD)
102 NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS(WindowContext)
135 WindowContext* GetParentWindowContext();
136 WindowContext* TopWindowContext();
201 virtual ~WindowContext();
336 using WindowContextTransaction = WindowContext::BaseTransaction;
337 using WindowContextInitializer = WindowContext::IPCInitializer;
342 extern template class syncedcontext::Transaction<WindowContext>;
348 struct IPDLParamTraits<dom::MaybeDiscarded<dom::WindowContext>> {
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/docshell/base/
H A DWindowContext.cpp33 already_AddRefed<WindowContext> WindowContext::GetById( in GetById()
54 WindowContext* WindowContext::GetParentWindowContext() { in GetParentWindowContext()
58 WindowContext* WindowContext::TopWindowContext() { in TopWindowContext()
59 WindowContext* current = this; in TopWindowContext()
182 RefPtr<WindowContext> context = in CreateFromIPC()
188 void WindowContext::Init() { in Init()
207 void WindowContext::Discard() { in Discard()
241 WindowContext::IPCInitializer WindowContext::GetIPCInitializer() { in GetIPCInitializer()
250 WindowContext::WindowContext(BrowsingContext* aBrowsingContext, in WindowContext() function in mozilla::dom::WindowContext
263 WindowContext::~WindowContext() { in ~WindowContext()
[all …]
H A DWindowContext.h40 class WindowContext : public nsISupports, public nsWrapperCache {
41 MOZ_DECL_SYNCED_CONTEXT(WindowContext, MOZ_EACH_WC_FIELD)
44 NS_DECL_CYCLE_COLLECTION_SCRIPT_HOLDER_CLASS(WindowContext)
63 WindowContext* GetParentWindowContext();
64 WindowContext* TopWindowContext();
104 virtual ~WindowContext();
173 using WindowContextTransaction = WindowContext::BaseTransaction;
174 using WindowContextInitializer = WindowContext::IPCInitializer;
179 extern template class syncedcontext::Transaction<WindowContext>;
185 struct IPDLParamTraits<dom::MaybeDiscarded<dom::WindowContext>> {
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/external/skia/
H A Dmake-api-visible.patch.11 --- a/tools/sk_app/WindowContext.h
2 +++ b/tools/sk_app/WindowContext.h
7 -class WindowContext {
12 +WindowContext {
14 WindowContext(const DisplayParams&);
48 -std::unique_ptr<WindowContext> MakeVulkanForWin(HWND, const DisplayParams&);
51 -std::unique_ptr<WindowContext> MakeGLForWin(HWND, const DisplayParams&);
52 +SK_API std::unique_ptr<WindowContext> MakeGLForWin(HWND, const DisplayParams&);
54 -std::unique_ptr<WindowContext> MakeANGLEForWin(HWND, const DisplayParams&);
58 -std::unique_ptr<WindowContext> MakeD3D12ForWin(HWND, const DisplayParams&);
[all …]
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/cdogs/
H A Dwindow_context.h41 } WindowContext; typedef
44 WindowContext *wc, const Rect2i windowDim, const int windowFlags,
48 WindowContext *wc, const struct vec2i rendererLogicalSize);
49 void WindowContextDestroy(WindowContext *wc);
50 void WindowContextDestroyTextures(WindowContext *wc);
52 void WindowsAdjustPosition(WindowContext *wc1, WindowContext *wc2);
55 WindowContext *wc, const SDL_TextureAccess texAccess,
60 void WindowContextPreRender(WindowContext *wc);
62 void WindowContextPostRender(WindowContext *wc);
H A Dwindow_context.c32 WindowContext *wc, const Rect2i windowDim, const int windowFlags, in WindowContextCreate()
65 WindowContext *wc, const struct vec2i rendererLogicalSize) in WindowContextInitTextures()
84 void WindowContextDestroy(WindowContext *wc) in WindowContextDestroy()
90 void WindowContextDestroyTextures(WindowContext *wc) in WindowContextDestroyTextures()
102 void WindowsAdjustPosition(WindowContext *wc1, WindowContext *wc2) in WindowsAdjustPosition()
115 WindowContext *wc, const SDL_TextureAccess texAccess, in WindowContextCreateTexture()
124 void WindowContextPreRender(WindowContext *wc) in WindowContextPreRender()
142 void WindowContextPostRender(WindowContext *wc) in WindowContextPostRender()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/sk_app/win/
H A DWindowContextFactory_win.h18 class WindowContext; variable
23 std::unique_ptr<WindowContext> MakeVulkanForWin(HWND, const DisplayParams&);
25 std::unique_ptr<WindowContext> MakeGLForWin(HWND, const DisplayParams&);
27 std::unique_ptr<WindowContext> MakeANGLEForWin(HWND, const DisplayParams&);
30 std::unique_ptr<WindowContext> MakeD3D12ForWin(HWND, const DisplayParams&);
34 std::unique_ptr<WindowContext> MakeDawnD3D12ForWin(HWND, const DisplayParams&);
37 std::unique_ptr<WindowContext> MakeRasterForWin(HWND, const DisplayParams&);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/sk_app/win/
H A DWindowContextFactory_win.h18 class WindowContext; variable
23 std::unique_ptr<WindowContext> MakeVulkanForWin(HWND, const DisplayParams&);
25 std::unique_ptr<WindowContext> MakeGLForWin(HWND, const DisplayParams&);
27 std::unique_ptr<WindowContext> MakeANGLEForWin(HWND, const DisplayParams&);
30 std::unique_ptr<WindowContext> MakeDawnD3D12ForWin(HWND, const DisplayParams&);
33 std::unique_ptr<WindowContext> MakeRasterForWin(HWND, const DisplayParams&);
/dports/www/firefox-esr/firefox-91.8.0/dom/docs/navigation/
H A DBrowsingContext.rst1 BrowsingContext and WindowContext
13 ``BrowsingContext`` and ``WindowContext`` objects form a tree, corresponding
46 "WC1" [label="WindowContext\n(http://example.com/top.html)"]
47 "WC2" [label="WindowContext\n(http://example.com/frame1.html)"]
48 "WC3" [label="WindowContext\n(http://mozilla.org)"]
49 "WC4" [label="WindowContext\n(http://example.com/frame2.html)"]
50 "WC5" [label="WindowContext\n(about:blank)"]
51 "WC6" [label="WindowContext\n(about:blank)"]
90 .. cpp:function:: WindowContext* GetParentWindowContext()
95 .. cpp:function:: WindowContext* GetTopWindowContext()
[all …]
/dports/www/firefox/firefox-99.0/dom/docs/navigation/
H A DBrowsingContext.rst1 BrowsingContext and WindowContext
13 ``BrowsingContext`` and ``WindowContext`` objects form a tree, corresponding
46 "WC1" [label="WindowContext\n(http://example.com/top.html)"]
47 "WC2" [label="WindowContext\n(http://example.com/frame1.html)"]
48 "WC3" [label="WindowContext\n(http://mozilla.org)"]
49 "WC4" [label="WindowContext\n(http://example.com/frame2.html)"]
50 "WC5" [label="WindowContext\n(about:blank)"]
51 "WC6" [label="WindowContext\n(about:blank)"]
90 .. cpp:function:: WindowContext* GetParentWindowContext()
95 .. cpp:function:: WindowContext* GetTopWindowContext()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/docs/navigation/
H A DBrowsingContext.rst1 BrowsingContext and WindowContext
13 ``BrowsingContext`` and ``WindowContext`` objects form a tree, corresponding
46 "WC1" [label="WindowContext\n(http://example.com/top.html)"]
47 "WC2" [label="WindowContext\n(http://example.com/frame1.html)"]
48 "WC3" [label="WindowContext\n(http://mozilla.org)"]
49 "WC4" [label="WindowContext\n(http://example.com/frame2.html)"]
50 "WC5" [label="WindowContext\n(about:blank)"]
51 "WC6" [label="WindowContext\n(about:blank)"]
90 .. cpp:function:: WindowContext* GetParentWindowContext()
95 .. cpp:function:: WindowContext* GetTopWindowContext()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/sk_app/mac/
H A DWindowContextFactory_mac.h29 std::unique_ptr<WindowContext> MakeVulkanForMac(const MacWindowInfo&, const DisplayParams&);
31 inline std::unique_ptr<WindowContext> MakeVulkanForMac(const MacWindowInfo&, const DisplayParams&) { in MakeVulkanForMac()
37 std::unique_ptr<WindowContext> MakeGLForMac(const MacWindowInfo&, const DisplayParams&);
40 std::unique_ptr<WindowContext> MakeDawnMTLForMac(const MacWindowInfo&, const DisplayParams&);
43 std::unique_ptr<WindowContext> MakeRasterForMac(const MacWindowInfo&, const DisplayParams&);
45 std::unique_ptr<WindowContext> MakeMetalForMac(const MacWindowInfo&, const DisplayParams&);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/sk_app/mac/
H A DWindowContextFactory_mac.h29 std::unique_ptr<WindowContext> MakeVulkanForMac(const MacWindowInfo&, const DisplayParams&);
31 inline std::unique_ptr<WindowContext> MakeVulkanForMac(const MacWindowInfo&, const DisplayParams&) { in MakeVulkanForMac()
37 std::unique_ptr<WindowContext> MakeGLForMac(const MacWindowInfo&, const DisplayParams&);
40 std::unique_ptr<WindowContext> MakeDawnMTLForMac(const MacWindowInfo&, const DisplayParams&);
43 std::unique_ptr<WindowContext> MakeRasterForMac(const MacWindowInfo&, const DisplayParams&);
45 std::unique_ptr<WindowContext> MakeMetalForMac(const MacWindowInfo&, const DisplayParams&);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/sk_app/unix/
H A DWindowContextFactory_unix.h25 class WindowContext; variable
39 std::unique_ptr<WindowContext> MakeVulkanForXlib(const XlibWindowInfo&, const DisplayParams&);
41 std::unique_ptr<WindowContext> MakeGLForXlib(const XlibWindowInfo&, const DisplayParams&);
44 std::unique_ptr<WindowContext> MakeDawnVulkanForXlib(const XlibWindowInfo&, const DisplayParams&);
47 std::unique_ptr<WindowContext> MakeRasterForXlib(const XlibWindowInfo&, const DisplayParams&);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/sk_app/unix/
H A DWindowContextFactory_unix.h25 class WindowContext; variable
39 std::unique_ptr<WindowContext> MakeVulkanForXlib(const XlibWindowInfo&, const DisplayParams&);
41 std::unique_ptr<WindowContext> MakeGLForXlib(const XlibWindowInfo&, const DisplayParams&);
44 std::unique_ptr<WindowContext> MakeDawnVulkanForXlib(const XlibWindowInfo&, const DisplayParams&);
47 std::unique_ptr<WindowContext> MakeRasterForXlib(const XlibWindowInfo&, const DisplayParams&);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/sk_app/
H A DWindowContext.cpp14 WindowContext::WindowContext(const DisplayParams& params) in WindowContext() function in sk_app::WindowContext
19 WindowContext::~WindowContext() {} in ~WindowContext()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/sk_app/android/
H A DWindowContextFactory_android.h18 class WindowContext; variable
23 std::unique_ptr<WindowContext> MakeVulkanForAndroid(ANativeWindow*, const DisplayParams&);
25 std::unique_ptr<WindowContext> MakeGLForAndroid(ANativeWindow*, const DisplayParams&);
27 std::unique_ptr<WindowContext> MakeRasterForAndroid(ANativeWindow*, const DisplayParams&);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/sk_app/android/
H A DWindowContextFactory_android.h18 class WindowContext; variable
23 std::unique_ptr<WindowContext> MakeVulkanForAndroid(ANativeWindow*, const DisplayParams&);
25 std::unique_ptr<WindowContext> MakeGLForAndroid(ANativeWindow*, const DisplayParams&);
27 std::unique_ptr<WindowContext> MakeRasterForAndroid(ANativeWindow*, const DisplayParams&);
/dports/lang/spidermonkey78/firefox-78.9.0/dom/ipc/
H A DWindowGlobalActor.cpp24 WindowContext* inherit = aBrowsingContext->GetParentWindowContext(); in InheritedPolicy()
59 mozilla::Get<WindowContext::IDX_EmbedderPolicy>(ctx.mFields) = in BaseInitializer()
98 mozilla::Get<WindowContext::IDX_CookieBehavior>(init.context().mFields) = in WindowInitializer()
100 mozilla::Get<WindowContext::IDX_IsOnContentBlockingAllowList>( in WindowInitializer()
103 mozilla::Get<WindowContext::IDX_IsThirdPartyWindow>(init.context().mFields) = in WindowInitializer()
105 mozilla::Get<WindowContext::IDX_IsThirdPartyTrackingResourceWindow>( in WindowInitializer()
108 mozilla::Get<WindowContext::IDX_IsSecureContext>(init.context().mFields) = in WindowInitializer()
113 mozilla::Get<WindowContext::IDX_EmbedderPolicy>(init.context().mFields) = in WindowInitializer()
120 mozilla::Get<WindowContext::IDX_IsSecure>(init.context().mFields) = in WindowInitializer()
129 mozilla::Get<WindowContext::IDX_AllowMixedContent>(init.context().mFields) = in WindowInitializer()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/sk_app/ios/
H A DWindowContextFactory_ios.h31 inline std::unique_ptr<WindowContext> MakeVulkanForIOS(const IOSWindowInfo&, const DisplayParams&) { in MakeVulkanForIOS()
36 std::unique_ptr<WindowContext> MakeMetalForIOS(const IOSWindowInfo&, const DisplayParams&);
38 std::unique_ptr<WindowContext> MakeGLForIOS(const IOSWindowInfo&, const DisplayParams&);
40 std::unique_ptr<WindowContext> MakeRasterForIOS(const IOSWindowInfo&, const DisplayParams&);

12345678910>>...15