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

/external/chromium_org/chrome/browser/tab_contents/
H A Dbackground_contents.cc25 BackgroundContents::BackgroundContents( function in class:BackgroundContents
65 BackgroundContents::BackgroundContents() function in class:BackgroundContents
70 BackgroundContents::~BackgroundContents() {
82 content::Details<BackgroundContents>(this));
85 const GURL& BackgroundContents::GetURL() const {
89 void BackgroundContents::CloseContents(WebContents* source) {
93 content::Details<BackgroundContents>(thi
[all...]
H A Dbackground_contents.h26 class BackgroundContents : public content::WebContentsDelegate, class in inherits:content::WebContentsDelegate,content::WebContentsObserver,content::NotificationObserver
46 BackgroundContents(
52 virtual ~BackgroundContents();
80 BackgroundContents();
83 // The delegate for this BackgroundContents.
90 DISALLOW_COPY_AND_ASSIGN(BackgroundContents);
95 // The BackgroundContents object that has just been opened.
96 BackgroundContents* contents;

Completed in 106 milliseconds