Searched refs:hasBounds_ (Results 1 – 4 of 4) sorted by relevance
156 properties.hasBounds_ = true;158 EXPECT_TRUE(properties.hasBounds_);704 EXPECT_EQ(properties.hasBounds_, false);706 properties.hasBounds_ = true;708 EXPECT_EQ(properties.hasBounds_, true);
429 properties.hasBounds_ = true;431 EXPECT_TRUE(properties.hasBounds_);2633 EXPECT_EQ(properties.hasBounds_, false);
256 hasBounds_ = true; in SetBounds()264 hasBounds_ = true; in SetBoundsSize()273 hasBounds_ = true; in SetBoundsWidth()282 hasBounds_ = true; in SetBoundsHeight()2368 if (!hasBounds_) { in CheckEmptyBounds()4268 if (!hasBounds_) { in OnApplyModifiers()
607 bool hasBounds_ = false; variable