Lines Matching refs:fBorderStyle
455 if (archive->FindInt32("_border_style", (int32*)&fBorderStyle) != B_OK) in BTabView()
456 fBorderStyle = B_FANCY_BORDER; in BTabView()
520 if (result == B_OK && fBorderStyle != B_FANCY_BORDER) in Archive()
521 result = archive->AddInt32("_border_style", fBorderStyle); in Archive()
937 borders, fBorderStyle, fTabSide); in DrawTabs()
979 if (fBorderStyle == B_FANCY_BORDER) in DrawBox()
981 else if (fBorderStyle == B_PLAIN_BORDER) { in DrawBox()
1293 if (fBorderStyle == borderStyle) in SetBorder()
1296 fBorderStyle = borderStyle; in SetBorder()
1305 return fBorderStyle; in Border()
1376 fBorderStyle = B_FANCY_BORDER; in _InitObject()
1447 switch (fBorderStyle) { in _BorderWidth()
1467 switch (fBorderStyle) { in _LayoutContainerView()