Home | History | Annotate | Download | only in editing

Lines Matching refs:isBlock

129     void wrapWithStyleNode(CSSStyleDeclaration*, Document*, bool isBlock = false);
150 appendElement(markup, static_cast<Element*>(node), convertBlocksToInlines && isBlock(const_cast<Node*>(node)), rangeFullySelectsNode);
159 void StyledMarkupAccumulator::wrapWithStyleNode(CSSStyleDeclaration* style, Document* document, bool isBlock)
169 append(openTag, isBlock ? divStyle : styleSpanOpen);
174 appendString(isBlock ? divClose : styleSpanClose);
337 if (isBlock(n) && canHaveChildrenForEditing(n) && next == pastEnd)