Searched refs:selectionStyle (Results 1 – 2 of 2) sorted by relevance
772 …RefPtr<CSSComputedStyleDeclaration> selectionStyle = m_frame->selectionComputedStyle(nodeToRemove); in selectionStartHasStyle() local773 if (!selectionStyle) in selectionStartHasStyle()782 …if (!equalIgnoringCase(mutableStyle->getPropertyValue(propertyID), selectionStyle->getPropertyValu… in selectionStartHasStyle()825 …RefPtr<CSSComputedStyleDeclaration> selectionStyle = m_frame->selectionComputedStyle(nodeToRemove); in selectionHasStyle() local826 if (!selectionStyle) in selectionHasStyle()828 updateState(mutableStyle.get(), selectionStyle.get(), atStart, state); in selectionHasStyle()
942 RefPtr<CSSStyleDeclaration> selectionStyle = selectionComputedStyle(nodeToRemove); in selectionStartStylePropertyValue() local943 if (!selectionStyle) in selectionStartStylePropertyValue()946 String value = selectionStyle->getPropertyValue(stylePropertyID); in selectionStartStylePropertyValue()