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 102 bool DialogNotification::HasArrow() const {
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.h 278 bool HasArrow();
284 // If HasArrow() is true, the arrow should point at this.
autofill_dialog_views.cc 773 if (HasArrow()) {
806 bool AutofillDialogViews::NotificationArea::HasArrow() {
807 return !notifications_.empty() && notifications_[0].HasArrow() &&
    [all...]
  /external/chromium_org/ui/views/bubble/
bubble_border_unittest.cc 89 TEST_F(BubbleBorderTest, HasArrow) {

Completed in 127 milliseconds