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

#include <HistoryItem.h>

Inheritance diagram for WebCore::HistoryItem:
WTF::RefCounted< HistoryItem > WTF::RefCounted< HistoryItem > WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase

Public Member Functions

WEBCORE_EXPORT ~HistoryItem ()
 
WEBCORE_EXPORT Ref< HistoryItemcopy () const
 
void reset ()
 
WEBCORE_EXPORT const StringoriginalURLString () const
 
WEBCORE_EXPORT const StringurlString () const
 
WEBCORE_EXPORT const Stringtitle () const
 
bool isInPageCache () const
 
WEBCORE_EXPORT bool hasCachedPageExpired () const
 
WEBCORE_EXPORT void setAlternateTitle (const String &)
 
WEBCORE_EXPORT const StringalternateTitle () const
 
WEBCORE_EXPORT URL url () const
 
WEBCORE_EXPORT URL originalURL () const
 
WEBCORE_EXPORT const Stringreferrer () const
 
WEBCORE_EXPORT const Stringtarget () const
 
WEBCORE_EXPORT bool isTargetItem () const
 
WEBCORE_EXPORT FormDataformData ()
 
WEBCORE_EXPORT String formContentType () const
 
bool lastVisitWasFailure () const
 
WEBCORE_EXPORT const IntPointscrollPosition () const
 
WEBCORE_EXPORT void setScrollPosition (const IntPoint &)
 
void clearScrollPosition ()
 
WEBCORE_EXPORT float pageScaleFactor () const
 
WEBCORE_EXPORT void setPageScaleFactor (float)
 
WEBCORE_EXPORT const Vector< String > & documentState () const
 
WEBCORE_EXPORT void setDocumentState (const Vector< String > &)
 
void clearDocumentState ()
 
WEBCORE_EXPORT void setShouldOpenExternalURLsPolicy (ShouldOpenExternalURLsPolicy)
 
WEBCORE_EXPORT ShouldOpenExternalURLsPolicy shouldOpenExternalURLsPolicy () const
 
void setURL (const URL &)
 
WEBCORE_EXPORT void setURLString (const String &)
 
WEBCORE_EXPORT void setOriginalURLString (const String &)
 
WEBCORE_EXPORT void setReferrer (const String &)
 
WEBCORE_EXPORT void setTarget (const String &)
 
WEBCORE_EXPORT void setTitle (const String &)
 
WEBCORE_EXPORT void setIsTargetItem (bool)
 
WEBCORE_EXPORT void setStateObject (RefPtr< SerializedScriptValue > &&)
 
SerializedScriptValuestateObject () const
 
void setItemSequenceNumber (long long number)
 
long long itemSequenceNumber () const
 
void setDocumentSequenceNumber (long long number)
 
long long documentSequenceNumber () const
 
void setFormInfoFromRequest (const ResourceRequest &)
 
WEBCORE_EXPORT void setFormData (RefPtr< FormData > &&)
 
WEBCORE_EXPORT void setFormContentType (const String &)
 
void setLastVisitWasFailure (bool wasFailure)
 
WEBCORE_EXPORT void addChildItem (Ref< HistoryItem > &&)
 
void setChildItem (Ref< HistoryItem > &&)
 
WEBCORE_EXPORT HistoryItemchildItemWithTarget (const String &)
 
HistoryItemchildItemWithDocumentSequenceNumber (long long number)
 
WEBCORE_EXPORT const Vector< Ref< HistoryItem > > & children () const
 
WEBCORE_EXPORT bool hasChildren () const
 
void clearChildren ()
 
bool shouldDoSameDocumentNavigationTo (HistoryItem &otherItem) const
 
bool hasSameFrames (HistoryItem &otherItem) const
 
bool isCurrentDocument (Document &) const
 
int showTree () const
 
int showTreeWithIndent (unsigned indentLevel) const
 
void notifyChanged ()
 
void setWasRestoredFromSession (bool wasRestoredFromSession)
 
bool wasRestoredFromSession () const
 
WEBCORE_EXPORT ~HistoryItem ()
 
WEBCORE_EXPORT Ref< HistoryItemcopy () const
 
void reset ()
 
WEBCORE_EXPORT const StringoriginalURLString () const
 
