Home
last modified time | relevance | path

Searched refs:getIdent (Results 1 – 12 of 12) sorted by relevance

/external/webkit/WebCore/css/
DCSSStyleSelector.cpp2951 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 …]
DCSSFontSelector.cpp125 … 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()
DSVGCSSStyleSelector.cpp142 if (primitiveValue->getIdent()) { in applySVGProperty()
143 switch (primitiveValue->getIdent()) { in applySVGProperty()
527 } else if (primitiveValue->getIdent() == CSSValueAuto) in applySVGProperty()
DCSSPrimitiveValue.cpp680 int CSSPrimitiveValue::getIdent() in getIdent() function in WebCore::CSSPrimitiveValue
857 … 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()
DCSSPrimitiveValue.h163 int getIdent();
DCSSComputedStyleDeclaration.cpp1496 …eValue->primitiveType() == CSSPrimitiveValue::CSS_IDENT && primitiveValue->getIdent() == sizeValue) in cssPropertyMatches()
/external/webkit/WebCore/editing/
DInsertTextCommand.cpp204 …etProperty(CSSPropertyUnicodeBidi, static_cast<CSSPrimitiveValue*>(unicodeBidi.get())->getIdent()); in input()
207 …e->setProperty(CSSPropertyDirection, static_cast<CSSPrimitiveValue*>(direction.get())->getIdent()); in input()
DApplyStyleCommand.cpp753 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()
DEditor.cpp482 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()
Dmarkup.cpp701 return static_cast<CSSPrimitiveValue*>(value.get())->getIdent() == CSSValueNone; in propertyMissingOrEqualToNone()
/external/webkit/WebCore/page/
DFrame.cpp925 …etProperty(CSSPropertyUnicodeBidi, static_cast<CSSPrimitiveValue*>(unicodeBidi.get())->getIdent()); in computeAndSetTypingStyle()
928 …e->setProperty(CSSPropertyDirection, static_cast<CSSPrimitiveValue*>(direction.get())->getIdent()); in computeAndSetTypingStyle()
/external/webkit/WebCore/
DChangeLog-2007-10-1464975 (WebCore::CSSPrimitiveValue::getIdent):