Searched refs:propertyType (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/css/
H A DCSSTransitionData.h26 : propertyType(TransitionSingleProperty)
33 : propertyType(TransitionUnknown)
40 : propertyType(type)
46 bool operator==(const TransitionProperty& other) const { return propertyType == other.propertyType && propertyId == other.propertyId && propertyString == other.propertyString; }
48 TransitionPropertyType propertyType; member in struct:WebCore::FINAL::TransitionProperty
H A DCSSAnimations.cpp479 CSSTransitionData::TransitionPropertyType mode = transitionProperty.propertyType;
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DPropertyEditorProvider.java25 public PropertyEditor getEditorForType(Class<?> propertyType) throws Exception { argument
/external/chromium_org/v8/test/mjsunit/
H A Dmirror-regexp.js91 assertEquals(mirror.property(p).propertyType(),
92 fromJSON.properties[i].propertyType,
93 'Unexpected value for ' + p + ' propertyType');
H A Dmirror-object.js127 if (properties[i].propertyType() != debug.PropertyType.Normal) {
128 assertEquals(properties[i].propertyType(), fromJSON.properties[i].propertyType, 'Unexpected serialized property type');
130 assertTrue(typeof(fromJSON.properties[i].propertyType) === 'undefined', 'Unexpected serialized property type');
211 assertEquals(debug.PropertyType.Callbacks, mirror.property('a').propertyType());
218 assertEquals(debug.PropertyType.Callbacks, mirror.property('b').propertyType());
226 assertEquals(debug.PropertyType.Callbacks, mirror.property('c').propertyType());
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSPropertyParser.h302 ImplicitScope(CSSPropertyParser* parser, PropertyType propertyType) argument
305 m_parser->m_implicitShorthand = propertyType == CSSPropertyParser::PropertyImplicit;
/external/chromium_org/v8/src/
H A Dmirror-debugger.js789 if (property.propertyType() != PropertyType.Callbacks) {
1328 PropertyMirror.prototype.propertyType = function() {
1391 return (this.propertyType() == PropertyType.Interceptor) ||
1392 ((this.propertyType() == PropertyType.Callbacks) &&
2645 * "propertyType":<number>,
2649 * If the propertyType for the property is PropertyType.Normal it is not added.
2653 * {"name":"length","attributes":7,"propertyType":3,"ref":2}
2669 if (propertyMirror.propertyType() != PropertyType.Normal) {
2670 result.propertyType = propertyMirror.propertyType();
[all...]
/external/chromium_org/third_party/skia/src/animator/
H A DSkMemberInfo.cpp104 byteSize = GetSize(propertyType());
114 type = propertyType();
H A DSkDisplayXMLParser.cpp285 type = info->propertyType();
H A DSkMemberInfo.h76 SkDisplayTypes propertyType() const { function in struct:SkMemberInfo
/external/skia/src/animator/
H A DSkMemberInfo.cpp104 byteSize = GetSize(propertyType());
114 type = propertyType();
H A DSkDisplayXMLParser.cpp285 type = info->propertyType();
H A DSkMemberInfo.h76 SkDisplayTypes propertyType() const { function in struct:SkMemberInfo
/external/smack/src/org/jivesoftware/smack/util/
H A DPacketParserUtils.java854 Class propertyType = object.getClass().getMethod(
858 Object value = decode(propertyType, stringValue);
860 object.getClass().getMethod("set" + Character.toUpperCase(name.charAt(0)) + name.substring(1), propertyType)
H A DPacketParserUtils.java.orig857 Class<?> propertyType = descriptor.getPropertyType();
860 Object value = decode(propertyType, stringValue);
/external/chromium_org/third_party/skia/src/xml/
H A DSkJSDisplayable.cpp237 infoType = info->propertyType();
/external/skia/src/xml/
H A DSkJSDisplayable.cpp237 infoType = info->propertyType();
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSComputedStyleDeclaration.cpp942 if (property.propertyType == CSSTransitionData::TransitionNone)
944 if (property.propertyType == CSSTransitionData::TransitionAll)
946 if (property.propertyType == CSSTransitionData::TransitionUnknown)
948 ASSERT(property.propertyType == CSSTransitionData::TransitionSingleProperty);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 645 milliseconds