Searched refs:undoStack (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditor.cpp148 UndoStack* Editor::undoStack() const function in class:blink::Editor
151 return &page->undoStack();
682 if (UndoStack* undoStack = this->undoStack())
683 undoStack->registerUndoStep(m_lastEditCommand->ensureComposition());
702 if (UndoStack* undoStack = this->undoStack())
703 undoStack->registerRedoStep(cmd);
718 if (UndoStack* undoStack = this->undoStack())
[all...]
H A DEditor.h261 UndoStack* undoStack() const;
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPage.h121 UndoStack& undoStack() const { return *m_undoStack; } function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DFrameLoader.cpp235 page->undoStack().didUnloadFrame(*m_frame);

Completed in 383 milliseconds