Home | History | Annotate | Download | only in rendering

Lines Matching defs:frameSet

43 RenderFrameSet::RenderFrameSet(HTMLFrameSetElement* frameSet)
44 : RenderBox(frameSet)
63 inline HTMLFrameSetElement* RenderFrameSet::frameSet() const
93 context->fillRect(borderRect, frameSet()->hasBorderColor() ? style()->borderLeftColor() : borderFillColor(), colorSpace);
113 context->fillRect(borderRect, frameSet()->hasBorderColor() ? style()->borderLeftColor() : borderFillColor(), colorSpace);
136 int rows = frameSet()->totalRows();
137 int cols = frameSet()->totalCols();
138 int borderThickness = frameSet()->border();
171 if (inside && frameSet()->noResize()
186 // To track edges for resizability and borders, we need to be (size + 1). This is because a parent frameset
188 // what to do. We are capable of tainting that parent frameset's borders, so we have to cache this info.
408 m_rows.m_preventResize.fill(frameSet()->noResize());
410 m_cols.m_preventResize.fill(frameSet()->noResize());
417 int rows = frameSet()->totalRows();
418 int cols = frameSet()->totalCols();
436 FrameEdgeInfo result(frameSet()->noResize(), true);
438 int rows = frameSet()->totalRows();
439 int cols = frameSet()->totalCols();
472 size_t cols = frameSet()->totalCols();
473 size_t rows = frameSet()->totalRows();
493 int borderThickness = frameSet()->border();
494 layOutAxis(m_rows, frameSet()->rowLengths(), height() - (rows - 1) * borderThickness);
495 layOutAxis(m_cols, frameSet()->colLengths(), width() - (cols - 1) * borderThickness);
525 int rows = frameSet()->totalRows();
526 int cols = frameSet()->totalCols();
529 int borderThickness = frameSet()->border();
531 // Keep track of the maximum width of a row which will become the maximum width of the frameset.
533 const Length* rowLengths = frameSet()->rowLengths();
534 const Length* colLengths = frameSet()->colLengths();
648 int rows = frameSet()->totalRows();
649 int cols = frameSet()->totalCols();
651 int borderThickness = frameSet()->border();
654 // calculate frameset height based on actual content height to eliminate scrolling
665 bool fixedWidth = frameSet()->colLengths() && frameSet()->colLengths()[c].isFixed();
666 bool fixedHeight = frameSet()->rowLengths() && frameSet()->rowLengths()[r].isFixed();
821 frame->eventHandler()->setResizingFrameSet(isResizing ? frameSet() : 0);
851 int borderThickness = frameSet()->border();
868 int borderThickness = frameSet()->border();