Home | History | Annotate | Download | only in editing

Lines Matching full:get

109     RefPtr<CSSMutableStyleDeclaration> mutableStyle = getPropertiesNotInComputedStyle(style.get(), computedStyle.get());
111 reconcileTextDecorationProperties(mutableStyle.get());
113 extractTextStyles(mutableStyle.get());
154 return static_cast<CSSPrimitiveValue*>(value.get())->getIdent();
190 RefPtr<CSSValueList> newTextDecoration = static_cast<CSSValueList*>(textDecoration.get())->copy();
191 if (newTextDecoration->removeAll(underline.get()))
193 if (newTextDecoration->removeAll(lineThrough.get()))
197 setTextDecorationProperty(style, newTextDecoration.get(), CSSPropertyTextDecoration);
214 CSSPrimitiveValue* primitiveColor = static_cast<CSSPrimitiveValue*>(colorValue.get());
233 CSSPrimitiveValue* value = static_cast<CSSPrimitiveValue*>(fontSize.get());
330 RefPtr<CSSValueList> newTextDecoration = static_cast<CSSValueList*>(textDecoration.get())->copy();
336 setTextDecorationProperty(style, newTextDecoration.get(), propertID);
351 switch (static_cast<CSSPrimitiveValue*>(fontWeight.get())->getIdent()) {
376 computedStyle->diff(result.get());
379 diffTextDecorations(result.get(), CSSPropertyTextDecoration, computedTextDecorationsInEffect.get());
380 diffTextDecorations(result.get(), CSSPropertyWebkitTextDecorationsInEffect, computedTextDecorationsInEffect.get());
382 if (fontWeightIsBold(result.get()) == fontWeightIsBold(computedStyle))
463 CSSPrimitiveValue* primitiveValue = static_cast<CSSPrimitiveValue*>(backgroundColor.get());
477 parentStyle->diff(style.get());
555 applyBlockStyle(blockStyle.get());
560 applyRelativeFontStyleChange(inlineStyle.get());
561 blockStyle->diff(inlineStyle.get());
562 applyInlineStyle(inlineStyle.get());
568 applyBlockStyle(m_style.get());
585 // get positions we want to use for applying style
603 int startIndex = TextIterator::rangeLength(startRange.get(), true);
604 int endIndex = TextIterator::rangeLength(endRange.get(), true);
618 removeCSSStyle(style, static_cast<HTMLElement*>(block.get()));
620 addBlockStyle(styleChange, static_cast<HTMLElement*>(block.get()));
645 // Get the adjustment amount out of the style.
651 CSSPrimitiveValue *primitiveValue = static_cast<CSSPrimitiveValue *>(value.get());
729 surroundNodeRangeWithElement(node, node, span.get());
739 float desiredFontSize = max(MinimumFontSize, startingFontSizes.get(node) + adjustment);
747 setNodeAttribute(element.get(), styleAttr, inlineStyleDecl->cssText());
750 removeNodeAttribute(element.get(), styleAttr);
752 if (isUnstyledStyleSpan(element.get()))
759 removeNodePreservingChildren(unstyledSpans[i].get());
806 if (static_cast<CSSPrimitiveValue*>(unicodeBidi.get())->getIdent() != CSSValueNormal) {
807 highestAncestorUnicodeBidi = static_cast<CSSPrimitiveValue*>(unicodeBidi.get());
822 if (static_cast<CSSPrimitiveValue*>(highestAncestorDirection.get())->getIdent() == allowedDirection->getIdent() && highestAncestorWithUnicodeBidi->isHTMLElement()) {
862 if (static_cast<CSSPrimitiveValue*>(unicodeBidi.get())->getIdent() != CSSValueNormal) {
928 if (static_cast<CSSPrimitiveValue*>(unicodeBidi.get())->getIdent() == CSSValueEmbed) {
932 allowedDirection = static_cast<CSSPrimitiveValue*>(direction.get());
959 embeddingStyle->setProperty(CSSPropertyDirection, static_cast<CSSPrimitiveValue*>(direction.get())->getIdent());
1002 if (static_cast<CSSPrimitiveValue*>(ancestorUnicodeBidi.get())->getIdent() == CSSValueEmbed) {
1016 if (static_cast<CSSPrimitiveValue*>(ancestorUnicodeBidi.get())->getIdent() == CSSValueEmbed) {
1029 embeddingStyle->setProperty(CSSPropertyDirection, static_cast<CSSPrimitiveValue*>(direction.get())->getIdent());
1030 applyInlineStyleToRange(embeddingStyle.get(), embeddingApplyStart, embeddingApplyEnd);
1036 applyInlineStyleToRange(styleWithoutEmbedding.get(), start, end);
1130 CSSValueList* valueList = static_cast<CSSValueList*>(textDecorationsToApply.get());
1132 return !valueList->hasValue(value.get());
1315 removeCSSProperty(style.get(), CSSPropertyTextDecoration);
1339 applyTextDecorationStyle(node, newStyle.get());
1356 surroundNodeRangeWithElement(node, node, styleSpan.get());
1357 node = styleSpan.get();
1399 applyTextDecorationStyle(child, decoration.get());
1471 if (implicitlyStyledElementShouldBeRemovedWhenApplyingStyle(elem, style.get()))
1477 removeHTMLFontStyle(style.get(), elem);
1478 removeHTMLBidiEmbeddingStyle(style.get(), elem);
1479 removeCSSStyle(style.get(), elem);
1727 && areIdenticalElements(element.get(), static_cast<Element*>(nextSibling)))
1809 surroundNodeRangeWithElement(startNode, endNode, fontElement.get());