Lines Matching refs:glue
154 KeystoneGlue *glue = [KeystoneGlue defaultKeystoneGlue];
155 ASSERT_TRUE(glue);
164 FakeKeystoneGlue* glue = [[[FakeKeystoneGlue alloc] init] autorelease];
165 [glue loadParameters];
166 ASSERT_TRUE([glue dictReadCorrectly]);
170 [glue loadKeystoneRegistration];
173 [glue registerWithKeystone];
174 ASSERT_TRUE([glue hasATimer]);
175 [glue stopTimer];
178 [glue addFakeRegistration];
179 [glue checkForUpdate];
180 [glue installUpdate];
181 ASSERT_TRUE([glue confirmCallbacks]);