webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <InspectorHistory.h>
Classes | |
class | Action |
Public Member Functions | |
InspectorHistory ()=default | |
ExceptionOr< void > | perform (std::unique_ptr< Action >) |
void | markUndoableState () |
ExceptionOr< void > | undo () |
ExceptionOr< void > | redo () |
void | reset () |
|
default |
void WebCore::InspectorHistory::markUndoableState | ( | ) |
ExceptionOr< void > WebCore::InspectorHistory::perform | ( | std::unique_ptr< Action > | action | ) |
ExceptionOr< void > WebCore::InspectorHistory::redo | ( | ) |
void WebCore::InspectorHistory::reset | ( | ) |
ExceptionOr< void > WebCore::InspectorHistory::undo | ( | ) |