Searched defs:Properties (Results 1 - 25 of 115) sorted by relevance

12345

/external/chromium_org/chromeos/dbus/
H A Dfake_nfc_device_client.h21 struct Properties : public NfcDeviceClient::Properties { struct in class:chromeos::FakeNfcDeviceClient
22 explicit Properties(const PropertyChangedCallback& callback);
23 virtual ~Properties();
40 virtual Properties* GetProperties(
H A Dfake_nfc_record_client.h21 struct Properties : public NfcRecordClient::Properties { struct in class:chromeos::FakeNfcRecordClient
22 explicit Properties(const PropertyChangedCallback& callback);
23 virtual ~Properties();
40 virtual Properties* GetProperties(
H A Dfake_nfc_tag_client.h21 struct Properties : public NfcTagClient::Properties { struct in class:chromeos::FakeNfcTagClient
22 explicit Properties(const PropertyChangedCallback& callback);
23 virtual ~Properties();
40 virtual Properties* GetProperties(
H A Dfake_bluetooth_input_client.h23 struct Properties : public BluetoothInputClient::Properties { struct in class:chromeos::FakeBluetoothInputClient
24 explicit Properties(const PropertyChangedCallback & callback);
25 virtual ~Properties();
42 virtual Properties* GetProperties(const dbus::ObjectPath& object_path)
50 // Property callback passed when we create Properties* structures.
55 typedef std::map<const dbus::ObjectPath, Properties *> PropertiesMap;
H A Dfake_nfc_manager_client.h22 struct Properties : public NfcManagerClient::Properties { struct in class:chromeos::FakeNfcManagerClient
23 explicit Properties(const PropertyChangedCallback& callback);
24 virtual ~Properties();
41 virtual Properties* GetProperties() OVERRIDE;
51 // Property callback passed when we create Properties* structures.
62 scoped_ptr<Properties> properties_;
H A Dfake_nfc_record_client.cc15 FakeNfcRecordClient::Properties::Properties( function in class:chromeos::FakeNfcRecordClient::Properties
17 : NfcRecordClient::Properties(NULL, callback) {
20 FakeNfcRecordClient::Properties::~Properties() {
23 void FakeNfcRecordClient::Properties::Get(
30 void FakeNfcRecordClient::Properties::GetAll() {
34 void FakeNfcRecordClient::Properties::Set(
57 FakeNfcRecordClient::Properties*
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 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...]
H A Dfake_nfc_device_client.cc16 FakeNfcDeviceClient::Properties::Properties( function in class:chromeos::FakeNfcDeviceClient::Properties
18 : NfcDeviceClient::Properties(NULL, callback) {
21 FakeNfcDeviceClient::Properties::~Properties() {
24 void FakeNfcDeviceClient::Properties::Get(
31 void FakeNfcDeviceClient::Properties::GetAll() {
35 void FakeNfcDeviceClient::Properties::Set(
58 FakeNfcDeviceClient::Properties*
H A Dfake_nfc_manager_client.cc16 FakeNfcManagerClient::Properties::Properties( function in class:chromeos::FakeNfcManagerClient::Properties
18 : NfcManagerClient::Properties(NULL, callback) {
21 FakeNfcManagerClient::Properties::~Properties() {
24 void FakeNfcManagerClient::Properties::Get(
31 void FakeNfcManagerClient::Properties::GetAll() {
35 void FakeNfcManagerClient::Properties::Set(
43 properties_.reset(new Properties(base::Bind(
62 FakeNfcManagerClient::Properties* FakeNfcManagerClien
[all...]
H A Dfake_nfc_tag_client.cc16 FakeNfcTagClient::Properties::Properties( function in class:chromeos::FakeNfcTagClient::Properties
18 : NfcTagClient::Properties(NULL, callback) {
21 FakeNfcTagClient::Properties::~Properties() {
24 void FakeNfcTagClient::Properties::Get(
31 void FakeNfcTagClient::Properties::GetAll() {
35 void FakeNfcTagClient::Properties::Set(
58 FakeNfcTagClient::Properties*
H A Dnfc_adapter_client.cc21 NfcAdapterClient::Properties::Properties( function in class:chromeos::NfcAdapterClient::Properties
35 NfcAdapterClient::Properties::~Properties() {
73 virtual Properties* GetProperties(const dbus::ObjectPath& object_path)
75 return static_cast<Properties*>(
148 NfcManagerClient::Properties* manager_properties =
165 return new 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_nfc_adapter_client.h22 struct Properties : public NfcAdapterClient::Properties { struct in class:chromeos::FakeNfcAdapterClient
23 explicit Properties(const PropertyChangedCallback& callback);
24 virtual ~Properties();
42 virtual Properties* GetProperties(
63 // Property changed callback passed when we create Properties* structures.
71 scoped_ptr<Properties> properties_;
72 scoped_ptr<Properties> second_properties_;
H A Dnfc_device_client.h31 struct Properties : public NfcPropertySet { struct in class:chromeos::NfcDeviceClient
36 Properties(dbus::ObjectProxy* object_proxy,
38 virtual ~Properties();
70 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) = 0;
78 // NfcRecordClient::Properties). |attributes| should at least contain a
H A Dnfc_manager_client.h23 struct Properties : public NfcPropertySet { struct in class:chromeos::NfcManagerClient
27 Properties(dbus::ObjectProxy* object_proxy,
29 virtual ~Properties();
61 virtual Properties* GetProperties() = 0;
H A Dnfc_tag_client.h31 struct Properties : public NfcPropertySet { struct in class:chromeos::NfcTagClient
47 Properties(dbus::ObjectProxy* object_proxy,
49 virtual ~Properties();
81 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) = 0;
89 // NfcRecordClient::Properties). |attributes| should at least contain a
H A Dbluetooth_adapter_client.cc23 BluetoothAdapterClient::Properties::Properties( function in class:chromeos::BluetoothAdapterClient::Properties
44 BluetoothAdapterClient::Properties::~Properties() {
85 Properties* properties = new Properties(
95 virtual Properties* GetProperties(const dbus::ObjectPath& object_path)
97 return static_cast<Properties*>(
H A Dbluetooth_device_client.cc24 BluetoothDeviceClient::Properties::Properties( function in class:chromeos::BluetoothDeviceClient::Properties
46 BluetoothDeviceClient::Properties::~Properties() {
81 Properties* properties = new Properties(
98 Properties* properties = GetProperties(*iter);
106 virtual Properties* GetProperties(const dbus::ObjectPath& object_path)
108 return static_cast<Properties*>(
H A Dfake_bluetooth_adapter_client.cc32 FakeBluetoothAdapterClient::Properties::Properties( function in class:chromeos::FakeBluetoothAdapterClient::Properties
34 : BluetoothAdapterClient::Properties(
40 FakeBluetoothAdapterClient::Properties::~Properties() {
43 void FakeBluetoothAdapterClient::Properties::Get(
50 void FakeBluetoothAdapterClient::Properties::GetAll() {
54 void FakeBluetoothAdapterClient::Properties::Set(
70 properties_.reset(new Properties(base::Bind(
78 second_properties_.reset(new Properties(bas
[all...]
/external/chromium_org/tools/stats_viewer/Properties/
H A DSettings.Designer.cs11 namespace StatsViewer.Properties
H A DResources.Designer.cs11 namespace StatsViewer.Properties
47 global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("StatsViewer.Properties.Resources", typeof(Resources).Assembly);
/external/lzma/CS/7zip/Compress/LzmaAlone/Properties/
H A DResources.cs11 namespace LzmaAlone.Properties
H A DSettings.cs11 namespace LzmaAlone.Properties
/external/chromium_org/chrome/test/pyautolib/
H A Domnibox_info.py114 def Properties(self, key=None): member in class:OmniboxInfo
136 return self.Properties('text')
140 return self.Properties('query_in_progress')

Completed in 2311 milliseconds

12345