HomeSort by relevance Sort by last modified time
    Searched refs:WebContentsDestroyedWatcher (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/content/public/test/
browser_test_utils.h 231 class WebContentsDestroyedWatcher : public WebContentsObserver {
233 explicit WebContentsDestroyedWatcher(WebContents* web_contents);
234 virtual ~WebContentsDestroyedWatcher();
245 DISALLOW_COPY_AND_ASSIGN(WebContentsDestroyedWatcher);
browser_test_utils.cc 641 WebContentsDestroyedWatcher::WebContentsDestroyedWatcher(
648 WebContentsDestroyedWatcher::~WebContentsDestroyedWatcher() {
651 void WebContentsDestroyedWatcher::Wait() {
655 void WebContentsDestroyedWatcher::WebContentsDestroyed() {
  /external/chromium_org/chrome/browser/
unload_browsertest.cc 409 content::WebContentsDestroyedWatcher destroyed_watcher(
496 content::WebContentsDestroyedWatcher destroyed_watcher(
browser_keyevents_browsertest.cc 716 content::WebContentsDestroyedWatcher destroyed_watcher(
    [all...]
  /external/chromium_org/chrome/browser/apps/
app_browsertest_util.cc 213 content::WebContentsDestroyedWatcher destroyed_watcher(
web_view_browsertest.cc     [all...]
  /external/chromium_org/chrome/browser/extensions/api/desktop_capture/
desktop_capture_apitest.cc 231 content::WebContentsDestroyedWatcher destroyed_watcher(web_contents);
  /external/chromium_org/chrome/browser/net/
websocket_browsertest.cc 192 content::WebContentsDestroyedWatcher destroyed_watcher(new_tab);
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_unittest.cc 670 class WebContentsDestroyedWatcher : public content::WebContentsObserver {
672 explicit WebContentsDestroyedWatcher(content::WebContents* web_contents)
677 virtual ~WebContentsDestroyedWatcher() {}
692 DISALLOW_COPY_AND_ASSIGN(WebContentsDestroyedWatcher);
757 WebContentsDestroyedWatcher destroyed_watcher(window_->web_contents());
    [all...]
chrome_launcher_controller_browsertest.cc     [all...]
  /external/chromium_org/chrome/browser/sessions/
tab_restore_browsertest.cc 116 content::WebContentsDestroyedWatcher destroyed_watcher(
  /external/chromium_org/chrome/browser/notifications/
notification_browsertest.cc 694 content::WebContentsDestroyedWatcher destroyed_watcher(
  /external/chromium_org/content/browser/frame_host/
render_frame_host_manager_browsertest.cc 403 WebContentsDestroyedWatcher close_watcher(new_shell->web_contents());
    [all...]

Completed in 468 milliseconds