Home | History | Annotate | Download | only in prefs

Lines Matching refs:service

40   MockPrefService* service() const { return service_.get(); }
54 registrar.Init(service());
57 EXPECT_CALL(*service(),
59 EXPECT_CALL(*service(),
66 Mock::VerifyAndClearExpectations(service());
67 EXPECT_CALL(*service(),
69 EXPECT_CALL(*service(),
77 Mock::VerifyAndClearExpectations(service());
82 registrar.Init(service());
85 EXPECT_CALL(*service(),
88 Mock::VerifyAndClearExpectations(service());
92 EXPECT_CALL(*service(),
98 registrar.Init(service());
100 EXPECT_CALL(*service(),
102 EXPECT_CALL(*service(),
106 Mock::VerifyAndClearExpectations(service());
108 EXPECT_CALL(*service(),
110 EXPECT_CALL(*service(),
117 Mock::VerifyAndClearExpectations(service());