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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFrameSet.cpp 44 RenderFrameSet::RenderFrameSet(HTMLFrameSetElement* frameSet)
45 : RenderBox(frameSet)
61 inline HTMLFrameSetElement* RenderFrameSet::frameSet() const
90 context->fillRect(borderRect, frameSet()->hasBorderColor() ? resolveColor(CSSPropertyBorderLeftColor) : borderFillColor());
109 context->fillRect(borderRect, frameSet()->hasBorderColor() ? resolveColor(CSSPropertyBorderLeftColor) : borderFillColor());
134 LayoutUnit borderThickness = frameSet()->border();
164 // To track edges for resizability and borders, we need to be (size + 1). This is because a parent frameset
166 // what to do. We are capable of tainting that parent frameset's borders, so we have to cache this info.
367 // and its adjacent frame(s) instead of recomputing the edge info for the entire frameset.
394 m_rows.m_preventResize.fill(frameSet()->noResize())
    [all...]
RenderFrameSet.h 108 inline HTMLFrameSetElement* frameSet() const;
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp     [all...]

Completed in 24 milliseconds