Searched defs:WebContentsDestroyedWatcher (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/public/test/
H A Dbrowser_test_utils.h227 class WebContentsDestroyedWatcher : public WebContentsObserver { class in namespace:content
229 explicit WebContentsDestroyedWatcher(WebContents* web_contents);
230 virtual ~WebContentsDestroyedWatcher();
241 DISALLOW_COPY_AND_ASSIGN(WebContentsDestroyedWatcher);
H A Dbrowser_test_utils.cc585 WebContentsDestroyedWatcher::WebContentsDestroyedWatcher( function in class:content::WebContentsDestroyedWatcher
592 WebContentsDestroyedWatcher::~WebContentsDestroyedWatcher() {
595 void WebContentsDestroyedWatcher::Wait() {
599 void WebContentsDestroyedWatcher::WebContentsDestroyed(
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller_unittest.cc696 class WebContentsDestroyedWatcher : public content::WebContentsObserver { class in inherits:content::WebContentsObserver
698 explicit WebContentsDestroyedWatcher(content::WebContents* web_contents) function in class:WebContentsDestroyedWatcher
703 virtual ~WebContentsDestroyedWatcher() {}
719 DISALLOW_COPY_AND_ASSIGN(WebContentsDestroyedWatcher);
781 WebContentsDestroyedWatcher destroyed_watcher(window_->web_contents());

Completed in 153 milliseconds