Home
last modified time | relevance | path

Searched refs:windowPath (Results 1 – 23 of 23) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DnsWindowMemoryReporter.cpp263 nsAutoCString windowPath("explicit/"); in CollectWindowReports() local
275 windowPath += "window-objects/"_ns; in CollectWindowReports()
278 windowPath += "top("_ns; in CollectWindowReports()
288 windowPath += "top(none)/ghost/"_ns; in CollectWindowReports()
290 windowPath += "top(none)/detached/"_ns; in CollectWindowReports()
294 windowPath += "window("_ns; in CollectWindowReports()
295 AppendWindowURI(aWindow, windowPath, aAnonymize); in CollectWindowReports()
296 windowPath += ")"_ns; in CollectWindowReports()
299 nsCString censusWindowPath(windowPath); in CollectWindowReports()
308 ReportSize(windowPath, _pathTail, windowSizes._field, \ in CollectWindowReports()
[all …]
/dports/www/firefox/firefox-99.0/dom/base/
H A DnsWindowMemoryReporter.cpp261 nsAutoCString windowPath("explicit/"); in CollectWindowReports() local
273 windowPath += "window-objects/"_ns; in CollectWindowReports()
276 windowPath += "top("_ns; in CollectWindowReports()
286 windowPath += "top(none)/ghost/"_ns; in CollectWindowReports()
288 windowPath += "top(none)/detached/"_ns; in CollectWindowReports()
292 windowPath += "window("_ns; in CollectWindowReports()
293 AppendWindowURI(aWindow, windowPath, aAnonymize); in CollectWindowReports()
294 windowPath += ")"_ns; in CollectWindowReports()
297 nsCString censusWindowPath(windowPath); in CollectWindowReports()
306 ReportSize(windowPath, _pathTail, windowSizes._field, \ in CollectWindowReports()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DnsWindowMemoryReporter.cpp263 nsAutoCString windowPath("explicit/"); in CollectWindowReports() local
275 windowPath += "window-objects/"_ns; in CollectWindowReports()
278 windowPath += "top("_ns; in CollectWindowReports()
288 windowPath += "top(none)/ghost/"_ns; in CollectWindowReports()
290 windowPath += "top(none)/detached/"_ns; in CollectWindowReports()
294 windowPath += "window("_ns; in CollectWindowReports()
295 AppendWindowURI(aWindow, windowPath, aAnonymize); in CollectWindowReports()
296 windowPath += ")"_ns; in CollectWindowReports()
299 nsCString censusWindowPath(windowPath); in CollectWindowReports()
308 ReportSize(windowPath, _pathTail, windowSizes._field, \ in CollectWindowReports()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsWindowMemoryReporter.cpp215 nsAutoCString windowPath("explicit/"); in CollectWindowReports() local
227 windowPath += NS_LITERAL_CSTRING("window-objects/"); in CollectWindowReports()
230 windowPath += NS_LITERAL_CSTRING("top("); in CollectWindowReports()
235 aTopWindowPaths->Put(aWindow->WindowID(), windowPath); in CollectWindowReports()
241 windowPath += NS_LITERAL_CSTRING("top(none)/ghost/"); in CollectWindowReports()
243 windowPath += NS_LITERAL_CSTRING("top(none)/detached/"); in CollectWindowReports()
247 windowPath += NS_LITERAL_CSTRING("window("); in CollectWindowReports()
248 AppendWindowURI(aWindow, windowPath, aAnonymize); in CollectWindowReports()
249 windowPath += NS_LITERAL_CSTRING(")"); in CollectWindowReports()
252 nsCString censusWindowPath(windowPath); in CollectWindowReports()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsWindowMemoryReporter.cpp245 nsAutoCString windowPath("explicit/"); in CollectWindowReports() local
269 windowPath += NS_LITERAL_CSTRING("add-ons/") + id + in CollectWindowReports()
274 windowPath += NS_LITERAL_CSTRING("window-objects/"); in CollectWindowReports()
277 windowPath += NS_LITERAL_CSTRING("top("); in CollectWindowReports()
278 AppendWindowURI(top, windowPath, aAnonymize); in CollectWindowReports()
281 aTopWindowPaths->Put(aWindow->WindowID(), windowPath); in CollectWindowReports()
293 windowPath += NS_LITERAL_CSTRING("window("); in CollectWindowReports()
294 AppendWindowURI(aWindow, windowPath, aAnonymize); in CollectWindowReports()
295 windowPath += NS_LITERAL_CSTRING(")"); in CollectWindowReports()
298 nsCString censusWindowPath(windowPath); in CollectWindowReports()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsWindowMemoryReporter.cpp229 nsAutoCString windowPath("explicit/"); in CollectWindowReports() local
253 windowPath += in CollectWindowReports()
258 windowPath += NS_LITERAL_CSTRING("window-objects/"); in CollectWindowReports()
261 windowPath += NS_LITERAL_CSTRING("top("); in CollectWindowReports()
266 aTopWindowPaths->Put(aWindow->WindowID(), windowPath); in CollectWindowReports()
272 windowPath += NS_LITERAL_CSTRING("top(none)/ghost/"); in CollectWindowReports()
278 windowPath += NS_LITERAL_CSTRING("window("); in CollectWindowReports()
279 AppendWindowURI(aWindow, windowPath, aAnonymize); in CollectWindowReports()
280 windowPath += NS_LITERAL_CSTRING(")"); in CollectWindowReports()
283 nsCString censusWindowPath(windowPath); in CollectWindowReports()
[all …]
/dports/games/zangband/zangband/lib/script/tk/library/
H A Dutils.tcl23 proc WindowBringToFront {windowPath} { argument
25 set focus [focus -lastfor $windowPath]
26 if {![winfo ismapped $windowPath]} {
27 wm state $windowPath normal
33 raise $windowPath
/dports/deskutils/basket/basket-2.49a-46-g60e38c6/src/
H A Dlikeback.cpp359 …mmentDialog(Button type, const QString &initialComment, const QString &windowPath, const QString &… in execCommentDialog() argument
362 …QPointer<LikeBackDialog> dialog = new LikeBackDialog(type, initialComment, windowPath, context, th… in execCommentDialog()
500 QString windowPath; in activeWindowPath() local
502 if (windowPath.isEmpty()) in activeWindowPath()
503 windowPath = windowNames[i]; in activeWindowPath()
505 windowPath += QString("~~") + windowNames[i]; in activeWindowPath()
509 return windowPath; in activeWindowPath()
606 …LikeBack::Button reason, const QString &initialComment, const QString &windowPath, const QString &… in LikeBackDialog() argument
609 , m_windowPath(windowPath) in LikeBackDialog()
H A Dlikeback.h286 … type = AllButtons, const QString &initialComment = "", const QString &windowPath = "", const QStr…
H A Dlikeback_p.h91 …LikeBack::Button reason, const QString &initialComment, const QString &windowPath, const QString &…
/dports/audio/faustlive/faustlive-2.5.7/src/MainStructure/
H A DFLApp.cpp749 QString windowPath = createWindowFolder(fSessionFolder, val); in create_New_Window() local
751 QString settingPath = windowPath + "/Settings.ini"; in create_New_Window()
1162 …QString windowPath = copyWindowFolder(fSessionFolder, it->second, folderName, it->first, indexChan… in recall_Snapshot() local
1164 QString settingPath = windowPath + "/Settings.ini"; in recall_Snapshot()
1187 QString windowPath = createWindowFolder(fSessionFolder, it->first); in restoreSession() local
1189 QString settingPath = windowPath + "/Settings.ini"; in restoreSession()
1419 …QString windowPath = copyWindowFolder(fSessionFolder, val, fSessionFolder, window->get_indexWindow… in duplicate() local
1421 QString settingPath = windowPath + "/Settings.ini"; in duplicate()
1766 QString windowPath = createWindowFolder(fSessionFolder, val); in compile_HttpData() local
1768 QString settingPath = windowPath + "/Settings.ini"; in compile_HttpData()
/dports/editors/nedit/nedit-5.7/source/
H A Dtags.h52 int AddRelTagsFile(const char *tagSpec, const char *windowPath,
H A Dtags.c337 int AddRelTagsFile(const char *tagSpec, const char *windowPath, int file_type) in AddRelTagsFile() argument
357 if (windowPath && *windowPath) { in AddRelTagsFile()
358 strcpy(pathName, windowPath); in AddRelTagsFile()
/dports/x11/xdm/xdm-1.1.12/xdm/
H A Ddpylist.c171 free (d->windowPath); in RemoveDisplay()
263 d->windowPath = NULL; in NewDisplay()
H A Dsession.c789 if (d->windowPath) in StartClient()
790 verify->userEnviron = setEnv(verify->userEnviron, "WINDOWPATH", d->windowPath); in StartClient()
1013 if (d->windowPath) in systemEnv()
1014 env = setEnv (env, "WINDOWPATH", d->windowPath); in systemEnv()
H A Ddm.c774 free(d->windowPath); in SetWindowPath()
775 d->windowPath = newwindowpath; in SetWindowPath()
/dports/x11/xdm/xdm-1.1.12/greeter/
H A Dgreet.c546 if ((d->windowPath) && !(strchr(d->windowPath, ':'))) { in GreetUser()
548 snprintf(vtpath, sizeof(vtpath), "/dev/vt/%s", d->windowPath); in GreetUser()
/dports/x11-toolkits/tk85/tk8.5.19/tests/
H A Dsafe.test181 test safe-6.1 {loadTk -use windowPath} {
192 test safe-6.2 {loadTk -use windowPath, conflicting -display} {
/dports/x11-toolkits/tk87/tk8.7a5/tests/
H A Dsafe.test222 test safe-6.1 {loadTk -use windowPath} -setup {
233 test safe-6.2 {loadTk -use windowPath, conflicting -display} -setup {
/dports/x11-toolkits/tk86/tk8.6.12/tests/
H A Dsafe.test222 test safe-6.1 {loadTk -use windowPath} -setup {
233 test safe-6.2 {loadTk -use windowPath, conflicting -display} -setup {
/dports/x11/xdm/xdm-1.1.12/include/
H A Ddm.h248 char *windowPath; /* path to server "window" */ member
/dports/comms/ncid/ncid/client/
H A Dncid.sh697 proc getWindowProps {verboseLevel verboseMsg windowPath} {
701 set val [winfo $i $windowPath]
702 logMsg $verboseLevel "$verboseMsg $windowPath [format "%-25.25s %s" "$i" "$val"] "
/dports/x11/xdm/xdm-1.1.12/
H A DChangeLog2942 Make sure windowPath is properly initialized & freed