Searched refs:hidden (Results 1 - 25 of 45) sorted by last modified time

12

/haiku/src/apps/mediaplayer/
H A DInfoWin.cpp609 bool hidden = view->IsHidden(view); local
610 if (hidden && visible)
612 else if (!hidden && !visible)
/haiku/src/apps/deskbar/
H A DSwitcher.cpp260 // windows, then all hidden or non-workspace visible windows at the end.
263 // layer < 2 : hidden (0) and non workspace visible window (1)
282 // if not, then show_hide >= 1 means that the window is hidden.
283 // If the window is both minimized and hidden, then you get :
725 bool hidden = false; local
727 hidden = fWindow->IsHidden();
731 // If hidden we need to get things started by switching to correct app
732 if (hidden)
738 if (hidden) {
943 // If the first window in the list is hidden the
[all...]
/haiku/src/servers/app/
H A DWindow.h215 void SetHidden(bool hidden);
H A DWindow.cpp104 // Windows start hidden
1106 Window::SetHidden(bool hidden) argument
1109 if (fHidden != hidden) {
1110 fHidden = hidden;
1112 fTopView->SetHidden(hidden);
H A DView.h181 void SetHidden(bool hidden);
184 // takes into account parent views hidden status
H A DView.cpp611 // to move on screen, we must not be hidden and we must have a parent
643 // makes sure we don't copy parts hidden under
668 // the parent, or might now be hidden underneath
788 // area hidden underneath the parent view
1227 View::SetHidden(bool hidden) argument
1229 if (fHidden != hidden) {
1230 fHidden = hidden;
1486 // see if parts of our bounds are hidden underneath
H A DServerWindow.cpp316 // make sure we're hidden
510 bool hidden; local
524 link.Read<bool>(&hidden);
553 newView->SetHidden(hidden);
2128 // if this view is hidden, it has no visible region
/haiku/src/system/libroot/posix/musl/time/
H A Dtime_impl.h8 hidden int __month_to_secs(int, int);
9 hidden long long __year_to_secs(long long, int *);
10 hidden long long __tm_to_secs(const struct tm *);
11 hidden int __secs_to_tm(long long, struct tm *);
12 hidden size_t __strftime_l(char *restrict s, size_t n, const char *restrict f, const struct tm *restrict tm, locale_t loc);
13 hidden const char *__strftime_fmt_1(char (*)[100], size_t *, int, const struct tm *, locale_t, int);
/haiku/src/apps/terminal/
H A DTermView.cpp1936 bool hidden = fCursorHidden; local
1937 if (message->FindBool("hidden", &hidden) == B_OK)
1938 fCursorHidden = hidden;
H A DTerminalBuffer.h43 void SetCursorHidden(bool hidden);
H A DTerminalBuffer.cpp277 TerminalBuffer::SetCursorHidden(bool hidden) argument
281 message.AddBool("hidden", hidden);
/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dwebsearchfs.h76 int hidden:1; /* don't list in readdir */ member in struct:fs_node
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp488 void SetHidden(bool hidden) argument
490 fHidden = hidden;
1290 // in the case of an address node with a hidden child,
1392 // If the node only has a hidden child, pretend the node directly has the
1412 // If the node only has a hidden child, pretend the node directly has the
1496 // If the node only has a hidden child, add the child's children instead.
1725 // is a compound type, mark it hidden
1752 // if the node is hidden, add its children
2426 // If the node only has a hidden child, directly load the child's
2717 // contains a hidden nod
[all...]
/haiku/src/add-ons/kernel/file_systems/udf/drive_setup_addon/
H A Dudf-ds.cpp30 bool hidden; //"non-file system" partition member in struct:partition_data
/haiku/src/system/libroot/posix/musl/search/
H A Dtsearch.h13 hidden int __tsearch_balance(void **);
/haiku/src/system/libroot/posix/arch/m68k/
H A Dfenv.c11 #define hidden __attribute__((__visibility__("hidden"))) macro
63 hidden int __fesetround(int r)
/haiku/src/system/libroot/posix/arch/generic/
H A Dfesetround.c11 #define hidden __attribute__((__visibility__("hidden"))) macro
15 hidden int __fesetround(int);
/haiku/src/system/libroot/posix/musl/math/x86/
H A Dexpl.s40 .hidden __exp2l
H A Dexp.s70 .hidden __exp2l
/haiku/src/system/libroot/posix/musl/math/
H A Dpowf_data.h19 extern hidden const struct powf_log2_data {
H A Dpow_data.h12 extern hidden const struct pow_log_data {
H A Dlogf_data.h12 extern hidden const struct logf_data {
H A Dlog2f_data.h12 extern hidden const struct log2f_data {
H A Dlog_data.h13 extern hidden const struct log_data {
H A Dlog2_data.h13 extern hidden const struct log2_data {

Completed in 242 milliseconds

12