OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:longhands
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSShorthands.in
1
// This file contains all the mapping shorthands <->
longhands
and generate
3
// followed by the
longhands
associated to the shorthand.
6
animation
longhands
=animation-name;animation-duration;animation-timing-function;animation-delay;animation-iteration-count;animation-direction;animation-fill-mode;animation-play-state, runtimeEnabledShorthand=CSSAnimationUnprefixed
7
background
longhands
=background-image;background-position-x;background-position-y;background-size;background-repeat-x;background-repeat-y;background-attachment;background-origin;background-clip;background-color
8
background-position
longhands
=background-position-x;background-position-y
9
background-repeat
longhands
=background-repeat-x;background-repeat-y
10
border
longhands
=border-top-color;border-top-style;border-top-width;border-right-color;border-right-style;border-right-width;border-bottom-color;border-bottom-style;border-bottom-width;border-left-color;border-left-style;border-left-width
11
border-bottom
longhands
=border-bottom-width;border-bottom-style;border-bottom-color
12
border-color
longhands
=border-top-color;border-right-color;border-bottom-color;border-left-color
13
border-image
longhands
=border-image-source;border-image-slice;border-image-width;border-image-outset;border-image-repea
[
all
...]
StylePropertyShorthandCustom.cpp
45
// shorthand. In that case the authors should be using
longhands
(or
70
// shorthand. In that case the authors should be using
longhands
(or
89
// Returns an empty list if the property is not a shorthand, otherwise the list of
longhands
for parsing.
108
// as we should still be able to change the
longhands
.
FontFaceSet.cpp
387
// Now map the font property
longhands
into the style.
StylePropertySerializer.cpp
422
return; // All
longhands
must have at least implicit values if "font" is specified.
[
all
...]
CSSParser-in.cpp
1597
const CSSPropertyID*
longhands
= shorthand.properties();
local
[
all
...]
/external/chromium_org/third_party/WebKit/Source/build/scripts/
make_style_shorthands.py
42
'
longhands
': "",
58
longhands
= property["
longhands
"].split(';')
60
for longhand in
longhands
:
/external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
StylePropertyShorthand.cpp.tmpl
40
DEFINE_STATIC_LOCAL(StylePropertyShorthand, {{ property.camel_case_name }}
Longhands
, ({{ property_id }}, {{ property.camel_case_name }}Properties, WTF_ARRAY_LENGTH({{ property.camel_case_name }}Properties)));
41
return {{ property.camel_case_name }}
Longhands
;
StylePropertyShorthand.h.tmpl
74
// Returns an empty list if the property is not a shorthand, otherwise the list of
longhands
for parsing.
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
CSSMetadata.js
52
var
longhands
= properties[i].
longhands
;
53
if (
longhands
) {
54
this._longhands[propertyName] =
longhands
;
55
for (var j = 0; j <
longhands
.length; ++j) {
56
var longhandName =
longhands
[j];
[
all
...]
CSSStyleModel.js
868
var
longhands
= WebInspector.CSSMetadata.cssPropertiesMetainfo.
longhands
(name);
870
for (var i = 0;
longhands
&& i <
longhands
.length; ++i) {
871
var property = this._livePropertyMap[
longhands
[i]];
[
all
...]
StylesSidebarPane.js
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorCSSAgent.cpp
1243
RefPtr<TypeBuilder::Array<String> >
longhands
= TypeBuilder::Array<String>::create();
local
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/devtools/
Inspector-1.1.json
[
all
...]
protocol.json
[
all
...]
Completed in 639 milliseconds