/external/chromium_org/chromeos/network/ |
network_configuration_handler_unittest.cc | 151 // Handles responses for ClearProperties method calls. 162 // Handles responses for ClearProperties method calls, and simulates an error 271 TEST_F(NetworkConfigurationHandlerTest, ClearProperties) { 297 ClearProperties(_, _, _, _)).WillOnce( 300 network_configuration_handler_->ClearProperties( 335 ClearProperties(_, _, _, _)).WillOnce( 338 network_configuration_handler_->ClearProperties( 542 network_configuration_handler_->ClearProperties( 547 base::Unretained(this), "ClearProperties"), 551 EXPECT_EQ("ClearProperties", success_callback_name_) [all...] |
network_configuration_handler.cc | 239 void NetworkConfigurationHandler::ClearProperties( 249 NET_LOG_USER("ClearProperties", service_path); 254 DBusThreadManager::Get()->GetShillServiceClient()->ClearProperties( 399 << "Incorrect result size from ClearProperties."; 407 NET_LOG_ERROR("ClearProperties Failed: " + names[i], service_path); 422 "Config.ClearProperties Failed",
|
network_configuration_handler.h | 80 void ClearProperties(const std::string& service_path,
|
/external/chromium_org/chromeos/dbus/ |
mock_shill_service_client.h | 43 MOCK_METHOD4(ClearProperties, void(const dbus::ObjectPath& service_path,
|
shill_service_client.h | 133 // Calls ClearProperties method. 135 virtual void ClearProperties(const dbus::ObjectPath& service_path,
|
shill_service_client_unittest.cc | 188 TEST_F(ShillServiceClientTest, ClearProperties) { 208 client_->ClearProperties(dbus::ObjectPath(kExampleServicePath),
|
fake_shill_manager_client.h | 93 virtual void ClearProperties() OVERRIDE;
|
fake_shill_service_client.h | 51 virtual void ClearProperties(const dbus::ObjectPath& service_path,
|
shill_manager_client.h | 58 virtual void ClearProperties() = 0;
|
shill_service_client.cc | 137 virtual void ClearProperties(const dbus::ObjectPath& service_path,
|
fake_shill_service_client.cc | 152 void FakeShillServiceClient::ClearProperties(
|
fake_shill_manager_client.cc | 448 void FakeShillManagerClient::ClearProperties() { [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/parser/ |
BisonCSSParser-in.cpp | 132 clearProperties(); [all...] |
BisonCSSParser.h | 173 void clearProperties();
|
/external/chromium_org/ash/system/chromeos/network/ |
network_connect.cc | 300 NetworkHandler::Get()->network_configuration_handler()->ClearProperties( 306 base::Bind(&SetPropertiesFailed, "ClearProperties", service_path));
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSGrammar.y | 852 parser->clearProperties(); 865 parser->clearProperties(); 921 parser->clearProperties(); [all...] |
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
internet_options_handler.cc | [all...] |