Home | History | Annotate | Download | only in screens

Lines Matching refs:actor_

24       actor_(actor),
28 CHECK(actor_);
29 actor_->SetDelegate(this);
36 CHECK(actor_);
37 actor_->SetDelegate(NULL);
44 DCHECK(actor_);
45 actor_->Show(parent_screen(), NULL);
49 DCHECK(actor_);
50 actor_->Hide();
109 DCHECK(actor_);
110 actor_->FixCaptivePortal();
114 DCHECK(actor_);
115 actor_->ShowCaptivePortal();
119 DCHECK(actor_);
120 actor_->HideCaptivePortal();
124 DCHECK(actor_);
125 actor_->SetUIState(ui_state);
129 DCHECK(actor_);
130 return actor_->ui_state();
135 DCHECK(actor_);
136 actor_->SetErrorState(error_state, network);
140 DCHECK(actor_);
141 actor_->AllowGuestSignin(allow);
145 DCHECK(actor_);
146 actor_->ShowConnectingIndicator(show);