Home | History | Annotate | Download | only in WebView

Lines Matching full:undomanager

5156 - (NSUndoManager *)undoManager
5161 NSUndoManager *undoManager = [[self _editingDelegateForwarder] undoManagerForWebView:self];
5162 if (undoManager)
5163 return undoManager;
5165 return [super undoManager];