Home
last modified time | relevance | path

Searched defs:undoStack (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditor.cpp149 UndoStack* Editor::undoStack() const in undoStack() function in WebCore::Editor
786 if (UndoStack* undoStack = this->undoStack()) in appliedEditing() local
804 if (UndoStack* undoStack = this->undoStack()) in unappliedEditing() local
820 if (UndoStack* undoStack = this->undoStack()) in reappliedEditing() local
1010 if (UndoStack* undoStack = this->undoStack()) in canUndo() local
1017 if (UndoStack* undoStack = this->undoStack()) in undo() local
1023 if (UndoStack* undoStack = this->undoStack()) in canRedo() local
1030 if (UndoStack* undoStack = this->undoStack()) in redo() local
/external/chromium_org/third_party/WebKit/Source/core/page/
DPage.h120 UndoStack& undoStack() const { return *m_undoStack; } in undoStack() function