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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
UndoStack.h 43 class UndoStack FINAL : public NoBaseWillBeGarbageCollected<UndoStack> {
44 DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(UndoStack)
46 static PassOwnPtrWillBeRawPtr<UndoStack> create();
59 UndoStack();
UndoStack.cpp 28 #include "core/editing/UndoStack.h"
43 UndoStack::UndoStack()
48 DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(UndoStack)
50 PassOwnPtrWillBeRawPtr<UndoStack> UndoStack::create()
52 return adoptPtrWillBeNoop(new UndoStack());
55 void UndoStack::registerUndoStep(PassRefPtrWillBeRawPtr<UndoStep> step)
64 void UndoStack::registerRedoStep(PassRefPtrWillBeRawPtr<UndoStep> step)
69 void UndoStack::didUnloadFrame(const LocalFrame& frame
    [all...]
Editor.h 55 class UndoStack;
261 UndoStack* undoStack() const;
Editor.cpp 57 #include "core/editing/UndoStack.h"
148 UndoStack* Editor::undoStack() const
151 return &page->undoStack();
682 if (UndoStack* undoStack = this->undoStack())
683 undoStack->registerUndoStep(m_lastEditCommand->ensureComposition());
702 if (UndoStack* undoStack = this->undoStack()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
Page.h 67 class UndoStack;
121 UndoStack& undoStack() const { return *m_undoStack; }
254 const OwnPtrWillBeMember<UndoStack> m_undoStack;
Page.cpp 28 #include "core/editing/UndoStack.h"
125 , 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 305 third_party/WebKit/Source/core/editing/UndoStack.cpp \
    [all...]
webcore_remaining.target.darwin-arm64.mk 305 third_party/WebKit/Source/core/editing/UndoStack.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 305 third_party/WebKit/Source/core/editing/UndoStack.cpp \
    [all...]
webcore_remaining.target.darwin-mips64.mk 305 third_party/WebKit/Source/core/editing/UndoStack.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 305 third_party/WebKit/Source/core/editing/UndoStack.cpp \
    [all...]
webcore_remaining.target.darwin-x86_64.mk 305 third_party/WebKit/Source/core/editing/UndoStack.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 305 third_party/WebKit/Source/core/editing/UndoStack.cpp \
    [all...]
webcore_remaining.target.linux-arm64.mk 305 third_party/WebKit/Source/core/editing/UndoStack.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 305 third_party/WebKit/Source/core/editing/UndoStack.cpp \
    [all...]
webcore_remaining.target.linux-mips64.mk 305 third_party/WebKit/Source/core/editing/UndoStack.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 305 third_party/WebKit/Source/core/editing/UndoStack.cpp \
    [all...]
webcore_remaining.target.linux-x86_64.mk 305 third_party/WebKit/Source/core/editing/UndoStack.cpp \
    [all...]

Completed in 476 milliseconds