HomeSort by relevance Sort by last modified time
    Searched refs:mock_profile_client_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chromeos/network/
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...]
network_configuration_handler_unittest.cc 96 mock_profile_client_(NULL),
104 mock_profile_client_ = new MockShillProfileClient();
109 scoped_ptr<ShillProfileClient>(mock_profile_client_).Pass());
206 MockShillProfileClient* mock_profile_client_; member in class:chromeos::NetworkConfigurationHandlerTest
376 *mock_profile_client_,

Completed in 2635 milliseconds