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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSProperty.cpp 57 static CSSPropertyID resolveToPhysicalProperty(TextDirection direction, WritingMode writingMode, LogicalBoxSide logicalSide, const StylePropertyShorthand& shorthand)
63 return shorthand.properties()[logicalSide];
70 return shorthand.properties()[LeftSide];
72 return shorthand.properties()[RightSide];
74 return shorthand.properties()[BottomSide];
76 return shorthand.properties()[TopSide];
84 return shorthand.properties()[TopSide];
86 return shorthand.properties()[BottomSide];
88 return shorthand.properties()[LeftSide];
90 return shorthand.properties()[RightSide]
    [all...]
StylePropertySerializer.cpp 313 // Shorthand and 4-values properties
400 String StylePropertySerializer::borderSpacingValue(const StylePropertyShorthand& shorthand) const
402 RefPtr<CSSValue> horizontalValue = m_propertySet.getPropertyCSSValue(shorthand.properties()[0]);
403 RefPtr<CSSValue> verticalValue = m_propertySet.getPropertyCSSValue(shorthand.properties()[1]);
482 String StylePropertySerializer::get4Values(const StylePropertyShorthand& shorthand) const
485 int topValueIndex = m_propertySet.findPropertyIndex(shorthand.properties()[0]);
486 int rightValueIndex = m_propertySet.findPropertyIndex(shorthand.properties()[1]);
487 int bottomValueIndex = m_propertySet.findPropertyIndex(shorthand.properties()[2]);
488 int leftValueIndex = m_propertySet.findPropertyIndex(shorthand.properties()[3]);
536 String StylePropertySerializer::getLayeredShorthandValue(const StylePropertyShorthand& shorthand) cons
    [all...]
StylePropertySet.cpp 148 StylePropertyShorthand shorthand = shorthandForProperty(propertyID); local
149 if (!shorthand.length())
152 bool ret = removePropertiesInSet(shorthand.properties(), shorthand.length());
165 // FIXME: Return an equivalent shorthand when possible.
204 StylePropertyShorthand shorthand = shorthandForProperty(propertyID);
205 if (!shorthand.length())
208 for (unsigned i = 0; i < shorthand.length(); ++i) {
209 if (!propertyIsImportant(shorthand.properties()[i]))
245 StylePropertyShorthand shorthand = shorthandForProperty(propertyID) local
    [all...]
CSSComputedStyleDeclaration.cpp     [all...]
CSSParser-in.cpp 1646 const StylePropertyShorthand& shorthand = shorthandForProperty(propId); local
3160 const StylePropertyShorthand& shorthand = shorthandForProperty(propId); local
4653 const StylePropertyShorthand& shorthand = shorthandForProperty(shorthandId); local
4685 const StylePropertyShorthand& shorthand = gridAreaShorthand(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/scripts/templates/
StylePropertyShorthand.cpp.tmpl 33 const StylePropertyShorthand& {{ property.camel_case_name }}Shorthand()
45 // Returns an empty list if the property is not a shorthand
57 return {{ property.camel_case_name }}Shorthand();
74 {% for shorthand in shorthands -%}
75 {{ longhand_id }}Shorthands.uncheckedAppend({{ shorthand.camel_case_name }}Shorthand());
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
CSSMetadata.js     [all...]
StylesSidebarPane.js     [all...]
  /bionic/libc/kernel/arch-x86/asm/
apicdef_32.h 281 shorthand : 2, member in struct:local_apic::__anon250
  /development/ndk/platforms/android-9/arch-x86/include/asm/
apicdef_32.h 281 shorthand : 2, member in struct:local_apic::__anon1444
  /external/kernel-headers/original/asm-x86/
apicdef_32.h 259 shorthand : 2, member in struct:local_apic::__anon21608
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
apicdef_32.h 256 shorthand : 2, member in struct:local_apic::__anon44323
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
apicdef_32.h 256 shorthand : 2, member in struct:local_apic::__anon45108
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
apicdef_32.h 256 shorthand : 2, member in struct:local_apic::__anon46968
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
apicdef_32.h 256 shorthand : 2, member in struct:local_apic::__anon47678
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
apicdef_32.h 256 shorthand : 2, member in struct:local_apic::__anon51316
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
apicdef_32.h 281 shorthand : 2, member in struct:local_apic::__anon52797
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
apicdef_32.h 281 shorthand : 2, member in struct:local_apic::__anon55522
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
apicdef_32.h 281 shorthand : 2, member in struct:local_apic::__anon57268
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
apicdef_32.h 281 shorthand : 2, member in struct:local_apic::__anon58568
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
apicdef_32.h 281 shorthand : 2, member in struct:local_apic::__anon61321
  /external/chromium_org/third_party/WebKit/Source/core/page/animation/
CSSPropertyAnimation.cpp 1050 StylePropertyShorthand shorthand = shorthandForProperty(propertyID); local
    [all...]
  /external/chromium_org/tools/grit/grit/node/
base.py 485 - 'pp_ifdef(symbol)' is a shorthand for "symbol in defs".
486 - 'pp_if(symbol)' is a shorthand for "symbol in defs and defs[symbol]".
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorStyleSheet.cpp 786 String shorthand = m_style->getPropertyShorthand(name);
787 if (!shorthand.isEmpty()) {
788 if (foundShorthands.add(shorthand).isNewEntry) {
790 .setName(shorthand)
791 .setValue(shorthandValue(shorthand));
    [all...]
InspectorCSSAgent.cpp 1191 const StylePropertyShorthand& shorthand = shorthandForProperty(id); local
    [all...]

Completed in 2536 milliseconds

1 2