managed_network_configuration_handler_unittest.cc | 152 mock_profile_client_(NULL) { 161 mock_profile_client_ = new StrictMock<MockShillProfileClient>(); 165 scoped_ptr<ShillProfileClient>(mock_profile_client_).Pass()); 171 ON_CALL(*mock_profile_client_, GetProperties(_,_,_)) 175 ON_CALL(*mock_profile_client_, GetEntry(_,_,_,_)) 202 Mock::VerifyAndClearExpectations(mock_profile_client_); 261 MockShillProfileClient* mock_profile_client_; member in class:chromeos::ManagedNetworkConfigurationHandlerTest 284 EXPECT_CALL(*mock_profile_client_, 305 EXPECT_CALL(*mock_profile_client_, 338 EXPECT_CALL(*mock_profile_client_, [all...] |