HomeSort by relevance Sort by last modified time
    Searched refs:shorthands (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertyShorthandCustom.cpp 154 // all given properties are not expanded shorthands.
161 unsigned indexOfShorthandForLonghand(CSSPropertyID shorthandID, const Vector<StylePropertyShorthand, 4>& shorthands)
163 for (unsigned i = 0; i < shorthands.size(); ++i) {
164 if (shorthands.at(i).id() == shorthandID)
CSSProperty.cpp 42 Vector<StylePropertyShorthand, 4> shorthands;
43 getMatchingShorthandsForLonghand(static_cast<CSSPropertyID>(m_propertyID), &shorthands); local
44 ASSERT(shorthands.size() && m_indexInShorthandsVector >= 0 && m_indexInShorthandsVector < shorthands.size());
45 return shorthands.at(m_indexInShorthandsVector).id();
StylePropertySet.cpp 305 Vector<StylePropertyShorthand, 4> shorthands; local
306 getMatchingShorthandsForLonghand(prefixingVariant, &shorthands);
307 return indexOfShorthandForLonghand(prefixedShorthand, shorthands);
  /external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
StylePropertyShorthand.cpp.tmpl 69 {% for longhand_id, shorthands in longhands_dictionary.items() %}
71 {% for shorthand in shorthands %}
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
CSSMetadata.js 56 var shorthands = this._shorthands[longhandName];
57 if (!shorthands) {
58 shorthands = [];
59 this._shorthands[longhandName] = shorthands;
61 shorthands.push(propertyName);
    [all...]
  /external/harfbuzz_ng/test/shaping/
hb_test_tools.py 420 shorthands = { variable in class:Unicode
446 if s in Unicode.shorthands:
447 s = Unicode.shorthands[s]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
StylesSidebarPane.js     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.cpp 169 Vector<StylePropertyShorthand, 4> shorthands; local
170 getMatchingShorthandsForLonghand(propId, &shorthands);
171 // The longhand does not belong to multiple shorthands.
172 if (shorthands.size() == 1)
175 m_parsedProperties.append(CSSProperty(propId, value, important, true, indexOfShorthandForLonghand(m_currentShorthand, shorthands), m_implicitShorthand || implicit));
    [all...]
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar 

Completed in 666 milliseconds