Searched defs:properties (Results 176 - 200 of 412) sorted by relevance

1234567891011>>

/external/chromium_org/chromeos/dbus/
H A Dfake_shill_service_client.cc36 const base::DictionaryValue* properties) {
37 callback.Run(call_status, *properties);
122 const base::DictionaryValue& properties,
125 for (base::DictionaryValue::Iterator iter(properties);
148 // Note: Shill does not send notifications when properties are cleared.
167 // Note: Shill does not send notifications when properties are cleared.
326 base::DictionaryValue* properties = SetServiceProperties( local
330 if (properties->GetStringWithoutPathExpansion(shill::kProfileProperty,
338 properties->SetWithoutPathExpansion(
355 base::DictionaryValue* properties local
33 PassStubServiceProperties( const ShillServiceClient::DictionaryValueCallback& callback, DBusMethodCallStatus call_status, const base::DictionaryValue* properties) argument
120 SetProperties( const dbus::ObjectPath& service_path, const base::DictionaryValue& properties, const base::Closure& callback, const ErrorCallback& error_callback) argument
488 const base::DictionaryValue* properties = NULL; local
528 base::DictionaryValue* properties = NULL; local
565 base::DictionaryValue* properties; local
[all...]
H A Dnfc_client_unittest.cc235 NfcManagerClient::Properties* properties = local
237 ASSERT_TRUE(properties);
241 properties,
250 NfcAdapterClient::Properties* properties = local
252 ASSERT_TRUE(properties);
257 properties,
266 NfcAdapterClient::Properties* properties = local
268 ASSERT_TRUE(properties);
273 properties,
283 NfcDeviceClient::Properties* properties local
300 NfcTagClient::Properties* properties = local
314 SendArrayPropertyChangedSignal( dbus::PropertySet* properties, const std::string& interface, const std::string& property_name, ObjectPathVector object_paths) argument
[all...]
H A Dshill_client_unittest_base.cc282 base::DictionaryValue* properties = new base::DictionaryValue; local
283 properties->SetWithoutPathExpansion(
286 properties->SetWithoutPathExpansion(
288 properties->SetWithoutPathExpansion(shill::kTypeProperty,
290 shill_property_util::SetSSID("testssid", properties);
291 properties->SetWithoutPathExpansion(
293 return properties;
/external/chromium_org/chromeos/network/
H A Dnetwork_configuration_handler.cc56 const base::DictionaryValue& properties) {
70 scoped_ptr<base::DictionaryValue> properties_copy(properties.DeepCopy());
72 shill_property_util::GetNameFromProperties(service_path, properties);
92 const base::DictionaryValue& properties) {
93 for (base::DictionaryValue::Iterator iter(properties);
220 const base::DictionaryValue& properties,
223 if (properties.empty()) {
229 LogConfigProperties("SetProperty", service_path, properties);
233 properties, local
265 const base::DictionaryValue& properties,
51 GetPropertiesCallback( const network_handler::DictionaryResultCallback& callback, const network_handler::ErrorCallback& error_callback, const std::string& service_path, DBusMethodCallStatus call_status, const base::DictionaryValue& properties) argument
90 LogConfigProperties(const std::string& desc, const std::string& path, const base::DictionaryValue& properties) argument
218 SetProperties( const std::string& service_path, const base::DictionaryValue& properties, const base::Closure& callback, const network_handler::ErrorCallback& error_callback) argument
264 CreateConfiguration( const base::DictionaryValue& properties, const network_handler::StringResultCallback& callback, const network_handler::ErrorCallback& error_callback) argument
291 properties, local
[all...]
H A Dnetwork_device_handler_impl.cc79 const base::DictionaryValue& properties) {
81 if (!properties.GetListWithoutPathExpansion(
75 RefreshIPConfigsCallback( const base::Closure& callback, const network_handler::ErrorCallback& error_callback, const std::string& device_path, const base::DictionaryValue& properties) argument
H A Dnetwork_sms_handler.cc346 // Request network manager properties so that we can get the list of devices.
408 const base::DictionaryValue& properties) {
410 LOG(ERROR) << "NetworkSmsHandler: Failed to get manager properties.";
414 if (!properties.GetWithoutPathExpansion(shill::kDevicesProperty, &value) ||
430 // Request device properties.
444 const base::DictionaryValue& properties) {
452 if (!properties.GetStringWithoutPathExpansion(
461 if (!properties.GetStringWithoutPathExpansion(
468 if (!properties.GetStringWithoutPathExpansion(
406 ManagerPropertiesCallback( DBusMethodCallStatus call_status, const base::DictionaryValue& properties) argument
441 DevicePropertiesCallback( const std::string& device_path, DBusMethodCallStatus call_status, const base::DictionaryValue& properties) argument
H A Dshill_property_handler.cc240 const base::DictionaryValue& properties) {
247 for (base::DictionaryValue::Iterator iter(properties);
436 const base::DictionaryValue& properties) {
443 NET_LOG_DEBUG("Failed to get properties",
447 listener_->UpdateManagedStateProperties(type, path, properties);
450 // Request IPConfig properties.
452 if (properties.GetWithoutPathExpansion(shill::kIPConfigProperty, &value))
455 // Clear and request IPConfig properties for each entry in IPConfigs.
457 if (properties.GetWithoutPathExpansion(shill::kIPConfigsProperty, &value))
521 const base::DictionaryValue& properties) {
238 ManagerPropertiesCallback( DBusMethodCallStatus call_status, const base::DictionaryValue& properties) argument
432 GetPropertiesCallback( ManagedState::ManagedType type, const std::string& path, DBusMethodCallStatus call_status, const base::DictionaryValue& properties) argument
516 GetIPConfigCallback( ManagedState::ManagedType type, const std::string& path, const std::string& ip_config_path, DBusMethodCallStatus call_status, const base::DictionaryValue& properties) argument
[all...]
H A Dshill_property_handler_unittest.cc53 const base::DictionaryValue& properties) OVERRIDE {
79 const base::DictionaryValue& properties) OVERRIDE {
182 // default stub properties.
253 base::DictionaryValue properties; // Empty entry local
426 // Set the properties for an IP Config object.
488 // Update the Manager properties. This should trigger a single list update,
/external/chromium_org/content/renderer/media/crypto/
H A Dkey_systems.cc286 KeySystemProperties properties; local
287 properties.use_aes_decryptor = use_aes_decryptor;
290 properties.pepper_type = pepper_type;
293 properties.supported_codecs = supported_codecs;
295 concrete_key_system_map_[concrete_key_system] = properties;
/external/chromium_org/dbus/
H A Dobject_manager.cc67 PropertySet* properties = piter->second; local
68 delete properties;
342 PropertySet* properties = GetProperties(object_path, interface); local
343 if (properties)
344 properties->ChangedReceived(signal);
481 // Inform the interface before removing the properties structure or object
/external/chromium_org/device/bluetooth/
H A Dbluetooth_chromeos_unittest.cc797 // again, to reset the properties back to false
1450 // Verify the other device properties.
1487 FakeBluetoothDeviceClient::Properties* properties = local
1491 properties->bluetooth_class.ReplaceValue(0x002580);
1514 FakeBluetoothDeviceClient::Properties* properties = local
1519 properties->alias.ReplaceValue(new_name);
1545 FakeBluetoothDeviceClient::Properties* properties = local
1556 properties->uuids.ReplaceValue(new_uuids);
1623 FakeBluetoothDeviceClient::Properties* properties = local
1626 ASSERT_TRUE(properties
1710 FakeBluetoothDeviceClient::Properties* properties = local
1912 FakeBluetoothDeviceClient::Properties* properties = local
1968 FakeBluetoothDeviceClient::Properties* properties = local
2046 FakeBluetoothDeviceClient::Properties* properties = local
2103 FakeBluetoothDeviceClient::Properties* properties = local
2157 FakeBluetoothDeviceClient::Properties* properties = local
2211 FakeBluetoothDeviceClient::Properties* properties = local
2261 FakeBluetoothDeviceClient::Properties* properties = local
2386 FakeBluetoothDeviceClient::Properties* properties = local
2725 FakeBluetoothDeviceClient::Properties* properties = local
2783 FakeBluetoothDeviceClient::Properties* properties = local
2840 FakeBluetoothDeviceClient::Properties* properties = local
2898 FakeBluetoothDeviceClient::Properties* properties = local
3137 FakeBluetoothDeviceClient::Properties* properties = local
[all...]
/external/chromium_org/extensions/browser/api/sockets_tcp/
H A Dsockets_tcp_api.cc68 SocketProperties* properties) {
69 if (properties->name.get()) {
70 socket->set_name(*properties->name.get());
72 if (properties->persistent.get()) {
73 socket->set_persistent(*properties->persistent.get());
75 if (properties->buffer_size.get()) {
78 socket->set_buffer_size(*properties->buffer_size.get());
128 sockets_tcp::SocketProperties* properties = params_.get()->properties.get(); local
129 if (properties) {
67 SetSocketProperties(ResumableTCPSocket* socket, SocketProperties* properties) argument
[all...]
/external/chromium_org/extensions/browser/api/sockets_udp/
H A Dsockets_udp_api.cc78 sockets_udp::SocketProperties* properties) {
79 if (properties->name.get()) {
80 socket->set_name(*properties->name.get());
82 if (properties->persistent.get()) {
83 socket->set_persistent(*properties->persistent.get());
85 if (properties->buffer_size.get()) {
86 socket->set_buffer_size(*properties->buffer_size.get());
103 sockets_udp::SocketProperties* properties = params_.get()->properties.get(); local
104 if (properties) {
77 SetSocketProperties(ResumableUDPSocket* socket, sockets_udp::SocketProperties* properties) argument
[all...]
/external/chromium_org/media/video/capture/win/
H A Dpin_base_win.cc242 ALLOCATOR_PROPERTIES* properties) {
241 GetAllocatorRequirements( ALLOCATOR_PROPERTIES* properties) argument
/external/chromium_org/ppapi/proxy/
H A Dppp_class_proxy.cc90 PP_Var** properties,
88 GetAllPropertyNames(void* object, uint32_t* property_count, PP_Var** properties, PP_Var* exception) argument
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8NPObject.cpp391 v8::Handle<v8::Array> properties = v8::Array::New(info.GetIsolate(), propertiesCount); local
397 properties->Set(v8::Integer::New(info.GetIsolate(), propertyIndex++), v8AtomicString(info.GetIsolate(), identifier->string()));
399 properties->Set(v8::Integer::New(info.GetIsolate(), propertyIndex++), v8::Integer::New(info.GetIsolate(), identifier->number()));
403 v8SetReturnValue(info, properties);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DFontFace.cpp99 const StylePropertySet& properties = fontFaceRule->properties(); local
102 RefPtrWillBeRawPtr<CSSValue> family = properties.getPropertyCSSValue(CSSPropertyFontFamily);
105 RefPtrWillBeRawPtr<CSSValue> src = properties.getPropertyCSSValue(CSSPropertySrc);
112 && fontFace->setPropertyFromStyle(properties, CSSPropertyFontStyle)
113 && fontFace->setPropertyFromStyle(properties, CSSPropertyFontWeight)
114 && fontFace->setPropertyFromStyle(properties, CSSPropertyFontStretch)
115 && fontFace->setPropertyFromStyle(properties, CSSPropertyUnicodeRange)
116 && fontFace->setPropertyFromStyle(properties, CSSPropertyFontVariant)
117 && fontFace->setPropertyFromStyle(properties, CSSPropertyWebkitFontFeatureSetting
226 setPropertyFromStyle(const StylePropertySet& properties, CSSPropertyID propertyID) argument
[all...]
H A DStylePropertySerializer.cpp41 StylePropertySerializer::StylePropertySerializer(const StylePropertySet& properties) argument
42 : m_propertySet(properties)
72 // Only enabled or internal properties should be part of the style.
253 // Shorthand and 4-values properties
343 RefPtrWillBeRawPtr<CSSValue> horizontalValue = m_propertySet.getPropertyCSSValue(shorthand.properties()[0]);
344 RefPtrWillBeRawPtr<CSSValue> verticalValue = m_propertySet.getPropertyCSSValue(shorthand.properties()[1]);
427 // Assume the properties are in the usual order top, right, bottom, left.
428 int topValueIndex = m_propertySet.findPropertyIndex(shorthand.properties()[0]);
429 int rightValueIndex = m_propertySet.findPropertyIndex(shorthand.properties()[1]);
430 int bottomValueIndex = m_propertySet.findPropertyIndex(shorthand.properties()[
687 const StylePropertyShorthand properties[3] = { borderWidthShorthand(), borderStyleShorthand(), borderColorShorthand() }; local
[all...]
H A DStyleRule.h108 const StylePropertySet& properties() const { return *m_properties; } function in class:blink::StyleRule
135 const StylePropertySet& properties() const { return *m_properties; } function in class:blink::StyleRuleFontFace
158 const StylePropertySet& properties() const { return *m_properties; } function in class:blink::StyleRulePage
241 const StylePropertySet& properties() const { return *m_properties; } function in class:blink::StyleRuleViewport
265 const StylePropertySet& properties() const { return *m_properties; } function in class:blink::StyleRuleFilter
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DRemoteObject.js332 var properties = JSON.parse(arrayStr); variable
333 for (var i = 0, n = properties.length; i < n; ++i)
334 result = result[properties[i]];
356 * @param {!Array.<!RuntimeAgent.PropertyDescriptor>} properties
360 function remoteObjectBinder(error, properties, internalProperties)
367 for (var i = 0; properties && i < properties.length; ++i) {
368 var property = properties[i];
682 * @param {?Array.<!WebInspector.RemoteObjectProperty>} properties
685 function allAccessorPropertiesCallback(properties, internalPropertie
[all...]
/external/chromium_org/third_party/accessibility-audit/
H A Daxs_testing.js427 axs.constants.ARIA_ROLES = {alert:{namefrom:["author"], parent:["region"]}, alertdialog:{namefrom:["author"], namerequired:!0, parent:["alert", "dialog"]}, application:{namefrom:["author"], namerequired:!0, parent:["landmark"]}, article:{namefrom:["author"], parent:["document", "region"]}, banner:{namefrom:["author"], parent:["landmark"]}, button:{childpresentational:!0, namefrom:["contents", "author"], namerequired:!0, parent:["command"], properties:["aria-expanded", "aria-pressed"]}, checkbox:{namefrom:["contents",
428 "author"], namerequired:!0, parent:["input"], requiredProperties:["aria-checked"], properties:["aria-checked"]}, columnheader:{namefrom:["contents", "author"], namerequired:!0, parent:["gridcell", "sectionhead", "widget"], properties:["aria-sort"]}, combobox:{mustcontain:["listbox", "textbox"], namefrom:["author"], namerequired:!0, parent:["select"], requiredProperties:["aria-expanded"], properties:["aria-expanded", "aria-autocomplete", "aria-required"]}, command:{"abstract":!0, namefrom:["author"],
429 parent:["widget"]}, complementary:{namefrom:["author"], parent:["landmark"]}, composite:{"abstract":!0, childpresentational:!1, namefrom:["author"], parent:["widget"], properties:["aria-activedescendant"]}, contentinfo:{namefrom:["author"], parent:["landmark"]}, definition:{namefrom:["author"], parent:["section"]}, dialog:{namefrom:["author"], namerequired:!0, parent:["window"]}, directory:{namefrom:["contents", "author"], parent:["list"]}, document:{namefrom:[" author"], namerequired:!0, parent:["structure"],
430 properties:["aria-expanded"]}, form:{namefrom:["author"], parent:["landmark"]}, grid:{mustcontain:["row", "rowgroup"], namefrom:["author"], namerequired:!0, parent:["composite", "region"], properties:["aria-level", "aria-multiselectable", "aria-readonly"]}, gridcell:{namefrom:["contents", "author"], namerequired:!0, parent:["section", "widget"], properties:["aria-readonly", "aria-required", "aria-selected"]}, group:{namefrom:[" author"], parent:["section"], properties:["aria-activedescendant"]},
431 heading:{namerequired:!0, parent:["sectionhead"], properties
[all...]
/external/chromium_org/third_party/skia/src/gpu/
H A DGrBitmapTextContext.cpp54 const SkDeviceProperties& properties)
55 : GrTextContext(context, properties) {
53 GrBitmapTextContext(GrContext* context, const SkDeviceProperties& properties) argument
/external/chromium_org/ui/base/x/
H A Dselection_owner.cc64 unsigned char* properties = NULL; local
79 &properties);
86 XFree(properties);
90 XAtom* atom_properties = reinterpret_cast<XAtom*>(properties);
94 XFree(properties);
/external/chromium_org/v8/src/compiler/
H A Djs-generic-lowering.cc12 #include "src/compiler/node-properties-inl.h"
218 Operator::Properties properties = node->op()->properties(); local
222 linkage()->GetRuntimeCallDescriptor(f, nargs, properties);
H A Dlinkage.h60 size_t js_param_count, Operator::Properties properties,
69 properties_(properties),
121 // Operator properties describe how this call can be optimized, if at all.
122 Operator::Properties properties() const { return properties_; } function in class:v8::internal::compiler::FINAL
175 Operator::Properties properties);
178 Operator::Properties properties, Zone* zone);
58 CallDescriptor(Kind kind, MachineType target_type, LinkageLocation target_loc, MachineSignature* machine_sig, LocationSignature* location_sig, size_t js_param_count, Operator::Properties properties, RegList callee_saved_registers, Flags flags, const char* debug_name = �) argument

Completed in 6306 milliseconds

1234567891011>>