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

Public Member Functions

 ScopedFrameSelectionState (Frame &frame)
 
 ~ScopedFrameSelectionState ()
 

Public Attributes

const Frameframe
 
RenderObjectstartRenderer
 
RenderObjectendRenderer
 
std::optional< unsigned > startOffset
 
std::optional< unsigned > endOffset
 

Constructor & Destructor Documentation

◆ ScopedFrameSelectionState()

WebCore::ScopedFrameSelectionState::ScopedFrameSelectionState ( Frame frame)
inline

◆ ~ScopedFrameSelectionState()

WebCore::ScopedFrameSelectionState::~ScopedFrameSelectionState ( )
inline

Member Data Documentation

◆ endOffset

std::optional<unsigned> WebCore::ScopedFrameSelectionState::endOffset

◆ endRenderer

RenderObject* WebCore::ScopedFrameSelectionState::endRenderer

◆ frame

const Frame& WebCore::ScopedFrameSelectionState::frame

◆ startOffset

std::optional<unsigned> WebCore::ScopedFrameSelectionState::startOffset

◆ startRenderer

RenderObject* WebCore::ScopedFrameSelectionState::startRenderer

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