HomeSort by relevance Sort by last modified time
    Searched defs:GetManagedProperties (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/components/wifi/
fake_wifi_service.cc 79 void FakeWiFiService::GetManagedProperties(
wifi_service_win.cc 189 virtual void GetManagedProperties(const std::string& network_guid,
539 void WiFiServiceImpl::GetManagedProperties(
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
network_config_message_handler.cc 61 "networkConfig.getManagedProperties",
62 base::Bind(&NetworkConfigMessageHandler::GetManagedProperties,
123 void NetworkConfigMessageHandler::GetManagedProperties(
138 GetManagedProperties(
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_chromeos.cc 150 void NetworkingPrivateChromeOS::GetManagedProperties(
166 GetManagedConfigurationHandler()->GetManagedProperties(
networking_private_service_client.cc 193 void NetworkingPrivateServiceClient::GetManagedProperties(
207 base::Bind(&WiFiService::GetManagedProperties,
  /external/chromium_org/chromeos/network/
managed_network_configuration_handler_unittest.cc 295 void GetManagedProperties(const std::string& userhash,
297 managed_handler()->GetManagedProperties(
753 // Verify that GetManagedProperties correctly augments the properties with the
756 // GetManagedProperties requires the device policy to be set or explicitly
774 GetManagedProperties(kUser1, "wifi2");
managed_network_configuration_handler_impl.cc 111 // GetManagedProperties
113 void ManagedNetworkConfigurationHandlerImpl::GetManagedProperties(

Completed in 218 milliseconds