WEBCORE_EXPORT const StringurlString () const
 
WEBCORE_EXPORT const Stringtitle () const
 
bool isInPageCache () const
 
WEBCORE_EXPORT bool hasCachedPageExpired () const
 
WEBCORE_EXPORT void setAlternateTitle (const String &)
 
WEBCORE_EXPORT const StringalternateTitle () const
 
WEBCORE_EXPORT URL url () const
 
WEBCORE_EXPORT URL originalURL () const
 
WEBCORE_EXPORT const Stringreferrer () const
 
WEBCORE_EXPORT const Stringtarget () const
 
WEBCORE_EXPORT bool isTargetItem () const
 
WEBCORE_EXPORT FormDataformData ()
 
WEBCORE_EXPORT String formContentType () const
 
bool lastVisitWasFailure () const
 
WEBCORE_EXPORT const IntPointscrollPosition () const
 
WEBCORE_EXPORT void setScrollPosition (const IntPoint &)
 
void clearScrollPosition ()
 
WEBCORE_EXPORT float pageScaleFactor () const
 
WEBCORE_EXPORT void setPageScaleFactor (float)
 
WEBCORE_EXPORT const Vector< String > & documentState () const
 
WEBCORE_EXPORT void setDocumentState (const Vector< String > &)
 
void clearDocumentState ()
 
WEBCORE_EXPORT void setShouldOpenExternalURLsPolicy (ShouldOpenExternalURLsPolicy)
 
WEBCORE_EXPORT ShouldOpenExternalURLsPolicy shouldOpenExternalURLsPolicy () const
 
void setURL (const URL &)
 
WEBCORE_EXPORT void setURLString (const String &)
 
WEBCORE_EXPORT void setOriginalURLString (const String &)
 
WEBCORE_EXPORT void setReferrer (const String &)
 
WEBCORE_EXPORT void setTarget (const String &)
 
WEBCORE_EXPORT void setTitle (const String &)
 
WEBCORE_EXPORT void setIsTargetItem (bool)
 
WEBCORE_EXPORT void setStateObject (RefPtr< SerializedScriptValue > &&)
 
SerializedScriptValuestateObject () const
 
void setItemSequenceNumber (long long number)
 
long long itemSequenceNumber () const
 
void setDocumentSequenceNumber (long long number)
 
long long documentSequenceNumber () const
 
void setFormInfoFromRequest (const ResourceRequest &)
 
WEBCORE_EXPORT void setFormData (RefPtr< FormData > &&)
 
WEBCORE_EXPORT void setFormContentType (const String &)
 
void setLastVisitWasFailure (bool wasFailure)
 
WEBCORE_EXPORT void addChildItem (Ref< HistoryItem > &&)
 
void setChildItem (Ref< HistoryItem > &&)
 
WEBCORE_EXPORT HistoryItemchildItemWithTarget (const String &)
 
HistoryItemchildItemWithDocumentSequenceNumber (long long number)
 
WEBCORE_EXPORT const Vector< Ref< HistoryItem > > & children () const
 
WEBCORE_EXPORT bool hasChildren () const
 
void clearChildren ()
 
bool shouldDoSameDocumentNavigationTo (HistoryItem &otherItem) const
 
bool hasSameFrames (HistoryItem &otherItem) const
 
bool isCurrentDocument (Document &) const
 
int showTree () const
 
int showTreeWithIndent (unsigned indentLevel) const
 
void notifyChanged ()
 
void setWasRestoredFromSession (bool wasRestoredFromSession)
 
bool wasRestoredFromSession () const
 
- Public Member Functions inherited from WTF::RefCounted< HistoryItem >
void deref () const
 
void deref () const
 
void deref () const
 
- Public Member Functions inherited from WTF::RefCountedBase
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 
void relaxAdoptionRequirement ()
 
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 
void relaxAdoptionRequirement ()
 
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 
void relaxAdoptionRequirement ()
 

Static Public Member Functions

static Ref< HistoryItemcreate ()
 
static Ref< HistoryItemcreate (const String &urlString, const String &title)
 
static Ref< HistoryItemcreate (const String &urlString, const String &title, const String &alternateTitle)
 
static Ref< HistoryItemcreate ()
 
