Home
last modified time | relevance | path

Searched refs:isPrimitiveValue (Results 1 – 25 of 27) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DCSSToStyleMap.cpp67 if (!value->isPrimitiveValue()) in mapFillAttachment()
93 if (!value->isPrimitiveValue()) in mapFillClip()
107 if (!value->isPrimitiveValue()) in mapFillComposite()
121 if (!value->isPrimitiveValue()) in mapFillBlendMode()
135 if (!value->isPrimitiveValue()) in mapFillOrigin()
160 if (!value->isPrimitiveValue()) in mapFillRepeatX()
174 if (!value->isPrimitiveValue()) in mapFillRepeatY()
189 if (!value->isPrimitiveValue()) in mapFillSize()
233 if (!value->isPrimitiveValue()) in mapFillXPosition()
258 if (!value->isPrimitiveValue()) in mapFillYPosition()
[all …]
DFilterOperationResolver.cpp98 if (!value->isPrimitiveValue()) in parseCustomFilterArrayParameter()
113 if (!value->isPrimitiveValue()) in parseCustomFilterNumberParameter()
159 if (!values->itemWithoutBoundsCheck(0)->isPrimitiveValue() || values->length() > 4) in parseCustomFilterParameter()
180 if (!iterator.isPrimitiveValue()) in parseCustomFilterParameterList()
295 if (iterator.hasMore() && iterator.isPrimitiveValue()) { in createCustomFilterOperationWithInlineSyntax()
304 if (iterator.hasMore() && iterator.isPrimitiveValue()) { in createCustomFilterOperationWithInlineSyntax()
314 if (iterator.hasMore() && iterator.isPrimitiveValue()) { in createCustomFilterOperationWithInlineSyntax()
344 bool isAtRuleReferenceSyntax = filterValue->itemWithoutBoundsCheck(0)->isPrimitiveValue(); in createCustomFilterOperation()
356 if (inValue->isPrimitiveValue()) { in createFilterOperations()
416 if (!filterValue->itemWithoutBoundsCheck(j)->isPrimitiveValue()) { in createFilterOperations()
[all …]
DStyleBuilderCustom.cpp111 if (!value->isPrimitiveValue()) in applyValueCSSPropertyClip()
155 } else if (item->isPrimitiveValue()) { in applyValueCSSPropertyCursor()
161 } else if (value->isPrimitiveValue()) { in applyValueCSSPropertyCursor()
193 if (!value->isPrimitiveValue()) in applyValueCSSPropertyDisplay()
246 if (!value->isPrimitiveValue()) in applyValueCSSPropertyFontWeight()
266 if (!value->isPrimitiveValue()) in applyValueCSSPropertyLineHeight()
323 if (!value->isPrimitiveValue()) in applyValueCSSPropertyResize()
430 if (!inspector.first()->isPrimitiveValue() || !inspector.second()->isPrimitiveValue()) in applyValueCSSPropertySize()
451 if (!inspector.first()->isPrimitiveValue()) in applyValueCSSPropertySize()
489 if (!value->isPrimitiveValue()) in applyValueCSSPropertyTextAlign()
[all …]
DViewportStyleResolver.cpp131 if (!value || !value->isPrimitiveValue()) in viewportArgumentValue()
181 if (!value || !value->isPrimitiveValue()) in viewportLengthValue()
DFontBuilder.cpp176 if (!item->isPrimitiveValue()) in setFontFamilyValue()
283 if (!value->isPrimitiveValue()) in setFontSizeValue()
400 ASSERT(item->isPrimitiveValue()); in setFontVariantLigaturesValue()
401 if (item->isPrimitiveValue()) { in setFontVariantLigaturesValue()
431 ASSERT_WITH_SECURITY_IMPLICATION(value->isPrimitiveValue()); in setFontVariantLigaturesValue()
DStyleBuilderConverter.cpp131 if (value->isPrimitiveValue()) { in convertShadow()
DTransformBuilder.cpp109 if (!transformValue->itemWithoutBoundsCheck(j)->isPrimitiveValue()) { in createTransformOperations()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditingStyle.cpp199 …return matches(element) && value && value->isPrimitiveValue() && toCSSPrimitiveValue(value.get())-… in valueIsPresentInStyle()
382 if (!colorValue || !colorValue->isPrimitiveValue()) in cssValueToRGBA()
513 if (!value || !value->isPrimitiveValue()) in extractFontSizeDelta()
538 if (!unicodeBidi || !unicodeBidi->isPrimitiveValue()) in textDirection()
544 if (!direction || !direction->isPrimitiveValue()) in textDirection()
975 if (unicodeBidi && unicodeBidi->isPrimitiveValue()) { in prepareToApplyAt()
977 if (direction && direction->isPrimitiveValue()) in prepareToApplyAt()
1170 if (!value->isPrimitiveValue()) in mergeStyleFromRulesForSerialization()
1243 if (!cssValue || !cssValue->isPrimitiveValue()) in legacyFontSize()
1308 if (!unicodeBidi || !unicodeBidi->isPrimitiveValue()) in textDirectionForSelection()
[all …]
Dmarkup.cpp465 if (!value->isPrimitiveValue()) in propertyMissingOrEqualToNone()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSValueList.h107 bool isPrimitiveValue() const { return value()->isPrimitiveValue(); } in isPrimitiveValue() function
DMediaQueryEvaluator.cpp182 if (value->isPrimitiveValue() in numberValue()
235 if (value && value->isPrimitiveValue()) { in orientationMediaFeatureEval()
293 if (!value->isPrimitiveValue()) in evalResolution()
340 if (!value->isPrimitiveValue()) in computeLength()
641 if (!value->isPrimitiveValue()) in pointerMediaFeatureEval()
659 if (!value->isPrimitiveValue()) in scanMediaFeatureEval()
DCSSValue.h68 bool isPrimitiveValue() const { return m_classType == PrimitiveClass; } in isPrimitiveValue() function
114 return isPrimitiveValue() || isSVGColor() || isValueList(); in isSubtypeExposedToCSSOM()
DFontFace.cpp391 if (!m_style->isPrimitiveValue()) in traitsMask()
410 if (!m_weight->isPrimitiveValue()) in traitsMask()
452 if (fontVariant->isPrimitiveValue()) { in traitsMask()
DCSSValue.cpp100 if (isPrimitiveValue()) in cssValueType()
114 if (isPrimitiveValue()) in addSubresourceStyleURLs()
DCSSValueList.cpp119 if (formattingFlag == AlwaysQuoteCSSString && m_values[i]->isPrimitiveValue()) in customCSSText()
DCSSMatrix.cpp67 …if (!value || (value->isPrimitiveValue() && (toCSSPrimitiveValue(value.get()))->getValueID() == CS… in setMatrixValue()
DMediaList.cpp283 if (cssValue && cssValue->isPrimitiveValue()) { in reportMediaQueryWarningIfNeeded()
DStylePropertySerializer.cpp607 if (!value->isPrimitiveValue() || !yValue->isPrimitiveValue()) in getLayeredShorthandValue()
DCSSPrimitiveValue.h387 DEFINE_CSS_VALUE_TYPE_CASTS(CSSPrimitiveValue, isPrimitiveValue());
DCSSCalculationValue.cpp610 if (!value || !value->isPrimitiveValue()) in parseValue()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
DV8CSSValueCustom.cpp56 if (impl->isPrimitiveValue()) in wrap()
/external/chromium_org/third_party/WebKit/Source/core/animation/
DAnimatableLength.cpp43 if (value->isPrimitiveValue()) { in create()
65 if (value->isPrimitiveValue()) { in canCreateFrom()
/external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
DStyleBuilderFunctions.cpp.tmpl138 if (!value->isPrimitiveValue())
263 if (!value->isPrimitiveValue())
329 if (!currValue->isPrimitiveValue())
456 if (!value->isPrimitiveValue())
473 if (!value->isPrimitiveValue())
490 if (value->isPrimitiveValue()) {
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInjectedScriptSource.js133 isPrimitiveValue: function(object) method in InjectedScript
161 if (this.isPrimitiveValue(object))
837 if (this.isPrimitiveValue(obj))
866 if (this.isPrimitiveValue(obj))
933 if (injectedScript.isPrimitiveValue(object) || object === null || forceValueType) {
1389 } else if (injectedScript.isPrimitiveValue(object)) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DReferenceFilterBuilder.cpp87 if (cssValue.get() && cssValue->isPrimitiveValue()) { in getSVGElementColorSpace()

12