Searched refs:HasArrow (Results 1 – 7 of 7) sorted by relevance
44 ASSERT_FALSE(notifications[0].HasArrow());54 ASSERT_FALSE(notifications[1].HasArrow());
91 [notificationController setHasArrow:notification.HasArrow()
100 bool HasArrow() const;
102 bool DialogNotification::HasArrow() const { in HasArrow() function in autofill::DialogNotification
278 bool HasArrow();
773 if (HasArrow()) { in OnPaint()806 bool AutofillDialogViews::NotificationArea::HasArrow() { in HasArrow() function in autofill::AutofillDialogViews::NotificationArea807 return !notifications_.empty() && notifications_[0].HasArrow() && in HasArrow()
89 TEST_F(BubbleBorderTest, HasArrow) { in TEST_F() argument