Home | History | Annotate | Download | only in views

Lines Matching refs:GetViewByID

610 const View* View::GetViewByID(int id) const {
615 const View* view = child_at(i)->GetViewByID(id);
622 View* View::GetViewByID(int id) {
623 return const_cast<View*>(const_cast<const View*>(this)->GetViewByID(id));