Home
last modified time | relevance | path

Searched refs:selectionStyle (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/editing/
DEditor.cpp772 …RefPtr<CSSComputedStyleDeclaration> selectionStyle = m_frame->selectionComputedStyle(nodeToRemove); in selectionStartHasStyle() local
773 if (!selectionStyle) in selectionStartHasStyle()
782 …if (!equalIgnoringCase(mutableStyle->getPropertyValue(propertyID), selectionStyle->getPropertyValu… in selectionStartHasStyle()
825 …RefPtr<CSSComputedStyleDeclaration> selectionStyle = m_frame->selectionComputedStyle(nodeToRemove); in selectionHasStyle() local
826 if (!selectionStyle) in selectionHasStyle()
828 updateState(mutableStyle.get(), selectionStyle.get(), atStart, state); in selectionHasStyle()
/external/webkit/WebCore/page/
DFrame.cpp942 RefPtr<CSSStyleDeclaration> selectionStyle = selectionComputedStyle(nodeToRemove); in selectionStartStylePropertyValue() local
943 if (!selectionStyle) in selectionStartStylePropertyValue()
946 String value = selectionStyle->getPropertyValue(stylePropertyID); in selectionStartStylePropertyValue()