HomeSort by relevance Sort by last modified time
    Searched refs:NetworkList (Results 1 - 17 of 17) 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(
  /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/jingle/glue/
fake_network_manager.h 28 virtual void GetNetworks(NetworkList* networks) const OVERRIDE;
fake_network_manager.cc 42 void FakeNetworkManager::GetNetworks(NetworkList* networks) const {
  /external/chromium_org/third_party/libjingle/source/talk/base/
network_unittest.cc 55 const NetworkManager::NetworkList& list,
65 NetworkManager::NetworkList GetNetworks(
67 NetworkManager::NetworkList list;
77 NetworkManager::NetworkList* networks) {
126 NetworkManager::NetworkList result = GetNetworks(manager, true);
128 NetworkManager::NetworkList::iterator it;
199 NetworkManager::NetworkList list;
256 void SetupNetworks(NetworkManager::NetworkList* list) {
291 NetworkManager::NetworkList original_list;
296 NetworkManager::NetworkList list
    [all...]
network.h 55 typedef std::vector<Network*> NetworkList;
78 virtual void GetNetworks(NetworkList* networks) const = 0;
101 void MergeNetworkList(const NetworkList& list, bool* changed);
107 NetworkList networks_;
147 NetworkList* networks) const;
151 bool CreateNetworks(bool include_ignored, NetworkList* networks) const;
network.cc 119 void NetworkManagerBase::GetNetworks(NetworkList* result) const {
123 void NetworkManagerBase::MergeNetworkList(const NetworkList& new_networks,
128 NetworkList list(new_networks);
129 NetworkList merged_list;
194 NetworkList* networks) const {
257 NetworkList* networks) const {
315 NetworkList* networks) const {
519 NetworkList list;
535 NetworkList list;
  /external/chromium_org/components/wifi/
fake_wifi_service.cc 93 NetworkList::iterator network_properties = FindNetwork(network_guid);
164 NetworkList::iterator network_properties = FindNetwork(network_guid);
190 NetworkList::iterator network_properties = FindNetwork(network_guid);
213 for (WiFiService::NetworkList::const_iterator it = networks_.begin();
231 NetworkList::iterator network_properties = FindNetwork(network_guid);
245 NetworkList::iterator network_properties = FindNetwork(network_guid);
267 NetworkList::iterator FindNetwork(const std::string& network_guid) {
268 for (NetworkList::iterator it = networks_.begin(); it != networks_.end();
277 for (NetworkList::iterator it = networks_.begin(); it != networks_.end();
290 void NotifyNetworkListChanged(const NetworkList& networks)
    [all...]
wifi_service_test.cc 88 void OnVisibleNetworks(const WiFiService::NetworkList& network_list) {
92 void FindConnectedNetwork(const WiFiService::NetworkList& network_list) {
93 for (WiFiService::NetworkList::const_iterator net = network_list.begin();
wifi_service_win.cc 245 NetworkList::iterator FindNetwork(NetworkList& networks,
254 static void SortNetworks(NetworkList* networks);
321 DWORD GetVisibleNetworkList(NetworkList* network_list);
369 void NotifyNetworkListChanged(const NetworkList& networks);
464 NetworkList network_list;
467 NetworkList::const_iterator it = FindNetwork(network_list, network_guid);
562 NetworkList networks;
566 for (WiFiService::NetworkList::const_iterator it = networks.begin();
682 NetworkList networks
    [all...]
wifi_service.h 153 typedef std::list<NetworkProperties> NetworkList;

Completed in 1389 milliseconds