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

  /external/chromium_org/chrome/browser/ui/views/infobars/
confirm_infobar.h 52 scoped_ptr<ElevationIconSetter> elevation_icon_setter_; member in class:ConfirmInfoBar
confirm_infobar.cc 36 // Ensure |elevation_icon_setter_| is destroyed before |ok_button_|.
37 elevation_icon_setter_.reset();
75 elevation_icon_setter_.reset(new ElevationIconSetter(ok_button_));
  /external/chromium_org/chrome/browser/ui/views/
outdated_upgrade_bubble_view.h 84 scoped_ptr<ElevationIconSetter> elevation_icon_setter_; member in class:OutdatedUpgradeBubbleView
outdated_upgrade_bubble_view.cc 90 // Ensure |elevation_icon_setter_| is destroyed before |accept_button_|.
91 elevation_icon_setter_.reset();
114 elevation_icon_setter_.reset(new ElevationIconSetter(accept_button_));

Completed in 242 milliseconds