Home
last modified time | relevance | path

Searched refs:ClearProperties (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/chromeos/network/
Dnetwork_configuration_handler_unittest.cc271 TEST_F(NetworkConfigurationHandlerTest, ClearProperties) { in TEST_F() argument
297 ClearProperties(_, _, _, _)).WillOnce( in TEST_F()
300 network_configuration_handler_->ClearProperties( in TEST_F()
335 ClearProperties(_, _, _, _)).WillOnce( in TEST_F()
338 network_configuration_handler_->ClearProperties( in TEST_F()
539 network_configuration_handler_->ClearProperties( in TEST_F()
Dnetwork_configuration_handler.h80 void ClearProperties(const std::string& service_path,
Dnetwork_configuration_handler.cc250 void NetworkConfigurationHandler::ClearProperties( in ClearProperties() function in chromeos::NetworkConfigurationHandler
265 DBusThreadManager::Get()->GetShillServiceClient()->ClearProperties( in ClearProperties()
/external/chromium_org/chromeos/dbus/
Dmock_shill_service_client.h43 MOCK_METHOD4(ClearProperties, void(const dbus::ObjectPath& service_path,
Dshill_service_client_unittest.cc188 TEST_F(ShillServiceClientTest, ClearProperties) { in TEST_F() argument
208 client_->ClearProperties(dbus::ObjectPath(kExampleServicePath), in TEST_F()
Dshill_service_client.h127 virtual void ClearProperties(const dbus::ObjectPath& service_path,
Dshill_manager_client.h58 virtual void ClearProperties() = 0;
Dfake_shill_manager_client.h93 virtual void ClearProperties() OVERRIDE;
Dfake_shill_service_client.h51 virtual void ClearProperties(const dbus::ObjectPath& service_path,
Dshill_service_client.cc137 virtual void ClearProperties(const dbus::ObjectPath& service_path, in ClearProperties() function in chromeos::__anon5a4a5a3f0111::ShillServiceClientImpl
Dfake_shill_service_client.cc142 void FakeShillServiceClient::ClearProperties( in ClearProperties() function in chromeos::FakeShillServiceClient
Dfake_shill_manager_client.cc390 void FakeShillManagerClient::ClearProperties() { in ClearProperties() function in chromeos::FakeShillManagerClient
/external/chromium_org/ash/system/chromeos/network/
Dnetwork_connect.cc262 NetworkHandler::Get()->network_configuration_handler()->ClearProperties( in ClearPropertiesAndConnect()
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
Dinternet_options_handler.cc1172 NetworkHandler::Get()->network_configuration_handler()->ClearProperties( in SetApnProperties()
1488 NetworkHandler::Get()->network_configuration_handler()->ClearProperties( in SetIPConfigProperties()