Searched refs:active_view_ (Results 1 – 2 of 2) sorted by relevance
352 id_, active_view_->id()); in SetActiveView()372 active_view_(NULL) {} in Node()391 active_view_(NULL) {} in Node()416 ScopedSetActiveViewNotifier notifier(this, active_view_, view); in LocalSetActiveView()417 if (active_view_) in LocalSetActiveView()418 ViewPrivate(active_view_).set_node(NULL); in LocalSetActiveView()419 active_view_ = view; in LocalSetActiveView()420 if (active_view_) in LocalSetActiveView()421 ViewPrivate(active_view_).set_node(this); in LocalSetActiveView()
66 View* active_view() { return active_view_; } in active_view()100 View* active_view_; variable