Home | History | Annotate | Download | only in browser

Lines Matching refs:web_contents_

14     : web_contents_(NULL) {
19 : web_contents_(NULL) {
23 if (web_contents_)
24 web_contents_->RemoveObserver(this);
28 return web_contents_;
32 if (web_contents == web_contents_) {
36 if (web_contents_)
37 web_contents_->RemoveObserver(this);
38 web_contents_ = static_cast<WebContentsImpl*>(web_contents);
39 if (web_contents_) {
40 web_contents_->AddObserver(this);
55 if (!web_contents_) {
60 return web_contents_->Send(message);
64 if (!web_contents_)
67 return web_contents_->GetRoutingID();
71 web_contents_->RemoveObserver(this);
72 web_contents_ = NULL;