Searched defs:Properties (Results 1 - 25 of 131) sorted by path

123456

/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest.cc153 enum Properties { enum in class:cc::__anon2820::LayerTreeHostTestPushPropertiesTo
198 switch (static_cast<Properties>(index_)) {
215 switch (static_cast<Properties>(index_)) {
/external/chromium_org/chrome/browser/themes/
H A Dtheme_service.cc49 typedef ThemeProperties Properties; typedef
161 case Properties::COLOR_NTP_SECTION_HEADER_TEXT:
162 return IncreaseLightness(GetColor(Properties::COLOR_NTP_TEXT), 0.30);
163 case Properties::COLOR_NTP_SECTION_HEADER_TEXT_HOVER:
164 return GetColor(Properties::COLOR_NTP_TEXT);
165 case Properties::COLOR_NTP_SECTION_HEADER_RULE:
166 return IncreaseLightness(GetColor(Properties::COLOR_NTP_TEXT), 0.70);
167 case Properties::COLOR_NTP_SECTION_HEADER_RULE_LIGHT:
168 return IncreaseLightness(GetColor(Properties::COLOR_NTP_TEXT), 0.86);
169 case Properties
[all...]
/external/chromium_org/chromeos/dbus/
H A Dbluetooth_adapter_client.cc23 BluetoothAdapterClient::Properties::Properties( function in class:chromeos::BluetoothAdapterClient::Properties
44 BluetoothAdapterClient::Properties::~Properties() {
86 Properties* properties = new Properties(
96 virtual Properties* GetProperties(const dbus::ObjectPath& object_path)
98 return static_cast<Properties*>(
H A Dbluetooth_adapter_client.h26 struct Properties : public dbus::PropertySet { struct in class:chromeos::BluetoothAdapterClient
75 Properties(dbus::ObjectProxy* object_proxy,
78 virtual ~Properties();
113 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) = 0;
H A Dbluetooth_device_client.cc24 BluetoothDeviceClient::Properties::Properties( function in class:chromeos::BluetoothDeviceClient::Properties
50 BluetoothDeviceClient::Properties::~Properties() {
86 Properties* properties = new Properties(
103 Properties* properties = GetProperties(*iter);
111 virtual Properties* GetProperties(const dbus::ObjectPath& object_path)
113 return static_cast<Properties*>(
H A Dbluetooth_device_client.h26 struct Properties : public dbus::PropertySet { struct in class:chromeos::BluetoothDeviceClient
97 Properties(dbus::ObjectProxy* object_proxy,
100 virtual ~Properties();
137 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) = 0;
H A Dbluetooth_gatt_characteristic_client.cc23 BluetoothGattCharacteristicClient::Properties::Properties( function in class:chromeos::BluetoothGattCharacteristicClient::Properties
37 BluetoothGattCharacteristicClient::Properties::~Properties() {
77 virtual Properties* GetProperties(
80 return static_cast<Properties*>(
199 Properties* properties = new Properties(
H A Dbluetooth_gatt_characteristic_client.h24 struct Properties : public dbus::PropertySet { struct in class:chromeos::BluetoothGattCharacteristicClient
36 // List of flags representing the GATT "Characteristic Properties bit field"
37 // and properties read from the GATT "Characteristic Extended Properties"
45 Properties(dbus::ObjectProxy* object_proxy,
48 virtual ~Properties();
97 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) = 0;
H A Dbluetooth_gatt_descriptor_client.cc23 BluetoothGattDescriptorClient::Properties::Properties( function in class:chromeos::BluetoothGattDescriptorClient::Properties
33 BluetoothGattDescriptorClient::Properties::~Properties() {
73 virtual Properties* GetProperties(
76 return static_cast<Properties*>(
142 Properties* properties = new Properties(
H A Dbluetooth_gatt_descriptor_client.h24 struct Properties : public dbus::PropertySet { struct in class:chromeos::BluetoothGattDescriptorClient
32 Properties(dbus::ObjectProxy* object_proxy,
35 virtual ~Properties();
77 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) = 0;
H A Dbluetooth_gatt_service_client.cc16 BluetoothGattServiceClient::Properties::Properties( function in class:chromeos::BluetoothGattServiceClient::Properties
29 BluetoothGattServiceClient::Properties::~Properties() {
68 virtual Properties* GetProperties(
71 return static_cast<Properties*>(
82 Properties* properties = new Properties(
H A Dbluetooth_gatt_service_client.h23 struct Properties : public dbus::PropertySet { struct in class:chromeos::BluetoothGattServiceClient
41 Properties(dbus::ObjectProxy* object_proxy,
44 virtual ~Properties();
79 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) = 0;
H A Dbluetooth_input_client.cc20 BluetoothInputClient::Properties::Properties( function in class:chromeos::BluetoothInputClient::Properties
28 BluetoothInputClient::Properties::~Properties() {
63 Properties* properties = new Properties(
73 virtual Properties* GetProperties(const dbus::ObjectPath& object_path)
75 return static_cast<Properties*>(
H A Dbluetooth_input_client.h25 struct Properties : public dbus::PropertySet { struct in class:chromeos::BluetoothInputClient
29 Properties(dbus::ObjectProxy* object_proxy,
32 virtual ~Properties();
67 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) = 0;
H A Dfake_bluetooth_adapter_client.cc39 FakeBluetoothAdapterClient::Properties::Properties( function in class:chromeos::FakeBluetoothAdapterClient::Properties
41 : BluetoothAdapterClient::Properties(
47 FakeBluetoothAdapterClient::Properties::~Properties() {
50 void FakeBluetoothAdapterClient::Properties::Get(
57 void FakeBluetoothAdapterClient::Properties::GetAll() {
61 void FakeBluetoothAdapterClient::Properties::Set(
81 properties_.reset(new Properties(base::Bind(
89 second_properties_.reset(new Properties(bas
[all...]
H A Dfake_bluetooth_adapter_client.h26 struct Properties : public BluetoothAdapterClient::Properties { struct in class:chromeos::FakeBluetoothAdapterClient
27 explicit Properties(const PropertyChangedCallback & callback);
28 virtual ~Properties();
46 virtual Properties* GetProperties(const dbus::ObjectPath& object_path)
76 // Property callback passed when we create Properties* structures.
87 scoped_ptr<Properties> properties_;
88 scoped_ptr<Properties> second_properties_;
H A Dfake_bluetooth_device_client.cc185 FakeBluetoothDeviceClient::Properties::Properties( function in class:chromeos::FakeBluetoothDeviceClient::Properties
187 : BluetoothDeviceClient::Properties(
193 FakeBluetoothDeviceClient::Properties::~Properties() {
196 void FakeBluetoothDeviceClient::Properties::Get(
203 void FakeBluetoothDeviceClient::Properties::GetAll() {
207 void FakeBluetoothDeviceClient::Properties::Set(
225 Properties* properties = new Properties(bas
[all...]
H A Dfake_bluetooth_device_client.h29 struct Properties : public BluetoothDeviceClient::Properties { struct in class:chromeos::FakeBluetoothDeviceClient
30 explicit Properties(const PropertyChangedCallback & callback);
31 virtual ~Properties();
50 virtual Properties* GetProperties(const dbus::ObjectPath& object_path)
176 // Property callback passed when we create Properties* structures.
201 Properties* properties);
245 typedef std::map<const dbus::ObjectPath, Properties *> PropertiesMap;
H A Dfake_bluetooth_gatt_characteristic_client.cc40 FakeBluetoothGattCharacteristicClient::Properties::Properties( function in class:chromeos::FakeBluetoothGattCharacteristicClient::Properties
42 : BluetoothGattCharacteristicClient::Properties(
48 FakeBluetoothGattCharacteristicClient::Properties::~Properties() {
51 void FakeBluetoothGattCharacteristicClient::Properties::Get(
58 void FakeBluetoothGattCharacteristicClient::Properties::GetAll() {
62 void FakeBluetoothGattCharacteristicClient::Properties::Set(
101 FakeBluetoothGattCharacteristicClient::Properties*
244 heart_rate_measurement_properties_.reset(new Properties(bas
[all...]
H A Dfake_bluetooth_gatt_characteristic_client.h28 struct Properties : public BluetoothGattCharacteristicClient::Properties { struct in class:chromeos::FakeBluetoothGattCharacteristicClient
29 explicit Properties(const PropertyChangedCallback& callback);
30 virtual ~Properties();
50 virtual Properties* GetProperties(const dbus::ObjectPath& object_path)
92 // Property callback passed when we create Properties structures.
119 scoped_ptr<Properties> heart_rate_measurement_properties_;
120 scoped_ptr<Properties> body_sensor_location_properties_;
121 scoped_ptr<Properties> heart_rate_control_point_properties_;
H A Dfake_bluetooth_gatt_descriptor_client.cc19 FakeBluetoothGattDescriptorClient::Properties::Properties( function in class:chromeos::FakeBluetoothGattDescriptorClient::Properties
21 : BluetoothGattDescriptorClient::Properties(
27 FakeBluetoothGattDescriptorClient::Properties::~Properties() {
30 void FakeBluetoothGattDescriptorClient::Properties::Get(
37 void FakeBluetoothGattDescriptorClient::Properties::GetAll() {
41 void FakeBluetoothGattDescriptorClient::Properties::Set(
85 FakeBluetoothGattDescriptorClient::Properties*
144 Properties* propertie
[all...]
H A Dfake_bluetooth_gatt_descriptor_client.h25 struct Properties : public BluetoothGattDescriptorClient::Properties { struct in class:chromeos::FakeBluetoothGattDescriptorClient
26 explicit Properties(const PropertyChangedCallback& callback);
27 virtual ~Properties();
47 virtual Properties* GetProperties(const dbus::ObjectPath& object_path)
72 // Property callback passed when we create Properties structures.
80 // Mapping from object paths to Properties structures.
85 scoped_ptr<Properties> properties;
H A Dfake_bluetooth_gatt_service_client.cc28 FakeBluetoothGattServiceClient::Properties::Properties( function in class:chromeos::FakeBluetoothGattServiceClient::Properties
30 : BluetoothGattServiceClient::Properties(
36 FakeBluetoothGattServiceClient::Properties::~Properties() {
39 void FakeBluetoothGattServiceClient::Properties::Get(
46 void FakeBluetoothGattServiceClient::Properties::GetAll() {
50 void FakeBluetoothGattServiceClient::Properties::Set(
84 FakeBluetoothGattServiceClient::Properties*
102 heart_rate_service_properties_.reset(new Properties(bas
[all...]
H A Dfake_bluetooth_gatt_service_client.h27 struct Properties : public BluetoothGattServiceClient::Properties { struct in class:chromeos::FakeBluetoothGattServiceClient
28 explicit Properties(const PropertyChangedCallback& callback);
29 virtual ~Properties();
49 virtual Properties* GetProperties(const dbus::ObjectPath& object_path)
74 // Property callback passed when we create Properties structures.
90 scoped_ptr<Properties> heart_rate_service_properties_;
H A Dfake_bluetooth_input_client.cc21 FakeBluetoothInputClient::Properties::Properties( function in class:chromeos::FakeBluetoothInputClient::Properties
23 : BluetoothInputClient::Properties(
29 FakeBluetoothInputClient::Properties::~Properties() {
32 void FakeBluetoothInputClient::Properties::Get(
39 void FakeBluetoothInputClient::Properties::GetAll() {
43 void FakeBluetoothInputClient::Properties::Set(
55 // Clean up Properties structures
70 FakeBluetoothInputClient::Properties*
[all...]

Completed in 3324 milliseconds

123456