HomeSort by relevance Sort by last modified time
    Searched refs:MockBackgroundContents (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/background/
background_contents_service_unittest.cc 68 class MockBackgroundContents : public BackgroundContents {
70 explicit MockBackgroundContents(Profile* profile)
74 MockBackgroundContents(Profile* profile, const std::string& id)
103 virtual ~MockBackgroundContents() {
227 MockBackgroundContents* contents = new MockBackgroundContents(&profile);
244 scoped_ptr<MockBackgroundContents> contents(
245 new MockBackgroundContents(&profile));
269 MockBackgroundContents* contents = new MockBackgroundContents(&profile)
    [all...]
background_contents_service.h 127 friend class MockBackgroundContents;

Completed in 3632 milliseconds