HomeSort by relevance Sort by last modified time
    Searched refs:shorthand (Results 1 - 25 of 39) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSProperty.cpp 58 static CSSPropertyID resolveToPhysicalProperty(TextDirection direction, WritingMode writingMode, LogicalBoxSide logicalSide, const StylePropertyShorthand& shorthand)
64 return shorthand.properties()[logicalSide];
71 return shorthand.properties()[LeftSide];
73 return shorthand.properties()[RightSide];
75 return shorthand.properties()[BottomSide];
77 return shorthand.properties()[TopSide];
85 return shorthand.properties()[TopSide];
87 return shorthand.properties()[BottomSide];
89 return shorthand.properties()[LeftSide];
91 return shorthand.properties()[RightSide]
    [all...]
StylePropertySerializer.cpp 246 // Shorthand and 4-values properties
334 String StylePropertySerializer::borderSpacingValue(const StylePropertyShorthand& shorthand) const
336 RefPtrWillBeRawPtr<CSSValue> horizontalValue = m_propertySet.getPropertyCSSValue(shorthand.properties()[0]);
337 RefPtrWillBeRawPtr<CSSValue> verticalValue = m_propertySet.getPropertyCSSValue(shorthand.properties()[1]);
416 String StylePropertySerializer::get4Values(const StylePropertyShorthand& shorthand) const
419 int topValueIndex = m_propertySet.findPropertyIndex(shorthand.properties()[0]);
420 int rightValueIndex = m_propertySet.findPropertyIndex(shorthand.properties()[1]);
421 int bottomValueIndex = m_propertySet.findPropertyIndex(shorthand.properties()[2]);
422 int leftValueIndex = m_propertySet.findPropertyIndex(shorthand.properties()[3]);
470 String StylePropertySerializer::getLayeredShorthandValue(const StylePropertyShorthand& shorthand) cons
    [all...]
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...]
  /external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
StylePropertyShorthand.cpp.tmpl 32 const StylePropertyShorthand& {{property.camel_case_name}}Shorthand()
44 // Returns an empty list if the property is not a shorthand
56 return {{property.camel_case_name}}Shorthand();
71 {% for shorthand in shorthands %}
72 result->uncheckedAppend({{shorthand.camel_case_name}}Shorthand());
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/
generate_supported_css.py 67 shorthand = line[:line.index(" ")]
69 cssProperties[shorthand] = longhands
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
CSSMetadata.js     [all...]
  /development/ndk/platforms/android-9/arch-x86/include/asm/
apicdef_32.h 281 shorthand : 2, member in struct:local_apic::__anon1738
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
apicdef_32.h 256 shorthand : 2, member in struct:local_apic::__anon52221
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
apicdef_32.h 256 shorthand : 2, member in struct:local_apic::__anon53006
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
apicdef_32.h 256 shorthand : 2, member in struct:local_apic::__anon54866
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
apicdef_32.h 256 shorthand : 2, member in struct:local_apic::__anon55576
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
apicdef_32.h 256 shorthand : 2, member in struct:local_apic::__anon59214
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
apicdef_32.h 281 shorthand : 2, member in struct:local_apic::__anon60695
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
apicdef_32.h 281 shorthand : 2, member in struct:local_apic::__anon63420
  /prebuilts/ndk/9/platforms/android-12/arch-x86/usr/include/asm/
apicdef_32.h 281 shorthand : 2, member in struct:local_apic::__anon65170
  /prebuilts/ndk/9/platforms/android-13/arch-x86/usr/include/asm/
apicdef_32.h 281 shorthand : 2, member in struct:local_apic::__anon66497
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
apicdef_32.h 281 shorthand : 2, member in struct:local_apic::__anon67830
  /prebuilts/ndk/9/platforms/android-15/arch-x86/usr/include/asm/
apicdef_32.h 281 shorthand : 2, member in struct:local_apic::__anon69163
  /prebuilts/ndk/9/platforms/android-16/arch-x86/usr/include/asm/
apicdef_32.h 281 shorthand : 2, member in struct:local_apic::__anon70496
  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/asm/
apicdef_32.h 281 shorthand : 2, member in struct:local_apic::__anon71829
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
apicdef_32.h 281 shorthand : 2, member in struct:local_apic::__anon73162
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/asm/
apicdef_32.h 281 shorthand : 2, member in struct:local_apic::__anon76185
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
apicdef_32.h 281 shorthand : 2, member in struct:local_apic::__anon79793
  /external/chromium_org/tools/grit/grit/node/
base.py 516 - 'pp_ifdef(symbol)' is a shorthand for "symbol in defs".
517 - 'pp_if(symbol)' is a shorthand for "symbol in defs and defs[symbol]".
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorStyleSheet.cpp 710 String shorthand = m_style->getPropertyShorthand(name);
711 if (!shorthand.isEmpty()) {
712 if (foundShorthands.add(shorthand).isNewEntry) {
714 .setName(shorthand)
715 .setValue(shorthandValue(shorthand));
    [all...]

Completed in 849 milliseconds

1 2