Searched refs:isValueList (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8CSSValueCustom.cpp54 if (impl->isValueList())
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSValueList.h84 DEFINE_CSS_VALUE_TYPE_CASTS(CSSValueList, isValueList());
90 CSSValueListInspector(CSSValue* value) : m_list((value && value->isValueList()) ? toCSSValueList(value) : 0) { }
H A DCSSValue.h69 bool isValueList() const { return m_classType >= ValueListClass; } function in class:WebCore::CSSValue
114 return isPrimitiveValue() || isSVGColor() || isValueList();
H A DFontFace.cpp104 if (!src || !src->isValueList()) {
155 if (!family || !family->isValueList())
158 if (!src || !src->isValueList())
270 if (value && !value->isValueList())
456 } else if (!fontVariant->isValueList()) {
H A DCSSValue.cpp102 if (isValueList())
116 else if (isValueList())
129 if (isValueList())
H A DStylePropertySerializer.cpp90 if (property.value()->isValueList())
253 if (positionXProperty.value()->isValueList() || positionYProperty.value()->isValueList())
284 if (repeatXProperty.value()->isValueList() || repeatYProperty.value()->isValueList())
595 if (nextValue->isValueList())
H A DCSSParser-in.cpp1059 if (!fontFamily->isValueList())
3051 if (lval->isValueList())
9775 else if (property.id() == CSSPropertyFontFamily && (!property.value()->isValueList() || toCSSValueList(property.value())->length() != 1)) {
10019 if (property.id() == CSSPropertyFontVariant && property.value()->isValueList()) {
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DFilterOperationResolver.cpp140 if (!parameterValue->isValueList())
177 if (!parameterIterator.value()->isValueList())
234 ASSERT_WITH_SECURITY_IMPLICATION(shadersValue->isValueList());
362 if (!inValue->isValueList())
H A DStyleBuilderCustom.cpp144 if (value->isValueList()) {
532 if (!value->isValueList())
776 if (value->isValueList()) {
925 if (!value->isValueList())
1049 if (cssPaintOrder->isValueList()) {
1221 if (!value->isValueList())
1303 if (value->isValueList()) {
1602 if (!value->isValueList())
2113 if (!value->isValueList()) {
2165 if (value->isValueList())
[all...]
H A DCSSToStyleMap.cpp509 if (!value || !value->isValueList())
531 else if (current->isValueList()) {
H A DFontBuilder.cpp164 if (!value->isValueList())
396 if (value->isValueList()) {
H A DTransformBuilder.cpp90 if (!inValue || !inValue->isValueList()) {
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditingStyle.cpp237 return matches(element) && styleValue && styleValue->isValueList() && toCSSValueList(styleValue.get())->hasValue(m_primitiveValue.get());
663 if (textDecorationsInEffect->isValueList())
1119 if ((property.id() == textDecorationPropertyForEditing() || property.id() == CSSPropertyWebkitTextDecorationsInEffect) && property.value()->isValueList() && value) {
1120 if (value->isValueList()) {
1382 if (textDecoration && !textDecoration->isValueList())
1448 if (textDecoration && textDecoration->isValueList()) {
1498 if (!textDecoration || !textDecoration->isValueList() || !refTextDecoration || !refTextDecoration->isValueList())
H A DEditorCommand.cpp142 if (selectedCSSValue->isValueList()) {
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPageSerializer.cpp366 } else if (cssValue->isValueList()) {

Completed in 306 milliseconds