Searched refs:properties (Results 126 - 150 of 827) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
H A DObjectPopoverHelper.js170 _updateHTMLId: function(properties, rootTreeElementConstructor, rootPropertyComparer)
172 for (var i = 0; i < properties.length; ++i) {
173 if (properties[i].name === "id") {
174 if (properties[i].value.description)
175 this._titleElement.textContent += "#" + properties[i].value.description;
179 this._sectionUpdateProperties(properties, rootTreeElementConstructor, rootPropertyComparer);
/external/chromium_org/chromeos/network/
H A Ddevice_state.h27 const base::DictionaryValue& properties) OVERRIDE;
30 const base::DictionaryValue& properties);
57 const base::DictionaryValue& properties() const { return properties_; } function in class:chromeos::DeviceState
71 // Cellular specific properties
89 // Ethernet specific properties
92 // Keep all Device properties in a dictionary for now. See comment above.
95 // Dictionary of IPConfig properties, keyed by IpConfig path.
H A Dnetwork_state.cc31 bool IsCaCertNssSet(const base::DictionaryValue& properties) { argument
33 if (properties.GetStringWithoutPathExpansion(shill::kEapCaCertNssProperty,
40 properties.GetDictionaryWithoutPathExpansion(shill::kProviderProperty,
78 // Keep care that these properties are the same as in |GetProperties|.
154 const base::DictionaryValue& properties) {
157 if (!properties.HasKey(shill::kTypeProperty)) {
159 shill_property_util::GetNetworkIdFromProperties(properties));
163 changed |= UpdateName(properties);
167 has_ca_cert_nss_ = IsCaCertNssSet(properties);
194 // Wireless properties
153 InitialPropertiesReceived( const base::DictionaryValue& properties) argument
225 IPConfigPropertiesChanged( const base::DictionaryValue& properties) argument
326 UpdateName(const base::DictionaryValue& properties) argument
[all...]
H A Dnetwork_configuration_handler.cc55 const base::DictionaryValue& properties) {
69 scoped_ptr<base::DictionaryValue> properties_copy(properties.DeepCopy());
71 shill_property_util::GetNameFromProperties(service_path, properties);
91 const base::DictionaryValue& properties) {
92 for (base::DictionaryValue::Iterator iter(properties);
219 const base::DictionaryValue& properties,
222 if (properties.empty()) {
228 LogConfigProperties("SetProperty", service_path, properties);
232 properties, local
264 const base::DictionaryValue& properties,
50 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
89 LogConfigProperties(const std::string& desc, const std::string& path, const base::DictionaryValue& properties) argument
217 SetProperties( const std::string& service_path, const base::DictionaryValue& properties, const base::Closure& callback, const network_handler::ErrorCallback& error_callback) argument
263 CreateConfiguration( const base::DictionaryValue& properties, const network_handler::StringResultCallback& callback, const network_handler::ErrorCallback& error_callback) argument
290 properties, local
[all...]
/external/chromium_org/third_party/skia/third_party/harfbuzz/tests/linebreaking/
H A Dharfbuzz-qt.cpp64 const QUnicodeTables::Properties *prop = QUnicodeTables::properties(ch);
71 const QUnicodeTables::Properties *prop = QUnicodeTables::properties(ch);
77 const QUnicodeTables::Properties *prop = QUnicodeTables::properties(ch);
/external/chromium_org/ui/display/util/x11/
H A Dedid_parser_x11.cc42 Atom* properties = XRRListOutputProperties(display, output, &num_properties); local
44 if (properties[i] == edid_property) {
49 XFree(properties);
/external/chromium_org/components/wifi/
H A Dwifi_service_win.cc186 base::DictionaryValue* properties,
194 base::DictionaryValue* properties,
198 scoped_ptr<base::DictionaryValue> properties,
202 scoped_ptr<base::DictionaryValue> properties,
269 DWORD SaveCurrentConnectedNetwork(const NetworkProperties& properties);
342 // Populate |properties| based on |wlan|.
344 NetworkProperties* properties);
346 // Update |properties| based on bss info from |wlan_bss_list|. If |bssid| in
347 // |properties| is not empty, then it is not changed and |frequency| is set
351 NetworkProperties* properties);
508 GetProperties(const std::string& network_guid, base::DictionaryValue* properties, std::string* error) argument
546 GetState(const std::string& network_guid, base::DictionaryValue* properties, std::string* error) argument
552 SetProperties( const std::string& network_guid, scoped_ptr<base::DictionaryValue> properties, std::string* error) argument
577 CreateNetwork( bool shared, scoped_ptr<base::DictionaryValue> properties, std::string* network_guid, std::string* error) argument
669 NetworkProperties properties; local
1281 NetworkPropertiesFromAvailableNetwork( const WLAN_AVAILABLE_NETWORK& wlan, NetworkProperties* properties) argument
1301 UpdateNetworkPropertiesFromBssList( const std::string& network_guid, const WLAN_BSS_LIST& wlan_bss_list, NetworkProperties* properties) argument
1400 GetCurrentProperties(NetworkProperties* properties) argument
1468 const base::DictionaryValue* properties; local
[all...]
H A Dfake_wifi_service.h26 base::DictionaryValue* properties,
32 base::DictionaryValue* properties,
35 scoped_ptr<base::DictionaryValue> properties,
38 scoped_ptr<base::DictionaryValue> properties,
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
H A Dtts_interface.js39 * Speaks the given string using the specified queueMode and properties.
43 * @param {Object=} properties Speech properties to use for this utterance.
47 function(textString, queueMode, properties) { };
79 * Returns the default properties of the first tts that has default properties.
/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_input_client.cc83 Properties* properties = new Properties(base::Bind(
96 properties->reconnect_mode.ReplaceValue(
99 properties->reconnect_mode.ReplaceValue(
103 properties_map_[object_path] = properties;
H A Dfake_lorgnette_manager_client.cc34 const ScanProperties& properties,
31 ScanImage( std::string device_name, base::PlatformFile file, const ScanProperties& properties, const ScanImageCallback& callback) argument
/external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
H A DStylePropertyShorthand.cpp.tmpl30 {% for property_id, property in properties.items() %}
49 {% for property_id, property in properties.items() %}
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimatableValueKeyframe.cpp19 PropertySet AnimatableValueKeyframe::properties() const function in class:WebCore::AnimatableValueKeyframe
23 PropertySet properties; local
25 properties.add(*iter.keys());
26 return properties;
/external/chromium_org/third_party/sinonjs/src/
H A Dsinon-qunit.js46 properties: ["spy", "stub", "mock", "clock", "sandbox"],
/external/chromium_org/third_party/skia/third_party/harfbuzz/src/
H A Dharfbuzz-myanmar.c272 unsigned char properties[32]; local
282 memset(properties, 0, 32*sizeof(unsigned char));
332 properties[len] = PreForm;
333 properties[len+1] = PreForm;
362 properties[len-1] = AboveForm;
363 properties[len] = AboveForm;
386 properties[len-1] = prop;
387 properties[len] = prop;
389 properties[len-2] = prop;
403 properties[le
[all...]
/external/emma/core/java12/com/vladium/emma/report/
H A DReportProperties.java214 // public static String getReportProperty (final String type, final Map properties, final String key)
216 // if (properties == null) throw new IllegalArgumentException ("null input: properties");
227 // if (! properties.containsKey (fullKey)) // default to type-neutral lookup
231 // return (String) properties.get (fullKey);
234 // public static String getReportParameter (final String type, final Map properties, final String key, final String def)
236 // final String value = getReportProperty (type, properties, key);
242 public static ParsedProperties parseProperties (final IProperties properties, final String type) argument
244 if ($assert.ENABLED) $assert.ASSERT (properties != null, "properties
538 getReportProperty(final IProperties properties, final String type, final String key, final boolean allowBlank) argument
543 getReportProperty(final IProperties properties, final String type, final String key, final boolean allowBlank, final String dflt) argument
[all...]
/external/emma/core/java12/com/vladium/util/
H A DIProperties.java49 Iterator /* String */ properties (); method in interface:IProperties
77 * with an optional property mapper. Note that 'properties' content is
81 * @param properties [may not be null]
83 * @return a property set based on 'properties' [never null]
85 public static IProperties wrap (final Properties properties, final IMapper mapper) argument
91 for (Enumeration names = properties.propertyNames (); names.hasMoreElements (); )
94 final String v = properties.getProperty (n);
208 public Iterator /* String */ properties () method in class:IProperties.Factory.PropertiesImpl
217 for (Iterator i = properties (); i.hasNext (); )
243 for (Iterator names = properties (); name
[all...]
/external/freetype/src/autofit/
H A Daflatin.h55 ( (b)->properties & AF_BLUE_PROPERTY_LATIN_TOP )
57 ( (b)->properties & AF_BLUE_PROPERTY_LATIN_NEUTRAL )
59 ( (b)->properties & AF_BLUE_PROPERTY_LATIN_X_HEIGHT )
61 ( (b)->properties & AF_BLUE_PROPERTY_LATIN_LONG )
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
H A DXMPSchemaRegistry.java14 import com.adobe.xmp.properties.XMPAliasInfo;
/external/chromium_org/third_party/WebKit/Source/core/css/
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.
246 // Shorthand and 4-values properties
336 RefPtrWillBeRawPtr<CSSValue> horizontalValue = m_propertySet.getPropertyCSSValue(shorthand.properties()[0]);
337 RefPtrWillBeRawPtr<CSSValue> verticalValue = m_propertySet.getPropertyCSSValue(shorthand.properties()[1]);
418 // Assume the properties are in the usual order top, right, bottom, left.
419 int topValueIndex = m_propertySet.findPropertyIndex(shorthand.properties()[0]);
420 int rightValueIndex = m_propertySet.findPropertyIndex(shorthand.properties()[1]);
421 int bottomValueIndex = m_propertySet.findPropertyIndex(shorthand.properties()[
678 const StylePropertyShorthand properties[3] = { borderWidthShorthand(), borderStyleShorthand(), borderColorShorthand() }; local
[all...]
/external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
H A Dmetadata_cache.js8 * MetadataCache is a map from Entry to an object containing properties.
9 * Properties are divided by types, and all properties of one type are accessed
11 * Some of the properties:
55 * |properties| - an hierarchical object of values, and an object for each
307 if (!refresh && type in item.properties) {
309 callback(item.properties[type]);
328 if (type in item.properties) {
330 // Got properties from provider.
331 callback(item.properties[type]);
337 var onProviderProperties = function(properties) {
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DRemoteObject.js308 var properties = JSON.parse(arrayStr); variable
309 for (var i = 0, n = properties.length; i < n; ++i)
310 result = result[properties[i]];
332 * @param {!Array.<!RuntimeAgent.PropertyDescriptor>} properties
336 function remoteObjectBinder(error, properties, internalProperties)
343 for (var i = 0; properties && i < properties.length; ++i) {
344 var property = properties[i];
631 * @param {?Array.<!WebInspector.RemoteObjectProperty>} properties
634 function allAccessorPropertiesCallback(properties, internalPropertie
[all...]
/external/bluetooth/bluedroid/test/suite/support/
H A Dcallbacks.c25 bt_property_t *properties);
34 bt_property_t *properties) {
31 remote_device_properties(bt_status_t status, bt_bdaddr_t *bd_addr, int num_properties, bt_property_t *properties) argument
/external/chromium_org/chrome/browser/parsers/
H A Dmetadata_parser_filebase.cc49 PropertyMap& properties) : properties_(properties) {
48 FileMetadataPropertyIterator( PropertyMap& properties) argument
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dcomposite_tts.js44 function(textString, queueMode, properties) {
46 engine.speak(textString, queueMode, properties);

Completed in 1775 milliseconds

1234567891011>>