OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:undoStack
(Results
1 - 2
of
2
) sorted by null
/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;
/external/chromium_org/third_party/WebKit/Source/core/editing/
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
...]
Completed in 24 milliseconds