HomeSort by relevance Sort by last modified time
    Searched full:network_copy (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_message_filter.cc 455 ::ppapi::NetworkInfo& network_copy = list_copy->at(i); local
456 network_copy.name = network.name;
458 network_copy.addresses.resize(1, NetAddressPrivateImpl::kInvalidNetAddress);
460 network.address, 0, &(network_copy.addresses[0]));
466 network_copy.type = PP_NETWORKLIST_UNKNOWN;
467 network_copy.state = PP_NETWORKLIST_UP;
468 network_copy.display_name = network.name;
469 network_copy.mtu = 0;

Completed in 97 milliseconds