Searched refs:wc_owner_ (Results 1 – 2 of 2) sorted by relevance
49 wc_owner_.reset(CreateWebContents(browser_context_)); in GetWebContents()50 wc_owner_->SetDelegate(this); in GetWebContents()51 SetWebContents(wc_owner_.get()); in GetWebContents()63 if (wc_owner_ != replacement) in SetWebContents()64 wc_owner_.reset(); in SetWebContents()129 if (wc_owner_) in SwapWebContents()130 wc_owner_->SetDelegate(NULL); in SwapWebContents()131 scoped_ptr<content::WebContents> old_web_contents(wc_owner_.Pass()); in SwapWebContents()132 wc_owner_ = new_web_contents.Pass(); in SwapWebContents()133 if (wc_owner_) in SwapWebContents()[all …]
148 scoped_ptr<content::WebContents> wc_owner_; variable