HomeSort by relevance Sort by last modified time
    Searched defs:shorthand (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertySet.cpp 176 StylePropertyShorthand shorthand = shorthandForProperty(propertyID); local
177 if (!shorthand.length())
180 bool ret = removePropertiesInSet(shorthand.properties(), shorthand.length());
193 // FIXME: Return an equivalent shorthand when possible.
232 StylePropertyShorthand shorthand = shorthandForProperty(propertyID);
233 if (!shorthand.length())
236 for (unsigned i = 0; i < shorthand.length(); ++i) {
237 if (!propertyIsImportant(shorthand.properties()[i]))
273 StylePropertyShorthand shorthand = shorthandForProperty(propertyID) local
    [all...]
  /development/ndk/platforms/android-9/arch-x86/include/asm/
apicdef_32.h 281 shorthand : 2, member in struct:local_apic::__anon1740
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.cpp 161 // make sense for CSSProperties.in to consider them as such. The shorthand
416 const StylePropertyShorthand& shorthand = shorthandForProperty(propId); local
417 unsigned shorthandLength = shorthand.length();
425 const CSSPropertyID* longhands = shorthand.properties();
521 // set using the shorthand, then for now overflow-x will default to auto, but once we implement
1793 const StylePropertyShorthand& shorthand = parsingShorthandForProperty(propId); local
3273 const StylePropertyShorthand& shorthand = shorthandForProperty(shorthandId); local
3479 const StylePropertyShorthand& shorthand = gridAreaShorthand(); local
    [all...]

Completed in 62 milliseconds