HomeSort by relevance Sort by last modified time
    Searched refs:ClearProperty (Results 1 - 25 of 39) sorted by null

1 2

  /external/chromium_org/ui/views/corewm/
visibility_controller.cc 70 window_->ClearProperty(kChildWindowVisibilityChangesAnimatedKey);
78 window_->ClearProperty(kChildWindowVisibilityChangesAnimatedKey);
  /external/chromium_org/chromeos/dbus/
mock_shill_ipconfig_client.h 37 MOCK_METHOD3(ClearProperty, void(const dbus::ObjectPath& ipconfig_path,
shill_ipconfig_client.h 84 // Calls ClearProperty method.
86 virtual void ClearProperty(const dbus::ObjectPath& ipconfig_path,
shill_ipconfig_client_stub.h 38 virtual void ClearProperty(const dbus::ObjectPath& ipconfig_path,
mock_shill_service_client.h 38 MOCK_METHOD4(ClearProperty, void(const dbus::ObjectPath& service_path,
shill_ipconfig_client_stub.cc 81 void ShillIPConfigClientStub::ClearProperty(
fake_shill_device_client.cc 42 void FakeShillDeviceClient::ClearProperty(
fake_shill_device_client.h 37 virtual void ClearProperty(const dbus::ObjectPath& device_path,
mock_shill_device_client.h 36 MOCK_METHOD3(ClearProperty, void(const dbus::ObjectPath& device_path,
shill_device_client.h 96 // Calls ClearProperty method.
98 virtual void ClearProperty(const dbus::ObjectPath& device_path,
shill_service_client.h 121 // Calls ClearProperty method.
123 virtual void ClearProperty(const dbus::ObjectPath& service_path,
shill_ipconfig_client.cc 52 virtual void ClearProperty(const dbus::ObjectPath& ipconfig_path,
154 void ShillIPConfigClientImpl::ClearProperty(
shill_ipconfig_client_unittest.cc 186 TEST_F(ShillIPConfigClientTest, ClearProperty) {
196 client_->ClearProperty(dbus::ObjectPath(kExampleIPConfigPath),
shill_device_client_stub.h 40 virtual void ClearProperty(const dbus::ObjectPath& device_path,
shill_service_client_stub.h 50 virtual void ClearProperty(const dbus::ObjectPath& service_path,
shill_service_client_unittest.cc 165 TEST_F(ShillServiceClientTest, ClearProperty) {
177 client_->ClearProperty(dbus::ObjectPath(kExampleServicePath),
shill_device_client_unittest.cc 185 TEST_F(ShillDeviceClientTest, ClearProperty) {
195 client_->ClearProperty(dbus::ObjectPath(kExampleDevicePath),
shill_device_client.cc 87 virtual void ClearProperty(const dbus::ObjectPath& device_path,
  /external/chromium_org/ui/views/controls/native/
native_view_host_aura.cc 23 host_->native_view()->ClearProperty(views::kHostViewKey);
38 host_->native_view()->ClearProperty(views::kHostViewKey);
  /external/chromium_org/ui/aura/
window_property.h 102 void Window::ClearProperty(const WindowProperty<T>* property) {
114 template EXPORT void aura::Window::ClearProperty( \
  /external/chromium_org/ash/wm/
property_util.cc 40 window->ClearProperty(aura::client::kRestoreBoundsKey);
base_layout_manager.cc 91 child->ClearProperty(aura::client::kRestoreShowStateKey);
191 window->ClearProperty(internal::kWindowRestoresToRestoreBounds);
  /external/chromium_org/chrome/browser/chromeos/cros/
network_library.cc 351 void Network::ClearProperty(const char* prop) {
374 ClearProperty(prop);
399 ClearProperty(flimflam::kPriorityProperty);
416 ClearProperty(flimflam::kUIDataProperty);
891 ClearProperty(flimflam::kCellularApnProperty);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/net/
proxy_config_handler.cc 180 shill_service_client->ClearProperty(
185 "SetProxyConfig.ClearProperty Failed",
  /external/chromium_org/chrome/browser/ui/views/
web_contents_modal_dialog_manager_views.cc 173 view->parent()->ClearProperty(aura::client::kAnimationsDisabledKey);

Completed in 198 milliseconds

1 2