Home
last modified time | relevance | path

Searched refs:detached_delegate_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/
Dfast_unload_controller.cc57 detached_delegate_(new DetachedWebContentsDelegate()), in FastUnloadController()
358 contents->SetDelegate(detached_delegate_.get()); in DetachWebContents()
Dfast_unload_controller.h197 scoped_ptr<DetachedWebContentsDelegate> detached_delegate_; variable