Home | History | Annotate | Download | only in bubble

Lines Matching refs:arrow

35   BubbleDelegateView(View* anchor_view, BubbleBorder::Arrow arrow);
67 BubbleBorder::Arrow arrow() const { return arrow_; }
68 void set_arrow(BubbleBorder::Arrow arrow) { arrow_ = arrow; }
103 // Get the arrow's anchor rect in screen space.
117 // Sets the bubble arrow paint type.
181 // The arrow's location on the bubble.
182 BubbleBorder::Arrow arrow_;
210 // If true (defaults to true), the arrow may be mirrored and moved to fit the
211 // bubble on screen better. It would be a no-op if the bubble has no arrow.