HomeSort by relevance Sort by last modified time
    Searched refs:UndoStack (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
UndoStack.cpp 28 #include "UndoStack.h"
42 UndoStack::UndoStack()
47 UndoStack::~UndoStack()
51 PassOwnPtr<UndoStack> UndoStack::create()
53 return adoptPtr(new UndoStack());
56 void UndoStack::registerUndoStep(PassRefPtr<UndoStep> step)
65 void UndoStack::registerRedoStep(PassRefPtr<UndoStep> step
    [all...]
UndoStack.h 42 class UndoStack {
44 static PassOwnPtr<UndoStack> create();
46 ~UndoStack();
57 UndoStack();
Editor.h 60 class UndoStack;
262 UndoStack* undoStack() const;
Editor.cpp 57 #include "core/editing/UndoStack.h"
149 UndoStack* Editor::undoStack() const
152 return &page->undoStack();
786 if (UndoStack* undoStack = this->undoStack())
787 undoStack->registerUndoStep(m_lastEditCommand->ensureComposition());
804 if (UndoStack* undoStack = this->undoStack()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
Page.h 79 class UndoStack;
120 UndoStack& undoStack() const { return *m_undoStack; }
263 const OwnPtr<UndoStack> m_undoStack;
Page.cpp 28 #include "core/editing/UndoStack.h"
113 , m_undoStack(UndoStack::create())
  /external/sonivox/jet_tools/JetCreator/
JetCreator.py 56 self.UndoStack = []
596 self.UndoStack.append(saveState)
619 if len(self.UndoStack) > 0:
621 state = self.UndoStack.pop()
627 if len(self.UndoStack) == 0:
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 269 third_party/WebKit/Source/core/editing/UndoStack.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 269 third_party/WebKit/Source/core/editing/UndoStack.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 269 third_party/WebKit/Source/core/editing/UndoStack.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 269 third_party/WebKit/Source/core/editing/UndoStack.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 269 third_party/WebKit/Source/core/editing/UndoStack.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 269 third_party/WebKit/Source/core/editing/UndoStack.cpp \
    [all...]

Completed in 84 milliseconds