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

  /external/chromium_org/chrome/browser/tab_contents/
background_contents.cc 24 BackgroundContents::BackgroundContents(SiteInstance* site_instance,
52 BackgroundContents::BackgroundContents()
57 BackgroundContents::~BackgroundContents() {
69 content::Details<BackgroundContents>(this));
72 const GURL& BackgroundContents::GetURL() const {
76 void BackgroundContents::CloseContents(WebContents* source) {
80 content::Details<BackgroundContents>(this))
    [all...]
background_contents.h 25 class BackgroundContents : public content::WebContentsDelegate,
45 BackgroundContents(content::SiteInstance* site_instance,
48 virtual ~BackgroundContents();
75 BackgroundContents();
78 // The delegate for this BackgroundContents.
85 DISALLOW_COPY_AND_ASSIGN(BackgroundContents);
90 // The BackgroundContents object that has just been opened.
91 BackgroundContents* contents;
  /external/chromium/chrome/browser/tab_contents/
background_contents.cc 24 // BackgroundContents
26 BackgroundContents::BackgroundContents(SiteInstance* site_instance,
47 BackgroundContents::BackgroundContents()
52 BackgroundContents::~BackgroundContents() {
59 Details<BackgroundContents>(this));
63 BackgroundContents* BackgroundContents::GetAsBackgroundContents()
    [all...]
background_contents.h 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);
    [all...]

Completed in 66 milliseconds