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

  /external/chromium_org/chrome/browser/ui/views/infobars/
infobar_label_button_border.h 12 class InfoBarLabelButtonBorder : public views::LabelButtonBorder {
14 InfoBarLabelButtonBorder();
17 virtual ~InfoBarLabelButtonBorder();
22 DISALLOW_COPY_AND_ASSIGN(InfoBarLabelButtonBorder);
infobar_label_button_border.cc 19 InfoBarLabelButtonBorder::InfoBarLabelButtonBorder()
29 InfoBarLabelButtonBorder::~InfoBarLabelButtonBorder() {
32 gfx::Insets InfoBarLabelButtonBorder::GetInsets() const{
infobar_view.cc 121 label_button->set_border(new InfoBarLabelButtonBorder);

Completed in 347 milliseconds