Home | History | Annotate | Download | only in browser

Lines Matching defs:MockBackgroundContents

55 class MockBackgroundContents : public BackgroundContents {
57 explicit MockBackgroundContents(Profile* profile)
61 MockBackgroundContents(Profile* profile, const std::string& id)
90 ~MockBackgroundContents() {
118 MockBackgroundContents* contents = new MockBackgroundContents(&profile);
134 scoped_ptr<MockBackgroundContents> contents(
135 new MockBackgroundContents(&profile));
157 MockBackgroundContents* contents = new MockBackgroundContents(&profile);
177 scoped_ptr<MockBackgroundContents> contents(new MockBackgroundContents(
190 scoped_ptr<MockBackgroundContents> contents(new MockBackgroundContents(
207 MockBackgroundContents* contents = new MockBackgroundContents(&profile,
209 scoped_ptr<MockBackgroundContents> contents2(
210 new MockBackgroundContents(&profile, "appid2"));