Searched defs:MockBackgroundContents (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/background/
H A Dbackground_contents_service_unittest.cc68 class MockBackgroundContents : public BackgroundContents { class in inherits:BackgroundContents
70 explicit MockBackgroundContents(Profile* profile) function in class:MockBackgroundContents
74 MockBackgroundContents(Profile* profile, const std::string& id) function in class:MockBackgroundContents
103 virtual ~MockBackgroundContents() {
227 MockBackgroundContents* contents = new MockBackgroundContents(&profile);
244 scoped_ptr<MockBackgroundContents> contents(
245 new MockBackgroundContents(&profile));
269 MockBackgroundContents* contents = new MockBackgroundContents(
[all...]

Completed in 1139 milliseconds