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

  /external/chromium/chrome/browser/
background_contents_service_unittest.cc 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)
    [all...]
background_contents_service.h 92 friend class MockBackgroundContents;

Completed in 77 milliseconds