Home | History | Annotate | Download | only in UIProcess

Lines Matching refs:UndoOrRedo

2189     result = m_pageClient->canUndoRedo(static_cast<UndoOrRedo>(action));
2194 m_pageClient->executeUndoRedo(static_cast<UndoOrRedo>(action));
2422 void WebPageProxy::registerEditCommand(PassRefPtr<WebEditCommandProxy> commandProxy, UndoOrRedo undoOrRedo)
2424 m_pageClient->registerEditCommand(commandProxy, undoOrRedo);