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

/external/chromium/chrome/browser/tab_contents/
H A Dbackground_contents.cc24 // BackgroundContents
26 BackgroundContents::BackgroundContents(SiteInstance* site_instance, function in class:BackgroundContents
47 BackgroundContents::BackgroundContents() function in class:BackgroundContents
52 BackgroundContents::~BackgroundContents() {
59 Details<BackgroundContents>(this));
63 BackgroundContents* BackgroundContents
[all...]
H A Dbackground_contents.h34 class BackgroundContents : public RenderViewHostDelegate, class in inherits:RenderViewHostDelegate,RenderViewHostDelegate::View,NotificationObserver,JavaScriptAppModalDialogDelegate
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);
[all...]

Completed in 128 milliseconds