Searched defs:properties (Results 51 - 75 of 412) sorted by relevance

1234567891011>>

/external/chromium_org/chromeos/dbus/
H A Dlorgnette_manager_client.cc46 const ScanProperties& properties,
60 properties,
132 const ScanProperties& properties,
150 if (!properties.mode.empty()) {
153 element_writer.AppendVariantOfString(properties.mode);
156 if (properties.resolution_dpi) {
159 element_writer.AppendVariantOfUint32(properties.resolution_dpi);
129 OnCheckValidityScanImage( dbus::FileDescriptor* file_descriptor, std::string device_name, const ScanProperties& properties, const ScanImageCallback& callback) argument
H A Dshill_manager_client_unittest.cc337 ShillManagerClient::VerificationProperties properties; local
338 properties.certificate = arguments[0];
339 properties.public_key = arguments[1];
340 properties.nonce = arguments[2];
341 properties.signed_data = arguments[3];
342 properties.device_serial = arguments[4];
343 properties.device_ssid = arguments[5];
344 properties.device_bssid = arguments[6];
346 properties,
380 ShillManagerClient::VerificationProperties properties; local
421 ShillManagerClient::VerificationProperties properties; local
[all...]
/external/chromium_org/chromeos/network/
H A Dgeolocation_handler.cc65 const base::DictionaryValue& properties) {
67 if (properties.Get(shill::kEnabledTechnologiesProperty, &value) && value)
101 const base::DictionaryValue& properties) {
107 if (properties.empty())
111 for (base::DictionaryValue::Iterator iter(properties);
63 ManagerPropertiesCallback( DBusMethodCallStatus call_status, const base::DictionaryValue& properties) argument
99 GeolocationCallback( DBusMethodCallStatus call_status, const base::DictionaryValue& properties) argument
H A Dmanaged_state.cc65 const base::DictionaryValue& properties) {
64 InitialPropertiesReceived( const base::DictionaryValue& properties) argument
/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/device/bluetooth/
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/device/nfc/
H A Dnfc_ndef_record_utils_chromeos.cc174 const NfcRecordClient::Properties* properties,
181 DBusRecordTypeValueToNfcNdefRecordType(properties->type.value());
189 if (!properties->uri.value().empty())
190 attributes.SetString(NfcNdefRecord::kFieldURI, properties->uri.value());
191 if (!properties->mime_type.value().empty()) {
193 properties->mime_type.value());
195 if (properties->size.value() != 0) {
197 static_cast<double>(properties->size.value()));
200 DBusActionValueToNfcNdefRecordActionValue(properties->action.value());
204 // The "representation", "encoding", and "language" properties wil
173 RecordPropertiesToNfcNdefRecord( const NfcRecordClient::Properties* properties, device::NfcNdefRecord* out) argument
[all...]
/external/chromium_org/testing/gtest/test/
H A Dgtest_stress_test.cc77 const std::vector<TestProperty>& properties,
81 std::find_if(properties.begin(), properties.end(), matches_key);
82 ASSERT_TRUE(property != properties.end())
147 std::vector<TestProperty> properties; local
148 // We have no access to the TestResult's list of properties but we can
151 properties.push_back(result->GetTestProperty(i));
157 ExpectKeyAndValueWereRecordedForId(properties, i, "string");
158 ExpectKeyAndValueWereRecordedForId(properties, i, "int");
76 ExpectKeyAndValueWereRecordedForId( const std::vector<TestProperty>& properties, int id, const char* suffix) argument
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DStringKeyframe.cpp32 PropertySet StringKeyframe::properties() const function in class:blink::StringKeyframe
36 PropertySet properties; local
38 properties.add(m_propertySet->propertyAt(i).id());
39 return properties;
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableValueKeyframe.cpp19 PropertySet AnimatableValueKeyframe::properties() const function in class:blink::AnimatableValueKeyframe
23 PropertySet properties; local
25 properties.add(*iter.keys());
26 return properties;
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSKeyframeRule.cpp102 void StyleKeyframe::setProperties(PassRefPtrWillBeRawPtr<StylePropertySet> properties) argument
104 ASSERT(properties);
105 m_properties = properties;
H A DPageRuleCollector.cpp84 m_result.addMatchedProperties(&matchedPageRules[i]->properties());
115 // If the rule has no properties to apply, then ignore it.
116 const StylePropertySet& properties = rule->properties(); local
117 if (properties.isEmpty())
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DMatchResult.h60 RefPtrWillBeMember<StylePropertySet> properties; member in struct:blink::MatchedProperties
86 void addMatchedProperties(const StylePropertySet* properties, unsigned linkMatchType = SelectorChecker::MatchAll, PropertyWhitelistType = PropertyWhitelistNone);
104 return a.properties == b.properties && a.m_types.linkMatchType == b.m_types.linkMatchType;
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DCompositingInputsUpdater.cpp109 RenderLayer::AncestorDependentCompositingInputs properties; local
112 properties.clippedAbsoluteBoundingBox = enclosingIntRect(m_geometryMap.absoluteRect(layer->boundingBoxForCompositingOverlapTest()));
116 if (properties.clippedAbsoluteBoundingBox.isEmpty())
117 properties.clippedAbsoluteBoundingBox.setSize(IntSize(1, 1));
120 properties.clippedAbsoluteBoundingBox.intersect(clipRect);
123 properties.opacityAncestor = parent->isTransparent() ? parent : parent->opacityAncestor();
124 properties.transformAncestor = parent->hasTransform() ? parent : parent->transformAncestor();
125 properties.filterAncestor = parent->hasFilter() ? parent : parent->filterAncestor();
130 properties.clippingContainer = parentHasClipOrOverflowClip ? parentLayerOnClippingContainerChain->renderer() : parentLayerOnClippingContainerChain->clippingContainer();
137 properties
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DKeyframeList.h50 const HashSet<CSSPropertyID>& properties() const { return m_properties; } function in class:blink::KeyframeValue
60 HashSet<CSSPropertyID> m_properties; // The properties specified in this keyframe.
91 HashSet<CSSPropertyID> m_properties; // The properties being animated.
/external/chromium_org/third_party/skia/src/gpu/
H A DGrTextContext.cpp15 GrTextContext::GrTextContext(GrContext* context, const SkDeviceProperties& properties) : argument
16 fContext(context), fDeviceProperties(properties), fDrawTarget(NULL) {
/external/chromium_org/ui/compositor/
H A Dlayer_animation_sequence.h83 // All properties modified by the sequence.
84 LayerAnimationElement::AnimatableProperties properties() const { function in class:ui::LayerAnimationSequence
152 // The union of all the properties modified by all elements in the sequence.
/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/v8/src/compiler/arm/
H A Dlinkage-arm.cc45 Operator::Properties properties, Zone* zone) {
47 properties);
43 GetRuntimeCallDescriptor( Runtime::FunctionId function, int parameter_count, Operator::Properties properties, Zone* zone) argument
/external/chromium_org/v8/src/compiler/arm64/
H A Dlinkage-arm64.cc45 Operator::Properties properties, Zone* zone) {
47 properties);
43 GetRuntimeCallDescriptor( Runtime::FunctionId function, int parameter_count, Operator::Properties properties, Zone* zone) argument
/external/chromium_org/v8/src/compiler/ia32/
H A Dlinkage-ia32.cc40 Operator::Properties properties, Zone* zone) {
42 properties);
38 GetRuntimeCallDescriptor( Runtime::FunctionId function, int parameter_count, Operator::Properties properties, Zone* zone) argument
/external/chromium_org/v8/test/webkit/fast/js/
H A Darray-functions-non-arrays.js28 function properties(object, extraName1, extraName2, extraName3) function
32 // destructive, lists properties
96 shouldBe("properties(['b', 'a'])", "'0:b, 1:a, length:2(DontDelete, DontEnum)'");
97 shouldBe("properties({ length:2, 0:'b', 1:'a' })", "'0:b, 1:a, length:2'");
99 shouldBe("properties(new OneItemConstructor)", "'0:a(FromPrototype), length:1(FromPrototype)'");
100 shouldBe("properties(new TwoItemConstructor)", "'0:b(FromPrototype), 1:a(FromPrototype), length:2(FromPrototype)'");
130 shouldBe("Array.prototype.pop.call(x = {}); properties(x)", "'length:0'");
131 shouldBe("Array.prototype.pop.call(x = ['b', 'a']); properties(x)", "'0:b, length:1(DontDelete, DontEnum)'");
132 shouldBe("Array.prototype.pop.call(x = { length:2, 0:'b', 1:'a' }); properties(x)", "'0:b, length:1'");
133 shouldBe("Array.prototype.pop.call(x = new TwoItemConstructor); properties(
[all...]
/external/emma/core/java12/com/vladium/emma/report/
H A DAbstractReportGenerator.java58 final SourcePathCache cache, final IProperties properties)
64 m_settings = ReportProperties.parseProperties (properties, getType ());
57 initialize(final IMetaData mdata, final ICoverageData cdata, final SourcePathCache cache, final IProperties properties) argument
/external/emma/core/java12/com/vladium/emma/report/lcov/
H A DReportGenerator.java64 final IProperties properties)
67 initialize(mdata, cdata, cache, properties);
61 process(final IMetaData mdata, final ICoverageData cdata, final SourcePathCache cache, final IProperties properties) argument
/external/gtest/test/
H A Dgtest_stress_test.cc77 const std::vector<TestProperty>& properties,
81 std::find_if(properties.begin(), properties.end(), matches_key);
82 ASSERT_TRUE(property != properties.end())
147 std::vector<TestProperty> properties; local
148 // We have no access to the TestResult's list of properties but we can
151 properties.push_back(result->GetTestProperty(i));
157 ExpectKeyAndValueWereRecordedForId(properties, i, "string");
158 ExpectKeyAndValueWereRecordedForId(properties, i, "int");
76 ExpectKeyAndValueWereRecordedForId( const std::vector<TestProperty>& properties, int id, const char* suffix) argument

Completed in 509 milliseconds

1234567891011>>