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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertyFactory.java 266 List<Property> marginProperties = null;
299 if (marginProperties == null) {
300 marginProperties = Lists.newArrayListWithExpectedSize(5);
302 marginProperties.add(property);
395 if (layoutProperties.size() > 0 || marginProperties != null) {
396 if (marginProperties != null) {
398 marginProperties.toArray(new XmlProperty[marginProperties.size()]);
446 List<Property> marginProperties = null;
466 if (marginProperties == null)
    [all...]
  /external/webkit/Source/WebCore/css/
CSSPropertyLonghand.cpp 93 static const int marginProperties[] = {
99 SET_SHORTHAND_MAP_ENTRY(shorthandMap, CSSPropertyMargin, marginProperties);

Completed in 832 milliseconds