static Ref< HistoryItemcreate (const String &urlString, const String &title)
 
static Ref< HistoryItemcreate (const String &urlString, const String &title, const String &alternateTitle)
 

Friends

class PageCache
 

Additional Inherited Members

- Protected Member Functions inherited from WTF::RefCounted< HistoryItem >
 RefCounted ()
 
 RefCounted ()
 
 RefCounted ()
 
 ~RefCounted ()
 
 ~RefCounted ()
 
 ~RefCounted ()
 
- Protected Member Functions inherited from WTF::RefCountedBase
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 

Constructor & Destructor Documentation

◆ ~HistoryItem() [1/2]

WebCore::HistoryItem::~HistoryItem ( )

◆ ~HistoryItem() [2/2]

WEBCORE_EXPORT WebCore::HistoryItem::~HistoryItem ( )

Member Function Documentation

◆ addChildItem() [1/2]

void WebCore::HistoryItem::addChildItem ( Ref< HistoryItem > &&  child)

◆ addChildItem() [2/2]

WEBCORE_EXPORT void WebCore::HistoryItem::addChildItem ( Ref< HistoryItem > &&  )

◆ alternateTitle() [1/2]

WEBCORE_EXPORT const String& WebCore::HistoryItem::alternateTitle ( ) const

◆ alternateTitle() [2/2]

const String & WebCore::HistoryItem::alternateTitle ( ) const

◆ childItemWithDocumentSequenceNumber() [1/2]

HistoryItem * WebCore::HistoryItem::childItemWithDocumentSequenceNumber ( long long  number)

◆ childItemWithDocumentSequenceNumber() [2/2]

HistoryItem* WebCore::HistoryItem::childItemWithDocumentSequenceNumber ( long long  number)

◆ childItemWithTarget() [1/2]

HistoryItem * WebCore::HistoryItem::childItemWithTarget ( const String target)

◆ childItemWithTarget() [2/2]

WEBCORE_EXPORT HistoryItem* WebCore::HistoryItem::childItemWithTarget ( const String )

◆ children() [1/2]

const Vector< Ref< HistoryItem > > & WebCore::HistoryItem::children ( ) const

◆ children() [2/2]

WEBCORE_EXPORT const Vector<Ref<HistoryItem> >& WebCore::HistoryItem::children ( ) const

◆ clearChildren() [1/2]

void WebCore::HistoryItem::clearChildren ( )

◆ clearChildren() [2/2]

void WebCore::HistoryItem::clearChildren ( )

◆ clearDocumentState() [1/2]

void WebCore::HistoryItem::clearDocumentState ( )

◆ clearDocumentState() [2/2]

void WebCore::HistoryItem::clearDocumentState ( )

◆ clearScrollPosition() [1/2]

void WebCore::HistoryItem::clearScrollPosition ( )

◆ clearScrollPosition() [2/2]

void WebCore::HistoryItem::clearScrollPosition ( )

◆ copy() [1/2]

WEBCORE_EXPORT Ref<HistoryItem> WebCore::HistoryItem::copy ( ) const

◆ copy() [2/2]

Ref< HistoryItem > WebCore::HistoryItem::copy ( ) const

◆ create() [1/6]

static Ref<HistoryItem> WebCore::HistoryItem::create ( )
inlinestatic

◆ create() [2/6]

static Ref<HistoryItem> WebCore::HistoryItem::create ( )
inlinestatic

◆ create() [3/6]

static Ref<HistoryItem> WebCore::HistoryItem::create ( const String urlString,
const String title 
)
inlinestatic

◆ create() [4/6]

static Ref<HistoryItem> WebCore::HistoryItem::create ( const String urlString,
const String title 
)
inlinestatic

◆ create() [5/6]

static Ref<HistoryItem> WebCore::HistoryItem::create ( const String urlString,
const String title,
const String alternateTitle 
)
inlinestatic

◆ create() [6/6]

static Ref<HistoryItem> WebCore::HistoryItem::create ( const String urlString,
const String title,
const String alternateTitle 
)
inlinestatic

◆ documentSequenceNumber() [1/2]

long long WebCore::HistoryItem::documentSequenceNumber ( ) const
inline

◆ documentSequenceNumber() [2/2]

