Home
last modified time | relevance | path

Searched refs:OnTabClosing (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/fullscreen/
Dfullscreen_controller.h129 void OnTabClosing(content::WebContents* web_contents);
Dfullscreen_controller.cc317 void FullscreenController::OnTabClosing(WebContents* web_contents) { in OnTabClosing() function in FullscreenController
/external/chromium_org/chrome/browser/ui/
Dbrowser.cc941 fullscreen_controller_->OnTabClosing(contents); in TabClosingAt()
1077 fullscreen_controller_->OnTabClosing(old_contents); in TabReplacedAt()