HomeSort by relevance Sort by last modified time
    Searched refs:isPrimitiveValue (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8CSSValueCustom.cpp 50 if (impl->isPrimitiveValue())
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
CSSToStyleMap.cpp 62 if (!value->isPrimitiveValue())
88 if (!value->isPrimitiveValue())
102 if (!value->isPrimitiveValue())
116 if (!value->isPrimitiveValue())
130 if (!value->isPrimitiveValue())
155 if (!value->isPrimitiveValue())
169 if (!value->isPrimitiveValue())
184 if (!value->isPrimitiveValue())
225 if (!value->isPrimitiveValue())
249 if (!value->isPrimitiveValue())
    [all...]
StyleBuilderCustom.cpp 124 CSSPrimitiveValue* primitiveValue = value->isPrimitiveValue() ? toCSSPrimitiveValue(value) : 0;
334 if (value->isPrimitiveValue() && toCSSPrimitiveValue(value)->getValueID() == CSSValueAuto)
356 if (value->isPrimitiveValue()) {
531 if (!inspector.first()->isPrimitiveValue() || !inspector.second()->isPrimitiveValue())
552 if (!inspector.first()->isPrimitiveValue())
590 if (!value->isPrimitiveValue())
791 if (!value->isPrimitiveValue())
    [all...]
StyleBuilderConverter.cpp 61 if (value->isPrimitiveValue()) {
89 if (!value->isPrimitiveValue())
114 if (value->isPrimitiveValue()) {
165 if (value->isPrimitiveValue())
179 if (value->isPrimitiveValue()) {
291 if (value->isPrimitiveValue()) {
377 if (value->isPrimitiveValue()) {
422 if (!currValue->isPrimitiveValue())
ViewportStyleResolver.cpp 124 if (!value || !value->isPrimitiveValue())
174 if (!value || !value->isPrimitiveValue())
FilterOperationResolver.cpp 80 if (inValue->isPrimitiveValue()) {
131 if (!filterValue->itemWithoutBoundsCheck(j)->isPrimitiveValue()) {
140 CSSPrimitiveValue* firstValue = filterValue->length() && filterValue->itemWithoutBoundsCheck(0)->isPrimitiveValue() ? toCSSPrimitiveValue(filterValue->itemWithoutBoundsCheck(0)) : 0;
FontBuilder.cpp 174 if (!item->isPrimitiveValue())
280 if (!value->isPrimitiveValue())
407 ASSERT(item->isPrimitiveValue());
408 if (item->isPrimitiveValue()) {
444 ASSERT_WITH_SECURITY_IMPLICATION(value->isPrimitiveValue());
TransformBuilder.cpp 103 if (!transformValue->itemWithoutBoundsCheck(j)->isPrimitiveValue()) {
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSValueList.h 108 bool isPrimitiveValue() const { return value()->isPrimitiveValue(); }
CSSValue.h 72 bool isPrimitiveValue() const { return m_classType == PrimitiveClass; }
114 return isPrimitiveValue() || isSVGPaint() || isValueList();
CSSValueList.cpp 119 if (formattingFlag == AlwaysQuoteCSSString && m_values[i]->isPrimitiveValue())
FontFace.cpp 443 if (!m_style->isPrimitiveValue())
461 if (!m_weight->isPrimitiveValue())
504 if (fontVariant->isPrimitiveValue()) {
CSSMatrix.cpp 68 if (!value || (value->isPrimitiveValue() && (toCSSPrimitiveValue(value.get()))->getValueID() == CSSValueNone))
CSSPrimitiveValue.h 430 DEFINE_CSS_VALUE_TYPE_CASTS(CSSPrimitiveValue, isPrimitiveValue());
CSSValue.cpp 101 if (isPrimitiveValue())
StylePropertySerializer.cpp 544 if (!value->isPrimitiveValue() || !yValue->isPrimitiveValue())
    [all...]
CSSCalculationValue.cpp 630 if (!value || !value->isPrimitiveValue())
  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditingStyle.cpp 203 return matches(element) && value && value->isPrimitiveValue() && toCSSPrimitiveValue(value.get())->getValueID() == m_primitiveValue->getValueID();
386 if (!colorValue || !colorValue->isPrimitiveValue())
517 if (!value || !value->isPrimitiveValue())
542 if (!unicodeBidi || !unicodeBidi->isPrimitiveValue())
548 if (!direction || !direction->isPrimitiveValue())
    [all...]
markup.cpp 476 if (!value->isPrimitiveValue())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/interpolation/
LengthStyleInterpolation.cpp 15 if (value.isPrimitiveValue()) {
LengthStyleInterpolationTest.cpp 34 EXPECT_TRUE(value->isPrimitiveValue());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
ReferenceFilterBuilder.cpp 88 if (cssValue.get() && cssValue->isPrimitiveValue()) {
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptSource.js 221 isPrimitiveValue: function(object)
249 if (this.isPrimitiveValue(object))
976 if (this.isPrimitiveValue(obj))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
BisonCSSParser-in.cpp     [all...]
CSSPropertyParser.cpp     [all...]

Completed in 536 milliseconds

1 2