Searched refs:properties (Results 176 - 200 of 827) sorted by relevance

1234567891011>>

/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DTouchEventSynthesizer.java50 PointerProperties properties = new PointerProperties();
51 properties.id = id;
52 mPointerProperties[index] = properties;
/external/chromium_org/device/bluetooth/
H A Dbluetooth_remote_gatt_characteristic_chromeos.cc87 BluetoothGattCharacteristicClient::Properties* properties = local
90 DCHECK(properties);
91 return device::BluetoothUUID(properties->uuid.value());
110 BluetoothGattCharacteristicClient::Properties* properties = local
113 DCHECK(properties);
116 const std::vector<std::string>& flags = properties->flags.value();
153 BluetoothGattCharacteristicClient::Properties* properties = local
157 DCHECK(properties);
159 return properties->notifying.value();
339 BluetoothGattDescriptorClient::Properties* properties local
[all...]
H A Dbluetooth_remote_gatt_descriptor_chromeos.cc50 BluetoothGattDescriptorClient::Properties* properties = local
53 DCHECK(properties);
54 return device::BluetoothUUID(properties->uuid.value());
/external/chromium_org/extensions/browser/api/sockets_tcp/
H A Dsockets_tcp_api.cc61 SocketProperties* properties) {
62 if (properties->name.get()) {
63 socket->set_name(*properties->name.get());
65 if (properties->persistent.get()) {
66 socket->set_persistent(*properties->persistent.get());
68 if (properties->buffer_size.get()) {
71 socket->set_buffer_size(*properties->buffer_size.get());
121 sockets_tcp::SocketProperties* properties = params_.get()->properties.get(); local
122 if (properties) {
60 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/third_party/WebKit/Source/core/css/
H A DCSSKeyframeRule.cpp102 void StyleKeyframe::setProperties(PassRefPtr<StylePropertySet> properties) argument
104 ASSERT(properties);
105 m_properties = properties;
H A DCSSFontFaceRule.cpp57 String descs = m_fontFaceRule->properties().asText();
H A DCSSViewportRule.cpp68 String decls = m_viewportRule->properties().asText();
H A DRuntimeCSSEnabled.cpp40 static void setCSSPropertiesEnabled(CSSPropertyID* properties, size_t length, bool featureFlag) argument
43 RuntimeCSSEnabled::setCSSPropertyEnabled(properties[i], featureFlag);
151 // Internal properties shouldn't be exposed to the web
168 void RuntimeCSSEnabled::filterEnabledCSSPropertiesIntoVector(const CSSPropertyID* properties, size_t propertyCount, Vector<CSSPropertyID>& outVector) argument
171 CSSPropertyID property = properties[i];
/external/chromium_org/ui/compositor/
H A Dlayer_animation_observer.cc143 LayerAnimationElement::AnimatableProperties properties = local
144 sequence->properties();
148 if (i & properties) {
/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
H A DHttpsServiceConnectionSE.java76 Map properties = connection.getHeaderFields();
77 Set keys = properties.keySet();
82 List values = (List) properties.get(key);
H A DServiceConnectionSE.java84 Map properties = connection.getHeaderFields();
85 Set keys = properties.keySet();
90 List values = (List) properties.get(key);
/external/lldb/source/Commands/
H A DCommandObjectApropos.cpp128 std::vector<const Property *> properties; local
129 const size_t num_properties = m_interpreter.GetDebugger().Apropos(search_word, properties);
135 properties[i]->DumpDescription (m_interpreter, result.GetOutputStream(), 0, dump_qualified_name);
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dmobile_setup_ui.cc87 // Converts the network properties into a JS object.
88 void GetDeviceInfo(const base::DictionaryValue& properties, argument
91 properties.GetStringWithoutPathExpansion(shill::kNameProperty, &name);
93 properties.GetBooleanWithoutPathExpansion(
98 if (properties.GetDictionaryWithoutPathExpansion(
115 // Use the cached DeviceState properties.
117 if (!properties.GetStringWithoutPathExpansion(
167 const base::DictionaryValue& properties);
216 const base::DictionaryValue& properties);
219 const base::DictionaryValue& properties);
287 GetPropertiesAndStartDataRequest( const content::URLDataSource::GotDataCallback& callback, const std::string& service_path, const base::DictionaryValue& properties) argument
418 GetPropertiesAndCallStatusChanged( MobileActivator::PlanActivationState state, const std::string& error_description, const std::string& service_path, const base::DictionaryValue& properties) argument
546 GetPropertiesAndCallGetDeviceInfo( const std::string& service_path, const base::DictionaryValue& properties) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
H A DObjectPropertiesSection.js80 * @param {?Array.<!WebInspector.RemoteObjectProperty>} properties
84 function callback(properties, internalProperties)
86 if (!properties)
88 this.updateProperties(properties, internalProperties);
94 updateProperties: function(properties, internalProperties, rootTreeElementConstructor, rootPropertyComparer)
104 properties.push(this.extraProperties[i]);
110 properties, internalProperties,
114 this.propertiesForTest = properties;
201 this.nameElement.classList.add("properties-accessor-property-name");
493 * @param {?Array.<!WebInspector.RemoteObjectProperty>} properties
[all...]
/external/chromium_org/chrome/browser/parsers/
H A Dmetadata_parser_filebase.h18 // properties associated with files.
41 explicit FileMetadataPropertyIterator(PropertyMap& properties);
/external/chromium_org/chromeos/dbus/
H A Dlorgnette_manager_client.h51 const ScanProperties& properties,
/external/chromium_org/chromeos/network/
H A Dclient_cert_util.h51 // If not empty, sets the TPM properties in |properties|. If |pkcs11_id| is not
58 base::DictionaryValue* properties);
60 // Returns true if all required configuration properties are set and not empty.
/external/chromium_org/cloud_print/service/win/
H A Dinstaller.cc42 base::win::ShortcutProperties properties; local
48 properties.set_target(exe_path);
49 properties.set_working_dir(exe_path.DirName());
50 CreateOrUpdateShortcutLink(path, properties, operation);
/external/chromium_org/ppapi/c/dev/
H A Dppp_class_deprecated.h42 * properties that are not methods. Use HasMethod() to handle methods.
72 * This should include all enumerable properties, including methods. Be sure
73 * to set |*property_count| to 0 and |properties| to NULL in all failure
78 * If you have any properties, allocate the property array with
85 struct PP_Var** properties,
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DStringKeyframe.cpp31 PropertySet StringKeyframe::properties() const function in class:WebCore::StringKeyframe
35 PropertySet properties; local
37 properties.add(m_propertySet->propertyAt(i).id());
38 return properties;
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorState.cpp38 InspectorState::InspectorState(InspectorStateUpdateListener* listener, PassRefPtr<JSONObject> properties) argument
40 , m_properties(properties)
50 void InspectorState::setFromCookie(PassRefPtr<JSONObject> properties) argument
52 m_properties = properties;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
H A DBuildMachineManager.java129 Properties properties = null;
134 properties = new Properties();
137 properties.load(in);
139 if (properties.containsValue(machineName)){
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
H A DFetchBaseTask.java51 Properties properties=new Properties();
53 properties.load(new FileInputStream(file));
54 Enumeration keys=properties.keys();
57 String script=getScript(key,properties.get(key).toString());
/external/proguard/examples/
H A Dproguardall.pro38 -adaptresourcefilenames **.properties,**.gif,**.jpg
39 -adaptresourcefilecontents proguard/ant/task.properties

Completed in 2036 milliseconds

1234567891011>>