HomeSort by relevance Sort by last modified time
    Searched refs:rootBox (Results 1 - 10 of 10) sorted by null

  /external/webkit/WebCore/rendering/
RenderSVGInline.cpp 53 SVGRootInlineBox* rootBox = firstBox ? static_cast<SVGInlineTextBox*>(firstBox)->svgRootInlineBox() : 0;
54 RenderBox* object = rootBox ? rootBox->block() : 0;
72 SVGRootInlineBox* rootBox = firstBox ? static_cast<SVGInlineTextBox*>(firstBox)->svgRootInlineBox() : 0;
73 RenderBox* object = rootBox ? rootBox->block() : 0;
RenderSVGInlineText.cpp 155 SVGRootInlineBox* rootBox = textBox->svgRootInlineBox();
156 RenderBlock* object = rootBox ? rootBox->block() : 0;
SVGInlineTextBox.cpp 221 SVGRootInlineBox* rootBox = svgRootInlineBox();
222 if (!rootBox)
228 rootBox->walkTextChunks(&walker, this);
314 SVGRootInlineBox* rootBox = svgRootInlineBox();
315 if (!rootBox)
321 rootBox->walkTextChunks(&walker, this);
SVGRenderTreeAsText.cpp 364 SVGRootInlineBox* rootBox = textBox->svgRootInlineBox();
365 if (!rootBox)
368 Vector<SVGTextChunk>& chunks = const_cast<Vector<SVGTextChunk>& >(rootBox->svgTextChunks());
InlineFlowBox.cpp 743 RootInlineBox* rootBox = root();
744 int bottom = min(rootBox->lineBottom(), y + h);
745 y = max(rootBox->lineTop(), y);
    [all...]
SVGRootInlineBox.cpp 339 SVGRootInlineBoxPaintWalker(SVGRootInlineBox* rootBox, SVGResourceFilter* rootFilter, RenderObject::PaintInfo paintInfo, int tx, int ty)
340 : m_rootBox(rootBox)
344 , m_boundingBox(tx + rootBox->x(), ty + rootBox->y(), rootBox->width(), rootBox->height())
    [all...]
RenderBox.cpp     [all...]
RenderBlock.cpp 400 RootInlineBox* rootBox = createRootInlineBox();
401 m_lineBoxes.appendLineBox(rootBox);
402 return rootBox;
    [all...]
  /external/webkit/WebCore/svg/
SVGTextContentElement.cpp 332 SVGRootInlineBox* rootBox = static_cast<SVGRootInlineBox*>(svgText->firstRootBox());
333 if (!rootBox) {
336 rootBox = static_cast<SVGRootInlineBox*>(svgText->firstRootBox());
339 ASSERT(rootBox);
340 return rootBox;
346 SVGRootInlineBox* rootBox = rootInlineBoxForTextContentElement(element);
347 if (!rootBox)
351 Vector<SVGInlineTextBox*> textBoxes = findInlineTextBoxInTextChunks(element, rootBox->svgTextChunks());
363 rootBox->walkTextChunks(&walker, *it);
  /external/webkit/WebCore/editing/
visible_units.cpp 384 RootInlineBox *rootBox = rootBoxForLine(c);
385 if (!rootBox) {
398 InlineBox *startBox = rootBox->firstLeafChild();
452 RootInlineBox *rootBox = rootBoxForLine(c);
453 if (!rootBox) {
466 InlineBox *endBox = rootBox->lastLeafChild();
    [all...]

Completed in 205 milliseconds