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

  /external/chromium_org/chrome/browser/ui/views/
hung_renderer_view.h 63 class WebContentsObserverImpl : public content::WebContentsObserver {
65 WebContentsObserverImpl(HungPagesTableModel* model,
83 DISALLOW_COPY_AND_ASSIGN(WebContentsObserverImpl);
88 void TabDestroyed(WebContentsObserverImpl* tab);
90 typedef ScopedVector<WebContentsObserverImpl> TabObservers;
hung_renderer_view.cc 104 tab_observers_.push_back(new WebContentsObserverImpl(this,
110 tab_observers_.push_back(new WebContentsObserverImpl(this, *it));
154 void HungPagesTableModel::TabDestroyed(WebContentsObserverImpl* tab) {
169 HungPagesTableModel::WebContentsObserverImpl::WebContentsObserverImpl(
175 void HungPagesTableModel::WebContentsObserverImpl::RenderProcessGone(
180 void HungPagesTableModel::WebContentsObserverImpl::WebContentsDestroyed(
  /external/chromium_org/chrome/browser/ui/gtk/
hung_renderer_dialog_gtk.cc 45 class WebContentsObserverImpl : public content::WebContentsObserver {
47 WebContentsObserverImpl(HungRendererDialogGtk* dialog,
64 DISALLOW_COPY_AND_ASSIGN(WebContentsObserverImpl);
82 scoped_ptr<WebContentsObserverImpl> contents_observer_;
181 contents_observer_.reset(new WebContentsObserverImpl(this, contents_));

Completed in 602 milliseconds