long long WebCore::HistoryItem::documentSequenceNumber ( ) const
inline

◆ documentState() [1/2]

WEBCORE_EXPORT const Vector<String>& WebCore::HistoryItem::documentState ( ) const

◆ documentState() [2/2]

const Vector< String > & WebCore::HistoryItem::documentState ( ) const

◆ formContentType() [1/2]

String WebCore::HistoryItem::formContentType ( ) const

◆ formContentType() [2/2]

WEBCORE_EXPORT String WebCore::HistoryItem::formContentType ( ) const

◆ formData() [1/2]

FormData * WebCore::HistoryItem::formData ( )

◆ formData() [2/2]

WEBCORE_EXPORT FormData* WebCore::HistoryItem::formData ( )

◆ hasCachedPageExpired() [1/2]

WEBCORE_EXPORT bool WebCore::HistoryItem::hasCachedPageExpired ( ) const

◆ hasCachedPageExpired() [2/2]

bool WebCore::HistoryItem::hasCachedPageExpired ( ) const

◆ hasChildren() [1/2]

bool WebCore::HistoryItem::hasChildren ( ) const

◆ hasChildren() [2/2]

WEBCORE_EXPORT bool WebCore::HistoryItem::hasChildren ( ) const

◆ hasSameFrames() [1/2]

bool WebCore::HistoryItem::hasSameFrames ( HistoryItem otherItem) const

◆ hasSameFrames() [2/2]

bool WebCore::HistoryItem::hasSameFrames ( HistoryItem otherItem) const

◆ isCurrentDocument() [1/2]

bool WebCore::HistoryItem::isCurrentDocument ( Document document) const

◆ isCurrentDocument() [2/2]

bool WebCore::HistoryItem::isCurrentDocument ( Document ) const

◆ isInPageCache() [1/2]

bool WebCore::HistoryItem::isInPageCache ( ) const
inline

◆ isInPageCache() [2/2]

bool WebCore::HistoryItem::isInPageCache ( ) const
inline

◆ isTargetItem() [1/2]

bool WebCore::HistoryItem::isTargetItem ( ) const

◆ isTargetItem() [2/2]

WEBCORE_EXPORT bool WebCore::HistoryItem::isTargetItem ( ) const

◆ itemSequenceNumber() [1/2]

long long WebCore::HistoryItem::itemSequenceNumber ( ) const
inline

◆ itemSequenceNumber() [2/2]

long long WebCore::HistoryItem::itemSequenceNumber ( ) const
inline

◆ lastVisitWasFailure() [1/2]

bool WebCore::HistoryItem::lastVisitWasFailure ( ) const
inline

◆ lastVisitWasFailure() [2/2]

bool WebCore::HistoryItem::lastVisitWasFailure ( ) const
inline

◆ notifyChanged() [1/2]

void WebCore::HistoryItem::notifyChanged ( )

◆ notifyChanged() [2/2]

void WebCore::HistoryItem::notifyChanged ( )

◆ originalURL() [1/2]

WEBCORE_EXPORT URL WebCore::HistoryItem::originalURL ( ) const

◆ originalURL() [2/2]

URL WebCore::HistoryItem::originalURL ( ) const

◆ originalURLString() [1/2]

WEBCORE_EXPORT const String& WebCore::HistoryItem::originalURLString ( ) const

◆ originalURLString() [2/2]

const String & WebCore::HistoryItem::originalURLString ( ) const

◆ pageScaleFactor() [1/2]

WEBCORE_EXPORT float WebCore::HistoryItem::pageScaleFactor ( ) const

◆ pageScaleFactor() [2/2]

float WebCore::HistoryItem::pageScaleFactor ( ) const

◆ referrer() [1/2]

WEBCORE_EXPORT const String& WebCore::HistoryItem::referrer ( ) const

◆ referrer() [2/2]

const String & WebCore::HistoryItem::referrer ( ) const

◆ reset() [1/2]

void WebCore::HistoryItem::reset ( )

◆ reset() [2/2]

void WebCore::HistoryItem::reset ( )

◆ scrollPosition() [1/2]

WEBCORE_EXPORT const IntPoint& WebCore::HistoryItem::scrollPosition ( ) const

◆ scrollPosition() [2/2]

