Home | History | Annotate | Download | only in UIProcess

Lines Matching defs:registerEditCommand

2184     registerEditCommand(WebEditCommandProxy::create(commandID, static_cast<EditAction>(editAction), this), Undo);
2422 void WebPageProxy::registerEditCommand(PassRefPtr<WebEditCommandProxy> commandProxy, UndoOrRedo undoOrRedo)
2424 m_pageClient->registerEditCommand(commandProxy, undoOrRedo);