managed_network_configuration_handler_unittest.cc | 155 mock_profile_client_(NULL) { 164 mock_profile_client_ = new StrictMock<MockShillProfileClient>(); 168 scoped_ptr<ShillProfileClient>(mock_profile_client_).Pass()); 174 ON_CALL(*mock_profile_client_, GetProperties(_,_,_)) 178 ON_CALL(*mock_profile_client_, GetEntry(_,_,_,_)) 206 Mock::VerifyAndClearExpectations(mock_profile_client_); 266 MockShillProfileClient* mock_profile_client_; member in class:chromeos::ManagedNetworkConfigurationHandlerTest 289 EXPECT_CALL(*mock_profile_client_, 310 EXPECT_CALL(*mock_profile_client_, 343 EXPECT_CALL(*mock_profile_client_, [all...] |