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

  /external/chromium_org/content/public/test/
browser_test_utils.h 219 class WebContentsDestroyedWatcher : public WebContentsObserver {
221 explicit WebContentsDestroyedWatcher(WebContents* web_contents);
222 virtual ~WebContentsDestroyedWatcher();
233 DISALLOW_COPY_AND_ASSIGN(WebContentsDestroyedWatcher);
browser_test_utils.cc 608 WebContentsDestroyedWatcher::WebContentsDestroyedWatcher(
615 WebContentsDestroyedWatcher::~WebContentsDestroyedWatcher() {
618 void WebContentsDestroyedWatcher::Wait() {
622 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 212 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/ui/ash/launcher/
chrome_launcher_controller_unittest.cc 671 class WebContentsDestroyedWatcher : public content::WebContentsObserver {
673 explicit WebContentsDestroyedWatcher(content::WebContents* web_contents)
678 virtual ~WebContentsDestroyedWatcher() {}
693 DISALLOW_COPY_AND_ASSIGN(WebContentsDestroyedWatcher);
755 WebContentsDestroyedWatcher destroyed_watcher(window_->web_contents());
    [all...]
chrome_launcher_controller_browsertest.cc     [all...]
  /external/chromium_org/chrome/browser/notifications/
notification_browsertest.cc 692 content::WebContentsDestroyedWatcher destroyed_watcher(
  /external/chromium_org/chrome/browser/sessions/
tab_restore_browsertest.cc 74 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 145 milliseconds