Home | History | Annotate | Download | only in win

Lines Matching full:m_client

37     if (!m_client.registerEditCommand)
41 m_client.registerEditCommand(toAPI(view), toAPI(command.release().releaseRef()), (undoOrRedo == WebPageProxy::Undo) ? kWKViewUndo : kWKViewRedo, m_client.clientInfo);
46 if (!m_client.clearAllEditCommands)
49 m_client.clearAllEditCommands(toAPI(view), m_client.clientInfo);
54 if (!m_client.canUndoRedo)
57 return m_client.canUndoRedo(toAPI(view), undoOrRedo, m_client.clientInfo);
62 if (!m_client.executeUndoRedo)
65 m_client.executeUndoRedo(toAPI(view), undoOrRedo, m_client.clientInfo);