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

  /external/chromium/chrome/browser/ui/views/
about_chrome_view.h 108 views::Label* copyright_label_; member in class:AboutChromeView
about_chrome_view.cc 112 copyright_label_(NULL),
237 copyright_label_ = new views::Label(
239 copyright_label_->SetHorizontalAlignment(views::Label::ALIGN_LEFT);
240 AddChildView(copyright_label_);
381 copyright_label_->SetBounds(views::kPanelHorizMargin,
388 copyright_label_->y() +
389 copyright_label_->height(),
    [all...]

Completed in 31 milliseconds