Searched refs:RenderTextControlInnerBlock (Results 1 – 2 of 2) sorted by relevance
89 class RenderTextControlInnerBlock : public RenderBlockFlow {91 RenderTextControlInnerBlock(Element* element) : RenderBlockFlow(element) { } in RenderTextControlInnerBlock() function
141 return new RenderTextControlInnerBlock(this); in createRenderer()