Home | History | Annotate | Download | only in prefs

Lines Matching refs:service

50   MockPrefService* service() const { return service_.get(); }
62 registrar.Init(service());
65 EXPECT_CALL(*service(),
67 EXPECT_CALL(*service(),
74 Mock::VerifyAndClearExpectations(service());
75 EXPECT_CALL(*service(),
77 EXPECT_CALL(*service(),
85 Mock::VerifyAndClearExpectations(service());
90 registrar.Init(service());
93 EXPECT_CALL(*service(),
96 Mock::VerifyAndClearExpectations(service());
100 EXPECT_CALL(*service(),
106 registrar.Init(service());
108 EXPECT_CALL(*service(),
110 EXPECT_CALL(*service(),
114 Mock::VerifyAndClearExpectations(service());
116 EXPECT_CALL(*service(),
118 EXPECT_CALL(*service(),
125 Mock::VerifyAndClearExpectations(service());