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

#include <OrderIterator.h>

Public Member Functions

 OrderIterator (RenderBox &)
 
RenderBoxcurrentChild () const
 
RenderBoxfirst ()
 
RenderBoxnext ()
 
bool shouldSkipChild (const RenderObject &) const
 
 OrderIterator (RenderBox &)
 
RenderBoxcurrentChild () const
 
RenderBoxfirst ()
 
RenderBoxnext ()
 
bool shouldSkipChild (const RenderObject &) const
 

Friends

class OrderIteratorPopulator
 

Constructor & Destructor Documentation

◆ OrderIterator() [1/2]

WebCore::OrderIterator::OrderIterator ( RenderBox containerBox)
explicit

◆ OrderIterator() [2/2]

WebCore::OrderIterator::OrderIterator ( RenderBox )
explicit

Member Function Documentation

◆ currentChild() [1/2]

RenderBox* WebCore::OrderIterator::currentChild ( ) const
inline

◆ currentChild() [2/2]

RenderBox* WebCore::OrderIterator::currentChild ( ) const
inline

◆ first() [1/2]

RenderBox * WebCore::OrderIterator::first ( void  )

◆ first() [2/2]

RenderBox* WebCore::OrderIterator::first ( )

◆ next() [1/2]

RenderBox* WebCore::OrderIterator::next ( )

◆ next() [2/2]

RenderBox * WebCore::OrderIterator::next ( void  )

◆ shouldSkipChild() [1/2]

bool WebCore::OrderIterator::shouldSkipChild ( const RenderObject child) const

◆ shouldSkipChild() [2/2]

bool WebCore::OrderIterator::shouldSkipChild ( const RenderObject ) const

Friends And Related Function Documentation

◆ OrderIteratorPopulator


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