Searched refs:placement_ (Results 1 – 2 of 2) sorted by relevance
233 BalloonCollectionImpl::Layout::Layout() : placement_(INVALID) { in Layout()249 switch (placement_) { in GetLayoutOrigin()280 switch (placement_) { in NextPosition()315 switch (placement_) { in OffScreenLocation()342 bool offsets = (placement_ == VERTICALLY_FROM_BOTTOM_LEFT || in RequiresOffsets()343 placement_ == VERTICALLY_FROM_BOTTOM_RIGHT); in RequiresOffsets()
94 void set_placement(Placement placement) { placement_ = placement; } in set_placement()140 Placement placement_; variable