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 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...]
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
379 *mock_profile_client_,

Completed in 41 milliseconds