Searched defs:didEndEditing (Results 1 - 17 of 17) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundlePageEditorClient.cpp110 void InjectedBundlePageEditorClient::didEndEditing(WebPage* page, StringImpl* notificationName) function in class:WebKit::InjectedBundlePageEditorClient
112 if (m_client.didEndEditing)
113 m_client.didEndEditing(toAPI(page), toAPI(notificationName), m_client.clientInfo);
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DEditorClientAndroid.cpp85 void EditorClientAndroid::didEndEditing() { notImplemented(); } function in class:android::EditorClientAndroid
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.cpp176 void EditorClientHaiku::didEndEditing() function in class:WebCore::EditorClientHaiku
/external/webkit/Source/WebKit/chromium/public/
H A DWebViewClient.h166 virtual void didEndEditing() { } function in class:WebKit::WebViewClient
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DEditorClientEfl.cpp133 void EditorClientEfl::didEndEditing() function in class:WebCore::EditorClientEfl
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.cpp220 void EditorClientQt::didEndEditing() function in class:WebCore::EditorClientQt
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DEditorClientWinCE.cpp132 void EditorClientWinCE::didEndEditing() function in class:WebKit::EditorClientWinCE
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DEditorClientWx.cpp264 void EditorClientWx::didEndEditing() function in class:WebCore::EditorClientWx
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebEditorClient.cpp206 void WebEditorClient::didEndEditing() function in class:WebKit::WebEditorClient
209 m_page->injectedBundleEditorClient().didEndEditing(m_page, WebViewDidEndEditingNotification.impl());
/external/webkit/Source/WebKit/chromium/src/
H A DEditorClientImpl.cpp289 void EditorClientImpl::didEndEditing() function in class:WebKit::EditorClientImpl
292 m_webView->client()->didEndEditing();
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.cpp469 void EditorClient::didEndEditing() function in class:WebKit::EditorClient
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebEditorClient.cpp219 void WebEditorClient::didEndEditing() function in class:WebEditorClient
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
H A DWKBundlePage.h216 WKBundlePageEditingNotification didEndEditing; member in struct:WKBundlePageEditorClient
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DInjectedBundlePage.cpp242 didEndEditing,
870 void InjectedBundlePage::didEndEditing(WKBundlePageRef page, WKStringRef notificationName, const void* clientInfo) function in class:WTR::InjectedBundlePage
872 static_cast<InjectedBundlePage*>(const_cast<void*>(clientInfo))->didEndEditing(notificationName);
985 void InjectedBundlePage::didEndEditing(WKStringRef notificationName) function in class:WTR::InjectedBundlePage
/external/webkit/Tools/DumpRenderTree/chromium/
H A DWebViewHost.cpp390 void WebViewHost::didEndEditing() function in class:WebViewHost
/external/webkit/Source/WebCore/editing/
H A DEditor.cpp1438 void Editor::didEndEditing() function in class:WebCore::Editor
1441 client()->didEndEditing();
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h465 virtual void didEndEditing() { } function in class:WebCore::EmptyEditorClient

Completed in 853 milliseconds