MockBackgroundContents  123 chrome/browser/background/background_contents_service.h   friend class MockBackgroundContents;
MockBackgroundContents   70 chrome/browser/background/background_contents_service_unittest.cc   explicit MockBackgroundContents(Profile* profile)
MockBackgroundContents   74 chrome/browser/background/background_contents_service_unittest.cc   MockBackgroundContents(Profile* profile, const std::string& id)
MockBackgroundContents  226 chrome/browser/background/background_contents_service_unittest.cc   MockBackgroundContents* contents = new MockBackgroundContents(&profile);
MockBackgroundContents  243 chrome/browser/background/background_contents_service_unittest.cc     scoped_ptr<MockBackgroundContents> contents(
MockBackgroundContents  244 chrome/browser/background/background_contents_service_unittest.cc         new MockBackgroundContents(&profile));
MockBackgroundContents  268 chrome/browser/background/background_contents_service_unittest.cc   MockBackgroundContents* contents = new MockBackgroundContents(&profile);
MockBackgroundContents  290 chrome/browser/background/background_contents_service_unittest.cc     scoped_ptr<MockBackgroundContents> contents(new MockBackgroundContents(
MockBackgroundContents  303 chrome/browser/background/background_contents_service_unittest.cc     scoped_ptr<MockBackgroundContents> contents(new MockBackgroundContents(
MockBackgroundContents  322 chrome/browser/background/background_contents_service_unittest.cc   MockBackgroundContents* contents = new MockBackgroundContents(&profile,
MockBackgroundContents  324 chrome/browser/background/background_contents_service_unittest.cc   scoped_ptr<MockBackgroundContents> contents2(
MockBackgroundContents  325 chrome/browser/background/background_contents_service_unittest.cc       new MockBackgroundContents(&profile, "appid2"));