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

  /external/chromium_org/chrome/browser/chromeos/input_method/
ibus_controller.h 40 virtual void ClearProperties() = 0;
ibus_controller_base.h 35 virtual void ClearProperties() OVERRIDE;
ibus_controller_base.cc 57 void IBusControllerBase::ClearProperties() {
ibus_controller_base_unittest.cc 28 virtual void ClearProperties() OVERRIDE {}
input_method_manager_impl.cc 487 ibus_controller_->ClearProperties();
    [all...]
  /external/chromium_org/chromeos/dbus/
mock_shill_service_client.h 42 MOCK_METHOD4(ClearProperties, void(const dbus::ObjectPath& service_path,
shill_manager_client.h 59 virtual void ClearProperties() = 0;
shill_service_client.h 128 // Calls ClearProperties method.
130 virtual void ClearProperties(const dbus::ObjectPath& service_path,
shill_manager_client_stub.h 90 virtual void ClearProperties() OVERRIDE;
shill_service_client_stub.h 54 virtual void ClearProperties(const dbus::ObjectPath& service_path,
shill_service_client_unittest.cc 188 TEST_F(ShillServiceClientTest, ClearProperties) {
208 client_->ClearProperties(dbus::ObjectPath(kExampleServicePath),
shill_service_client.cc 127 virtual void ClearProperties(const dbus::ObjectPath& service_path,
shill_manager_client_stub.cc 390 void ShillManagerClientStub::ClearProperties() {
shill_service_client_stub.cc 153 void ShillServiceClientStub::ClearProperties(
  /external/chromium_org/chromeos/network/
network_configuration_handler_unittest.cc 138 // Handles responses for ClearProperties method calls.
149 // Handles responses for ClearProperties method calls, and simulates an error
257 TEST_F(NetworkConfigurationHandlerTest, ClearProperties) {
283 ClearProperties(_, _, _, _)).WillOnce(
286 network_configuration_handler_->ClearProperties(
321 ClearProperties(_, _, _, _)).WillOnce(
324 network_configuration_handler_->ClearProperties(
528 network_configuration_handler_->ClearProperties(
533 base::Unretained(this), "ClearProperties"),
537 EXPECT_EQ("ClearProperties", success_callback_name_)
    [all...]
network_configuration_handler.h 80 void ClearProperties(const std::string& service_path,
network_configuration_handler.cc 258 void NetworkConfigurationHandler::ClearProperties(
268 NET_LOG_USER("ClearProperties", service_path);
273 DBusThreadManager::Get()->GetShillServiceClient()->ClearProperties(
410 << "Incorrect result size from ClearProperties.";
417 NET_LOG_ERROR("ClearProperties Failed: " + names[i], service_path);
446 "Config.ClearProperties Failed",
  /external/chromium_org/ash/system/chromeos/network/
network_connect.cc 197 NetworkHandler::Get()->network_configuration_handler()->ClearProperties(
203 base::Bind(&SetPropertiesFailed, "ClearProperties", service_path));
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc     [all...]

Completed in 929 milliseconds