Searched refs:renderStyleOfEnclosingTextNode (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/editing/
H A DApplyBlockElementCommand.h51 RenderStyle* renderStyleOfEnclosingTextNode(const Position&);
H A DApplyBlockElementCommand.cpp178 RenderStyle* ApplyBlockElementCommand::renderStyleOfEnclosingTextNode(const Position& position) function in class:WebCore::ApplyBlockElementCommand
200 if (RenderStyle* startStyle = renderStyleOfEnclosingTextNode(start)) {
201 isStartAndEndOnSameNode = renderStyleOfEnclosingTextNode(end) && start.containerNode() == end.containerNode();
202 bool isStartAndEndOfLastParagraphOnSameNode = renderStyleOfEnclosingTextNode(m_endOfLastParagraph) && start.containerNode() == m_endOfLastParagraph.containerNode();
225 if (RenderStyle* endStyle = renderStyleOfEnclosingTextNode(end)) {
226 bool isEndAndEndOfLastParagraphOnSameNode = renderStyleOfEnclosingTextNode(m_endOfLastParagraph) && end.deprecatedNode() == m_endOfLastParagraph.deprecatedNode();
257 RenderStyle* style = renderStyleOfEnclosingTextNode(position);

Completed in 189 milliseconds