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

  /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 95 milliseconds