HomeSort by relevance Sort by last modified time
    Searched defs:BackgroundContents (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/tab_contents/
background_contents.cc 25 BackgroundContents::BackgroundContents(
65 BackgroundContents::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>(this))
    [all...]
background_contents.h 26 class BackgroundContents : public content::WebContentsDelegate,
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 63 milliseconds