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

/external/chromium_org/chrome/browser/ui/fullscreen/
H A Dfullscreen_within_tab_helper.cc7 DEFINE_WEB_CONTENTS_USER_DATA_KEY(FullscreenWithinTabHelper); variable
9 FullscreenWithinTabHelper::FullscreenWithinTabHelper( function in class:FullscreenWithinTabHelper
13 FullscreenWithinTabHelper::~FullscreenWithinTabHelper() {}
16 void FullscreenWithinTabHelper::RemoveForWebContents(
H A Dfullscreen_within_tab_helper.h19 // FullscreenWithinTabHelper is created on-demand, and its lifecycle is tied to
21 class FullscreenWithinTabHelper class in inherits:content::WebContentsUserData
22 : public content::WebContentsUserData<FullscreenWithinTabHelper> {
32 // Immediately remove and destroy the FullscreenWithinTabHelper instance
37 friend class content::WebContentsUserData<FullscreenWithinTabHelper>;
38 explicit FullscreenWithinTabHelper(content::WebContents* ignored);
39 virtual ~FullscreenWithinTabHelper();
43 DISALLOW_COPY_AND_ASSIGN(FullscreenWithinTabHelper);

Completed in 155 milliseconds