Searched defs:property (Results 101 - 125 of 344) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DKeyframeEffectModelTest.cpp68 void expectProperty(CSSPropertyID property, PassRefPtrWillBeRawPtr<Interpolation> interpolationValue) argument
71 ASSERT_EQ(property, interpolation->id());
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
H A DCSSAnimations.cpp64 CSSPropertyID propertyForAnimation(CSSPropertyID property) argument
66 switch (property) {
82 return property;
111 CSSPropertyID property = propertyForAnimation(properties.propertyAt(j).id()); local
112 if (property == CSSPropertyWebkitAnimationTimingFunction || property == CSSPropertyAnimationTimingFunction) {
122 } else if (CSSPropertyMetadata::isAnimatableProperty(property)) {
123 keyframe->setPropertyValue(property, CSSAnimatableValueFactory::create(property, *keyframeStyle).get());
135 const CSSPropertyID property local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DAnimatedStyleBuilder.cpp145 template <CSSPropertyID property>
156 switch (property) {
160 fillLayer->setImage(state.styleImage(property, toAnimatableImage(layerValue)->toCSSValue()));
186 switch (property) {
255 void AnimatedStyleBuilder::applyProperty(CSSPropertyID property, StyleResolverState& state, const AnimatableValue* value) argument
257 ASSERT(CSSPropertyMetadata::isAnimatableProperty(property));
259 StyleBuilder::applyProperty(property, state, toAnimatableUnknown(value)->toCSSValue().get());
263 switch (property) {
303 style->setBorderImageSource(state.styleImage(property, toAnimatableImage(value)->toCSSValue()));
399 style->setListStyleImage(state.styleImage(property, toAnimatableImag
[all...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorStyleTextEditor.cpp49 const InspectorStyleProperty& property = m_allProperties->at(index); local
50 if (property.hasSource) {
51 propertyStart = property.sourceData.range.start - m_styleRange.start;
52 // If inserting before a disabled property, it should be shifted, too.
60 const InspectorStyleProperty& property = m_allProperties->at(i); local
61 if (property.hasSource) {
79 // Prepend a ";" to the property text if appending to a style declaration where
80 // the last property has no trailing ";".
115 void InspectorStyleTextEditor::internalReplaceProperty(const InspectorStyleProperty& property, const String& newText) argument
117 const SourceRange& range = property
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dlinuxdeviceinfo.cc96 std::string* property) {
150 property->assign(property_value);
95 GetUsbProperty(const Device& device, const char* property_name, std::string* property) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_output.c211 output_set_property(xf86OutputPtr output, Atom property, RRPropertyValuePtr value) argument
219 output_get_property(xf86OutputPtr output, Atom property) argument
/external/chromium_org/ui/base/ime/
H A Dcandidate_window.h63 void SetProperty(const CandidateWindowProperty& property) { argument
64 *property_ = property;
/external/chromium_org/ui/compositor/
H A Dlayer_animation_observer.cc80 LayerAnimationElement::AnimatableProperty property) const {
81 return AnimationStatusForProperty(property) == ANIMATION_STATUS_ABORTED;
85 LayerAnimationElement::AnimatableProperty property) const {
86 return AnimationStatusForProperty(property) == ANIMATION_STATUS_COMPLETED;
149 LayerAnimationElement::AnimatableProperty property = local
151 property_animation_status_[property] = status;
158 LayerAnimationElement::AnimatableProperty property) const {
160 property_animation_status_.find(property);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
H A DProperty.java11 package org.eclipse.wb.internal.core.model.property;
15 import org.eclipse.wb.internal.core.model.property.category.PropertyCategory;
16 import org.eclipse.wb.internal.core.model.property.editor.PropertyEditor;
25 * @coverage core.model.property
61 * @return the title displayed to the user to identify the property.
66 * @return <code>true</code> if this property has a non-default value
178 * Returns the name of the property (which is not always the same as the
179 * title; for example, the "maxWidth" property has title "Max Width" and
185 * @return the name of the property
194 * Gets the custom sort priority of this property
[all...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/category/
H A DPropertyCategory.java11 package org.eclipse.wb.internal.core.model.property.category;
13 import org.eclipse.wb.internal.core.model.property.Property;
20 * @coverage core.model.property
119 * @return <code>true</code> if this property is preferred.
126 * @return <code>true</code> if this property is advanced.
133 * @return <code>true</code> if this property is really advanced.
140 * @return <code>true</code> if this property is hidden.
147 * @return <code>true</code> if this property is system.
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DHtmlTooltipHelper.java11 package org.eclipse.wb.internal.core.model.property.table;
48 * @coverage core.model.property.table
/external/gtest/test/
H A Dgtest-unittest-api_test.cc136 // Records a test property to verify TestResult::GetTestProperty().
308 const TestProperty& property = tests[3]->result()->GetTestProperty(0); local
309 EXPECT_STREQ("key", property.key());
310 EXPECT_STREQ("value", property.value());
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_output.c211 output_set_property(xf86OutputPtr output, Atom property, RRPropertyValuePtr value) argument
219 output_get_property(xf86OutputPtr output, Atom property) argument
/external/protobuf/gtest/test/
H A Dgtest-unittest-api_test.cc142 // Records a test property to verify TestResult::GetTestProperty().
309 const TestProperty& property = tests[3]->result()->GetTestProperty(0); local
310 EXPECT_STREQ("key", property.key());
311 EXPECT_STREQ("value", property.value());
/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gatts_api.c219 ** property : Characteristic Properties
225 tBTA_GATT_PERM perm, tBTA_GATT_CHAR_PROP property)
236 p_buf->property = property;
224 BTA_GATTS_AddCharacteristic(UINT16 service_id, tBT_UUID *p_char_uuid, tBTA_GATT_PERM perm, tBTA_GATT_CHAR_PROP property) argument
/external/bluetooth/bluedroid/btif/src/
H A Dbluetooth.c196 static int set_adapter_property(const bt_property_t *property) argument
202 return btif_set_adapter_property(property);
223 int set_remote_device_property(bt_bdaddr_t *remote_addr, const bt_property_t *property) argument
229 return btif_set_remote_device_property(remote_addr, property);
470 /* fixme -- add property to disable bt interface ? */
/external/chromium_org/base/i18n/
H A Drtl.cc49 int32_t property = u_getIntPropertyValue(character, UCHAR_BIDI_CLASS); local
50 if ((property == U_RIGHT_TO_LEFT) ||
51 (property == U_RIGHT_TO_LEFT_ARABIC) ||
52 (property == U_RIGHT_TO_LEFT_EMBEDDING) ||
53 (property == U_RIGHT_TO_LEFT_OVERRIDE)) {
55 } else if ((property == U_LEFT_TO_RIGHT) ||
56 (property == U_LEFT_TO_RIGHT_EMBEDDING) ||
57 (property == U_LEFT_TO_RIGHT_OVERRIDE)) {
314 int32_t property = u_getIntPropertyValue(character, UCHAR_BIDI_CLASS); local
315 if ((property
[all...]
/external/chromium_org/cc/animation/
H A Dlayer_animation_controller_unittest.cc38 Animation::TargetProperty property) {
39 return Animation::Create(curve.Pass(), 0, id, property);
449 // A non-impl-only animation should not generate property updates.
579 // A non-impl-only animation should not generate property updates.
701 // Scroll offset animations should not generate property updates.
781 // Scroll offset animations should not generate property updates.
840 // Scroll offset animations should not generate property updates.
973 // Tests that two queued animations affecting the same property run in sequence.
1055 // Tests scheduling two animations to run together when only one property is
1543 // property
36 CreateAnimation(scoped_ptr<AnimationCurve> curve, int id, Animation::TargetProperty property) argument
[all...]
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dmock_input_method_engine.cc53 const CandidateWindowProperty& property) {
52 SetCandidateWindowProperty( const CandidateWindowProperty& property) argument
/external/chromium_org/chrome/common/extensions/api/
H A Dextension_api_unittest.cc820 const base::DictionaryValue* property; local
821 EXPECT_TRUE(sub_dict->GetDictionary("foo", &property));
822 EXPECT_TRUE(property->GetString("$ref", &type));
824 EXPECT_TRUE(sub_dict->GetDictionary("bar", &property));
825 EXPECT_TRUE(property->GetString("$ref", &type));
/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_adapter_client.cc51 dbus::PropertyBase* property,
53 VLOG(1) << "Get " << property->name();
62 dbus::PropertyBase *property,
64 VLOG(1) << "Set " << property->name();
65 if (property->name() == powered.name() ||
66 property->name() == alias.name() ||
67 property->name() == discoverable.name() ||
68 property->name() == discoverable_timeout.name()) {
70 property->ReplaceValueWithSetValue();
50 Get( dbus::PropertyBase* property, dbus::PropertySet::GetCallback callback) argument
61 Set( dbus::PropertyBase *property, dbus::PropertySet::SetCallback callback) argument
H A Dfake_bluetooth_gatt_characteristic_client.cc52 dbus::PropertyBase* property,
54 VLOG(1) << "Get " << property->name();
63 dbus::PropertyBase* property,
65 VLOG(1) << "Set " << property->name();
348 VLOG(2) << "Characteristic property changed: " << object_path.value()
51 Get( dbus::PropertyBase* property, dbus::PropertySet::GetCallback callback) argument
62 Set( dbus::PropertyBase* property, dbus::PropertySet::SetCallback callback) argument
H A Dfake_bluetooth_gatt_descriptor_client.cc31 dbus::PropertyBase* property,
33 VLOG(1) << "Get " << property->name();
42 dbus::PropertyBase* property,
44 VLOG(1) << "Set " << property->name();
181 VLOG(2) << "Descriptor property changed: " << object_path.value()
30 Get( dbus::PropertyBase* property, dbus::PropertySet::GetCallback callback) argument
41 Set( dbus::PropertyBase* property, dbus::PropertySet::SetCallback callback) argument
H A Dfake_nfc_adapter_client.cc32 dbus::PropertyBase* property,
34 VLOG(1) << "Get " << property->name();
43 dbus::PropertyBase* property,
45 VLOG(1) << "Set " << property->name();
46 if (property->name() != powered.name()) {
66 // Obtain the cached "set value" and send a property changed signal only if
67 // its value is different from the current value of the property.
70 property->AppendSetValueToWriter(&writer);
78 property->ReplaceValueWithSetValue();
31 Get( dbus::PropertyBase* property, dbus::PropertySet::GetCallback callback) argument
42 Set( dbus::PropertyBase* property, dbus::PropertySet::SetCallback callback) argument
H A Dfake_nfc_device_client.cc34 dbus::PropertyBase* property,
36 VLOG(1) << "Get " << property->name();
45 dbus::PropertyBase* property,
47 VLOG(1) << "Set " << property->name();
33 Get( dbus::PropertyBase* property, dbus::PropertySet::GetCallback callback) argument
44 Set( dbus::PropertyBase* property, dbus::PropertySet::SetCallback callback) argument

Completed in 3556 milliseconds

1234567891011>>