Searched defs:NetworkList (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ppapi/cpp/
H A Dnetwork_list.h19 class NetworkList : public Resource { class in namespace:pp
21 NetworkList();
22 NetworkList(PassRef, PP_Resource resource);
H A Dnetwork_list.cc24 NetworkList::NetworkList() { function in class:pp::NetworkList
27 NetworkList::NetworkList(PassRef, PP_Resource resource) function in class:pp::NetworkList
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
[all...]
/external/chromium_org/components/wifi/
H A Dnetwork_properties.h60 typedef std::list<NetworkProperties> NetworkList; typedef in namespace:wifi
/external/chromium_org/third_party/webrtc/base/
H A Dnetwork.h52 typedef std::vector<Network*> NetworkList; typedef in class:rtc::NetworkManager
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;

Completed in 184 milliseconds