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

  /external/chromium_org/chromeos/network/
managed_network_configuration_handler.h 68 virtual void GetManagedProperties(
mock_managed_network_configuration_handler.h 29 MOCK_METHOD4(GetManagedProperties,
managed_network_configuration_handler_impl.h 48 virtual void GetManagedProperties(
124 // Sends the response to the caller of GetManagedProperties.
managed_network_configuration_handler_impl.cc 111 // GetManagedProperties
113 void ManagedNetworkConfigurationHandlerImpl::GetManagedProperties(
  /external/chromium_org/components/wifi/
fake_wifi_service.h 28 virtual void GetManagedProperties(const std::string& network_guid,
wifi_service.h 55 virtual void GetManagedProperties(const std::string& network_guid,
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/extensions/api/networking_private/
networking_private_api_nonchromeos.cc 72 scoped_ptr<api::GetManagedProperties::Params> params =
73 api::GetManagedProperties::Params::Create(*args_);
78 service_client->GetManagedProperties(
networking_private_api_chromeos.cc 143 scoped_ptr<api::GetManagedProperties::Params> params =
144 api::GetManagedProperties::Params::Create(*args_);
152 // Disallow getManagedProperties from a non-primary user context to avoid
154 NET_LOG_ERROR("getManagedProperties called from non primary user.",
161 GetManagedProperties(
networking_private_service_client.h 136 void GetManagedProperties(const std::string& network_guid,
networking_private_apitest.cc 487 GetManagedProperties) {
534 EXPECT_TRUE(RunNetworkingSubtest("getManagedProperties")) << message_;
networking_private_service_client.cc 254 void NetworkingPrivateServiceClient::GetManagedProperties(
267 base::Bind(&WiFiService::GetManagedProperties,

Completed in 469 milliseconds