HomeSort by relevance Sort by last modified time
    Searched refs:HasArrow (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_types.h 100 bool HasArrow() const;
autofill_dialog_types.cc 104 bool DialogNotification::HasArrow() const {
  /external/chromium_org/ui/views/bubble/
bubble_border_unittest.cc 87 TEST_F(BubbleBorderTest, HasArrow) {
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.h 277 bool HasArrow();
283 // If HasArrow() is true, the arrow should point at this.
autofill_dialog_views.cc 774 if (HasArrow()) {
807 bool AutofillDialogViews::NotificationArea::HasArrow() {
808 return !notifications_.empty() && notifications_[0].HasArrow() &&
    [all...]

Completed in 66 milliseconds