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

  /external/chromium_org/ppapi/cpp/
network_monitor.h 14 class NetworkList;
23 const CompletionCallbackWithOutput<NetworkList>& callback);
network_list.cc 24 NetworkList::NetworkList() {
27 NetworkList::NetworkList(PassRef, PP_Resource resource)
32 bool NetworkList::IsAvailable() {
36 uint32_t NetworkList::GetCount() const {
42 std::string NetworkList::GetName(uint32_t index) const {
51 PP_NetworkList_Type NetworkList::GetType(uint32_t index) const {
58 PP_NetworkList_State NetworkList::GetState(uint32_t index) const {
65 int32_t NetworkList::GetIpAddresses
    [all...]
network_list.h 19 class NetworkList : public Resource {
21 NetworkList();
22 NetworkList(PassRef, PP_Resource resource);
network_monitor.cc 31 const CompletionCallbackWithOutput<NetworkList>& callback) {
  /external/chromium_org/ppapi/tests/
test_network_monitor.h 14 class NetworkList;
31 std::string VerifyNetworkList(const pp::NetworkList& network_list);
test_network_monitor.cc 58 const pp::NetworkList& network_list) {
134 TestCompletionCallbackWithOutput<pp::NetworkList> test_callback(
147 TestCompletionCallbackWithOutput<pp::NetworkList> test_callback(
156 TestCompletionCallbackWithOutput<pp::NetworkList> test_callback_2(
172 TestCompletionCallbackWithOutput<pp::NetworkList> test_callback(
test_message_handler.cc 131 pp::CompletionCallbackWithOutput<pp::NetworkList> blocking_callback(
  /external/chromium_org/remoting/client/plugin/
pepper_network_manager.h 16 class NetworkList;
37 void OnNetworkList(int32_t result, const pp::NetworkList& list);
pepper_network_manager.cc 25 pp::CompletionCallbackWithOutput<pp::NetworkList> callback =
51 const pp::NetworkList& list) {
61 pp::CompletionCallbackWithOutput<pp::NetworkList> callback =
  /external/chromium_org/remoting/test/
fake_network_manager.h 24 virtual void GetNetworks(NetworkList* networks) const OVERRIDE;
fake_network_manager.cc 37 void FakeNetworkManager::GetNetworks(NetworkList* networks) const {
  /external/chromium_org/components/wifi/
fake_wifi_service.cc 71 NetworkList::iterator network_properties = FindNetwork(network_guid);
90 NetworkList::iterator network_properties = FindNetwork(network_guid);
102 NetworkList::iterator network_properties = FindNetwork(network_guid);
127 for (NetworkList::const_iterator it = networks_.begin();
144 NetworkList::iterator network_properties = FindNetwork(network_guid);
158 NetworkList::iterator network_properties = FindNetwork(network_guid);
187 NetworkList::iterator FakeWiFiService::FindNetwork(
189 for (NetworkList::iterator it = networks_.begin(); it != networks_.end();
198 for (NetworkList::iterator it = networks_.begin(); it != networks_.end();
211 void FakeWiFiService::NotifyNetworkListChanged(const NetworkList& networks)
    [all...]
fake_wifi_service.h 59 NetworkList::iterator FindNetwork(const std::string& network_guid);
65 void NotifyNetworkListChanged(const NetworkList& networks);
69 NetworkList networks_;
network_properties.h 60 typedef std::list<NetworkProperties> NetworkList;
wifi_service_win.cc 265 NetworkList::iterator FindNetwork(NetworkList& networks,
273 static void SortNetworks(NetworkList* networks);
354 DWORD GetVisibleNetworkList(NetworkList* network_list);
411 void NotifyNetworkListChanged(const NetworkList& networks);
523 NetworkList network_list;
526 NetworkList::const_iterator it = FindNetwork(network_list, network_guid);
638 NetworkList networks;
642 for (NetworkList::const_iterator it = networks.begin();
    [all...]
  /external/chromium_org/third_party/webrtc/base/
network_unittest.cc 38 const NetworkManager::NetworkList& list,
48 NetworkManager::NetworkList GetNetworks(
50 NetworkManager::NetworkList list;
60 NetworkManager::NetworkList* networks) {
109 NetworkManager::NetworkList result = GetNetworks(manager, true);
111 NetworkManager::NetworkList::iterator it;
182 NetworkManager::NetworkList list;
239 void SetupNetworks(NetworkManager::NetworkList* list) {
274 NetworkManager::NetworkList original_list;
279 NetworkManager::NetworkList list
    [all...]
network.h 52 typedef std::vector<Network*> NetworkList;
75 virtual void GetNetworks(NetworkList* networks) const = 0;
98 void MergeNetworkList(const NetworkList& list, bool* changed);
104 NetworkList networks_;
144 NetworkList* networks) const;
148 bool CreateNetworks(bool include_ignored, NetworkList* networks) const;
network.cc 149 void NetworkManagerBase::GetNetworks(NetworkList* result) const {
153 void NetworkManagerBase::MergeNetworkList(const NetworkList& new_networks,
158 NetworkList list(new_networks);
161 NetworkList merged_list;
232 for (NetworkList::const_iterator iter = networks_.begin();
256 NetworkList* networks) const {
265 NetworkList* networks) const {
329 NetworkList* networks) const {
387 NetworkList* networks) const {
592 NetworkList list
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/api/network_monitor/
network_monitor.cc 37 pp::NetworkList network_list);
63 pp::NetworkList network_list) {
  /external/chromium_org/chrome/browser/resources/options/chromeos/
network_list.js 406 * @param {{key: string, networkList: Array.<NetworkInfo>}} data Description
426 var list = this.data_.networkList;
538 list = this.data.networkList;
816 var NetworkList = cr.ui.define('list');
818 NetworkList.prototype = {
833 this.update({key: 'WiFi', networkList: []});
954 if (entry.networkList)
956 /** @type {{key: string, networkList: Array.<NetworkInfo>}} */(
998 NetworkList.setDefaultNetworkIcons = function(data) {
1011 NetworkList.refreshNetworkData = function(data)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
clusapi.h 127 DWORD WINAPI SetClusterNetworkPriorityOrder(HCLUSTER hCluster,DWORD NetworkCount,HNETWORK NetworkList[]);
    [all...]

Completed in 2320 milliseconds