Lines Matching refs:RefPtr
103 RefPtr<CSSMutableStyleDeclaration> mutableStyle = style->makeMutable(); in init()
230 RefPtr<CSSComputedStyleDeclaration> style = pos.computedStyle(); in currentlyHasStyle()
231 RefPtr<CSSValue> value; in currentlyHasStyle()
294 RefPtr<Element> fontNode = createHTMLElement(document, fontTag); in createFontElement()
301 RefPtr<HTMLElement> styleElement = createHTMLElement(document, spanTag); in createStyleSpanElement()
306 RefPtr<CSSMutableStyleDeclaration> getPropertiesNotInComputedStyle(CSSStyleDeclaration* style, CSSC… in getPropertiesNotInComputedStyle()
310 RefPtr<CSSMutableStyleDeclaration> result = style->copy(); in getPropertiesNotInComputedStyle()
314 …RefPtr<CSSValue> computedValue = computedStyle->getPropertyCSSValue(CSSPropertyWebkitTextDecoratio… in getPropertiesNotInComputedStyle()
321 RefPtr<CSSValue> styleValue = style->getPropertyCSSValue(textDecorationProperties[n]); in getPropertiesNotInComputedStyle()
372 RefPtr<CSSComputedStyleDeclaration> computedStyleAtPosition = pos.computedStyle(); in editingStyleAtPosition()
373 …RefPtr<CSSMutableStyleDeclaration> style = computedStyleAtPosition->copyPropertiesInSet(editingSty… in editingStyleAtPosition()
404 RefPtr<CSSMutableStyleDeclaration> style = editingStyleAtPosition(pos); in prepareEditingStyleToApplyAt()
408 … RefPtr<CSSValue> backgroundColor = editingStyle->getPropertyCSSValue(CSSPropertyBackgroundColor); in prepareEditingStyleToApplyAt()
422 …RefPtr<CSSMutableStyleDeclaration> parentStyle = editingStyleAtPosition(Position(node->parentNode(… in removeStylesAddedByNode()
423 RefPtr<CSSMutableStyleDeclaration> style = editingStyleAtPosition(Position(node, 0)); in removeStylesAddedByNode()
500 RefPtr<CSSMutableStyleDeclaration> blockStyle = m_style->copyBlockProperties(); in doApply()
506 RefPtr<CSSMutableStyleDeclaration> inlineStyle = m_style->copy(); in doApply()
548 …RefPtr<Range> startRange = Range::create(document(), rangeStart, rangeCompliantEquivalent(visibleS… in applyBlockStyle()
549 …RefPtr<Range> endRange = Range::create(document(), rangeStart, rangeCompliantEquivalent(visibleEnd… in applyBlockStyle()
559 RefPtr<Node> block = enclosingBlock(paragraphStart.deepEquivalent().node()); in applyBlockStyle()
560 …RefPtr<Node> newBlock = moveParagraphContentsToNewBlockIfNecessary(paragraphStart.deepEquivalent()… in applyBlockStyle()
585 RefPtr<CSSValue> value = style->getPropertyCSSValue(CSSPropertyFontSize); in applyRelativeFontStyleChange()
662 Vector<RefPtr<HTMLElement> > unstyledSpans; in applyRelativeFontStyleChange()
666 RefPtr<HTMLElement> element; in applyRelativeFontStyleChange()
675 RefPtr<HTMLElement> span = createStyleSpanElement(document()); in applyRelativeFontStyleChange()
687 RefPtr<CSSValue> value = inlineStyleDecl->getPropertyCSSValue(CSSPropertyFontSize); in applyRelativeFontStyleChange()
738 HTMLElement* ApplyStyleCommand::splitAncestorsWithUnicodeBidi(Node* node, bool before, RefPtr<CSSPr… in splitAncestorsWithUnicodeBidi()
748 RefPtr<CSSPrimitiveValue> highestAncestorUnicodeBidi; in splitAncestorsWithUnicodeBidi()
750 … RefPtr<CSSValue> unicodeBidi = computedStyle(n)->getPropertyCSSValue(CSSPropertyUnicodeBidi); in splitAncestorsWithUnicodeBidi()
767 …RefPtr<CSSValue> highestAncestorDirection = computedStyle(highestAncestorWithUnicodeBidi)->getProp… in splitAncestorsWithUnicodeBidi()
806 …RefPtr<CSSValue> unicodeBidi = computedStyle(element)->getPropertyCSSValue(CSSPropertyUnicodeBidi); in removeEmbeddingUpToEnclosingBlock()
819 … RefPtr<CSSMutableStyleDeclaration> inlineStyle = element->getInlineStyleDecl()->copy(); in removeEmbeddingUpToEnclosingBlock()
868 RefPtr<CSSValue> unicodeBidi = style->getPropertyCSSValue(CSSPropertyUnicodeBidi); in applyInlineStyle()
869 RefPtr<CSSValue> direction; in applyInlineStyle()
873 RefPtr<CSSPrimitiveValue> allowedDirection; in applyInlineStyle()
904 RefPtr<CSSMutableStyleDeclaration> embeddingStyle = CSSMutableStyleDeclaration::create(); in applyInlineStyle()
910 RefPtr<CSSMutableStyleDeclaration> styleWithoutEmbedding = style->copy(); in applyInlineStyle()
946 …RefPtr<CSSValue> ancestorUnicodeBidi = computedStyle(n)->getPropertyCSSValue(CSSPropertyUnicodeBid… in applyInlineStyle()
960 …RefPtr<CSSValue> ancestorUnicodeBidi = computedStyle(n)->getPropertyCSSValue(CSSPropertyUnicodeBid… in applyInlineStyle()
974 … RefPtr<CSSMutableStyleDeclaration> embeddingStyle = CSSMutableStyleDeclaration::create(); in applyInlineStyle()
980 RefPtr<CSSMutableStyleDeclaration> styleWithoutEmbedding = style->copy(); in applyInlineStyle()
1032 … RefPtr<CSSMutableStyleDeclaration> inlineStyle = element->getInlineStyleDecl()->copy(); in applyInlineStyleToRange()
1094 …DEFINE_STATIC_LOCAL(RefPtr<CSSPrimitiveValue>, underline, (CSSPrimitiveValue::createIdentifier(CSS… in implicitlyStyledElementShouldBeRemovedWhenApplyingStyle()
1095 …DEFINE_STATIC_LOCAL(RefPtr<CSSPrimitiveValue>, lineThrough, (CSSPrimitiveValue::createIdentifier(C… in implicitlyStyledElementShouldBeRemovedWhenApplyingStyle()
1194 RefPtr<CSSValue> value = decl->getPropertyCSSValue(propertyID); in removeCSSStyle()
1215 …RefPtr<CSSValue> value = computedStyle(node)->getPropertyCSSValue(CSSPropertyTextDecoration, DoNot… in hasTextDecorationProperty()
1247 RefPtr<CSSMutableStyleDeclaration> style = element->inlineStyleDecl(); in extractTextDecorationStyle()
1252 …RefPtr<CSSMutableStyleDeclaration> textDecorationStyle = style->copyPropertiesInSet(properties, 1); in extractTextDecorationStyle()
1254 RefPtr<CSSValue> property = style->getPropertyCSSValue(CSSPropertyTextDecoration); in extractTextDecorationStyle()
1270 RefPtr<CSSComputedStyleDeclaration> nodeStyle = computedStyle(node); in extractAndNegateTextDecorationStyle()
1274 …RefPtr<CSSMutableStyleDeclaration> textDecorationStyle = nodeStyle->copyPropertiesInSet(properties… in extractAndNegateTextDecorationStyle()
1276 RefPtr<CSSValue> property = nodeStyle->getPropertyCSSValue(CSSPropertyTextDecoration); in extractAndNegateTextDecorationStyle()
1278 RefPtr<CSSMutableStyleDeclaration> newStyle = textDecorationStyle->copy(); in extractAndNegateTextDecorationStyle()
1294 RefPtr<HTMLElement> styleSpan = createStyleSpanElement(document()); in applyTextDecorationStyle()
1326 …RefPtr<CSSMutableStyleDeclaration> decoration = forceNegate ? extractAndNegateTextDecorationStyle(… in pushDownTextDecorationStyleAroundNode()
1382 …RefPtr<CSSValue> textDecorationSpecialProperty = style->getPropertyCSSValue(CSSPropertyWebkitTextD… in removeInlineStyle()
1643 RefPtr<Element> element = elementToInsert; in surroundNodeRangeWithElement()
1715 RefPtr<Element> fontElement = createFontElement(document()); in addInlineStyleIfNeeded()
1735 RefPtr<Element> styleElement = createStyleSpanElement(document()); in addInlineStyleIfNeeded()
1761 RefPtr<CSSComputedStyleDeclaration> computedStyle = pos.computedStyle(); in computedFontSize()
1765 …RefPtr<CSSPrimitiveValue> value = static_pointer_cast<CSSPrimitiveValue>(computedStyle->getPropert… in computedFontSize()