HomeSort by relevance Sort by last modified time
    Searched defs:Properties (Results 1 - 25 of 107) sorted by null

1 2 3 4 5

  /external/chromium_org/chrome/test/pyautolib/
omnibox_info.py 28 - a dictionary of properties related to the omnibox.
64 u'properties': { u'has_focus': True,
114 def Properties(self, key=None):
115 """Get the properties
121 a dictionary of properties if no key is given, OR
124 all = self.omniboxdict.get('properties')
136 return self.Properties('text')
140 return self.Properties('query_in_progress')
  /external/chromium_org/chromeos/dbus/
fake_bluetooth_input_client.h 24 struct Properties : public BluetoothInputClient::Properties {
25 explicit Properties(const PropertyChangedCallback & callback);
26 virtual ~Properties();
42 virtual Properties* GetProperties(const dbus::ObjectPath& object_path)
50 // Property callback passed when we create Properties* structures.
54 // Static properties we return.
55 typedef std::map<const dbus::ObjectPath, Properties *> PropertiesMap;
bluetooth_input_client.cc 21 BluetoothInputClient::Properties::Properties(
29 BluetoothInputClient::Properties::~Properties() {
73 Properties* properties = new Properties( variable
79 return static_cast<dbus::PropertySet*>(properties);
83 virtual Properties* GetProperties(const dbus::ObjectPath& object_path)
85 return static_cast<Properties*>(
    [all...]
fake_bluetooth_input_client.cc 21 FakeBluetoothInputClient::Properties::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
67 FakeBluetoothInputClient::Properties*
    [all...]
bluetooth_adapter_client.cc 24 BluetoothAdapterClient::Properties::Properties(
45 BluetoothAdapterClient::Properties::~Properties() {
95 Properties* properties = new Properties( variable
101 return static_cast<dbus::PropertySet*>(properties);
105 virtual Properties* GetProperties(const dbus::ObjectPath& object_path)
107 return static_cast<Properties*>(
    [all...]
bluetooth_device_client.cc 25 BluetoothDeviceClient::Properties::Properties(
47 BluetoothDeviceClient::Properties::~Properties() {
91 Properties* properties = new Properties( variable
97 return static_cast<dbus::PropertySet*>(properties);
108 Properties* properties = GetProperties(*iter) variable
    [all...]
bluetooth_input_client.h 28 // Structure of properties associated with bluetooth input devices.
29 struct Properties : public dbus::PropertySet {
33 Properties(dbus::ObjectProxy* object_proxy,
36 virtual ~Properties();
69 // Obtain the properties for the device with object path |object_path|,
71 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) = 0;
fake_bluetooth_adapter_client.cc 39 FakeBluetoothAdapterClient::Properties::Properties(
41 : BluetoothAdapterClient::Properties(
47 FakeBluetoothAdapterClient::Properties::~Properties() {
50 void FakeBluetoothAdapterClient::Properties::Get(
57 void FakeBluetoothAdapterClient::Properties::GetAll() {
61 void FakeBluetoothAdapterClient::Properties::Set(
78 properties_.reset(new Properties(base::Bind(
87 second_properties_.reset(new Properties(base::Bind
    [all...]
fake_bluetooth_adapter_client.h 27 struct Properties : public BluetoothAdapterClient::Properties {
28 explicit Properties(const PropertyChangedCallback & callback);
29 virtual ~Properties();
46 virtual Properties* GetProperties(const dbus::ObjectPath& object_path)
73 // Property callback passed when we create Properties* structures.
79 // Static properties we return.
80 scoped_ptr<Properties> properties_;
81 scoped_ptr<Properties> second_properties_;
bluetooth_adapter_client.h 29 // Structure of properties associated with bluetooth adapters.
30 struct Properties : public dbus::PropertySet {
79 Properties(dbus::ObjectProxy* object_proxy,
82 virtual ~Properties();
115 // Obtain the properties for the adapter with object path |object_path|,
117 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) = 0;
bluetooth_device_client.h 29 // Structure of properties associated with bluetooth devices.
30 struct Properties : public dbus::PropertySet {
86 Properties(dbus::ObjectProxy* object_proxy,
89 virtual ~Properties();
124 // Obtain the properties for the device with object path |object_path|,
126 virtual Properties* GetProperties(const dbus::ObjectPath& object_path) = 0;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
invert.h 35 uint64 Properties(uint64 props) { return InvertProperties(props); }
project.h 43 uint64 Properties(uint64 props) {
  /external/lzma/CPP/7zip/UI/Common/
Extract.h 32 CObjectVector<CProperty> Properties;
  /external/openfst/src/include/fst/
expectation-weight.h 47 // left or right semirings, then result must have those properties.
108 static uint64 Properties() {
109 uint64 props1 = W1::Properties();
110 uint64 props2 = W2::Properties();
invert.h 44 uint64 Properties(uint64 props) { return InvertProperties(props); }
lexicographic-weight.h 63 if ((W1::Properties() & props) != props) {
68 if ((W2::Properties() & props) != props) {
112 static uint64 Properties() {
113 uint64 props1 = W1::Properties();
114 uint64 props2 = W2::Properties();
map.h 116 uint64 Properties(uint64 props) const { return props; }
product-weight.h 73 static uint64 Properties() {
74 uint64 props1 = W1::Properties();
75 uint64 props2 = W2::Properties();
power-weight.h 81 static uint64 Properties() {
82 uint64 props = W::Properties();
project.h 58 uint64 Properties(uint64 props) {
  /external/chromium_org/dbus/
property_unittest.cc 31 struct Properties : public PropertySet {
37 Properties(ObjectProxy* object_proxy,
78 // Create the properties structure
79 properties_.reset(new Properties(
145 scoped_ptr<Properties> properties_;
147 // Properties updated.
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 80 Native.implement = function(objects, properties){
81 for (var i = 0, l = objects.length; i < l; i++) objects[i].implement(properties);
599 extend: function(properties){
600 for (var property in properties) this[property] = properties[property];
808 extend: function(properties){
809 Hash.each(properties, function(value, key){
815 combine: function(properties){
816 Hash.each(properties, function(value, key){
1342 var params = Array.link(arguments, {properties: Object.type, iframe: $defined})
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
APIspecutil.py 103 def Properties(funcname):
104 """Return list of properties of the named GL function."""
  /external/mesa3d/src/mesa/main/
APIspecutil.py 103 def Properties(funcname):
104 """Return list of properties of the named GL function."""

Completed in 415 milliseconds

1 2 3 4 5