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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSProperty.cpp 58 static CSSPropertyID resolveToPhysicalProperty(TextDirection direction, WritingMode writingMode, LogicalBoxSide logicalSide, const StylePropertyShorthand& shorthand)
64 return shorthand.properties()[logicalSide];
71 return shorthand.properties()[LeftSide];
73 return shorthand.properties()[RightSide];
75 return shorthand.properties()[BottomSide];
77 return shorthand.properties()[TopSide];
85 return shorthand.properties()[TopSide];
87 return shorthand.properties()[BottomSide];
89 return shorthand.properties()[LeftSide];
91 return shorthand.properties()[RightSide]
    [all...]
StylePropertySerializer.cpp 253 // Shorthand and 4-values properties
341 String StylePropertySerializer::borderSpacingValue(const StylePropertyShorthand& shorthand) const
343 RefPtrWillBeRawPtr<CSSValue> horizontalValue = m_propertySet.getPropertyCSSValue(shorthand.properties()[0]);
344 RefPtrWillBeRawPtr<CSSValue> verticalValue = m_propertySet.getPropertyCSSValue(shorthand.properties()[1]);
425 String StylePropertySerializer::get4Values(const StylePropertyShorthand& shorthand) const
428 int topValueIndex = m_propertySet.findPropertyIndex(shorthand.properties()[0]);
429 int rightValueIndex = m_propertySet.findPropertyIndex(shorthand.properties()[1]);
430 int bottomValueIndex = m_propertySet.findPropertyIndex(shorthand.properties()[2]);
431 int leftValueIndex = m_propertySet.findPropertyIndex(shorthand.properties()[3]);
479 String StylePropertySerializer::getLayeredShorthandValue(const StylePropertyShorthand& shorthand) cons
    [all...]
StylePropertySet.cpp 176 StylePropertyShorthand shorthand = shorthandForProperty(propertyID); local
177 if (!shorthand.length())
180 bool ret = removePropertiesInSet(shorthand.properties(), shorthand.length());
193 // FIXME: Return an equivalent shorthand when possible.
232 StylePropertyShorthand shorthand = shorthandForProperty(propertyID);
233 if (!shorthand.length())
236 for (unsigned i = 0; i < shorthand.length(); ++i) {
237 if (!propertyIsImportant(shorthand.properties()[i]))
273 StylePropertyShorthand shorthand = shorthandForProperty(propertyID) local
    [all...]
CSSComputedStyleDeclaration.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
StylePropertyShorthand.cpp.tmpl 32 const StylePropertyShorthand& {{property.lower_camel_name}}Shorthand()
44 // Returns an empty list if the property is not a shorthand
53 return {{property.lower_camel_name}}Shorthand();
67 {% for shorthand in shorthands %}
68 result->uncheckedAppend({{shorthand.lower_camel_name}}Shorthand());
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
CSSMetadata.js     [all...]
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
exc.pxd 127 # This is a shorthand for "PyErr_SetObject(type, Py_None)".
131 # This is a shorthand for "PyErr_SetString(PyExc_TypeError,
137 # This is a shorthand for "PyErr_SetNone(PyExc_MemoryError)"; it
194 # This is a shorthand for "PyErr_SetString(PyExc_TypeError,
  /development/ndk/platforms/android-9/arch-x86/include/asm/
apicdef_32.h 281 shorthand : 2, member in struct:local_apic::__anon1740
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.cpp 161 // make sense for CSSProperties.in to consider them as such. The shorthand
416 const StylePropertyShorthand& shorthand = shorthandForProperty(propId); local
417 unsigned shorthandLength = shorthand.length();
425 const CSSPropertyID* longhands = shorthand.properties();
521 // set using the shorthand, then for now overflow-x will default to auto, but once we implement
1793 const StylePropertyShorthand& shorthand = parsingShorthandForProperty(propId); local
3273 const StylePropertyShorthand& shorthand = shorthandForProperty(shorthandId); local
3479 const StylePropertyShorthand& shorthand = gridAreaShorthand(); local
    [all...]
  /external/chromium_org/tools/grit/grit/node/
base.py 516 - 'pp_ifdef(symbol)' is a shorthand for "symbol in defs".
517 - 'pp_if(symbol)' is a shorthand for "symbol in defs and defs[symbol]".
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorStyleSheet.cpp 693 String shorthand = m_style->getPropertyShorthand(name);
694 if (!shorthand.isEmpty()) {
695 if (foundShorthands.add(shorthand).isNewEntry) {
697 .setName(shorthand)
698 .setValue(shorthandValue(shorthand));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
StylesSidebarPane.js     [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/
options.js 61 { scriptCode: 'Dupl', scriptName: 'Duployan shorthand'},
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
navigation_manager.js 213 // Only sync if the activeElement is not document.body; which is shorthand for
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-tagcloud.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-tagcloud.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
string-tagcloud.js     [all...]

Completed in 911 milliseconds