Home | History | Annotate | Download | only in tab_contents

Lines Matching defs:BackgroundContents

34 class BackgroundContents : public RenderViewHostDelegate,
53 BackgroundContents(SiteInstance* site_instance,
56 virtual ~BackgroundContents();
63 virtual BackgroundContents* GetAsBackgroundContents();
143 // Helper to find the BackgroundContents that originated the given request.
146 // BackgroundContents.
147 static BackgroundContents* GetBackgroundContentsByID(int render_process_id,
152 BackgroundContents();
155 // The delegate for this BackgroundContents.
169 DISALLOW_COPY_AND_ASSIGN(BackgroundContents);
174 // The BackgroundContents object that has just been opened.
175 BackgroundContents* contents;