Home
last modified time | relevance | path

Searched refs:shorthands (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DStylePropertyShorthandCustom.cpp116 …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()
DCSSProperty.cpp42 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()
DStylePropertySet.cpp277 Vector<StylePropertyShorthand, 4> shorthands; in getIndexInShorthandVectorForPrefixingVariant() local
278 getMatchingShorthandsForLonghand(prefixingVariant, &shorthands); in getIndexInShorthandVectorForPrefixingVariant()
279 return indexOfShorthandForLonghand(prefixedShorthand, shorthands); in getIndexInShorthandVectorForPrefixingVariant()
DCSSShorthands.in1 // This file contains all the mapping shorthands <-> longhands and generate
DCSSParser-in.cpp1342 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/
DStylePropertyShorthand.cpp.tmpl70 {%- for longhand_id, shorthands in longhands_dictionary.items() %}
72 {%- if shorthands|length == 1 %}
73 {% for shorthand in shorthands -%}
78 {% for shorthand in shorthands -%}
DStylePropertyShorthand.h.tmpl80 // Return the list of shorthands for a given longhand.
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DCSSMetadata.js57 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
DStylesSidebarPane.js1250 …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/
Dhb_test_tools.py420 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/
DCPP.stg123 // exception shorthands