/external/chromium_org/chromeos/network/ |
D | network_configuration_handler_unittest.cc | 271 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()
|
D | network_configuration_handler.h | 80 void ClearProperties(const std::string& service_path,
|
D | network_configuration_handler.cc | 250 void NetworkConfigurationHandler::ClearProperties( in ClearProperties() function in chromeos::NetworkConfigurationHandler 265 DBusThreadManager::Get()->GetShillServiceClient()->ClearProperties( in ClearProperties()
|
/external/chromium_org/chromeos/dbus/ |
D | mock_shill_service_client.h | 43 MOCK_METHOD4(ClearProperties, void(const dbus::ObjectPath& service_path,
|
D | shill_service_client_unittest.cc | 188 TEST_F(ShillServiceClientTest, ClearProperties) { in TEST_F() argument 208 client_->ClearProperties(dbus::ObjectPath(kExampleServicePath), in TEST_F()
|
D | shill_service_client.h | 127 virtual void ClearProperties(const dbus::ObjectPath& service_path,
|
D | shill_manager_client.h | 58 virtual void ClearProperties() = 0;
|
D | fake_shill_manager_client.h | 93 virtual void ClearProperties() OVERRIDE;
|
D | fake_shill_service_client.h | 51 virtual void ClearProperties(const dbus::ObjectPath& service_path,
|
D | shill_service_client.cc | 137 virtual void ClearProperties(const dbus::ObjectPath& service_path, in ClearProperties() function in chromeos::__anon5a4a5a3f0111::ShillServiceClientImpl
|
D | fake_shill_service_client.cc | 142 void FakeShillServiceClient::ClearProperties( in ClearProperties() function in chromeos::FakeShillServiceClient
|
D | fake_shill_manager_client.cc | 390 void FakeShillManagerClient::ClearProperties() { in ClearProperties() function in chromeos::FakeShillManagerClient
|
/external/chromium_org/ash/system/chromeos/network/ |
D | network_connect.cc | 262 NetworkHandler::Get()->network_configuration_handler()->ClearProperties( in ClearPropertiesAndConnect()
|
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
D | internet_options_handler.cc | 1172 NetworkHandler::Get()->network_configuration_handler()->ClearProperties( in SetApnProperties() 1488 NetworkHandler::Get()->network_configuration_handler()->ClearProperties( in SetIPConfigProperties()
|