Searched refs:url_label_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/chromeos/
H A Dwm_overview_title.cc58 url_label_(NULL) {
71 url_label_ = new DropShadowLabel();
72 url_label_->SetHorizontalAlignment(views::Label::ALIGN_LEFT);
73 url_label_->SetColor(SkColorSetARGB(0x80, 0xFF, 0xFF, 0xFF));
74 url_label_->SetDropShadowSize(kDropShadowSize);
75 url_label_->SetFont(FindFontThisHigh(14, title_label_->font()));
90 layout->AddView(url_label_);
113 url_label_->SetURL(url);
H A Dwm_overview_title.h39 DropShadowLabel* url_label_; member in class:chromeos::WmOverviewTitle
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_editor_view.cc71 url_label_(NULL),
299 url_label_ = new views::Label(
301 url_tf_.SetAccessibleName(WideToUTF16Hack(url_label_->GetText()));
356 layout->AddView(url_label_);
H A Dbookmark_editor_view.h234 views::Label* url_label_; member in class:BookmarkEditorView

Completed in 62 milliseconds