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

  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_settings_test_utils.h 95 if (!network_interfaces_.get())
97 for (size_t i = 0; i < network_interfaces_->size(); ++i)
98 interfaces->push_back(network_interfaces_->at(i));
101 scoped_ptr<net::NetworkInterfaceList> network_interfaces_; member in class:data_reduction_proxy::MockDataReductionProxySettings
data_reduction_proxy_settings_unittest.cc 314 settings->network_interfaces_.reset(new net::NetworkInterfaceList());
315 settings->network_interfaces_->push_back(net::NetworkInterface(
329 settings->network_interfaces_.reset(new net::NetworkInterfaceList());
330 settings->network_interfaces_->push_back(net::NetworkInterface(

Completed in 46 milliseconds