Searched refs:getIdent (Results 1 – 12 of 12) sorted by relevance
2951 switch (primitiveValue->getIdent()) { in applyProperty()2977 if (primitiveValue->getIdent() == CSSValueAuto) in applyProperty()3011 switch (primitiveValue->getIdent()) { in applyProperty()3039 int id = primitiveValue->getIdent(); in applyProperty()3062 if (primitiveValue->getIdent()) { in applyProperty()3063 switch (primitiveValue->getIdent()) { in applyProperty()3280 if (primitiveValue && primitiveValue->getIdent() == CSSValueCurrentcolor) in applyProperty()3397 switch (primitiveValue->getIdent()) { in applyProperty()3456 if (primitiveValue && primitiveValue->getIdent() == CSSValueNormal) { in applyProperty()3496 if (!primitiveValue->getIdent()) in applyProperty()[all …]
125 … switch (static_cast<CSSPrimitiveValue*>(styleList->itemWithoutBoundsCheck(i))->getIdent()) { in addFontFaceRule()157 … switch (static_cast<CSSPrimitiveValue*>(weightList->itemWithoutBoundsCheck(i))->getIdent()) { in addFontFaceRule()213 … switch (static_cast<CSSPrimitiveValue*>(variantList->itemWithoutBoundsCheck(i))->getIdent()) { in addFontFaceRule()299 switch (item->getIdent()) { in addFontFaceRule()
142 if (primitiveValue->getIdent()) { in applySVGProperty()143 switch (primitiveValue->getIdent()) { in applySVGProperty()527 } else if (primitiveValue->getIdent() == CSSValueAuto) in applySVGProperty()
680 int CSSPrimitiveValue::getIdent() in getIdent() function in WebCore::CSSPrimitiveValue857 … if (region->top()->m_type == CSS_IDENT && region->top()->getIdent() == CSSValueInvalid) { in cssText()861 ASSERT(region->right()->getIdent() == CSSValueInvalid); in cssText()862 ASSERT(region->bottom()->getIdent() == CSSValueInvalid); in cssText()863 ASSERT(region->left()->getIdent() == CSSValueInvalid); in cssText()
163 int getIdent();
1496 …eValue->primitiveType() == CSSPrimitiveValue::CSS_IDENT && primitiveValue->getIdent() == sizeValue) in cssPropertyMatches()
204 …etProperty(CSSPropertyUnicodeBidi, static_cast<CSSPrimitiveValue*>(unicodeBidi.get())->getIdent()); in input()207 …e->setProperty(CSSPropertyDirection, static_cast<CSSPrimitiveValue*>(direction.get())->getIdent()); in input()
753 if (static_cast<CSSPrimitiveValue*>(unicodeBidi.get())->getIdent() != CSSValueNormal) { in splitAncestorsWithUnicodeBidi()766 if (allowedDirection && highestAncestorUnicodeBidi->getIdent() != CSSValueBidiOverride) { in splitAncestorsWithUnicodeBidi()769 …st<CSSPrimitiveValue*>(highestAncestorDirection.get())->getIdent() == allowedDirection->getIdent()… in splitAncestorsWithUnicodeBidi()809 if (static_cast<CSSPrimitiveValue*>(unicodeBidi.get())->getIdent() != CSSValueNormal) { in removeEmbeddingUpToEnclosingBlock()875 if (static_cast<CSSPrimitiveValue*>(unicodeBidi.get())->getIdent() == CSSValueEmbed) { in applyInlineStyle()906 …e->setProperty(CSSPropertyDirection, static_cast<CSSPrimitiveValue*>(direction.get())->getIdent()); in applyInlineStyle()949 … if (static_cast<CSSPrimitiveValue*>(ancestorUnicodeBidi.get())->getIdent() == CSSValueEmbed) { in applyInlineStyle()963 … if (static_cast<CSSPrimitiveValue*>(ancestorUnicodeBidi.get())->getIdent() == CSSValueEmbed) { in applyInlineStyle()976 …e->setProperty(CSSPropertyDirection, static_cast<CSSPrimitiveValue*>(direction.get())->getIdent()); in applyInlineStyle()
482 int unicodeBidiValue = static_cast<CSSPrimitiveValue*>(unicodeBidi.get())->getIdent(); in textDirectionForSelection()493 … int unicodeBidiValue = static_cast<CSSPrimitiveValue*>(unicodeBidi.get())->getIdent(); in textDirectionForSelection()499 …return static_cast<CSSPrimitiveValue*>(direction.get())->getIdent() == CSSValueLtr ? LeftToRightWr… in textDirectionForSelection()525 int unicodeBidiValue = static_cast<CSSPrimitiveValue*>(unicodeBidi.get())->getIdent(); in textDirectionForSelection()538 int directionValue = static_cast<CSSPrimitiveValue*>(direction.get())->getIdent(); in textDirectionForSelection()
701 return static_cast<CSSPrimitiveValue*>(value.get())->getIdent() == CSSValueNone; in propertyMissingOrEqualToNone()
925 …etProperty(CSSPropertyUnicodeBidi, static_cast<CSSPrimitiveValue*>(unicodeBidi.get())->getIdent()); in computeAndSetTypingStyle()928 …e->setProperty(CSSPropertyDirection, static_cast<CSSPrimitiveValue*>(direction.get())->getIdent()); in computeAndSetTypingStyle()
64975 (WebCore::CSSPrimitiveValue::getIdent):