• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/WebCore-7600.1.25/rendering/

Lines Matching +refs:frame +refs:width

209         r = IntRect(linesBox.x(), linesBox.y(), linesBox.width(), linesBox.height());
215 r = IntRect(0, 0, inlineFlow.linesBoundingBox().width(), inlineFlow.linesBoundingBox().height());
222 r = LayoutRect(cell.x(), cell.y() + cell.intrinsicPaddingBefore(), cell.width(), cell.height() - cell.intrinsicPaddingBefore() - cell.intrinsicPaddingAfter());
450 ts << " (layout overflow " << layoutOverflow.x().toInt() << "," << layoutOverflow.y().toInt() << " " << layoutOverflow.width().toInt() << "x" << layoutOverflow.height().toInt() << ")";
454 ts << " (visual overflow " << visualOverflow.x().toInt() << "," << visualOverflow.y().toInt() << " " << visualOverflow.width().toInt() << "x" << visualOverflow.height().toInt() << ")";
472 ts << "text run at (" << x << "," << y << ") width " << logicalWidth;
489 int logicalWidth = ceilf(rect.x() + rect.width()) - x;
494 ts << "text run at (" << x << "," << y << ") width " << logicalWidth;
569 if (RenderView* root = view->frame().contentRenderer()) {
736 paintDirtyRect.setWidth(std::max<LayoutUnit>(paintDirtyRect.width(), rootLayer->renderBox()->layoutOverflowRect().maxX()));
848 Frame* frame = renderer->document().frame();
849 if (!frame)
852 VisibleSelection selection = frame->selection().selection();
875 String externalRepresentation(Frame* frame, RenderAsTextBehavior behavior)
877 RenderObject* renderer = frame->contentRenderer();
881 PrintContext printContext(frame);
883 printContext.begin(toRenderBox(renderer)->width());
885 frame->document()->updateLayout();