Home
last modified time | relevance | path

Searched refs:topWindow (Results 1 – 25 of 408) sorted by relevance

12345678910>>...17

/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/x11/
H A Dxinit.c328 if (topWindow) in Init_top()
403 topWindow = XCreateWindow(dpy, in Init_top()
410 XSelectInput(dpy, topWindow, in Init_top()
433 = XCreateBitmapFromData(dpy, topWindow, in Init_top()
514 if (!topWindow) { in Init_playing_windows()
536 = Widget_create_form(0, topWindow, in Init_playing_windows()
573 = XCreateSimpleWindow(dpy, topWindow, in Init_playing_windows()
642 XMapSubwindows(dpy, topWindow); in Init_playing_windows()
643 XMapWindow(dpy, topWindow); in Init_playing_windows()
701 XMapRaised(dpy, topWindow); in Raise_window()
[all …]
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/NT/
H A Dxinit.c349 if (topWindow) in Init_top()
426 topWindow = XCreateWindow(dpy, in Init_top()
433 XSelectInput(dpy, topWindow, in Init_top()
436 Init_disp_prop(dpy, topWindow, top_width, top_height, in Init_top()
452 topWindow = 0; in Init_top()
475 if (!topWindow) { in Init_playing_windows()
517 motdGC = WinXCreateWinDC(topWindow); in Init_playing_windows()
552 = Widget_create_form(0, topWindow, in Init_playing_windows()
593 = XCreateSimpleWindow(dpy, topWindow, in Init_playing_windows()
686 XMapRaised(dpy, topWindow); in Raise_window()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/library/win32/
H A DeclipseWinCommon.c29 HWND topWindow = 0; variable
41 MessageBox( topWindow, message, title, MB_OK ); in displayMessage()
68 topWindow = CreateWindowEx ( icon != NULL ? 0 : WS_EX_TOOLWINDOW, in initWindowSystem()
83 SetClassLongPtr(topWindow, GCLP_HICON, (LONG_PTR)icon); in initWindowSystem()
85 SetClassLong(topWindow, GCL_HICON, (LONG)icon); in initWindowSystem()
H A DeclipseWin.c36 extern HWND topWindow;
267 SendMessage( topWindow, STM_SETIMAGE, IMAGE_BITMAP, (LPARAM) hBitmap ); in showSplash()
268 ShowWindow( topWindow, SW_SHOW ); in showSplash()
269 BringWindowToTop( topWindow ); in showSplash()
280 if(topWindow == 0) in dispatchMessages()
290 return (jlong)topWindow; in getSplashHandle()
295 if(topWindow != NULL) { in takeDownSplash()
297 KillTimer(topWindow, findWindowTimerId); in takeDownSplash()
309 DestroyWindow(topWindow); in takeDownSplash()
311 topWindow = 0; in takeDownSplash()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DBindContext.cpp37 nsPIDOMWindowOuter* topWindow = browsingContext->Top()->GetDOMWindow(); in IsSameOriginAsTop() local
38 if (!topWindow) { in IsSameOriginAsTop()
43 Document* topLevelDocument = topWindow->GetExtantDoc(); in IsSameOriginAsTop()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DBindContext.cpp33 nsPIDOMWindowOuter* topWindow = browsingContext->Top()->GetDOMWindow(); in IsSameOriginAsTop() local
34 if (!topWindow) { in IsSameOriginAsTop()
39 Document* topLevelDocument = topWindow->GetExtantDoc(); in IsSameOriginAsTop()
/dports/www/firefox/firefox-99.0/dom/base/
H A DBindContext.cpp37 nsPIDOMWindowOuter* topWindow = browsingContext->Top()->GetDOMWindow(); in IsSameOriginAsTop() local
38 if (!topWindow) { in IsSameOriginAsTop()
43 Document* topLevelDocument = topWindow->GetExtantDoc(); in IsSameOriginAsTop()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DBindContext.cpp37 nsPIDOMWindowOuter* topWindow = browsingContext->Top()->GetDOMWindow(); in IsSameOriginAsTop() local
38 if (!topWindow) { in IsSameOriginAsTop()
43 Document* topLevelDocument = topWindow->GetExtantDoc(); in IsSameOriginAsTop()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/tools/
H A Dpywxrc.py343 for topWindow in topWindows:
344 windowClass = topWindow.getAttribute("class")
346 windowName = topWindow.getAttribute("name")
359 outputList += genfunc(windowClass, windowName, topWindow, vars)
391 for widget in topWindow.getElementsByTagName("object"):
413 def GenerateMenuClass(self, windowClass, windowName, topWindow, vars): argument
418 for widget in topWindow.getElementsByTagName("object"):
447 for widget in topWindow.getElementsByTagName("object"):
469 for widget in topWindow.getElementsByTagName("object"):
538 for elem in topWindow.getElementsByTagName("XRCED"):
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/main/
H A Dincognito_blocker_scene_agent_unittest.mm81 UIWindow* topWindow = [[UIWindow alloc] init];
82 topWindow.windowLevel = UIWindowLevelStatusBar + 1;
84 NSArray* windows = @[ topWindow, bottomWindow ];
97 EXPECT_EQ(topWindow.subviews.count, 0u);
102 EXPECT_EQ(topWindow.subviews.count, 1u);
107 EXPECT_EQ(topWindow.subviews.count, 0u);
/dports/www/firefox-esr/firefox-91.8.0/dom/audiochannel/
H A DAudioChannelService.cpp346 nsCOMPtr<nsPIDOMWindowOuter> topWindow = aWindow->GetInProcessScriptableTop(); in RefreshAgents() local
347 if (!topWindow) { in RefreshAgents()
351 AudioChannelWindow* winData = GetWindowData(topWindow->WindowID()); in RefreshAgents()
386 nsCOMPtr<nsPIDOMWindowOuter> topWindow = aWindow->GetInProcessScriptableTop(); in SetWindowAudioCaptured() local
387 if (!topWindow) { in SetWindowAudioCaptured()
391 AudioChannelWindow* winData = GetWindowData(topWindow->WindowID()); in SetWindowAudioCaptured()
453 nsCOMPtr<nsPIDOMWindowOuter> topWindow = aWindow->GetInProcessScriptableTop(); in NotifyMediaResumedFromBlock() local
454 if (!topWindow) { in NotifyMediaResumedFromBlock()
458 AudioChannelWindow* winData = GetWindowData(topWindow->WindowID()); in NotifyMediaResumedFromBlock()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/audiochannel/
H A DAudioChannelService.cpp350 nsCOMPtr<nsPIDOMWindowOuter> topWindow = aWindow->GetInProcessScriptableTop(); in RefreshAgents() local
351 if (!topWindow) { in RefreshAgents()
355 AudioChannelWindow* winData = GetWindowData(topWindow->WindowID()); in RefreshAgents()
391 nsCOMPtr<nsPIDOMWindowOuter> topWindow = aWindow->GetInProcessScriptableTop(); in SetWindowAudioCaptured() local
392 if (!topWindow) { in SetWindowAudioCaptured()
396 AudioChannelWindow* winData = GetWindowData(topWindow->WindowID()); in SetWindowAudioCaptured()
465 nsCOMPtr<nsPIDOMWindowOuter> topWindow = aWindow->GetInProcessScriptableTop(); in NotifyMediaResumedFromBlock() local
466 if (!topWindow) { in NotifyMediaResumedFromBlock()
470 AudioChannelWindow* winData = GetWindowData(topWindow->WindowID()); in NotifyMediaResumedFromBlock()
/dports/www/firefox/firefox-99.0/dom/audiochannel/
H A DAudioChannelService.cpp346 nsCOMPtr<nsPIDOMWindowOuter> topWindow = aWindow->GetInProcessScriptableTop(); in RefreshAgents() local
347 if (!topWindow) { in RefreshAgents()
351 AudioChannelWindow* winData = GetWindowData(topWindow->WindowID()); in RefreshAgents()
386 nsCOMPtr<nsPIDOMWindowOuter> topWindow = aWindow->GetInProcessScriptableTop(); in SetWindowAudioCaptured() local
387 if (!topWindow) { in SetWindowAudioCaptured()
391 AudioChannelWindow* winData = GetWindowData(topWindow->WindowID()); in SetWindowAudioCaptured()
453 nsCOMPtr<nsPIDOMWindowOuter> topWindow = aWindow->GetInProcessScriptableTop(); in NotifyResumingDelayedMedia() local
454 if (!topWindow) { in NotifyResumingDelayedMedia()
458 AudioChannelWindow* winData = GetWindowData(topWindow->WindowID()); in NotifyResumingDelayedMedia()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/audiochannel/
H A DAudioChannelService.cpp346 nsCOMPtr<nsPIDOMWindowOuter> topWindow = aWindow->GetInProcessScriptableTop(); in RefreshAgents() local
347 if (!topWindow) { in RefreshAgents()
351 AudioChannelWindow* winData = GetWindowData(topWindow->WindowID()); in RefreshAgents()
386 nsCOMPtr<nsPIDOMWindowOuter> topWindow = aWindow->GetInProcessScriptableTop(); in SetWindowAudioCaptured() local
387 if (!topWindow) { in SetWindowAudioCaptured()
391 AudioChannelWindow* winData = GetWindowData(topWindow->WindowID()); in SetWindowAudioCaptured()
453 nsCOMPtr<nsPIDOMWindowOuter> topWindow = aWindow->GetInProcessScriptableTop(); in NotifyMediaResumedFromBlock() local
454 if (!topWindow) { in NotifyMediaResumedFromBlock()
458 AudioChannelWindow* winData = GetWindowData(topWindow->WindowID()); in NotifyMediaResumedFromBlock()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/platformsupport/fbconvenience/
H A Dqfbscreen.cpp101 QWindow *w = topWindow(); in addWindow()
110 QWindow *w = topWindow(); in removeWindow()
122 QWindow *w = topWindow(); in raise()
134 QWindow *w = topWindow(); in lower()
139 QWindow *QFbScreen::topWindow() const in topWindow() function in QFbScreen
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/platformsupport/fbconvenience/
H A Dqfbscreen.cpp101 QWindow *w = topWindow(); in addWindow()
110 QWindow *w = topWindow(); in removeWindow()
122 QWindow *w = topWindow(); in raise()
134 QWindow *w = topWindow(); in lower()
139 QWindow *QFbScreen::topWindow() const in topWindow() function in QFbScreen
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/platformsupport/fbconvenience/
H A Dqfbscreen.cpp101 QWindow *w = topWindow(); in addWindow()
110 QWindow *w = topWindow(); in removeWindow()
122 QWindow *w = topWindow(); in raise()
134 QWindow *w = topWindow(); in lower()
139 QWindow *QFbScreen::topWindow() const in topWindow() function in QFbScreen
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/platformsupport/fbconvenience/
H A Dqfbscreen.cpp101 QWindow *w = topWindow(); in addWindow()
110 QWindow *w = topWindow(); in removeWindow()
122 QWindow *w = topWindow(); in raise()
134 QWindow *w = topWindow(); in lower()
139 QWindow *QFbScreen::topWindow() const in topWindow() function in QFbScreen
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/platformsupport/fbconvenience/
H A Dqfbscreen.cpp101 QWindow *w = topWindow(); in addWindow()
110 QWindow *w = topWindow(); in removeWindow()
122 QWindow *w = topWindow(); in raise()
134 QWindow *w = topWindow(); in lower()
139 QWindow *QFbScreen::topWindow() const in topWindow() function in QFbScreen
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/platformsupport/fbconvenience/
H A Dqfbscreen.cpp101 QWindow *w = topWindow(); in addWindow()
110 QWindow *w = topWindow(); in removeWindow()
122 QWindow *w = topWindow(); in raise()
134 QWindow *w = topWindow(); in lower()
139 QWindow *QFbScreen::topWindow() const in topWindow() function in QFbScreen
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/platformsupport/fbconvenience/
H A Dqfbscreen.cpp101 QWindow *w = topWindow(); in addWindow()
110 QWindow *w = topWindow(); in removeWindow()
122 QWindow *w = topWindow(); in raise()
134 QWindow *w = topWindow(); in lower()
139 QWindow *QFbScreen::topWindow() const in topWindow() function in QFbScreen
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/platformsupport/fbconvenience/
H A Dqfbscreen.cpp101 QWindow *w = topWindow(); in addWindow()
110 QWindow *w = topWindow(); in removeWindow()
122 QWindow *w = topWindow(); in raise()
134 QWindow *w = topWindow(); in lower()
139 QWindow *QFbScreen::topWindow() const in topWindow() function in QFbScreen
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/platformsupport/fbconvenience/
H A Dqfbscreen.cpp101 QWindow *w = topWindow(); in addWindow()
110 QWindow *w = topWindow(); in removeWindow()
122 QWindow *w = topWindow(); in raise()
134 QWindow *w = topWindow(); in lower()
139 QWindow *QFbScreen::topWindow() const in topWindow() function in QFbScreen
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/platformsupport/fbconvenience/
H A Dqfbscreen.cpp101 QWindow *w = topWindow(); in addWindow()
110 QWindow *w = topWindow(); in removeWindow()
122 QWindow *w = topWindow(); in raise()
134 QWindow *w = topWindow(); in lower()
139 QWindow *QFbScreen::topWindow() const in topWindow() function in QFbScreen
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/platformsupport/fbconvenience/
H A Dqfbscreen.cpp101 QWindow *w = topWindow(); in addWindow()
110 QWindow *w = topWindow(); in removeWindow()
122 QWindow *w = topWindow(); in raise()
134 QWindow *w = topWindow(); in lower()
139 QWindow *QFbScreen::topWindow() const in topWindow() function in QFbScreen

12345678910>>...17