Home | History | Annotate | Download | only in media_viewer

Lines Matching refs:root_view_

198         root_view_(NULL),
206 if (root_view_)
207 root_view_->RemoveObserver(this);
242 root_view_ = root;
246 root_view_->AddChild(control_view_);
249 root_view_->AddChild(content_view_);
254 root_view_->AddObserver(this);
290 DCHECK_EQ(view, root_view_);
292 root_view_ = NULL;
305 View* root_view_;