Searched refs:previousButton (Results 1 – 2 of 2) sorted by relevance
300 IntRect previousButton = buttonRect(BackButtonStartPart); in buttonRect() local301 return IntRect(isHorizontal ? x() + previousButton.width() : x(), in buttonRect()302 isHorizontal ? y() : y() + previousButton.height(), in buttonRect()
40 - (NSButton*)previousButton { method in Testing68 EXPECT_TRUE([[[controller_ previousButton] image] isValid]);