Home
last modified time | relevance | path

Searched refs:QUndoStack (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebKit/qt/Api/
Dqwebpage_p.h60 class QUndoStack; variable
170 QUndoStack *undoStack;
Dqwebpage.h33 class QUndoStack; variable
262 QUndoStack *undoStack() const;
Dqwebpage.cpp3010 QUndoStack *QWebPage::undoStack() const in undoStack()
3013 d->undoStack = new QUndoStack(const_cast<QWebPage *>(this)); in undoStack()
/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-1625391 …Initialize the undo/redo actions from QUndoStack. That automatically takes care of enabling/disabl…