Home
last modified time | relevance | path

Searched refs:fDoubleArrows (Results 1 – 2 of 2) sorted by relevance

/haiku/src/preferences/appearance/
H A DFakeScrollBar.cpp36 fDoubleArrows(doubleArrows) in FakeScrollBar()
86 if (fDoubleArrows) { in Draw()
104 if (fDoubleArrows) in Draw()
217 fDoubleArrows = doubleArrows; in SetDoubleArrows()
233 fDoubleArrows = info.double_arrows; in SetFromScrollBarInfo()
H A DFakeScrollBar.h41 bool fDoubleArrows; variable