Searched refs:borders (Results 1 - 24 of 24) sorted by relevance

/haiku/src/add-ons/control_look/FlatControlLook/
H A DFlatControlLook.h38 uint32 borders = B_ALL_BORDERS);
45 uint32 borders = B_ALL_BORDERS);
55 uint32 borders = B_ALL_BORDERS);
61 uint32 borders = B_ALL_BORDERS);
65 uint32 borders = B_ALL_BORDERS);
68 const rgb_color& background, uint32 flags, uint32 borders);
71 const rgb_color& background, uint32 flags, uint32 borders);
76 const rgb_color& background, uint32 flags, uint32 borders);
81 uint32 borders = B_ALL_BORDERS);
114 uint32 borders
[all...]
H A DFlatControlLook.cpp56 uint32 borders)
59 1.0, 1.0, flags, borders);
66 uint32 borders)
69 1.0, 1.0, flags, borders);
78 uint32 borders)
81 1.0, 1.0, flags, borders);
88 uint32 borders, orientation orientation)
91 flags, borders, orientation);
98 uint32 borders, orientation orientation)
101 flags, borders, orientatio
54 DrawButtonFrame(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
64 DrawButtonFrame(BView* view, BRect& rect, const BRect& updateRect, float radius, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
74 DrawButtonFrame(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
86 DrawButtonBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
96 DrawButtonBackground(BView* view, BRect& rect, const BRect& updateRect, float radius, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
106 DrawButtonBackground(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
117 DrawMenuBarBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
167 DrawMenuFieldFrame(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
177 DrawMenuFieldFrame(BView* view, BRect& rect, const BRect& updateRect, float radius, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
187 DrawMenuFieldFrame(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
209 DrawMenuFieldBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
241 DrawMenuBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
269 DrawMenuItemBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
660 uint32 borders = _borders; local
1000 DrawActiveTab(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders, uint32 side, int32, int32, int32, int32) argument
1182 DrawSplitter(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, orientation orientation, uint32 flags, uint32 borders) argument
1297 DrawBorder(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, border_style borderStyle, uint32 flags, uint32 borders) argument
1312 DrawRaisedBorder(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
1321 DrawTextControlBorder(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
1362 DrawGroupFrame(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 borders) argument
1376 DrawButtonWithPopUpBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
1386 DrawButtonWithPopUpBackground(BView* view, BRect& rect, const BRect& updateRect, float radius, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
1396 DrawButtonWithPopUpBackground(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
1411 _DrawButtonFrame(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, const rgb_color& background, float contrast, float brightness, uint32 flags, uint32 borders) argument
1572 _DrawOuterResessedFrame(BView* view, BRect& rect, const rgb_color& base, float contrast, float brightness, uint32 flags, uint32 borders) argument
1596 _DrawButtonBackground(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, bool popupIndicator, uint32 flags, uint32 borders, orientation orientation) argument
1644 _DrawNonFlatButtonBackground(BView* view, BRect& rect, const BRect& updateRect, BRegion& clipping, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, bool popupIndicator, uint32 flags, uint32 borders, orientation orientation) argument
1885 _DrawMenuFieldBackgroundInside(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, uint32 flags, uint32 borders) argument
[all...]
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.h38 uint32 borders = B_ALL_BORDERS);
44 uint32 borders = B_ALL_BORDERS);
51 uint32 borders = B_ALL_BORDERS);
57 uint32 borders = B_ALL_BORDERS,
62 uint32 borders = B_ALL_BORDERS,
68 uint32 borders = B_ALL_BORDERS,
112 uint32 borders = B_ALL_BORDERS);
127 uint32 borders = B_ALL_BORDERS);
133 uint32 borders = B_ALL_BORDERS);
140 uint32 borders
[all...]
H A DBeControlLook.cpp117 const rgb_color& background, uint32 flags, uint32 borders)
120 background, 1.0, 1.0, flags, borders);
127 const rgb_color& background, uint32 flags, uint32 borders)
130 background, 1.0, 1.0, flags, borders);
137 const rgb_color& background, uint32 flags, uint32 borders)
140 background, 1.0, 1.0, flags, borders);
147 uint32 borders, orientation orientation)
150 base, false, flags, borders, orientation);
157 uint32 borders, orientation orientation)
160 base, false, flags, borders, orientatio
115 DrawButtonFrame(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
125 DrawButtonFrame(BView* view, BRect& rect, const BRect& updateRect, float, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
135 DrawButtonFrame(BView* view, BRect& rect, const BRect& updateRect, float, float, float, float, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
145 DrawButtonBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
155 DrawButtonBackground(BView* view, BRect& rect, const BRect& updateRect, float, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
165 DrawButtonBackground(BView* view, BRect& rect, const BRect& updateRect, float, float, float, float, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
806 DrawMenuBarBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
836 DrawMenuFieldFrame(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
847 DrawMenuFieldFrame(BView* view, BRect& rect, const BRect& updateRect, float, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
858 DrawMenuFieldFrame(BView* view, BRect& rect, const BRect& updateRect, float, float, float, float, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
905 DrawMenuFieldBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
935 DrawMenuBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
952 DrawMenuItemBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
1348 DrawTabFrame(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders, border_style borderStyle, uint32 side) argument
1387 DrawActiveTab(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders, uint32 side, int32, int32, int32, int32) argument
1608 DrawInactiveTab(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders, uint32 side, int32 index, int32 selected, int32 first, int32 last) argument
1824 DrawSplitter(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, orientation orientation, uint32 flags, uint32 borders) argument
1939 DrawBorder(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, border_style borderStyle, uint32 flags, uint32 borders) argument
2042 DrawRaisedBorder(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
2107 DrawTextControlBorder(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
2149 DrawGroupFrame(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 borders) argument
2474 DrawButtonWithPopUpBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
2484 DrawButtonWithPopUpBackground(BView* view, BRect& rect, const BRect& updateRect, float radius, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
2494 DrawButtonWithPopUpBackground(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
2509 _DrawButtonFrame(BView* view, BRect& rect, const BRect& updateRect, float, float, float, float, const rgb_color& base, const rgb_color& background, float contrast, float brightness, uint32 flags, uint32 borders) argument
2730 _DrawButtonBackground(BView* view, BRect& rect, const BRect& updateRect, float, float, float, float, const rgb_color& base, bool popupIndicator, uint32 flags, uint32 borders, orientation orientation) argument
2803 _DrawMenuFieldBackgroundInside(BView* view, BRect& rect, const BRect& updateRect, float, float, float, float, const rgb_color& base, uint32 flags, uint32 borders) argument
3110 _DrawFrame(BView* view, BRect& rect, const rgb_color& left, const rgb_color& top, const rgb_color& right, const rgb_color& bottom, uint32 borders) argument
[all...]
/haiku/headers/os/interface/
H A DControlLook.h114 uint32 borders = B_ALL_BORDERS) = 0;
121 uint32 borders = B_ALL_BORDERS) = 0;
131 uint32 borders = B_ALL_BORDERS) = 0;
137 uint32 borders = B_ALL_BORDERS,
144 uint32 borders = B_ALL_BORDERS,
154 uint32 borders = B_ALL_BORDERS,
161 uint32 borders = B_ALL_BORDERS) = 0;
168 uint32 borders = B_ALL_BORDERS) = 0;
175 uint32 borders = B_ALL_BORDERS) = 0;
185 uint32 borders
[all...]
H A DScrollView.h68 void SetBorders(uint32 borders);
111 uint32 borders);
114 uint32 borders);
119 uint32 borders, bool expand = false);
H A DMenuBar.h77 void SetBorders(uint32 borders);
/haiku/src/apps/mediaplayer/interface/
H A DPlayPauseButton.h18 uint32 borders
H A DSymbolButton.h20 uint32 borders
H A DSymbolButton.cpp19 BMessage* message, uint32 borders)
23 fBorders(borders)
18 SymbolButton(const char* name, BShape* symbolShape, BMessage* message, uint32 borders) argument
H A DPlayPauseButton.cpp20 uint32 borders)
22 SymbolButton(name, NULL, message, borders),
18 PlayPauseButton(const char* name, BShape* playSymbolShape, BShape* pauseSymbolShape, BMessage* message, uint32 borders) argument
/haiku/headers/private/interface/
H A DHaikuControlLook.h38 uint32 borders = B_ALL_BORDERS);
45 uint32 borders = B_ALL_BORDERS);
55 uint32 borders = B_ALL_BORDERS);
61 uint32 borders = B_ALL_BORDERS,
68 uint32 borders = B_ALL_BORDERS,
78 uint32 borders = B_ALL_BORDERS,
85 uint32 borders = B_ALL_BORDERS);
92 uint32 borders = B_ALL_BORDERS);
99 uint32 borders = B_ALL_BORDERS);
109 uint32 borders
[all...]
/haiku/src/kits/interface/
H A DHaikuControlLook.cpp110 uint32 borders)
113 background, 1.0, 1.0, flags, borders);
120 uint32 borders)
123 base, background, 1.0, 1.0, flags, borders);
132 uint32 borders)
136 1.0, 1.0, flags, borders);
143 uint32 borders, orientation orientation)
146 base, false, flags, borders, orientation);
153 uint32 borders, orientation orientation)
156 radius, base, false, flags, borders, orientatio
108 DrawButtonFrame(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
118 DrawButtonFrame(BView* view, BRect& rect, const BRect& updateRect, float radius, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
128 DrawButtonFrame(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
141 DrawButtonBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
151 DrawButtonBackground(BView* view, BRect& rect, const BRect& updateRect, float radius, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
161 DrawButtonBackground(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
173 DrawMenuBarBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
219 DrawMenuFieldFrame(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
229 DrawMenuFieldFrame(BView* view, BRect& rect, const BRect& updateRect, float radius, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
239 DrawMenuFieldFrame(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, const rgb_color& background, uint32 flags, uint32 borders) argument
262 DrawMenuFieldBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
294 DrawMenuBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
326 DrawMenuItemBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
967 uint32 borders = _borders; local
1607 DrawTabFrame(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders, border_style borderStyle, uint32 side) argument
1641 DrawActiveTab(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders, uint32 side, int32, int32, int32, int32) argument
1823 DrawInactiveTab(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders, uint32 side, int32, int32, int32, int32) argument
1925 DrawSplitter(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, orientation orientation, uint32 flags, uint32 borders) argument
2040 DrawBorder(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, border_style borderStyle, uint32 flags, uint32 borders) argument
2064 DrawRaisedBorder(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
2085 DrawTextControlBorder(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders) argument
2155 DrawGroupFrame(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 borders) argument
2461 DrawButtonWithPopUpBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
2471 DrawButtonWithPopUpBackground(BView* view, BRect& rect, const BRect& updateRect, float radius, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
2481 DrawButtonWithPopUpBackground(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, uint32 flags, uint32 borders, orientation orientation) argument
2496 _DrawButtonFrame(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, const rgb_color& background, float contrast, float brightness, uint32 flags, uint32 borders) argument
2666 _DrawOuterResessedFrame(BView* view, BRect& rect, const rgb_color& base, float contrast, float brightness, uint32 flags, uint32 borders) argument
2692 _DrawFrame(BView* view, BRect& rect, const rgb_color& left, const rgb_color& top, const rgb_color& right, const rgb_color& bottom, uint32 borders) argument
2728 _DrawFrame(BView* view, BRect& rect, const rgb_color& left, const rgb_color& top, const rgb_color& right, const rgb_color& bottom, const rgb_color& rightTop, const rgb_color& leftBottom, uint32 borders) argument
2779 _DrawButtonBackground(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, bool popupIndicator, uint32 flags, uint32 borders, orientation orientation) argument
2814 _DrawFlatButtonBackground(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, bool popupIndicator, uint32 flags, uint32 borders, orientation orientation) argument
2839 _DrawNonFlatButtonBackground(BView* view, BRect& rect, const BRect& updateRect, BRegion& clipping, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, bool popupIndicator, uint32 flags, uint32 borders, orientation orientation) argument
3078 _DrawMenuFieldBackgroundInside(BView* view, BRect& rect, const BRect& updateRect, float leftTopRadius, float rightTopRadius, float leftBottomRadius, float rightBottomRadius, const rgb_color& base, uint32 flags, uint32 borders) argument
[all...]
H A DScrollView.cpp534 BScrollView::SetBorders(uint32 borders) argument
536 if (fBorders == borders || (Flags() & B_SUPPORTS_LAYOUT) == 0)
539 fBorders = borders;
917 BScrollBar* vertical, border_style border, uint32 borders)
934 _InsetBorders(frame, border, borders, true);
949 BScrollBar* vertical, border_style border, uint32 borders)
952 : BRect(0, 0, 16, 16), horizontal, vertical, border, borders);
992 BScrollView::_InsetBorders(BRect& frame, border_style border, uint32 borders, bool expand) argument
997 if ((borders & BControlLook::B_LEFT_BORDER) != 0)
999 if ((borders
916 _ComputeFrame(BRect frame, BScrollBar* horizontal, BScrollBar* vertical, border_style border, uint32 borders) argument
948 _ComputeFrame(BView *target, BScrollBar* horizontal, BScrollBar* vertical, border_style border, uint32 borders) argument
[all...]
H A DTabView.cpp326 uint32 borders = _Borders(owner, frame); local
335 borders, fTabView->TabSide(), index, selected, first, last);
338 borders, fTabView->TabSide(), index, selected, first, last);
351 uint32 borders = 0; local
353 return borders;
357 borders = BControlLook::B_TOP_BORDER | BControlLook::B_BOTTOM_BORDER;
360 borders |= BControlLook::B_LEFT_BORDER;
363 borders |= BControlLook::B_RIGHT_BORDER;
366 borders = BControlLook::B_LEFT_BORDER | BControlLook::B_RIGHT_BORDER;
369 borders |
919 uint32 borders = 0; local
[all...]
H A DControlLook.cpp143 uint32 borders, border_style borderStyle, uint32 side)
145 controlLook->DrawTabFrame(view, rect, updateRect, base, flags, borders,
H A DAbstractSpinner.cpp372 uint32 borders = be_control_look->B_TOP_BORDER local
376 borders |= be_control_look->B_RIGHT_BORDER;
378 borders |= be_control_look->B_LEFT_BORDER;
385 tint_color(bgColor, frameTint), bgColor, flags, borders);
387 tint_color(bgColor, bgTint), flags, borders);
H A DMenuBar.cpp374 BMenuBar::SetBorders(uint32 borders) argument
376 fBorders = borders;
H A DMenu.cpp1442 uint32 borders = BControlLook::B_LEFT_BORDER local
1446 borders |= BControlLook::B_TOP_BORDER;
1449 borders |= BControlLook::B_BOTTOM_BORDER;
1451 borders |= BControlLook::B_TOP_BORDER
1455 borders);
/haiku/src/apps/webpositive/tabview/
H A DTabView.cpp103 uint32 borders = BControlLook::B_TOP_BORDER local
113 borders, BControlLook::B_TOP_BORDER, index, selected, first, last);
116 borders, BControlLook::B_TOP_BORDER, index, selected, first, last);
H A DTabContainerView.cpp81 uint32 borders = BControlLook::B_TOP_BORDER local
84 borders, B_NO_BORDER);
H A DTabManager.cpp70 uint32 borders = BControlLook::B_TOP_BORDER local
73 0, borders, B_NO_BORDER);
521 // account for borders
/haiku/src/apps/deskbar/
H A DTeamMenuItem.cpp249 uint32 borders = BControlLook::B_TOP_BORDER; local
252 borders |= BControlLook::B_LEFT_BORDER
258 menuColor, flags, borders);
264 borders |= BControlLook::B_BOTTOM_BORDER;
269 menuColor, flags, borders);
/haiku/src/servers/notification/
H A DAppGroupView.cpp58 uint32 borders = BControlLook::B_TOP_BORDER local
61 0, borders);

Completed in 190 milliseconds