Home | History | Annotate | Download | only in fullscreen

Lines Matching refs:old_contents

286 void FullscreenController::OnTabDetachedFromView(WebContents* old_contents) {
287 if (!IsFullscreenForCapturedTab(old_contents))
294 // When the user later selects the tab to show |old_contents| again, UI code
301 if (!old_contents->GetDelegate())
306 if (old_contents->GetCapturerCount() == 0 ||
307 old_contents->GetPreferredSize().IsEmpty()) {
312 old_contents->GetFullscreenRenderWidgetHostView();
314 current_fs_view->SetSize(old_contents->GetPreferredSize());
315 apps::ResizeWebContents(old_contents, old_contents->GetPreferredSize());