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

1 2 3 4 5 6 7 8 91011>>

  /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 253 // Shorthand and 4-values properties
341 String StylePropertySerializer::borderSpacingValue(const StylePropertyShorthand& shorthand) const
343 RefPtrWillBeRawPtr<CSSValue> horizontalValue = m_propertySet.getPropertyCSSValue(shorthand.properties()[0]);
344 RefPtrWillBeRawPtr<CSSValue> verticalValue = m_propertySet.getPropertyCSSValue(shorthand.properties()[1]);
425 String StylePropertySerializer::get4Values(const StylePropertyShorthand& shorthand) const
428 int topValueIndex = m_propertySet.findPropertyIndex(shorthand.properties()[0]);
429 int rightValueIndex = m_propertySet.findPropertyIndex(shorthand.properties()[1]);
430 int bottomValueIndex = m_propertySet.findPropertyIndex(shorthand.properties()[2]);
431 int leftValueIndex = m_propertySet.findPropertyIndex(shorthand.properties()[3]);
479 String StylePropertySerializer::getLayeredShorthandValue(const StylePropertyShorthand& shorthand) cons
    [all...]
StylePropertyShorthandCustom.cpp 41 // When we parse the animation shorthand we need to look for animation-name
45 // shorthand. In that case the authors should be using longhands (or
49 // http://dev.w3.org/csswg/css3-animations/#animation-shorthand-property
66 // When we parse the animation shorthand we need to look for animation-name
70 // shorthand. In that case the authors should be using longhands (or
74 // http://dev.w3.org/csswg/css3-animations/#animation-shorthand-property
114 // Returns an empty list if the property is not a shorthand, otherwise the list of longhands for parsing.
138 // DON'T ADD ANY SHORTHAND HERE UNLESS IT ISN'T ALWAYS EXPANDED AT PARSE TIME (which is wrong).
147 // FIXME: isExpandedShorthand says "font" is not an expanded shorthand,
151 // treat "font" as an expanded shorthand
    [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...]
CSSProperty.h 50 uint16_t m_indexInShorthandsVector : 2; // If this property was set as part of an ambiguous shorthand, gives the index in the shorthands vector.
52 uint16_t m_implicit : 1; // Whether or not the property was set implicitly as the result of a shorthand.
  /external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
StylePropertyShorthand.cpp.tmpl 32 const StylePropertyShorthand& {{property.lower_camel_name}}Shorthand()
44 // Returns an empty list if the property is not a shorthand
53 return {{property.lower_camel_name}}Shorthand();
67 {% for shorthand in shorthands %}
68 result->uncheckedAppend({{shorthand.lower_camel_name}}Shorthand());
StylePropertyShorthand.h.tmpl 70 const StylePropertyShorthand& {{property.lower_camel_name}}Shorthand();
73 // Returns an empty list if the property is not a shorthand, otherwise the list of longhands for parsing.
76 // Returns an empty list if the property is not a shorthand.
  /external/eigen/scripts/
check.in 2 # check : shorthand for make and ctest -R
  /external/mockito/src/org/mockito/
Captor.java 10 * Allows shorthand {@link org.mockito.ArgumentCaptor} creation on fields.
  /dalvik/dexgen/src/com/android/dexgen/rop/
Member.java 43 * just a convenient shorthand for {@code getNat().getName()}.
51 * just a convenient shorthand for {@code getNat().getDescriptor()}.
  /dalvik/dx/src/com/android/dx/cf/iface/
Member.java 43 * just a convenient shorthand for {@code getNat().getName()}.
51 * just a convenient shorthand for {@code getNat().getDescriptor()}.
  /external/antlr/antlr-3.4/runtime/Perl5/
README 16 error(146): Expr.g:10:10: invalid StringTemplate % shorthand syntax: '%memory'
  /external/chromium_org/content/public/browser/
web_ui_controller_factory.h 41 // Shorthand for the above, but returns a simple yes/no.
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
BasicBlock.java 196 * convenient shorthand for {@code getInsns().get(0)}.
206 * convenient shorthand for {@code getInsns().getLast()}.
216 * just a convenient shorthand for {@code getLastInsn().canThrow()}.
227 * This is just a shorthand for inspecting the last instruction in
241 * if any. This is just a shorthand for inspecting the last
  /dalvik/dx/src/com/android/dx/rop/code/
BasicBlock.java 196 * convenient shorthand for {@code getInsns().get(0)}.
206 * convenient shorthand for {@code getInsns().getLast()}.
216 * just a convenient shorthand for {@code getLastInsn().canThrow()}.
227 * This is just a shorthand for inspecting the last instruction in
241 * if any. This is just a shorthand for inspecting the last
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
BasicBlock.java 196 * convenient shorthand for {@code getInsns().get(0)}.
206 * convenient shorthand for {@code getInsns().getLast()}.
216 * just a convenient shorthand for {@code getLastInsn().canThrow()}.
227 * This is just a shorthand for inspecting the last instruction in
241 * if any. This is just a shorthand for inspecting the last
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
TargetInsn.java 92 * and it is merely a convenient shorthand for
104 * an address, and it is merely a convenient shorthand for
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstNat.java 149 * initialization method. This is just a convenient shorthand for
161 * initialization method. This is just a convenient shorthand for
CstBaseMethodRef.java 116 * argument. This method is just a convenient shorthand for
130 * method. This is just a convenient shorthand for
142 * method. This is just a convenient shorthand for
  /dalvik/dx/src/com/android/dx/dex/code/
TargetInsn.java 92 * and it is merely a convenient shorthand for
104 * an address, and it is merely a convenient shorthand for
  /dalvik/dx/src/com/android/dx/rop/cst/
CstNat.java 149 * initialization method. This is just a convenient shorthand for
161 * initialization method. This is just a convenient shorthand for
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
TargetInsn.java 92 * and it is merely a convenient shorthand for
104 * an address, and it is merely a convenient shorthand for
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstNat.java 149 * initialization method. This is just a convenient shorthand for
161 * initialization method. This is just a convenient shorthand for
  /external/antlr/antlr-3.4/runtime/Perl5/examples/tweak/
T.g 32 // From within rule body, you can use $decls shorthand
  /external/chromium_org/chrome/common/extensions/docs/server2/
timer.py 51 '''A shorthand for timing a single function call. Returns a tuple of

Completed in 2188 milliseconds

1 2 3 4 5 6 7 8 91011>>