webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Member Functions | Static Public Member Functions | List of all members
WebKit::WebBackForwardList Class Reference

#include <WebBackForwardList.h>

Inheritance diagram for WebKit::WebBackForwardList:
API::ObjectImpl< API::Object::Type::BackForwardList > API::Object

Public Member Functions

void pageClosed ()
 
virtual ~WebBackForwardList ()
 
void addItem (WebBackForwardListItem *)
 
void goToItem (WebBackForwardListItem *)
 
void removeAllItems ()
 
void clear ()
 
WebBackForwardListItemcurrentItem () const
 
WebBackForwardListItembackItem () const
 
WebBackForwardListItemforwardItem () const
 
WebBackForwardListItemitemAtIndex (int) const
 
const BackForwardListItemVectorentries () const
 
uint32_t currentIndex () const
 
int backListCount () const
 
int forwardListCount () const
 
Ref< API::ArraybackList () const
 
Ref< API::ArrayforwardList () const
 
Ref< API::ArraybackListAsAPIArrayWithLimit (unsigned limit) const
 
Ref< API::ArrayforwardListAsAPIArrayWithLimit (unsigned limit) const
 
BackForwardListState backForwardListState (const std::function< bool(WebBackForwardListItem &)> &) const
 
void restoreFromState (BackForwardListState)
 
Vector< BackForwardListItemStateitemStates () const
 
- Public Member Functions inherited from API::ObjectImpl< API::Object::Type::BackForwardList >
virtual ~ObjectImpl ()
 
- Public Member Functions inherited from API::Object
virtual ~Object ()
 

Static Public Member Functions

static Ref< WebBackForwardListcreate (WebPageProxy &page)
 
- Static Public Member Functions inherited from API::Object
static voidwrap (API::Object *)
 
static API::Objectunwrap (void *)
 

Additional Inherited Members

- Public Types inherited from API::Object
enum  Type {
  Type::Null = 0, Type::Array, Type::AuthenticationChallenge, Type::AuthenticationDecisionListener,
  Type::CertificateInfo, Type::Connection, Type::ContextMenuItem, Type::Credential,
  Type::Data, Type::Dictionary, Type::Error, Type::FrameHandle,
  Type::Image, Type::PageGroupData, Type::PageHandle, Type::PageGroupHandle,
  Type::ProtectionSpace, Type::RenderLayer, Type::RenderObject, Type::SecurityOrigin,
  Type::SessionState, Type::SerializedScriptValue, Type::String, Type::URL,
  Type::URLRequest, Type::URLResponse, Type::UserContentURLPattern, Type::UserScript,
  Type::UserStyleSheet, Type::WebArchive, Type::WebArchiveResource, Type::Boolean,
  Type::Double, Type::UInt64, Type::Point, Type::Size,
  Type::Rect, Type::ApplicationCacheManager, Type::AutomationSession, Type::BackForwardList,
  Type::BackForwardListItem, Type::CacheManager, Type::ColorPickerResultListener, Type::ContextMenuListener,
  Type::CookieManager, Type::Download, Type::ExperimentalFeature, Type::FormSubmissionListener,
  Type::Frame, Type::FrameInfo, Type::FramePolicyListener, Type::FullScreenManager,
  Type::GeolocationManager, Type::GeolocationPermissionRequest, Type::HitTestResult, Type::GeolocationPosition,
  Type::GrammarDetail, Type::IconDatabase, Type::Inspector, Type::KeyValueStorageManager,
  Type::MediaCacheManager, Type::Navigation, Type::NavigationAction, Type::NavigationData,
  Type::NavigationResponse, Type::Notification, Type::NotificationManager, Type::NotificationPermissionRequest,
  Type::OpenPanelParameters, Type::OpenPanelResultListener, Type::OriginDataManager, Type::Page,
  Type::PageConfiguration, Type::PageGroup, Type::ProcessPool, Type::ProcessPoolConfiguration,
  Type::PluginSiteDataManager, Type::Preferences, Type::ResourceLoadStatisticsStore, Type::RunBeforeUnloadConfirmPanelResultListener,
  Type::RunJavaScriptAlertResultListener, Type::RunJavaScriptConfirmResultListener, Type::RunJavaScriptPromptResultListener, Type::TextChecker,
  Type::UserContentController, Type::UserContentExtension, Type::UserContentExtensionStore, Type::UserContentWorld,
  Type::UserInitiatedAction, Type::UserMediaPermissionCheck, Type::UserMediaPermissionRequest, Type::Vibration,
  Type::ViewportAttributes, Type::VisitedLinkStore, Type::WebResourceLoadStatisticsManager, Type::WebsiteDataRecord,
  Type::WebsiteDataStore, Type::WebsitePolicies, Type::WindowFeatures, Type::Bundle,
  Type::BundleBackForwardList, Type::BundleBackForwardListItem, Type::BundleCSSStyleDeclarationHandle, Type::BundleDOMWindowExtension,
  Type::BundleFileHandle, Type::BundleFrame, Type::BundleHitTestResult, Type::BundleInspector,
  Type::BundleNavigationAction, Type::BundleNodeHandle, Type::BundlePage, Type::BundlePageBanner,
  Type::BundlePageGroup, Type::BundlePageOverlay, Type::BundleRangeHandle, Type::BundleScriptWorld,
  Type::EditCommandProxy, Type::ObjCObjectGraph, Type::View
}
 
