Home
last modified time | relevance | path

Searched refs:aWidget (Results 1 – 25 of 1199) sorted by relevance

12345678910>>...48

/dports/www/firefox-legacy/firefox-52.8.0esr/widget/
H A DContentCache.cpp584 MOZ_ASSERT(aWidget); in HandleQueryContentEvent()
615 if (aWidget->PluginHasFocus()) { in HandleQueryContentEvent()
660 this, aWidget)); in HandleQueryContentEvent()
661 if (aWidget->PluginHasFocus()) { in HandleQueryContentEvent()
831 this, aWidget)); in HandleQueryContentEvent()
1176 FlushPendingNotifications(aWidget); in OnEventNeedingAckHandled()
1282 if (!aWidget->Destroyed()) { in FlushPendingNotifications()
1290 if (!aWidget->Destroyed()) { in FlushPendingNotifications()
1300 if (!aWidget->Destroyed()) { in FlushPendingNotifications()
1310 if (!aWidget->Destroyed()) { in FlushPendingNotifications()
[all …]
H A DContentCache.h284 bool CacheEditorRect(nsIWidget* aWidget,
286 bool CacheSelection(nsIWidget* aWidget,
288 bool CacheText(nsIWidget* aWidget,
291 bool CacheAll(nsIWidget* aWidget,
298 void SetSelection(nsIWidget* aWidget,
305 bool QueryCharRect(nsIWidget* aWidget,
308 bool QueryCharRectArray(nsIWidget* aWidget,
312 bool CacheCaret(nsIWidget* aWidget,
314 bool CacheTextRects(nsIWidget* aWidget,
329 nsIWidget* aWidget,
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/widget/
H A DContentCache.cpp141 aWidget->DispatchEvent(&selection, status); in CacheSelection()
473 if (NS_WARN_IF(!CacheCaret(aWidget))) { in SetSelection()
560 MOZ_ASSERT(aWidget); in HandleQueryContentEvent()
563 aEvent.mReply.mFocusedWidget = aWidget; in HandleQueryContentEvent()
593 if (aWidget->PluginHasFocus()) { in HandleQueryContentEvent()
647 this, aWidget)); in HandleQueryContentEvent()
648 if (aWidget->PluginHasFocus()) { in HandleQueryContentEvent()
827 this, aWidget)); in HandleQueryContentEvent()
1295 FlushPendingNotifications(aWidget); in OnEventNeedingAckHandled()
1457 if (!aWidget) { in FlushPendingNotifications()
[all …]
H A DContentCache.h238 bool CacheEditorRect(nsIWidget* aWidget,
240 bool CacheSelection(nsIWidget* aWidget,
242 bool CacheText(nsIWidget* aWidget,
245 bool CacheAll(nsIWidget* aWidget,
256 bool QueryCharRect(nsIWidget* aWidget, uint32_t aOffset,
258 bool QueryCharRectArray(nsIWidget* aWidget, uint32_t aOffset,
260 bool CacheCaret(nsIWidget* aWidget,
262 bool CacheTextRects(nsIWidget* aWidget,
275 void AssignContent(const ContentCache& aOther, nsIWidget* aWidget,
300 nsIWidget* aWidget) const;
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/widget/
H A DContentCache.cpp140 aWidget->DispatchEvent(&selection, status); in CacheSelection()
472 if (NS_WARN_IF(!CacheCaret(aWidget))) { in SetSelection()
559 MOZ_ASSERT(aWidget); in HandleQueryContentEvent()
562 aEvent.mReply.mFocusedWidget = aWidget; in HandleQueryContentEvent()
592 if (aWidget->PluginHasFocus()) { in HandleQueryContentEvent()
646 this, aWidget)); in HandleQueryContentEvent()
647 if (aWidget->PluginHasFocus()) { in HandleQueryContentEvent()
826 this, aWidget)); in HandleQueryContentEvent()
1290 FlushPendingNotifications(aWidget); in OnEventNeedingAckHandled()
1451 if (!aWidget) { in FlushPendingNotifications()
[all …]
H A DContentCache.h238 bool CacheEditorRect(nsIWidget* aWidget,
240 bool CacheSelection(nsIWidget* aWidget,
242 bool CacheText(nsIWidget* aWidget,
245 bool CacheAll(nsIWidget* aWidget,
256 bool QueryCharRect(nsIWidget* aWidget, uint32_t aOffset,
258 bool QueryCharRectArray(nsIWidget* aWidget, uint32_t aOffset,
260 bool CacheCaret(nsIWidget* aWidget,
262 bool CacheTextRects(nsIWidget* aWidget,
275 void AssignContent(const ContentCache& aOther, nsIWidget* aWidget,
300 nsIWidget* aWidget) const;
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/widget/
H A DContentCache.cpp150 return CacheCaret(aWidget, aNotification) && in CacheSelection()
151 CacheTextRects(aWidget, aNotification); in CacheSelection()
503 if (NS_WARN_IF(!CacheCaret(aWidget))) { in SetSelection()
582 MOZ_ASSERT(aWidget); in HandleQueryContentEvent()
666 this, aWidget)); in HandleQueryContentEvent()
685 aEvent.mReply->mFocusedWidget = aWidget; in HandleQueryContentEvent()
716 aEvent.mReply->mFocusedWidget = aWidget; in HandleQueryContentEvent()
835 this, aWidget)); in HandleQueryContentEvent()
1347 FlushPendingNotifications(aWidget); in OnEventNeedingAckHandled()
1509 if (!aWidget) { in FlushPendingNotifications()
[all …]
/dports/www/firefox/firefox-99.0/widget/
H A DContentCache.cpp519 nsIWidget* aWidget, in SetSelection() argument
543 CacheCaret(aWidget); in SetSelection()
544 CacheTextRects(aWidget); in SetSelection()
623 MOZ_ASSERT(aWidget); in HandleQueryContentEvent()
714 this, aWidget)); in HandleQueryContentEvent()
728 aEvent.mReply->mFocusedWidget = aWidget; in HandleQueryContentEvent()
774 aEvent.mReply->mFocusedWidget = aWidget; in HandleQueryContentEvent()
882 this, aWidget)); in HandleQueryContentEvent()
1402 FlushPendingNotifications(aWidget); in OnEventNeedingAckHandled()
1564 if (!aWidget) { in FlushPendingNotifications()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/widget/
H A DContentCache.cpp150 return CacheCaret(aWidget, aNotification) && in CacheSelection()
151 CacheTextRects(aWidget, aNotification); in CacheSelection()
503 if (NS_WARN_IF(!CacheCaret(aWidget))) { in SetSelection()
582 MOZ_ASSERT(aWidget); in HandleQueryContentEvent()
666 this, aWidget)); in HandleQueryContentEvent()
685 aEvent.mReply->mFocusedWidget = aWidget; in HandleQueryContentEvent()
716 aEvent.mReply->mFocusedWidget = aWidget; in HandleQueryContentEvent()
835 this, aWidget)); in HandleQueryContentEvent()
1347 FlushPendingNotifications(aWidget); in OnEventNeedingAckHandled()
1509 if (!aWidget) { in FlushPendingNotifications()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/widget/windows/
H A DWinMouseScrollHandler.cpp215 aWidget, in ProcessMessage()
308 NS_ENSURE_TRUE_VOID(aWidget); in InitEvent()
329 aWidget->InitEvent(aEvent, &point); in InitEvent()
379 aWidget, in ProcessNativeMouseWheelMessage()
491 if (aWidget->IsPlugin() && aWidget->GetWindowHandle() == pluginWnd) { in ProcessNativeMouseWheelMessage()
639 if (aWidget->Destroyed()) { in HandleMouseWheelMessage()
734 mWnd = aWidget->GetWindowHandle(); in EventInfo()
1338 aWidget); in HandleKeyMessage()
1630 if (aWidget && aWidget->GetWindowHandle() == mWnd) { in NativeMessageReceived()
1635 if (aWidget && aWidget->IsPlugin() && !WinUtils::GetNSWindowBasePtr(mWnd)) { in NativeMessageReceived()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/widget/windows/
H A DWinMouseScrollHandler.cpp213 aWidget, in ProcessMessage()
307 NS_ENSURE_TRUE_VOID(aWidget); in InitEvent()
328 aWidget->InitEvent(aEvent, &point); in InitEvent()
378 aWidget, in ProcessNativeMouseWheelMessage()
489 if (aWidget->IsPlugin() && aWidget->GetWindowHandle() == pluginWnd) { in ProcessNativeMouseWheelMessage()
637 if (aWidget->Destroyed()) { in HandleMouseWheelMessage()
732 mWnd = aWidget->GetWindowHandle(); in EventInfo()
1342 aWidget); in HandleKeyMessage()
1634 if (aWidget && aWidget->GetWindowHandle() == mWnd) { in NativeMessageReceived()
1639 if (aWidget && aWidget->IsPlugin() && !WinUtils::GetNSWindowBasePtr(mWnd)) { in NativeMessageReceived()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/widget/windows/
H A DWinMouseScrollHandler.cpp213 aWidget, in ProcessMessage()
307 NS_ENSURE_TRUE_VOID(aWidget); in InitEvent()
328 aWidget->InitEvent(aEvent, &point); in InitEvent()
378 aWidget, in ProcessNativeMouseWheelMessage()
489 if (aWidget->IsPlugin() && aWidget->GetWindowHandle() == pluginWnd) { in ProcessNativeMouseWheelMessage()
637 if (aWidget->Destroyed()) { in HandleMouseWheelMessage()
732 mWnd = aWidget->GetWindowHandle(); in EventInfo()
1342 aWidget); in HandleKeyMessage()
1634 if (aWidget && aWidget->GetWindowHandle() == mWnd) { in NativeMessageReceived()
1639 if (aWidget && aWidget->IsPlugin() && !WinUtils::GetNSWindowBasePtr(mWnd)) { in NativeMessageReceived()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/widget/windows/
H A DWinMouseScrollHandler.cpp214 aWidget, in ProcessMessage()
307 NS_ENSURE_TRUE_VOID(aWidget); in InitEvent()
320 aWidget->InitEvent(aEvent, &point); in InitEvent()
367 aWidget, in ProcessNativeMouseWheelMessage()
479 if (aWidget->IsPlugin() && aWidget->GetWindowHandle() == pluginWnd) { in ProcessNativeMouseWheelMessage()
626 if (aWidget->Destroyed()) { in HandleMouseWheelMessage()
682 InitEvent(aWidget, wheelEvent); in HandleScrollMessageAsMouseWheelMessage()
794 InitEvent(aWidget, aWheelEvent); in InitWheelEvent()
1610 if (aWidget && aWidget->GetWindowHandle() == mWnd) { in NativeMessageReceived()
1615 if (aWidget && aWidget->IsPlugin() && !WinUtils::GetNSWindowBasePtr(mWnd)) { in NativeMessageReceived()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/windows/
H A DWinMouseScrollHandler.cpp329 NS_ENSURE_TRUE_VOID(aWidget); in InitEvent()
342 aWidget->InitEvent(aEvent, &point); in InitEvent()
494 if (aWidget->IsPlugin() && in ProcessNativeMouseWheelMessage()
644 if (aWidget->Destroyed()) { in HandleMouseWheelMessage()
706 InitEvent(aWidget, wheelEvent); in HandleScrollMessageAsMouseWheelMessage()
745 mWnd = aWidget->GetWindowHandle(); in EventInfo()
836 InitEvent(aWidget, aWheelEvent); in InitWheelEvent()
1407 InitEvent(aWidget, commandEvent); in HandleKeyMessage()
1720 if (aWidget && aWidget->GetWindowHandle() == mWnd) { in NativeMessageReceived()
1725 if (aWidget && aWidget->IsPlugin() && in NativeMessageReceived()
[all …]
/dports/www/firefox/firefox-99.0/widget/windows/
H A DWinMouseScrollHandler.cpp186 aWidget, msg, wParam, lParam); in ProcessMessage()
213 aWidget, in ProcessMessage()
307 NS_ENSURE_TRUE_VOID(aWidget); in InitEvent()
328 aWidget->InitEvent(aEvent, &point); in InitEvent()
378 aWidget, in ProcessNativeMouseWheelMessage()
595 if (aWidget->Destroyed()) { in HandleMouseWheelMessage()
653 InitEvent(aWidget, wheelEvent, nullptr); in HandleScrollMessageAsMouseWheelMessage()
690 mWnd = aWidget->GetWindowHandle(); in EventInfo()
1302 aWidget); in HandleKeyMessage()
1594 if (aWidget && aWidget->GetWindowHandle() == mWnd) { in NativeMessageReceived()
[all …]
/dports/lang/smalltalk/smalltalk-3.2.5/packages/visualgst/
H A DGtkNotebookWidget.st28 addWidget: aWidget labeled: aString [
31 …self addWidget: aWidget labelWidget: (self buildLabelWidget: aString withIcon: GTK.Gtk gtkStockClo…
35 updateWidget: aWidget withLabel: aString [
38 …notebook setTabLabel: aWidget mainWidget tabLabel: (self buildLabelWidget: aString withIcon: GTK.G…
41 addPermanentWidget: aWidget labeled: aString [
44 self addWidget: aWidget labelWidget: (labels add: (GTK.GtkLabel new: aString))
47 addWidget: aWidget labelWidget: aLabelWidget [
50 currentWidget ifNil: [ currentWidget := aWidget ].
51 pages addLast: aWidget.
53 appendPage: aWidget mainWidget tabLabel: aLabelWidget.
/dports/www/firefox-esr/firefox-91.8.0/gfx/webrender_bindings/
H A DRenderCompositor.cpp156 if (aWidget->GetCompositorOptions().UseSoftwareWebRender()) { in Create()
160 return RenderCompositorNativeSWGL::Create(aWidget, aError); in Create()
168 RenderCompositorLayersSWGL::Create(aWidget, aError); in Create()
179 return RenderCompositorSWGL::Create(aWidget, aError); in Create()
184 return RenderCompositorANGLE::Create(aWidget, aError); in Create()
190 return RenderCompositorNativeOGL::Create(aWidget, aError); in Create()
196 RenderCompositorEGL::Create(aWidget, aError); in Create()
207 return RenderCompositorNativeOGL::Create(aWidget, aError); in Create()
209 return RenderCompositorOGL::Create(aWidget, aError); in Create()
214 const RefPtr<widget::CompositorWidget>& aWidget) in RenderCompositor() argument
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/webrender_bindings/
H A DRenderCompositor.cpp156 if (aWidget->GetCompositorOptions().UseSoftwareWebRender()) { in Create()
160 return RenderCompositorNativeSWGL::Create(aWidget, aError); in Create()
168 RenderCompositorLayersSWGL::Create(aWidget, aError); in Create()
179 return RenderCompositorSWGL::Create(aWidget, aError); in Create()
184 return RenderCompositorANGLE::Create(aWidget, aError); in Create()
190 return RenderCompositorNativeOGL::Create(aWidget, aError); in Create()
196 RenderCompositorEGL::Create(aWidget, aError); in Create()
207 return RenderCompositorNativeOGL::Create(aWidget, aError); in Create()
209 return RenderCompositorOGL::Create(aWidget, aError); in Create()
214 const RefPtr<widget::CompositorWidget>& aWidget) in RenderCompositor() argument
[all …]
/dports/www/firefox/firefox-99.0/gfx/webrender_bindings/
H A DRenderCompositor.cpp163 if (aWidget->GetCompositorOptions().UseSoftwareWebRender()) { in Create()
167 return RenderCompositorNativeSWGL::Create(aWidget, aError); in Create()
175 RenderCompositorLayersSWGL::Create(aWidget, aError); in Create()
186 return RenderCompositorSWGL::Create(aWidget, aError); in Create()
191 return RenderCompositorANGLE::Create(aWidget, aError); in Create()
197 return RenderCompositorNativeOGL::Create(aWidget, aError); in Create()
203 RenderCompositorEGL::Create(aWidget, aError); in Create()
214 return RenderCompositorNativeOGL::Create(aWidget, aError); in Create()
216 return RenderCompositorOGL::Create(aWidget, aError); in Create()
221 const RefPtr<widget::CompositorWidget>& aWidget) in RenderCompositor() argument
[all …]
/dports/cad/opencascade/opencascade-7.6.0/tools/DFBrowser/
H A DDFBrowser_AttributePaneStack.cxx112 QWidget* aWidget = 0; in SetCurrentItem() local
118 aWidget = myTreeLevelView->GetControl(); in SetCurrentItem()
132 aWidget = myCurrentPane->GetWidget (myAttributesStack, true); in SetCurrentItem()
133 if (aWidget) in SetCurrentItem()
135 int aWidgetIndex = myAttributesStack->indexOf (aWidget); in SetCurrentItem()
137 myAttributesStack->addWidget (aWidget); in SetCurrentItem()
145 myAttributesStack->setCurrentWidget (aWidget != NULL ? aWidget : myEmptyWidget); in SetCurrentItem()
/dports/lang/spidermonkey60/firefox-60.9.0/view/
H A DnsView.h78 static nsView* GetViewFor(nsIWidget* aWidget);
153 nsPoint GetOffsetToWidget(nsIWidget* aWidget) const;
271 nsresult AttachToTopLevelWidget(nsIWidget* aWidget);
295 void SetPreviousWidget(nsIWidget* aWidget) { mPreviousWindow = aWidget; } in SetPreviousWidget() argument
311 void AttachWidgetEventHandler(nsIWidget* aWidget);
315 void DetachWidgetEventHandler(nsIWidget* aWidget);
383 virtual bool WindowMoved(nsIWidget* aWidget, int32_t x, int32_t y) override;
384 virtual bool WindowResized(nsIWidget* aWidget, int32_t aWidth,
386 virtual bool RequestWindowClose(nsIWidget* aWidget) override;
387 virtual void WillPaintWindow(nsIWidget* aWidget) override;
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/view/
H A DnsView.h79 static nsView* GetViewFor(nsIWidget* aWidget);
152 nsPoint GetOffsetToWidget(nsIWidget* aWidget) const;
270 nsresult AttachToTopLevelWidget(nsIWidget* aWidget);
294 void SetPreviousWidget(nsIWidget* aWidget) { mPreviousWindow = aWidget; } in SetPreviousWidget() argument
312 void AttachWidgetEventHandler(nsIWidget* aWidget);
316 void DetachWidgetEventHandler(nsIWidget* aWidget);
382 virtual bool WindowMoved(nsIWidget* aWidget, int32_t x, int32_t y) override;
383 virtual bool WindowResized(nsIWidget* aWidget, int32_t aWidth, int32_t aHeight) override;
384 virtual bool RequestWindowClose(nsIWidget* aWidget) override;
385 virtual void WillPaintWindow(nsIWidget* aWidget) override;
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/ipc/
H A DInProcessCompositorSession.cpp16 widget::CompositorWidget* aWidget, nsBaseWidget* baseWidget, in InProcessCompositorSession() argument
18 : CompositorSession(aWidget->AsDelegate(), aChild, in InProcessCompositorSession()
22 mCompositorWidget(aWidget) { in InProcessCompositorSession()
28 nsBaseWidget* aWidget, LayerManager* aLayerManager, in Create() argument
33 aWidget->GetCompositorWidgetInitData(&initData); in Create()
36 CompositorWidget::CreateLocal(initData, aOptions, aWidget); in Create()
48 return new InProcessCompositorSession(widget, aWidget, child, parent); in Create()
/dports/lang/spidermonkey78/firefox-78.9.0/view/
H A DnsView.h144 static nsView* GetViewFor(nsIWidget* aWidget);
219 nsPoint GetOffsetToWidget(nsIWidget* aWidget) const;
337 nsresult AttachToTopLevelWidget(nsIWidget* aWidget);
361 void SetPreviousWidget(nsIWidget* aWidget) { mPreviousWindow = aWidget; } in SetPreviousWidget() argument
377 void AttachWidgetEventHandler(nsIWidget* aWidget);
381 void DetachWidgetEventHandler(nsIWidget* aWidget);
449 virtual bool WindowMoved(nsIWidget* aWidget, int32_t x, int32_t y) override;
450 virtual bool WindowResized(nsIWidget* aWidget, int32_t aWidth,
458 virtual bool RequestWindowClose(nsIWidget* aWidget) override;
460 virtual void WillPaintWindow(nsIWidget* aWidget) override;
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/view/
H A DnsView.h142 static nsView* GetViewFor(nsIWidget* aWidget);
217 nsPoint GetOffsetToWidget(nsIWidget* aWidget) const;
335 nsresult AttachToTopLevelWidget(nsIWidget* aWidget);
359 void SetPreviousWidget(nsIWidget* aWidget) { mPreviousWindow = aWidget; } in SetPreviousWidget() argument
375 void AttachWidgetEventHandler(nsIWidget* aWidget);
379 void DetachWidgetEventHandler(nsIWidget* aWidget);
447 virtual bool WindowMoved(nsIWidget* aWidget, int32_t x, int32_t y) override;
448 virtual bool WindowResized(nsIWidget* aWidget, int32_t aWidth,
456 virtual bool RequestWindowClose(nsIWidget* aWidget) override;
458 virtual void WillPaintWindow(nsIWidget* aWidget) override;
[all …]

12345678910>>...48