Home | History | Annotate | Download | only in panels

Lines Matching refs:background_

206       : background_(NULL) {
221 if (background_->alignment() != alignment) {
222 background_->set_alignment(alignment);
243 background_ = new CalloutWidgetBackground;
244 content_view->set_background(background_);
250 CalloutWidgetBackground* background_;