Home | History | Annotate | Download | only in controls

Lines Matching refs:link_

81       link_(NULL),
121 delete link_;
122 link_ = NULL;
125 if (!link_) {
126 link_ = new Link();
127 link_->SetHorizontalAlignment(gfx::ALIGN_LEFT);
129 link_->SetText(text);
130 link_->set_listener(listener);
238 if (prompt_field_ || checkbox_ || link_) {
271 if (link_) {
274 layout->AddView(link_);