Searched defs:UpdateTechnologies (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/cros/
H A Dnetwork_library_impl_cros.cc604 UpdateTechnologies(vlist, &uninitialized_devices_);
699 void NetworkLibraryImplCros::UpdateTechnologies( function in class:chromeos::NetworkLibraryImplCros
721 UpdateTechnologies(technologies, &available_devices_);
727 UpdateTechnologies(technologies, &enabled_devices_);
/external/chromium/chrome/browser/chromeos/cros/
H A Dnetwork_library.cc3301 void UpdateTechnologies(const ListValue* technologies, int* bitfieldp) { function in class:chromeos::NetworkLibraryImpl
3320 UpdateTechnologies(technologies, &available_devices_);
3324 UpdateTechnologies(technologies, &enabled_devices_);
3338 UpdateTechnologies(technologies, &connected_devices_);

Completed in 120 milliseconds