Searched refs:detached_delegate_ (Results 1 – 2 of 2) sorted by relevance
57 detached_delegate_(new DetachedWebContentsDelegate()), in FastUnloadController()358 contents->SetDelegate(detached_delegate_.get()); in DetachWebContents()
197 scoped_ptr<DetachedWebContentsDelegate> detached_delegate_; variable