Home | History | Annotate | Download | only in cloud

Lines Matching defs:client_

188   MockCloudPolicyClient* client_;
219 client_(NULL),
271 client_ = new MockCloudPolicyClient();
272 client_->SetDMToken("dm");
273 core_.Connect(scoped_ptr<CloudPolicyClient>(client_));
281 client_ = NULL;
433 if (!client_) {
439 EXPECT_CALL(*client_, FetchPolicy()).Times(testing::AnyNumber());
441 testing::Mock::VerifyAndClearExpectations(client_);
444 EXPECT_CALL(*client_, FetchPolicy()).Times(count);
447 return testing::Mock::VerifyAndClearExpectations(client_);