BackgroundContents  303 chrome/browser/background/background_contents_service.cc std::vector<BackgroundContents*>
BackgroundContents  306 chrome/browser/background/background_contents_service.cc   std::vector<BackgroundContents*> contents;
BackgroundContents  374 chrome/browser/background/background_contents_service.cc           content::Details<BackgroundContents>(details).ptr());
BackgroundContents  378 chrome/browser/background/background_contents_service.cc       DCHECK(IsTracked(content::Details<BackgroundContents>(details).ptr()));
BackgroundContents  380 chrome/browser/background/background_contents_service.cc           content::Details<BackgroundContents>(details).ptr());
BackgroundContents  385 chrome/browser/background/background_contents_service.cc       DCHECK(IsTracked(content::Details<BackgroundContents>(details).ptr()));
BackgroundContents  389 chrome/browser/background/background_contents_service.cc       BackgroundContents* bgcontents =
BackgroundContents  390 chrome/browser/background/background_contents_service.cc           content::Details<BackgroundContents>(details).ptr();
BackgroundContents  439 chrome/browser/background/background_contents_service.cc         BackgroundContents* bg =
BackgroundContents  440 chrome/browser/background/background_contents_service.cc             content::Details<BackgroundContents>(details).ptr();
BackgroundContents  642 chrome/browser/background/background_contents_service.cc   BackgroundContents* contents = CreateBackgroundContents(
BackgroundContents  657 chrome/browser/background/background_contents_service.cc BackgroundContents* BackgroundContentsService::CreateBackgroundContents(
BackgroundContents  665 chrome/browser/background/background_contents_service.cc   BackgroundContents* contents = new BackgroundContents(
BackgroundContents  685 chrome/browser/background/background_contents_service.cc     BackgroundContents* background_contents) {
BackgroundContents  721 chrome/browser/background/background_contents_service.cc     BackgroundContents* background_contents) {
BackgroundContents  732 chrome/browser/background/background_contents_service.cc   BackgroundContents* contents = GetAppBackgroundContents(appid);
BackgroundContents  754 chrome/browser/background/background_contents_service.cc     BackgroundContents* background_contents) const {
BackgroundContents  759 chrome/browser/background/background_contents_service.cc     BackgroundContents* background_contents) {
BackgroundContents  766 chrome/browser/background/background_contents_service.cc BackgroundContents* BackgroundContentsService::GetAppBackgroundContents(
BackgroundContents  773 chrome/browser/background/background_contents_service.cc     BackgroundContents* contents) const {
BackgroundContents   53 chrome/browser/background/background_contents_service.h                                   public BackgroundContents::Delegate,
BackgroundContents   76 chrome/browser/background/background_contents_service.h   BackgroundContents* GetAppBackgroundContents(const base::string16& appid);
BackgroundContents   85 chrome/browser/background/background_contents_service.h   std::vector<BackgroundContents*> GetBackgroundContents() const;
BackgroundContents   97 chrome/browser/background/background_contents_service.h   const base::string16& GetParentApplicationId(BackgroundContents* contents) const;
BackgroundContents  105 chrome/browser/background/background_contents_service.h   BackgroundContents* CreateBackgroundContents(
BackgroundContents  174 chrome/browser/background/background_contents_service.h   void BackgroundContentsShutdown(BackgroundContents* contents);
BackgroundContents  180 chrome/browser/background/background_contents_service.h   void RegisterBackgroundContents(BackgroundContents* contents);
BackgroundContents  183 chrome/browser/background/background_contents_service.h   void UnregisterBackgroundContents(BackgroundContents* contents);
BackgroundContents  190 chrome/browser/background/background_contents_service.h   bool IsTracked(BackgroundContents* contents) const;
BackgroundContents  208 chrome/browser/background/background_contents_service.h     BackgroundContents* contents;
BackgroundContents   68 chrome/browser/background/background_contents_service_unittest.cc class MockBackgroundContents : public BackgroundContents {
BackgroundContents   91 chrome/browser/background/background_contents_service_unittest.cc         content::Details<BackgroundContents>(this));
BackgroundContents   99 chrome/browser/background/background_contents_service_unittest.cc         content::Details<BackgroundContents>(this));
BackgroundContents  107 chrome/browser/background/background_contents_service_unittest.cc         content::Details<BackgroundContents>(this));
BackgroundContents  317 chrome/browser/chromeos/first_run/drive_first_run_controller.cc   BackgroundContents* contents = background_contents_service
BackgroundContents   25 chrome/browser/tab_contents/background_contents.cc BackgroundContents::BackgroundContents(
BackgroundContents   65 chrome/browser/tab_contents/background_contents.cc BackgroundContents::BackgroundContents()
BackgroundContents   70 chrome/browser/tab_contents/background_contents.cc BackgroundContents::~BackgroundContents() {
BackgroundContents   82 chrome/browser/tab_contents/background_contents.cc       content::Details<BackgroundContents>(this));
BackgroundContents   85 chrome/browser/tab_contents/background_contents.cc const GURL& BackgroundContents::GetURL() const {
BackgroundContents   89 chrome/browser/tab_contents/background_contents.cc void BackgroundContents::CloseContents(WebContents* source) {
BackgroundContents   93 chrome/browser/tab_contents/background_contents.cc       content::Details<BackgroundContents>(this));
BackgroundContents   97 chrome/browser/tab_contents/background_contents.cc bool BackgroundContents::ShouldSuppressDialogs() {
BackgroundContents  101 chrome/browser/tab_contents/background_contents.cc void BackgroundContents::DidNavigateMainFramePostCommit(WebContents* tab) {
BackgroundContents  112 chrome/browser/tab_contents/background_contents.cc       content::Details<BackgroundContents>(this));
BackgroundContents  116 chrome/browser/tab_contents/background_contents.cc void BackgroundContents::AddNewContents(WebContents* source,
BackgroundContents  126 chrome/browser/tab_contents/background_contents.cc void BackgroundContents::RenderProcessGone(base::TerminationStatus status) {
BackgroundContents  130 chrome/browser/tab_contents/background_contents.cc       content::Details<BackgroundContents>(this));
BackgroundContents  139 chrome/browser/tab_contents/background_contents.cc void BackgroundContents::Observe(int type,
BackgroundContents   26 chrome/browser/tab_contents/background_contents.h class BackgroundContents : public content::WebContentsDelegate,
BackgroundContents   46 chrome/browser/tab_contents/background_contents.h   BackgroundContents(
BackgroundContents   52 chrome/browser/tab_contents/background_contents.h   virtual ~BackgroundContents();
BackgroundContents   79 chrome/browser/tab_contents/background_contents.h   BackgroundContents();
BackgroundContents   89 chrome/browser/tab_contents/background_contents.h   DISALLOW_COPY_AND_ASSIGN(BackgroundContents);
BackgroundContents   95 chrome/browser/tab_contents/background_contents.h   BackgroundContents* contents;
BackgroundContents   43 chrome/browser/task_manager/background_information.cc   BackgroundContentsResource(BackgroundContents* background_contents,
BackgroundContents   54 chrome/browser/task_manager/background_information.cc   BackgroundContents* background_contents_;
BackgroundContents   69 chrome/browser/task_manager/background_information.cc     BackgroundContents* background_contents,
BackgroundContents  133 chrome/browser/task_manager/background_information.cc     std::vector<BackgroundContents*> contents =
BackgroundContents  135 chrome/browser/task_manager/background_information.cc     for (std::vector<BackgroundContents*>::iterator iterator = contents.begin();
BackgroundContents  150 chrome/browser/task_manager/background_information.cc   std::vector<BackgroundContents*> contents =
BackgroundContents  152 chrome/browser/task_manager/background_information.cc   for (std::vector<BackgroundContents*>::iterator iterator = contents.begin();
BackgroundContents 2332 chrome/browser/ui/browser.cc   BackgroundContents* existing =
BackgroundContents 2352 chrome/browser/ui/browser.cc   BackgroundContents* contents =
BackgroundContents  634 chrome/browser/ui/webui/extensions/extension_settings_handler.cc       deleting_rvh_ = content::Details<BackgroundContents>(details)->