Searched refs:frameSetElement (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderFrameSet.cpp60 HTMLFrameSetElement& RenderFrameSet::frameSetElement() const function in class:WebCore::RenderFrameSet
95 context->fillRect(borderRect, frameSetElement().hasBorderColor() ? style().visitedDependentColor(CSSPropertyBorderLeftColor) : borderFillColor(), colorSpace);
115 context->fillRect(borderRect, frameSetElement().hasBorderColor() ? style().visitedDependentColor(CSSPropertyBorderLeftColor) : borderFillColor(), colorSpace);
138 LayoutUnit borderThickness = frameSetElement().border();
398 m_rows.m_preventResize.fill(frameSetElement().noResize());
400 m_cols.m_preventResize.fill(frameSetElement().noResize());
426 FrameEdgeInfo result(frameSetElement().noResize(), true);
428 int rows = frameSetElement().totalRows();
429 int cols = frameSetElement().totalCols();
462 unsigned cols = frameSetElement()
[all...]
H A DRenderFrameSet.h61 HTMLFrameSetElement& frameSetElement() const;

Completed in 113 milliseconds