Home
last modified time | relevance | path

Searched refs:interface_list (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/system_network/
Dsystem_network_api.cc29 net::NetworkInterfaceList interface_list; in GetListOnFileThread() local
31 &interface_list, net::INCLUDE_HOST_SCOPE_VIRTUAL_INTERFACES)) { in GetListOnFileThread()
35 this, interface_list)); in GetListOnFileThread()
52 const net::NetworkInterfaceList& interface_list) { in SendResponseOnUIThread() argument
57 create_arg.reserve(interface_list.size()); in SendResponseOnUIThread()
58 for (net::NetworkInterfaceList::const_iterator i = interface_list.begin(); in SendResponseOnUIThread()
59 i != interface_list.end(); ++i) { in SendResponseOnUIThread()
Dsystem_network_api.h32 void SendResponseOnUIThread(const net::NetworkInterfaceList& interface_list);
/external/chromium_org/chrome/browser/extensions/api/dial/
Ddial_service_unittest.cc84 net::NetworkInterfaceList interface_list; in TEST_F() local
85 interface_list.push_back( in TEST_F()
89 interface_list.push_back( in TEST_F()
93 interface_list.push_back( in TEST_F()
100 interface_list.push_back( in TEST_F()
109 dial_service_.SendNetworkList(interface_list); in TEST_F()
/external/chromium_org/content/browser/geolocation/
Dwifi_data_provider_win.cc271 WLAN_INTERFACE_INFO_LIST* interface_list = NULL; in GetAccessPointData() local
272 if ((*WlanEnumInterfaces_function_)(wlan_handle, NULL, &interface_list) != in GetAccessPointData()
277 DCHECK(interface_list); in GetAccessPointData()
279 LogWlanInterfaceCount(interface_list->dwNumberOfItems); in GetAccessPointData()
282 for (int i = 0; i < static_cast<int>(interface_list->dwNumberOfItems); ++i) { in GetAccessPointData()
286 if (interface_list->InterfaceInfo[i].isState == in GetAccessPointData()
289 << interface_list->InterfaceInfo[i].strInterfaceDescription in GetAccessPointData()
295 interface_list->InterfaceInfo[i].InterfaceGuid, in GetAccessPointData()
300 (*WlanFreeMemory_function_)(interface_list); in GetAccessPointData()
/external/chromium_org/net/base/
Dnet_util_win.cc262 scoped_ptr<WLAN_INTERFACE_INFO_LIST, WlanApiDeleter> interface_list( in GetWifiPHYLayerProtocol() local
267 for (unsigned i = 0; i < interface_list->dwNumberOfItems; ++i) { in GetWifiPHYLayerProtocol()
268 if (interface_list->InterfaceInfo[i].isState == in GetWifiPHYLayerProtocol()
270 info = &interface_list->InterfaceInfo[i]; in GetWifiPHYLayerProtocol()
/external/chromium_org/chrome/browser/component_updater/
Dpepper_flash_component_installer.cc314 const base::ListValue* interface_list = NULL; in CheckPepperFlashInterfaces() local
317 if (!manifest.GetList("x-ppapi-required-interfaces", &interface_list)) in CheckPepperFlashInterfaces()
320 for (size_t i = 0; i < interface_list->GetSize(); i++) { in CheckPepperFlashInterfaces()
322 if (!interface_list->GetString(i, &interface_string)) in CheckPepperFlashInterfaces()
/external/chromium_org/tools/telemetry/telemetry/core/forwarders/
Dandroid_forwarder.py204 interface_list = self._EnumerateHostInterfaces()
208 for line in interface_list:
299 interface_list = self._EnumerateHostInterfaces()
303 for line in interface_list:
/external/chromium_org/extensions/browser/api/socket/
Dsocket_api.cc651 net::NetworkInterfaceList interface_list; in GetNetworkListOnFileThread() local
652 if (GetNetworkList(&interface_list, in GetNetworkListOnFileThread()
659 interface_list)); in GetNetworkListOnFileThread()
677 const net::NetworkInterfaceList& interface_list) { in SendResponseOnUIThread() argument
681 create_arg.reserve(interface_list.size()); in SendResponseOnUIThread()
682 for (net::NetworkInterfaceList::const_iterator i = interface_list.begin(); in SendResponseOnUIThread()
683 i != interface_list.end(); in SendResponseOnUIThread()
Dsocket_api.h415 void SendResponseOnUIThread(const net::NetworkInterfaceList& interface_list);
/external/chromium_org/components/wifi/
Dwifi_service_win.cc1071 PWLAN_INTERFACE_INFO_LIST interface_list = NULL; in OpenClientHandle() local
1074 error = WlanEnumInterfaces_function_(client_, NULL, &interface_list); in OpenClientHandle()
1076 if (interface_list != NULL && interface_list->dwNumberOfItems != 0) { in OpenClientHandle()
1078 interface_guid_ = interface_list->InterfaceInfo[0].InterfaceGuid; in OpenClientHandle()
1080 for (DWORD itf = 0; itf < interface_list->dwNumberOfItems; ++itf) { in OpenClientHandle()
1081 if (interface_list->InterfaceInfo[itf].isState == in OpenClientHandle()
1084 interface_guid_ = interface_list->InterfaceInfo[itf].InterfaceGuid; in OpenClientHandle()
1093 if (interface_list != NULL) in OpenClientHandle()
1094 WlanFreeMemory_function_(interface_list); in OpenClientHandle()
/external/chromium_org/ppapi/
Dppapi_proxy.gypi84 'proxy/interface_list.cc',
85 'proxy/interface_list.h',
DBUILD.gn494 "proxy/interface_list.cc",
495 "proxy/interface_list.h",
/external/chromium_org/mojo/
Dmojo_examples.gypi229 'examples/pepper_container_app/interface_list.cc',
230 'examples/pepper_container_app/interface_list.h',