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

1 2

  /external/chromium_org/ui/views/corewm/
visibility_controller.cc 70 window_->ClearProperty(kChildWindowVisibilityChangesAnimatedKey);
78 window_->ClearProperty(kChildWindowVisibilityChangesAnimatedKey);
focus_controller.cc 339 window->ClearProperty(aura::client::kModalKey);
  /external/chromium_org/ash/shelf/
shelf_util.cc 42 window->ClearProperty(kLauncherItemDetailsKey);
  /external/chromium_org/chromeos/dbus/
shill_ipconfig_client.h 73 // Calls ClearProperty method.
75 virtual void ClearProperty(const dbus::ObjectPath& ipconfig_path,
fake_shill_ipconfig_client.h 38 virtual void ClearProperty(const dbus::ObjectPath& ipconfig_path,
shill_ipconfig_client_unittest.cc 145 TEST_F(ShillIPConfigClientTest, ClearProperty) {
155 client_->ClearProperty(dbus::ObjectPath(kExampleIPConfigPath),
fake_shill_ipconfig_client.cc 79 void FakeShillIPConfigClient::ClearProperty(
mock_shill_service_client.h 39 MOCK_METHOD4(ClearProperty, void(const dbus::ObjectPath& service_path,
shill_device_client.h 94 // Calls ClearProperty method.
96 virtual void ClearProperty(const dbus::ObjectPath& device_path,
shill_service_client.h 118 // Calls ClearProperty method.
120 virtual void ClearProperty(const dbus::ObjectPath& service_path,
shill_ipconfig_client.cc 49 virtual void ClearProperty(const dbus::ObjectPath& ipconfig_path,
148 void ShillIPConfigClientImpl::ClearProperty(
fake_shill_device_client.h 42 virtual void ClearProperty(const dbus::ObjectPath& device_path,
fake_shill_service_client.h 47 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 183 TEST_F(ShillDeviceClientTest, ClearProperty) {
193 client_->ClearProperty(dbus::ObjectPath(kExampleDevicePath),
shill_device_client.cc 86 virtual void ClearProperty(const dbus::ObjectPath& device_path,
fake_shill_device_client.cc 101 void FakeShillDeviceClient::ClearProperty(
shill_service_client.cc 123 virtual void ClearProperty(const dbus::ObjectPath& service_path,
fake_shill_service_client.cc 126 void FakeShillServiceClient::ClearProperty(
  /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( \
window.h 359 void ClearProperty(const WindowProperty<T>* property);
  /external/chromium_org/chrome/browser/chromeos/net/
proxy_config_handler.cc 105 shill_service_client->ClearProperty(
110 "SetProxyConfig.ClearProperty Failed",
  /external/chromium_org/ash/wm/
window_state.cc 172 window_->ClearProperty(aura::client::kRestoreShowStateKey);
244 window_->ClearProperty(aura::client::kRestoreBoundsKey);
  /external/chromium_org/chrome/browser/ui/views/
web_contents_modal_dialog_manager_views.cc 220 view->parent()->ClearProperty(aura::client::kAnimationsDisabledKey);

Completed in 347 milliseconds

1 2