HomeSort by relevance Sort by last modified time
    Searched refs:propertyType (Results 1 - 15 of 15) sorted by null

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
PropertyEditorProvider.java 25 public PropertyEditor getEditorForType(Class<?> propertyType) throws Exception {
  /external/v8/test/mjsunit/
mirror-object.js 120 if (properties[i].propertyType() != debug.PropertyType.Normal) {
121 assertEquals(properties[i].propertyType(), fromJSON.properties[i].propertyType, 'Unexpected serialized property type');
123 assertTrue(typeof(fromJSON.properties[i].propertyType) === 'undefined', 'Unexpected serialized property type');
203 assertEquals(debug.PropertyType.Callbacks, mirror.property('a').propertyType());
210 assertEquals(debug.PropertyType.Callbacks, mirror.property('b').propertyType());
218 assertEquals(debug.PropertyType.Callbacks, mirror.property('c').propertyType())
    [all...]
mirror-regexp.js 91 assertEquals(mirror.property(p).propertyType(),
92 fromJSON.properties[i].propertyType,
93 'Unexpected value for ' + p + ' propertyType');
  /external/skia/src/animator/
SkMemberInfo.cpp 104 byteSize = GetSize(propertyType());
114 type = propertyType();
SkDisplayXMLParser.cpp 285 type = info->propertyType();
SkMemberInfo.h 76 SkDisplayTypes propertyType() const {
  /external/v8/src/
mirror-debugger.js 171 // A copy of the PropertyType enum from global.h
172 var PropertyType = {};
173 PropertyType.Normal = 0;
174 PropertyType.Field = 1;
175 PropertyType.ConstantFunction = 2;
176 PropertyType.Callbacks = 3;
177 PropertyType.Handler = 4;
178 PropertyType.Interceptor = 5;
179 PropertyType.MapTransition = 6;
180 PropertyType.ExternalArrayTransition = 7
    [all...]
  /external/skia/src/xml/
SkJSDisplayable.cpp 237 infoType = info->propertyType();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
lbxstr.h 464 Atom propertyType B32;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
lbxstr.h 464 Atom propertyType B32;