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

  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertyShorthandCustom.cpp 75 unsigned indexOfShorthandForLonghand(CSSPropertyID shorthandID, const Vector<StylePropertyShorthand>& shorthands)
77 for (unsigned i = 0; i < shorthands.size(); ++i) {
78 if (shorthands.at(i).id() == shorthandID)
CSSProperty.cpp 42 const Vector<StylePropertyShorthand> shorthands = matchingShorthandsForLonghand(static_cast<CSSPropertyID>(m_propertyID)); local
43 ASSERT(shorthands.size() && m_indexInShorthandsVector >= 0 && m_indexInShorthandsVector < shorthands.size());
44 return shorthands.at(m_indexInShorthandsVector).id();
CSSParser-in.cpp 1420 const Vector<StylePropertyShorthand> shorthands = matchingShorthandsForLonghand(propId); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/scripts/templates/
StylePropertyShorthand.cpp.tmpl 71 {%- for longhand_id, shorthands in longhands_dictionary.items() %}
73 Vector<StylePropertyShorthand, {{ shorthands|length }}> {{ longhand_id }}Shorthands;
74 {% for shorthand in shorthands -%}
75 {{ longhand_id }}Shorthands.uncheckedAppend({{ shorthand.camel_case_name }}Shorthand());
77 map.set({{ longhand_id }}, {{ longhand_id }}Shorthands);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
CSSMetadata.js 57 var shorthands = this._shorthands[longhandName];
58 if (!shorthands) {
59 shorthands = [];
60 this._shorthands[longhandName] = shorthands;
62 shorthands.push(propertyName);
    [all...]
StylesSidebarPane.js     [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]
  /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 982 milliseconds