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 42 RenderFrameSet::RenderFrameSet(HTMLFrameSetElement* frameSet)
43 : RenderBox(frameSet)
59 inline HTMLFrameSetElement* RenderFrameSet::frameSet() const
88 context->fillRect(borderRect, frameSet()->hasBorderColor() ? resolveColor(CSSPropertyBorderLeftColor) : borderFillColor());
107 context->fillRect(borderRect, frameSet()->hasBorderColor() ? resolveColor(CSSPropertyBorderLeftColor) : borderFillColor());
132 LayoutUnit borderThickness = frameSet()->border();
162 // To track edges for resizability and borders, we need to be (size + 1). This is because a parent frameset
164 // what to do. We are capable of tainting that parent frameset's borders, so we have to cache this info.
365 // and its adjacent frame(s) instead of recomputing the edge info for the entire frameset.
392 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 209 milliseconds