Home
last modified time | relevance | path

Searched refs:GetNetworkList (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/content/browser/renderer_host/pepper/
Dpepper_network_monitor_host.cc34 scoped_ptr<net::NetworkInterfaceList> GetNetworkList() { in GetNetworkList() function
36 net::GetNetworkList(list.get(), net::INCLUDE_HOST_SCOPE_VIRTUAL_INTERFACES); in GetNetworkList()
88 base::Bind(&GetNetworkList), in GetAndSendNetworkList()
/external/chromium_org/net/android/
Dnetwork_library.h67 std::string GetNetworkList();
Dnetwork_library.cc102 std::string GetNetworkList() { in GetNetworkList() function
/external/chromium_org/net/base/
Dnet_util_posix.cc118 bool GetNetworkList(NetworkInterfaceList* networks, int policy) { in GetNetworkList() function
123 std::string network_list = android::GetNetworkList(); in GetNetworkList()
Dnet_util_win.cc90 bool GetNetworkList(NetworkInterfaceList* networks, int policy) { in GetNetworkList() function
Dnet_util_unittest.cc740 TEST(NetUtilTest, GetNetworkList) { in TEST() argument
742 ASSERT_TRUE(GetNetworkList(&list, INCLUDE_HOST_SCOPE_VIRTUAL_INTERFACES)); in TEST()
Dnet_util.h500 NET_EXPORT bool GetNetworkList(NetworkInterfaceList* networks,
/external/chromium_org/extensions/browser/api/system_network/
Dsystem_network_api.cc34 if (net::GetNetworkList(&interface_list, in GetListOnFileThread()
/external/chromium_org/components/data_reduction_proxy/browser/
Ddata_reduction_proxy_settings.cc463 void DataReductionProxySettings::GetNetworkList( in GetNetworkList() function in data_reduction_proxy::DataReductionProxySettings
466 net::GetNetworkList(interfaces, policy); in GetNetworkList()
559 GetNetworkList(&network_interfaces, 0); in DisableIfVPN()
Ddata_reduction_proxy_settings.h225 virtual void GetNetworkList(net::NetworkInterfaceList* interfaces,
Ddata_reduction_proxy_settings_test_utils.h93 virtual void GetNetworkList(net::NetworkInterfaceList* interfaces, in GetNetworkList() function
/external/chromium_org/extensions/browser/api/socket/
Dsocket_apitest.cc53 IN_PROC_BROWSER_TEST_F(SocketApiTest, GetNetworkList) { in IN_PROC_BROWSER_TEST_F() argument
Dsocket_api.cc663 if (GetNetworkList(&interface_list, in GetNetworkListOnFileThread()
704 results_ = core_api::socket::GetNetworkList::Results::Create(create_arg); in SendResponseOnUIThread()
/external/chromium_org/net/dns/
Dmdns_client.cc70 if (!GetNetworkList(&network_list, INCLUDE_HOST_SCOPE_VIRTUAL_INTERFACES)) in GetMDnsInterfacesToBind()
/external/chromium_org/chrome/browser/local_discovery/
Dprivet_traffic_detector.cc27 if (!GetNetworkList(&networks, net::INCLUDE_HOST_SCOPE_VIRTUAL_INTERFACES)) in GetNetworkListOnFileThread()
/external/chromium_org/content/browser/renderer_host/p2p/
Dsocket_dispatcher_host.cc316 net::GetNetworkList(&list, net::EXCLUDE_HOST_SCOPE_VIRTUAL_INTERFACES | in DoGetNetworkList()
/external/chromium_org/chrome/browser/extensions/api/dial/
Ddial_service.cc117 bool success = net::GetNetworkList( in GetNetworkListOnFileThread()
/external/chromium_org/chrome/browser/media/
Dwebrtc_logging_handler_host.cc417 net::GetNetworkList(&network_list, in LogInitialInfoOnFileThread()
/external/chromium_org/cloud_print/gcp20/prototype/
Dprinter.cc116 bool success = net::GetNetworkList( in GetLocalIp()
/external/chromium_org/chromeos/network/
Dnetwork_state_handler_unittest.cc302 TEST_F(NetworkStateHandlerTest, GetNetworkList) { in TEST_F() argument