Home
last modified time | relevance | path

Searched refs:undoStack (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebKit/wx/WebKitSupport/
DEditorClientWx.cpp286 webKitWin->m_impl->undoStack.append(EditCommandWx(command)); in registerCommandForUndo()
311 webKitWin->m_impl->undoStack.clear(); in clearUndoRedoOperations()
333 return webKitWin->m_impl->undoStack.size() != 0; in canUndo()
359 webKitWin->m_impl->undoStack.last().editCommand()->unapply(); in undo()
360 webKitWin->m_impl->undoStack.removeLast(); in undo()
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DEditorClientQt.cpp247 m_page->undoStack()->push(new EditCommandQt(cmd)); in registerCommandForUndo()
258 return m_page->undoStack()->clear(); in clearUndoRedoOperations()
277 return m_page->undoStack()->canUndo(); in canUndo()
286 return m_page->undoStack()->canRedo(); in canRedo()
294 m_page->undoStack()->undo(); in undo()
303 m_page->undoStack()->redo(); in redo()
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DEditorClientGtk.cpp486 if (undoStack.size() == maximumUndoStackDepth) in registerCommandForUndo()
487 undoStack.removeFirst(); in registerCommandForUndo()
490 undoStack.append(command); in registerCommandForUndo()
500 undoStack.clear(); in clearUndoRedoOperations()
516 return !undoStack.isEmpty(); in canUndo()
527 RefPtr<WebCore::EditCommand> command(*(--undoStack.end())); in undo()
528 undoStack.remove(--undoStack.end()); in undo()
DEditorClientGtk.h61 WTF::Deque<WTF::RefPtr<WebCore::EditCommand> > undoStack; variable
/external/webkit/Source/WebKit/wx/
DWebViewPrivate.h52 WTF::Vector<EditCommandWx> undoStack; variable
/external/webkit/Source/WebKit/qt/Api/
Dqwebpage_p.h170 QUndoStack *undoStack; variable
Dqwebpage.cpp291 , undoStack(0) in QWebPagePrivate()
367 delete undoStack; in ~QWebPagePrivate()
2792 QAction *a = undoStack()->createUndoAction(d->q); in action()
2797 QAction *a = undoStack()->createRedoAction(d->q); in action()
2998 if (!d->undoStack) in isModified()
3000 return d->undoStack->canUndo(); in isModified()
3010 QUndoStack *QWebPage::undoStack() const in undoStack() function in QWebPage
3012 if (!d->undoStack) in undoStack()
3013 d->undoStack = new QUndoStack(const_cast<QWebPage *>(this)); in undoStack()
3015 return d->undoStack; in undoStack()
Dqwebpage.h262 QUndoStack *undoStack() const;
/external/webkit/Tools/DumpRenderTree/qt/
DDumpRenderTreeQt.cpp558 m_page->undoStack()->clear(); in resetToConsistentStateBeforeTesting()
/external/webkit/Source/WebKit/qt/symbian/bwins/
DQtWebKitu.def590 …?undoStack@QWebPage@@QBEPAVQUndoStack@@XZ @ 589 NONAME ; class QUndoStack * QWebPage::undoStack(vo…
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-1620674 QWebPagePrivate::modified variable and use the undoStack's canUndo() property
21833 (QWebPage::undoStack):
25396 (QWebPage::undoStack):
26234 (QWebPage::undoStack):
28682 (QWebPage::undoStack):