Searched refs:hung_contents (Results 1 – 5 of 5) sorted by relevance
33 void ShowForTabContents(TabContents* hung_contents);34 void EndForTabContents(TabContents* hung_contents);144 void HungRendererDialogGtk::ShowForTabContents(TabContents* hung_contents) { in ShowForTabContents() argument145 DCHECK(hung_contents && dialog_); in ShowForTabContents()146 contents_ = hung_contents; in ShowForTabContents()152 hung_contents->GetRenderProcessHost()) { in ShowForTabContents()
39 void ShowForWebContents(WebContents* hung_contents);41 void EndForWebContents(WebContents* hung_contents);178 void HungRendererDialogGtk::ShowForWebContents(WebContents* hung_contents) { in ShowForWebContents() argument179 DCHECK(hung_contents && dialog_); in ShowForWebContents()180 contents_ = hung_contents; in ShowForWebContents()186 if (it->GetRenderProcessHost() == hung_contents->GetRenderProcessHost()) { in ShowForWebContents()
99 void HungPagesTableModel::InitForWebContents(WebContents* hung_contents) { in InitForWebContents() argument101 if (hung_contents) { in InitForWebContents()103 if (hung_contents) { in InitForWebContents()105 hung_contents)); in InitForWebContents()108 if (*it != hung_contents && in InitForWebContents()109 it->GetRenderProcessHost() == hung_contents->GetRenderProcessHost()) in InitForWebContents()
41 void InitForWebContents(content::WebContents* hung_contents);
48 void InitForTabContents(TabContents* hung_contents);75 void HungPagesTableModel::InitForTabContents(TabContents* hung_contents) { in InitForTabContents() argument79 hung_contents->GetRenderProcessHost()) in InitForTabContents()