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/wm/core/
visibility_controller.cc 73 window_->ClearProperty(kChildWindowVisibilityChangesAnimatedKey);
81 window_->ClearProperty(kChildWindowVisibilityChangesAnimatedKey);
focus_controller.cc 337 window->ClearProperty(aura::client::kModalKey);
  /external/chromium_org/ui/views/controls/native/
native_view_host_aura.cc 80 host_->native_view()->ClearProperty(views::kHostViewKey);
81 host_->native_view()->ClearProperty(aura::client::kHostWindowKey);
82 clipping_window_.ClearProperty(views::kHostViewKey);
103 host_->native_view()->ClearProperty(views::kHostViewKey);
104 host_->native_view()->ClearProperty(aura::client::kHostWindowKey);
126 host_->native_view()->ClearProperty(aura::client::kHostWindowKey);
220 host_->native_view()->ClearProperty(aura::client::kHostWindowKey);
  /external/chromium_org/ash/shelf/
shelf_util.cc 54 window->ClearProperty(kShelfItemDetailsKey);
  /external/chromium_org/chromeos/dbus/
fake_shill_ipconfig_client.h 40 virtual void ClearProperty(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_unittest.cc 145 TEST_F(ShillIPConfigClientTest, ClearProperty) {
155 client_->ClearProperty(dbus::ObjectPath(kExampleIPConfigPath),
mock_shill_service_client.h 39 MOCK_METHOD4(ClearProperty, void(const dbus::ObjectPath& service_path,
fake_shill_ipconfig_client.cc 79 void FakeShillIPConfigClient::ClearProperty(
shill_device_client.h 95 // Calls ClearProperty method.
97 virtual void ClearProperty(const dbus::ObjectPath& device_path,
shill_ipconfig_client.cc 49 virtual void ClearProperty(const dbus::ObjectPath& ipconfig_path,
149 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.h 127 // Calls ClearProperty method.
129 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,
shill_service_client.cc 123 virtual void ClearProperty(const dbus::ObjectPath& service_path,
fake_shill_device_client.cc 105 void FakeShillDeviceClient::ClearProperty(
  /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 303 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 201 window_->ClearProperty(aura::client::kRestoreShowStateKey);
249 window_->ClearProperty(aura::client::kRestoreBoundsKey);
  /external/chromium_org/ash/wm/maximize_mode/
maximize_mode_window_state.cc 227 window_state->window()->ClearProperty(ash::kRestoreBoundsOverrideKey);
  /external/chromium_org/chrome/browser/ui/views/
web_contents_modal_dialog_manager_views.cc 228 view->parent()->ClearProperty(aura::client::kAnimationsDisabledKey);

Completed in 856 milliseconds

1 2