Home
last modified time | relevance | path

Searched refs:m_undoClient (Results 1 – 2 of 2) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/UIProcess/win/
H A DWebView.cpp337 m_undoClient.initialize(client); in initializeUndoClient()
920 m_undoClient.initialize(0); in close()
1088 m_undoClient.registerEditCommand(this, command, undoOrRedo); in registerEditCommand()
1093 m_undoClient.clearAllEditCommands(this); in clearAllEditCommands()
1098 return m_undoClient.canUndoRedo(this, undoOrRedo); in canUndoRedo()
1103 m_undoClient.executeUndoRedo(this, undoOrRedo); in executeUndoRedo()
H A DWebView.h251 WebUndoClient m_undoClient; variable