Home
last modified time | relevance | path

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

/haiku/src/tests/kits/interface/bdeskbar/
H A DDeskbarLocationTest.cpp158 deskbar_location origLocation = myDeskbar.Location(&origExpanded); in PerformTest() local
160 assert((origLocation == B_DESKBAR_TOP) || in PerformTest()
161 (origLocation == B_DESKBAR_BOTTOM) || in PerformTest()
162 (origLocation == B_DESKBAR_LEFT_BOTTOM) || in PerformTest()
163 (origLocation == B_DESKBAR_RIGHT_BOTTOM) || in PerformTest()
164 (origLocation == B_DESKBAR_LEFT_TOP) || in PerformTest()
165 (origLocation == B_DESKBAR_RIGHT_TOP)); in PerformTest()
174 assert(myDeskbar.SetLocation(origLocation, origExpanded) == B_OK); in PerformTest()
175 assert(myDeskbar.Location() == origLocation); in PerformTest()