Searched refs:didEndEditing (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/c/
H A DWKBundlePageEditorClient.h90 WKBundlePageEditingNotification didEndEditing; member in struct:WKBundlePageEditorClientV0
107 WKBundlePageEditingNotification didEndEditing; member in struct:WKBundlePageEditorClientV1
131 WKBundlePageEditingNotification didEndEditing; member in struct:WKBundlePageEditorClient
/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/
H A DInjectedBundlePageEditorClient.h64 void didEndEditing(WebPage*, StringImpl* notificationName);
H A DInjectedBundlePageEditorClient.cpp113 void InjectedBundlePageEditorClient::didEndEditing(WebPage* page, StringImpl* notificationName) function in class:WebKit::InjectedBundlePageEditorClient
115 if (m_client.didEndEditing)
116 m_client.didEndEditing(toAPI(page), toAPI(notificationName), m_client.base.clientInfo);
/macosx-10.10/WebCore-7600.1.25/page/
H A DEditorClient.h96 virtual void didEndEditing() = 0;
/macosx-10.10/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebEditorClient.h56 virtual void didEndEditing();
H A DWebEditorClient.cpp223 void WebEditorClient::didEndEditing() function in class:WebEditorClient
/macosx-10.10/WebKit-7600.1.25/wince/WebCoreSupport/
H A DEditorClientWinCE.h63 virtual void didEndEditing() override;
H A DEditorClientWinCE.cpp131 void EditorClientWinCE::didEndEditing() function in class:WebKit::EditorClientWinCE
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebCoreSupport/
H A DWebEditorClient.h67 virtual void didEndEditing() override;
H A DWebEditorClient.cpp202 void WebEditorClient::didEndEditing() function in class:WebKit::WebEditorClient
205 m_page->injectedBundleEditorClient().didEndEditing(m_page, WebViewDidEndEditingNotification.get().impl());
/macosx-10.10/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebEditorClient.h72 virtual void didEndEditing() override;
H A DWebEditorClient.mm364 void WebEditorClient::didEndEditing()
/macosx-10.10/WebCore-7600.1.25/editing/
H A DEditor.h275 void didEndEditing();
H A DEditor.cpp1628 void Editor::didEndEditing() function in class:WebCore::Editor
1631 client()->didEndEditing();
/macosx-10.10/WebCore-7600.1.25/loader/
H A DEmptyClients.h448 virtual void didEndEditing() override { }
/macosx-10.10/WebCore-7600.1.25/dom/
H A DDocument.cpp3396 frame()->editor().didEndEditing();

Completed in 232 milliseconds