const IntPoint & WebCore::HistoryItem::scrollPosition ( ) const

◆ setAlternateTitle() [1/2]

WEBCORE_EXPORT void WebCore::HistoryItem::setAlternateTitle ( const String )

◆ setAlternateTitle() [2/2]

void WebCore::HistoryItem::setAlternateTitle ( const String alternateTitle)

◆ setChildItem() [1/2]

void WebCore::HistoryItem::setChildItem ( Ref< HistoryItem > &&  child)

◆ setChildItem() [2/2]

void WebCore::HistoryItem::setChildItem ( Ref< HistoryItem > &&  )

◆ setDocumentSequenceNumber() [1/2]

void WebCore::HistoryItem::setDocumentSequenceNumber ( long long  number)
inline

◆ setDocumentSequenceNumber() [2/2]

void WebCore::HistoryItem::setDocumentSequenceNumber ( long long  number)
inline

◆ setDocumentState() [1/2]

WEBCORE_EXPORT void WebCore::HistoryItem::setDocumentState ( const Vector< String > &  )

◆ setDocumentState() [2/2]

void WebCore::HistoryItem::setDocumentState ( const Vector< String > &  state)

◆ setFormContentType() [1/2]

void WebCore::HistoryItem::setFormContentType ( const String formContentType)

◆ setFormContentType() [2/2]

WEBCORE_EXPORT void WebCore::HistoryItem::setFormContentType ( const String )

◆ setFormData() [1/2]

WEBCORE_EXPORT void WebCore::HistoryItem::setFormData ( RefPtr< FormData > &&  )

◆ setFormData() [2/2]

void WebCore::HistoryItem::setFormData ( RefPtr< FormData > &&  formData)

◆ setFormInfoFromRequest() [1/2]

void WebCore::HistoryItem::setFormInfoFromRequest ( const ResourceRequest request)

◆ setFormInfoFromRequest() [2/2]

void WebCore::HistoryItem::setFormInfoFromRequest ( const ResourceRequest )

◆ setIsTargetItem() [1/2]

WEBCORE_EXPORT void WebCore::HistoryItem::setIsTargetItem ( bool  )

◆ setIsTargetItem() [2/2]

void WebCore::HistoryItem::setIsTargetItem ( bool  flag)

◆ setItemSequenceNumber() [1/2]

void WebCore::HistoryItem::setItemSequenceNumber ( long long  number)
inline

◆ setItemSequenceNumber() [2/2]

void WebCore::HistoryItem::setItemSequenceNumber ( long long  number)
inline

◆ setLastVisitWasFailure() [1/2]

void WebCore::HistoryItem::setLastVisitWasFailure ( bool  wasFailure)
inline

◆ setLastVisitWasFailure() [2/2]

void WebCore::HistoryItem::setLastVisitWasFailure ( bool  wasFailure)
inline

◆ setOriginalURLString() [1/2]

void WebCore::HistoryItem::setOriginalURLString ( const String urlString)

◆ setOriginalURLString() [2/2]

WEBCORE_EXPORT void WebCore::HistoryItem::setOriginalURLString ( const String )

◆ setPageScaleFactor() [1/2]

void WebCore::HistoryItem::setPageScaleFactor ( float  scaleFactor)

◆ setPageScaleFactor() [2/2]

WEBCORE_EXPORT void WebCore::HistoryItem::setPageScaleFactor ( float  )

◆ setReferrer() [1/2]

void WebCore::HistoryItem::setReferrer ( const String referrer)

◆ setReferrer() [2/2]

WEBCORE_EXPORT void WebCore::HistoryItem::setReferrer ( const String )

◆ setScrollPosition() [1/2]

WEBCORE_EXPORT void WebCore::HistoryItem::setScrollPosition ( const IntPoint )

◆ setScrollPosition() [2/2]

void WebCore::HistoryItem::setScrollPosition ( const IntPoint position)

◆ setShouldOpenExternalURLsPolicy() [1/2]

WEBCORE_EXPORT void WebCore::HistoryItem::setShouldOpenExternalURLsPolicy ( ShouldOpenExternalURLsPolicy  )

◆ setShouldOpenExternalURLsPolicy() [2/2]

