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

/external/chromium/chrome/browser/
H A Dbackground_contents_service_unittest.cc55 class MockBackgroundContents : public BackgroundContents { class in inherits:BackgroundContents
57 explicit MockBackgroundContents(Profile* profile) function in class:MockBackgroundContents
61 MockBackgroundContents(Profile* profile, const std::string& id) function in class:MockBackgroundContents
90 ~MockBackgroundContents() {
118 MockBackgroundContents* contents = new MockBackgroundContents(&profile);
134 scoped_ptr<MockBackgroundContents> contents(
135 new MockBackgroundContents(&profile));
157 MockBackgroundContents* contents = new MockBackgroundContents(
[all...]

Completed in 37 milliseconds