Searched refs:shorthands (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | StylePropertyShorthandCustom.cpp | 116 …horthandForLonghand(CSSPropertyID shorthandID, const Vector<StylePropertyShorthand, 4>& shorthands) in indexOfShorthandForLonghand() argument 118 for (unsigned i = 0; i < shorthands.size(); ++i) { in indexOfShorthandForLonghand() 119 if (shorthands.at(i).id() == shorthandID) in indexOfShorthandForLonghand()
|
D | CSSProperty.cpp | 42 Vector<StylePropertyShorthand, 4> shorthands; in shorthandID() local 43 getMatchingShorthandsForLonghand(static_cast<CSSPropertyID>(m_propertyID), &shorthands); in shorthandID() 44 …ASSERT(shorthands.size() && m_indexInShorthandsVector >= 0 && m_indexInShorthandsVector < shorthan… in shorthandID() 45 return shorthands.at(m_indexInShorthandsVector).id(); in shorthandID()
|
D | StylePropertySet.cpp | 277 Vector<StylePropertyShorthand, 4> shorthands; in getIndexInShorthandVectorForPrefixingVariant() local 278 getMatchingShorthandsForLonghand(prefixingVariant, &shorthands); in getIndexInShorthandVectorForPrefixingVariant() 279 return indexOfShorthandForLonghand(prefixedShorthand, shorthands); in getIndexInShorthandVectorForPrefixingVariant()
|
D | CSSShorthands.in | 1 // This file contains all the mapping shorthands <-> longhands and generate
|
D | CSSParser-in.cpp | 1342 Vector<StylePropertyShorthand, 4> shorthands; in addProperty() local 1343 getMatchingShorthandsForLonghand(propId, &shorthands); in addProperty() 1345 if (shorthands.size() == 1) in addProperty() 1348 …alue, important, true, indexOfShorthandForLonghand(m_currentShorthand, shorthands), m_implicitShor… in addProperty()
|
/external/chromium_org/third_party/WebKit/Source/build/scripts/templates/ |
D | StylePropertyShorthand.cpp.tmpl | 70 {%- for longhand_id, shorthands in longhands_dictionary.items() %} 72 {%- if shorthands|length == 1 %} 73 {% for shorthand in shorthands -%} 78 {% for shorthand in shorthands -%}
|
D | StylePropertyShorthand.h.tmpl | 80 // Return the list of shorthands for a given longhand.
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | CSSMetadata.js | 57 var shorthands = this._shorthands[longhandName]; 58 if (!shorthands) { 59 shorthands = []; 60 this._shorthands[longhandName] = shorthands; 62 shorthands.push(propertyName); 975 shorthands: function(longhand) method in WebInspector.CSSMetadata
|
D | StylesSidebarPane.js | 1250 …var shorthands = isShorthand ? null : WebInspector.CSSMetadata.cssPropertiesMetainfo.shorthands(pr… 1252 … for (var j = 0; shorthands && !shorthandPropertyAvailable && j < shorthands.length; ++j) { 1253 var shorthand = shorthands[j];
|
/external/harfbuzz_ng/test/shaping/ |
D | hb_test_tools.py | 420 shorthands = { variable in Unicode 446 if s in Unicode.shorthands: 447 s = Unicode.shorthands[s]
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/ |
D | CPP.stg | 123 // exception shorthands
|