void WebCore::HistoryItem::setShouldOpenExternalURLsPolicy ( ShouldOpenExternalURLsPolicy  policy)

◆ setStateObject() [1/2]

WEBCORE_EXPORT void WebCore::HistoryItem::setStateObject ( RefPtr< SerializedScriptValue > &&  )

◆ setStateObject() [2/2]

void WebCore::HistoryItem::setStateObject ( RefPtr< SerializedScriptValue > &&  object)

◆ setTarget() [1/2]

void WebCore::HistoryItem::setTarget ( const String target)

◆ setTarget() [2/2]

WEBCORE_EXPORT void WebCore::HistoryItem::setTarget ( const String )

◆ setTitle() [1/2]

WEBCORE_EXPORT void WebCore::HistoryItem::setTitle ( const String )

◆ setTitle() [2/2]

void WebCore::HistoryItem::setTitle ( const String title)

◆ setURL() [1/2]

void WebCore::HistoryItem::setURL ( const URL url)

◆ setURL() [2/2]

void WebCore::HistoryItem::setURL ( const URL )

◆ setURLString() [1/2]

WEBCORE_EXPORT void WebCore::HistoryItem::setURLString ( const String )

◆ setURLString() [2/2]

void WebCore::HistoryItem::setURLString ( const String urlString)

◆ setWasRestoredFromSession() [1/2]

void WebCore::HistoryItem::setWasRestoredFromSession ( bool  wasRestoredFromSession)
inline

◆ setWasRestoredFromSession() [2/2]

void WebCore::HistoryItem::setWasRestoredFromSession ( bool  wasRestoredFromSession)
inline

◆ shouldDoSameDocumentNavigationTo() [1/2]

bool WebCore::HistoryItem::shouldDoSameDocumentNavigationTo ( HistoryItem otherItem) const

◆ shouldDoSameDocumentNavigationTo() [2/2]

bool WebCore::HistoryItem::shouldDoSameDocumentNavigationTo ( HistoryItem otherItem) const

◆ shouldOpenExternalURLsPolicy() [1/2]

WEBCORE_EXPORT ShouldOpenExternalURLsPolicy WebCore::HistoryItem::shouldOpenExternalURLsPolicy ( ) const

◆ shouldOpenExternalURLsPolicy() [2/2]

ShouldOpenExternalURLsPolicy WebCore::HistoryItem::shouldOpenExternalURLsPolicy ( ) const

◆ showTree() [1/2]

int WebCore::HistoryItem::showTree ( ) const

◆ showTree() [2/2]

int WebCore::HistoryItem::showTree ( ) const

◆ showTreeWithIndent() [1/2]

int WebCore::HistoryItem::showTreeWithIndent ( unsigned  indentLevel) const

◆ showTreeWithIndent() [2/2]

int WebCore::HistoryItem::showTreeWithIndent ( unsigned  indentLevel) const

◆ stateObject() [1/2]

SerializedScriptValue* WebCore::HistoryItem::stateObject ( ) const
inline

◆ stateObject() [2/2]

SerializedScriptValue* WebCore::HistoryItem::stateObject ( ) const
inline

◆ target() [1/2]

const String & WebCore::HistoryItem::target ( ) const

◆ target() [2/2]

WEBCORE_EXPORT const String& WebCore::HistoryItem::target ( ) const

◆ title() [1/2]

WEBCORE_EXPORT const String& WebCore::HistoryItem::title ( ) const

◆ title() [2/2]

const String & WebCore::HistoryItem::title ( ) const

◆ url() [1/2]

WEBCORE_EXPORT URL WebCore::HistoryItem::url ( ) const

◆ url() [2/2]

URL WebCore::HistoryItem::url ( ) const

◆ urlString() [1/2]

const String & WebCore::HistoryItem::urlString ( ) const

◆ urlString() [2/2]

WEBCORE_EXPORT const String& WebCore::HistoryItem::urlString ( ) const

◆ wasRestoredFromSession() [1/2]

bool WebCore::HistoryItem::wasRestoredFromSession ( ) const
inline

◆ wasRestoredFromSession() [2/2]

bool WebCore::HistoryItem::wasRestoredFromSession ( ) const
inline

Friends And Related Function Documentation

◆ PageCache

PageCache
friend

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