Searched refs:m_undoTarget (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DWebEditorClient.cpp133 , m_undoTarget(0)
135 m_undoTarget = new WebEditorUndoTarget();
140 if (m_undoTarget)
141 m_undoTarget->Release();
551 uiDelegate->registerUndoWithTarget(m_undoTarget, 0, undoCommand);
566 uiDelegate->registerUndoWithTarget(m_undoTarget, 0, undoCommand);
576 uiDelegate->removeAllActionsWithTarget(m_undoTarget);
H A DWebEditorClient.h122 WebEditorUndoTarget* m_undoTarget; member in class:WebEditorClient
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/mac/
H A DPageClientImpl.mm129 , m_undoTarget(adoptNS([[WKEditorUndoTargetObjC alloc] init]))
293 [undoManager registerUndoWithTarget:m_undoTarget.get() selector:((undoOrRedo == WebPageProxy::Undo) ? @selector(undoEditing:) : @selector(redoEditing:)) object:commandObjC.get()];
300 [[m_wkView undoManager] removeAllActionsWithTarget:m_undoTarget.get()];
H A DPageClientImpl.h153 RetainPtr<WKEditorUndoTargetObjC> m_undoTarget; member in class:WebKit::FINAL
/macosx-10.9.5/WebKit-7537.78.2/mac/WebCoreSupport/
H A DWebEditorClient.h156 RetainPtr<WebEditorUndoTarget> m_undoTarget; member in class:WebEditorClient
H A DWebEditorClient.mm188 , m_undoTarget([[[WebEditorUndoTarget alloc] init] autorelease])
547 [undoManager registerUndoWithTarget:m_undoTarget.get() selector:(isRedo ? @selector(redoEditing:) : @selector(undoEditing:)) object:webEntry];
574 [undoManager removeAllActionsWithTarget:m_undoTarget.get()];

Completed in 162 milliseconds