Home | History | Annotate | Download | only in shell

Lines Matching refs:shell_

76     : shell_(shell),
210 shell_->LoadURL(url);
220 shell_->GoBackOrForward(-1);
222 shell_->GoBackOrForward(1);
224 shell_->Reload();
226 shell_->Stop();
236 if (shell_) {
237 delete shell_;
238 shell_ = NULL;
253 Shell* shell_;