- Static Public Attributes inherited from API::ObjectImpl< API::Object::Type::BackForwardList >
static const Type APIType
 
- Protected Member Functions inherited from API::ObjectImpl< API::Object::Type::BackForwardList >
 ObjectImpl ()
 
Type type () const override
 
- Protected Member Functions inherited from API::Object
 Object ()
 

Constructor & Destructor Documentation

◆ ~WebBackForwardList()

WebBackForwardList::~WebBackForwardList ( )
virtual

Member Function Documentation

◆ addItem()

void WebBackForwardList::addItem ( WebBackForwardListItem newItem)

◆ backForwardListState()

BackForwardListState WebBackForwardList::backForwardListState ( const std::function< bool(WebBackForwardListItem &)> &  filter) const

◆ backItem()

WebBackForwardListItem * WebBackForwardList::backItem ( ) const

◆ backList()

Ref< API::Array > WebBackForwardList::backList ( ) const

◆ backListAsAPIArrayWithLimit()

Ref< API::Array > WebBackForwardList::backListAsAPIArrayWithLimit ( unsigned  limit) const

◆ backListCount()

int WebBackForwardList::backListCount ( ) const

◆ clear()

void WebBackForwardList::clear ( )

◆ create()

static Ref<WebBackForwardList> WebKit::WebBackForwardList::create ( WebPageProxy page)
inlinestatic

◆ currentIndex()

uint32_t WebKit::WebBackForwardList::currentIndex ( ) const
inline

◆ currentItem()

WebBackForwardListItem * WebBackForwardList::currentItem ( ) const

◆ entries()

const BackForwardListItemVector& WebKit::WebBackForwardList::entries ( ) const
inline

◆ forwardItem()

WebBackForwardListItem * WebBackForwardList::forwardItem ( ) const

◆ forwardList()

Ref< API::Array > WebBackForwardList::forwardList ( ) const

◆ forwardListAsAPIArrayWithLimit()

Ref< API::Array > WebBackForwardList::forwardListAsAPIArrayWithLimit ( unsigned  limit) const

◆ forwardListCount()

int WebBackForwardList::forwardListCount ( ) const

◆ goToItem()

void WebBackForwardList::goToItem ( WebBackForwardListItem item)

◆ itemAtIndex()

WebBackForwardListItem * WebBackForwardList::itemAtIndex ( int  index) const

◆ itemStates()

Vector< BackForwardListItemState > WebBackForwardList::itemStates ( ) const

◆ pageClosed()

void WebBackForwardList::pageClosed ( )

◆ removeAllItems()

void WebBackForwardList::removeAllItems ( )

◆ restoreFromState()

void WebBackForwardList::restoreFromState ( BackForwardListState  backForwardListState)

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