Searched refs:network_library_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/policy/
H A Dnetwork_configuration_updater_impl_cros_unittest.cc152 StrictMock<chromeos::MockNetworkLibrary> network_library_; member in class:policy::NetworkConfigurationUpdaterTest
179 EXPECT_CALL(network_library_, AddNetworkProfileObserver(_));
182 EXPECT_CALL(network_library_, LoadOncNetworks(_, _));
189 &network_library_,
192 Mock::VerifyAndClearExpectations(&network_library_);
197 EXPECT_CALL(network_library_, LoadOncNetworks(
199 EXPECT_CALL(network_library_, LoadOncNetworks(
209 EXPECT_CALL(network_library_, RemoveNetworkProfileObserver(_));
226 EXPECT_CALL(network_library_, AddNetworkProfileObserver(_));
246 EXPECT_CALL(network_library_, LoadOncNetwork
[all...]
H A Dnetwork_configuration_updater_impl_cros.cc29 network_library_(network_library),
33 DCHECK(network_library_);
45 network_library_->AddNetworkProfileObserver(this);
56 network_library_->RemoveNetworkProfileObserver(this);
172 network_library_->LoadOncNetworks(network_configs, onc_source);
H A Dnetwork_configuration_updater_impl_cros.h77 // configurations to |network_library_|. Ensures that a device policy is
82 // |network_library_|.
91 chromeos::NetworkLibrary* network_library_; member in class:policy::NetworkConfigurationUpdaterImplCros
/external/chromium_org/chrome/browser/chromeos/mobile/
H A Dmobile_activator_unittest.cc77 : network_library_(),
79 mobile_activator_(&network_library_, &cellular_network_) {}
96 MockNetworkLibrary network_library_; member in class:chromeos::MobileActivatorTest
152 EXPECT_CALL(network_library_, SignalCellularPlanPayment());
237 EXPECT_CALL(network_library_,
239 EXPECT_CALL(network_library_, HasRecentCellularPlanPayment()).

Completed in 80 milliseconds