Home | History | Annotate | Download | only in views

Lines Matching refs:view_

46       view_(NULL),
54 view_ = view;
59 host_->SetContentsView(view_);
85 focus_tracker_.reset(new views::ExternalFocusTracker(view_, focus_manager_));
102 view_->SetFocusAndSelection(true);
136 bool our_view_before = focused_before && view_->Contains(focused_before);
137 bool our_view_now = focused_now && view_->Contains(focused_now);
160 gfx::Size pref_size = view_->GetPreferredSize();
171 view_->set_animation_offset(animation_offset_);
172 view_->SchedulePaint();