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

/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model.cc1228 WebContents* closing_contents = GetWebContentsAtImpl(indices[i]); local
1229 if (delegate_->ShouldRunUnloadListenerBeforeClosing(closing_contents))
1232 closing_contents->GetRenderProcessHost();
1246 WebContents* closing_contents = close_tracker.Next(); local
1247 int index = GetIndexOfWebContents(closing_contents);
1253 CoreTabHelper::FromWebContents(closing_contents);
1260 if (!closing_contents->GetClosedByUserGesture()) {
1261 closing_contents->SetClosedByUserGesture(
1265 if (delegate_->RunUnloadListenerBeforeClosing(closing_contents)) {
1270 InternalCloseTab(closing_contents, inde
[all...]

Completed in 124 milliseconds