Home
last modified time | relevance | path

Searched refs:shorthand (Results 1 – 25 of 36) sorted by relevance

12

/external/webkit/Source/WebCore/inspector/front-end/
DStylesSidebarPane.js683 isPropertyOverloaded: function(propertyName, shorthand) argument
694 if (used || !shorthand)
737 child.overloaded = this.isPropertyOverloaded(child.name, child.shorthand);
769 if (property.shorthand)
770 shorthandNames[property.shorthand] = true;
780 var shorthand = !disabled ? property.shorthand : null;
782 if (shorthand && shorthand in handledProperties)
785 if (shorthand) {
786 property = style.getLiveProperty(shorthand);
788 …style, style.allProperties.length, shorthand, style.getShorthandValue(shorthand), style.getShortha…
[all …]
DCSSStyleModel.js247 if (property.shorthand) { // only for parsed
248 var longhands = this._longhandProperties[property.shorthand];
251 this._longhandProperties[property.shorthand] = longhands;
301 return property ? property.shorthand : "";
446 …y = function(ownerStyle, index, name, value, priority, status, parsedOk, implicit, shorthand, text) argument
456 this.shorthand = shorthand;
/external/webkit/Source/WebCore/inspector/
DInspectorStyleSheet.cpp529 String shorthand = m_style->getPropertyShorthand(name); in populateObjectWithStyleProperties() local
530 if (!shorthand.isEmpty()) { in populateObjectWithStyleProperties()
532 property->setString("shorthandName", shorthand); in populateObjectWithStyleProperties()
533 if (!foundShorthands.contains(shorthand)) { in populateObjectWithStyleProperties()
534 foundShorthands.add(shorthand); in populateObjectWithStyleProperties()
536 shorthandEntry->setString("name", shorthand); in populateObjectWithStyleProperties()
537 shorthandEntry->setString("value", shorthandValue(shorthand)); in populateObjectWithStyleProperties()
/external/antlr/antlr-3.4/runtime/Perl5/
DREADME16 error(146): Expr.g:10:10: invalid StringTemplate % shorthand syntax: '%memory'
/external/antlr/antlr-3.4/runtime/Perl5/examples/tweak/
DT.g32 // From within rule body, you can use $decls shorthand
/external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
DPHP SmartyPants Readme.txt172 typewriter shorthand for dashes: `--` (dash dash) for en-dashes,
176 Same as smarty_pants="2", but inverts the shorthand for dashes: `--`
212 shorthand: (dash dash) for en-dashes, (dash dash dash) for
217 typewriter shorthand: (dash dash) for em-dashes, (dash dash dash)
/external/kernel-headers/original/asm-x86/
Dapicdef_32.h259 shorthand : 2, member
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
Den.stg191 "invalid StringTemplate % shorthand syntax: '<arg>'"
/external/libmtp/m4/
Dstdint.m4481 dnl /* (the shorthand "ILP" types always have a "P" part) */
/external/libvpx/nestegg/m4/
Dax_create_stdint_h.m4444 dnl /* (the shorthand "ILP" types always have a "P" part) */
/external/chromium/testing/gmock/include/gmock/
Dgmock-generated-matchers.h.pump497 // as shorthand for
Dgmock-generated-actions.h.pump384 // as shorthand for
/external/strace/
DChangeLog368 * syscall.c (NF): New shorthand macro for use in syscallent.h files.
/external/qemu/
Dqemu-options.hx1290 "-s shorthand for -gdb tcp::%s\n")
/external/antlr/antlr-3.4/runtime/C/
DREADME180 reference. There is a nice shorthand in actions too:
/external/bluetooth/glib/docs/reference/glib/
Dregex-syntax.sgml1426 As a convenient shorthand, if any option settings are required at the
/external/bluetooth/glib/
DChangeLog.pre-1-2658 * glib.h (g_array_insert_val): fix macro to be shorthand of
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1612149 Add background-clip to background shorthand
12152 Added background-clip to background-shorthand. Also made changes to
12153 include webkitMaskClip to the mask shorthand to keep both in sync.
36502 Web Inspector: CSS shorthand properties expand unnecessarily
36505 "border-radius" is a shorthand property that has a "non-standard" format and longhands, see
45827 Fix pauseAnimation API to work with shorthand properties
45831 property may be animating via a shorthand. Detect this, and pause
45832 such shorthand animations.
45836 of wrappers used by a shorthand wrapper.
45839 through the shorthand wrappers, keeping track of which can affect the given
[all …]
DChangeLog-2008-08-101006 shorthand values, since the cssText property only outputs longhands.
1066 - updates the -webkit-transition shorthand to reflect removing repeat count
1387 properties of a shorthand for use by Computed Style.
1787 - Reliably remembers if a shorthand has children when the
1790 - Reliably remembers if a shorthand was expanded, and expands
14172 Covered by fast/css/remove-shorthand.html
14176 shorthand to the mask properties.
15755 getPropertyValue for border returns null, should compute the shorthand value
15757 Compute the value for the border shorthand property by computing
15758 its shorthand subproperties.
[all …]
DChangeLog-2007-10-145924 Don't let invalid url specification in background shorthand make
5925 the entire shorthand invalid.
36861 line-height in font shorthand does not override a previously stated line-height property
36864 uses the last set line-height, ie. directly or through font shorthand.
36961 fast/dom/background-shorthand-csstext.html
65453 Test: fast/css/remove-shorthand.html (updated)
65644 shorthand (it can be mistaken for column-count otherwise).
65648 fast/multicol/columns-shorthand-parsing.html
66236 Test: fast/css/remove-shorthand.html
66243 (WebCore::initShorthandMap): Initialize the mapping from shorthand
[all …]
DChangeLog-2009-06-1617257 Add a shorthand property for CSSPropertyBackgroundPosition to map to
24155 Test: transitions/bad-transition-shorthand-crash.html
52485 Support animations and transitions of shorthand properties by creating
52487 equal() and blend(). Build that collection of shorthand wrappers using the
52488 shorthand map that CSSMutableStyleDeclaration already has. Skip comparing these
52489 shorthand wrappers during 'all' transitions.
52518 Add a wrapper class for shorthand properties that simply wraps an
52534 When doing 'all' transitions, skip shorthand wrappers, since 'all' transitions
57187 Allow removal of inline shorthand properties for
57189 add getter for shorthand animation property.
[all …]
DChangeLog-2010-05-248587 …laration.prototype.styleTextWithShorthands): was getting regular values instead of shorthand values
9377 a few places where the animation shorthand is set up.
9379 Test: animations/animation-shorthand-removed.html
9383 animation-fill-mode is included in the animation shorthand
34171 …constants were being used for the code that attempted to compact the background-repeat shorthand to
39287 Animation fill modes should be supported in the shorthand property
39290 evaluated in the -webkit-animation shorthand.
39292 Test: animations/animation-shorthand.html
DChangeLog-2006-05-104551 of parsing the shorthand.
7411 * css/cssparser.h: Moved shorthand counting to ShorthandScope, a new class in cssparser.cpp.
30240 CSSStyleDeclaration returns empty string when trying to access shorthand
30245 if getCSSPropertyValue returns 0 (which is true for shorthand properties),
DChangeLog-2010-01-2919436 Fix an array bounds error when accessing the CSS value for a shorthand property that takes
19439 Test: fast/css/shorthand-mismatched-list-crash.html
33725 Display the summary information in the same way the shorthand would be
45873 Return correct shorthand property name for
45880 Test: fast/backgrounds/repeat/background-repeat-shorthand.html
58261 Test: fast/backgrounds/repeat/margin-shorthand.html
62739 CSS property background-position is now serialized in shorthand string as
82668 the background shorthand and have it be auto-set based off background-origin's value.
98376 Test: fast/multicol/columns-shorthand-parsing.html
DChangeLog-2005-12-19938 First cut at leaving off implicit values in shorthand properties.
1898 Also add support for tracking the original shorthand in which a property was declared, as well
1900 an omitted piece of a shorthand). The new methods on CSSStyleDeclaration are getPropertyShorthand

12