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

  /external/chromium/chrome/browser/ui/views/
about_chrome_view.cc 192 update_label_.SetVisible(false);
193 update_label_.set_parent_owned(false);
422 sz = update_label_.GetPreferredSize();
425 update_label_.SetHorizontalAlignment(views::Label::ALIGN_LEFT);
426 update_label_.SetBounds(update_label_x,
520 parent->AddChildView(&update_label_);
548 parent->RemoveChildView(&update_label_);
717 update_label_.SetText(
724 update_label_.SetText(
778 update_label_.SetText(update_label_text)
    [all...]
about_chrome_view.h 122 views::Label update_label_; member in class:AboutChromeView

Completed in 26 milliseconds