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

  /external/chromium_org/third_party/WebKit/Source/core/css/
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/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 98 milliseconds