webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
WebCore::RenderBoxRegionInfo Class Reference

#include <RenderBoxRegionInfo.h>

Public Member Functions

 RenderBoxRegionInfo (LayoutUnit logicalLeft, LayoutUnit logicalWidth, bool isShifted)
 
LayoutUnit logicalLeft () const
 
LayoutUnit logicalWidth () const
 
void shiftLogicalLeft (LayoutUnit delta)
 
bool isShifted () const
 
void createOverflow (const LayoutRect &layoutOverflow, const LayoutRect &visualOverflow)
 
RenderOverflowoverflow () const
 
void clearOverflow ()
 

Constructor & Destructor Documentation

◆ RenderBoxRegionInfo()

WebCore::RenderBoxRegionInfo::RenderBoxRegionInfo ( LayoutUnit  logicalLeft,
LayoutUnit  logicalWidth,
bool  isShifted 
)
inline

Member Function Documentation

◆ clearOverflow()

void WebCore::RenderBoxRegionInfo::clearOverflow ( )
inline

◆ createOverflow()

void WebCore::RenderBoxRegionInfo::createOverflow ( const LayoutRect layoutOverflow,
const LayoutRect visualOverflow 
)
inline

◆ isShifted()

bool WebCore::RenderBoxRegionInfo::isShifted ( ) const
inline

◆ logicalLeft()

LayoutUnit WebCore::RenderBoxRegionInfo::logicalLeft ( ) const
inline

◆ logicalWidth()

LayoutUnit WebCore::RenderBoxRegionInfo::logicalWidth ( ) const
inline

◆ overflow()

RenderOverflow* WebCore::RenderBoxRegionInfo::overflow ( ) const
inline

◆ shiftLogicalLeft()

void WebCore::RenderBoxRegionInfo::shiftLogicalLeft ( LayoutUnit  delta)
inline

The documentation for this class was generated from the following file: