|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <History.h>
Public Types | |
| enum | StateObjectType { StateObjectType::Push, StateObjectType::Replace } |
Static Public Member Functions | |
| static Ref< History > | create (Frame &frame) |
Static Public Member Functions inherited from WebCore::ScriptWrappable | |
| template<typename Derived > | |
| static ptrdiff_t | offsetOfWrapper () |
| template<typename Derived > | |
| static ptrdiff_t | offsetOfWrapper () |
Additional Inherited Members | |
Protected Member Functions inherited from WebCore::ScriptWrappable | |
| ~ScriptWrappable () | |
| ~ScriptWrappable () | |
Protected Member Functions inherited from WTF::RefCounted< History > | |
| 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 |
Protected Member Functions inherited from WebCore::DOMWindowProperty | |
| virtual | ~DOMWindowProperty () |
| virtual | ~DOMWindowProperty () |
Protected Attributes inherited from WebCore::DOMWindowProperty | |
| Frame * | m_frame |
| DOMWindow * | m_associatedDOMWindow |
| void History::back | ( | ) |
| void History::forward | ( | ) |
| void History::go | ( | int | distance | ) |
| bool History::isSameAsCurrentState | ( | SerializedScriptValue * | state | ) | const |
| unsigned History::length | ( | void | ) | const |
| SerializedScriptValue * History::state | ( | ) |
| bool History::stateChanged | ( | ) | const |
| ExceptionOr< void > History::stateObjectAdded | ( | RefPtr< SerializedScriptValue > && | data, |
| const String & | title, | ||
| const String & | url, | ||
| StateObjectType | stateObjectType | ||
| ) |
1.8.13